From 6f35dc340f4256332a137da45e3de4a103105827 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 10 Aug 2016 13:48:53 -0700 Subject: [PATCH] Update copyrights Signed-off-by: Tim Smith --- README.md | 2 +- attributes/default.rb | 2 +- libraries/default.rb | 2 +- providers/default.rb | 2 +- providers/null.rb | 2 +- recipes/config.rb | 2 +- recipes/default.rb | 2 +- resources/default.rb | 2 +- resources/ipaddr.rb | 2 +- tasks/maintainers.rb | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 063dfb5..63846ee 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Use the LWRP in your own recipe, or set the attributes described above and use t **Author:** Cookbook Engineering Team ([cookbooks@chef.io](mailto:cookbooks@chef.io)) -**Copyright:** 2009-2015, Chef Software, Inc. +**Copyright:** 2009-2016, Chef Software, Inc. ``` Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/attributes/default.rb b/attributes/default.rb index 8089011..906df9e 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Attributes:: default # -# Copyright 2009-2011, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libraries/default.rb b/libraries/default.rb index 15d8809..6028c17 100644 --- a/libraries/default.rb +++ b/libraries/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Library:: default # -# Copyright 2009-2012, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/providers/default.rb b/providers/default.rb index 5df7ed6..bfa9ea7 100644 --- a/providers/default.rb +++ b/providers/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Provider:: default # -# Copyright 2009-2012, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/providers/null.rb b/providers/null.rb index cd85d51..373a031 100644 --- a/providers/null.rb +++ b/providers/null.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Provider:: null # -# Copyright 2009-2012, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/config.rb b/recipes/config.rb index 8a7d2bc..e8e04c4 100644 --- a/recipes/config.rb +++ b/recipes/config.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Recipe:: config # -# Copyright 2009-2015, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/default.rb b/recipes/default.rb index c4213dc..67bedf0 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Recipe:: default # -# Copyright 2009-2015, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/default.rb b/resources/default.rb index 55e3014..9cd0c9d 100644 --- a/resources/default.rb +++ b/resources/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Resource:: default # -# Copyright 2009-2015, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/ipaddr.rb b/resources/ipaddr.rb index 90b8de9..cbfb2e8 100644 --- a/resources/ipaddr.rb +++ b/resources/ipaddr.rb @@ -2,7 +2,7 @@ # Cookbook Name:: heartbeat # Resource:: ipaddr # -# Copyright 2009-2015, Chef Software, Inc. +# Copyright 2009-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb index 7e99633..ac56ae5 100644 --- a/tasks/maintainers.rb +++ b/tasks/maintainers.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright (c) 2015 Chef Software, Inc. +# Copyright:: Copyright (c) 2015-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License");