diff --git a/NOTICE b/NOTICE index 77028c0..d5ba522 100644 --- a/NOTICE +++ b/NOTICE @@ -1,27 +1,28 @@ -Mixin::Log NOTICE -================= +============ +Mixin::Log Notices +============ -Developed at Opscode (http://www.opscode.com). +Developed at Chef (http://www.chef.io). - * Copyright 2009, Opscode, Inc. + + * Copyright 2009-2016, Chef Software, Inc. Mixin::Log incorporates code from Chef. The Chef notice file follows: -Chef NOTICE -=========== +============ +Chef Notices +============ -Developed at Opscode (http://www.opscode.com). +Developed at Chef (http://www.chef.io). Contributors and Copyright holders: - * Copyright 2008, Adam Jacob + * Copyright 2008, Adam Jacob * Copyright 2008, Arjuna Christensen * Copyright 2008, Bryan McLellan * Copyright 2008, Ezra Zygmuntowicz * Copyright 2009, Sean Cribbs - * Copyright 2009, Christopher Brown + * Copyright 2009, Christopher Brown * Copyright 2009, Thom May Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/ruby/open4/), which was written by Ara T. Howard. - -Chef incorporates code modified from Merb (http://www.merbivore.com), which is Copyright (c) 2008 Engine Yard. diff --git a/features/steps/log.rb b/features/steps/log.rb index d8a5070..3ae3a53 100644 --- a/features/steps/log.rb +++ b/features/steps/log.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/support/env.rb b/features/support/env.rb index d3b315a..05cdef8 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/support/logit.rb b/features/support/logit.rb index c388a4b..5a5cb45 100644 --- a/features/support/logit.rb +++ b/features/support/logit.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb index 5ff243d..b22387e 100644 --- a/lib/mixlib/log.rb +++ b/lib/mixlib/log.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob () -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/log/formatter.rb b/lib/mixlib/log/formatter.rb index 0632535..2dbd90e 100644 --- a/lib/mixlib/log/formatter.rb +++ b/lib/mixlib/log/formatter.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mixlib-log.gemspec b/mixlib-log.gemspec index 5cf1dc5..d2d51cd 100644 --- a/mixlib-log.gemspec +++ b/mixlib-log.gemspec @@ -6,10 +6,10 @@ Gem::Specification.new do |gem| gem.version = Mixlib::Log::VERSION gem.platform = Gem::Platform::RUBY gem.summary = "A gem that provides a simple mixin for log functionality" - gem.email = "info@opscode.com" - gem.homepage = "http://www.opscode.com" + gem.email = "info@chef.io" + gem.homepage = "https://www.chef.io" gem.license = "Apache-2.0" - gem.authors = ["Opscode, Inc."] + gem.authors = ["Chef Software, Inc."] gem.has_rdoc = true gem.extra_rdoc_files = ["README.md", "LICENSE", 'NOTICE'] gem.files = Dir['lib/**/*'] + Dir['spec/**/*'] + ["Gemfile", "Rakefile", ".gemtest", "mixlib-log.gemspec"] diff --git a/spec/mixlib/log/formatter_spec.rb b/spec/mixlib/log/formatter_spec.rb index 1f9c1e5..c911639 100644 --- a/spec/mixlib/log/formatter_spec.rb +++ b/spec/mixlib/log/formatter_spec.rb @@ -1,6 +1,6 @@ # -# Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mixlib/log_spec.rb b/spec/mixlib/log_spec.rb index 640ae81..25c97b2 100644 --- a/spec/mixlib/log_spec.rb +++ b/spec/mixlib/log_spec.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob () -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c26a4f0..f539f8b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ # -# Author:: Adam Jacob () -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Author:: Adam Jacob () +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc.. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License");