From 2ffa7386b87304e5fd347abad26f69092ede1aee Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 25 Nov 2016 11:41:06 -0800 Subject: [PATCH] Update copyright headers Signed-off-by: Tim Smith --- attributes/default.rb | 2 +- recipes/_attributes.rb | 2 +- recipes/_common.rb | 4 ++-- recipes/access.rb | 2 +- recipes/aliases.rb | 2 +- recipes/client.rb | 4 ++-- recipes/default.rb | 4 ++-- recipes/relay_restrictions.rb | 2 +- recipes/sasl_auth.rb | 6 +++--- recipes/server.rb | 4 ++-- recipes/transports.rb | 2 +- recipes/virtual_aliases.rb | 2 +- recipes/virtual_aliases_domains.rb | 2 +- tasks/maintainers.rb | 2 +- test/integration/aliases/serverspec/aliases_spec.rb | 2 +- test/integration/client/serverspec/client_spec.rb | 2 +- test/integration/default/serverspec/default_spec.rb | 2 +- test/integration/sasl_auth/serverspec/sasl_auth_spec.rb | 2 +- test/integration/server/serverspec/server_spec.rb | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 5f0700a..2bdb340 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,5 +1,5 @@ # Author:: Joshua Timberman -# Copyright:: Copyright 2009-2014, Chef Software, Inc. +# Copyright:: 2009-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/_attributes.rb b/recipes/_attributes.rb index 301711d..48ac4ae 100644 --- a/recipes/_attributes.rb +++ b/recipes/_attributes.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright 2012-2014, Chef Software, Inc. +# Copyright:: 2012-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/_common.rb b/recipes/_common.rb index 7c332f7..6136c45 100644 --- a/recipes/_common.rb +++ b/recipes/_common.rb @@ -1,8 +1,8 @@ # Author:: Joshua Timberman() -# Cookbook Name:: common +# Cookbook:: common # Recipe:: default # -# Copyright 2009-2014, 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/access.rb b/recipes/access.rb index 32fc7ee..34766f6 100644 --- a/recipes/access.rb +++ b/recipes/access.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright (c) 2012, Chef Software, Inc. +# Copyright:: 2012-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/aliases.rb b/recipes/aliases.rb index 1107ea6..68829c7 100644 --- a/recipes/aliases.rb +++ b/recipes/aliases.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright 2012-2014, Chef Software, Inc. +# Copyright:: 2012-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/client.rb b/recipes/client.rb index 37870a8..edb7283 100644 --- a/recipes/client.rb +++ b/recipes/client.rb @@ -1,8 +1,8 @@ # Author:: Joshua Timberman() -# Cookbook Name:: postfix +# Cookbook:: postfix # Recipe:: client # -# Copyright 2009-2014, 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 7082cbf..151c495 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -1,8 +1,8 @@ # Author:: Joshua Timberman() -# Cookbook Name:: postfix +# Cookbook:: postfix # Recipe:: default # -# Copyright 2009-2014, 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/relay_restrictions.rb b/recipes/relay_restrictions.rb index dc77359..8e458f9 100644 --- a/recipes/relay_restrictions.rb +++ b/recipes/relay_restrictions.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright (c) 2012, Chef Software, Inc. +# Copyright:: 2012-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/sasl_auth.rb b/recipes/sasl_auth.rb index 7d88ef3..21a5e2a 100644 --- a/recipes/sasl_auth.rb +++ b/recipes/sasl_auth.rb @@ -1,9 +1,9 @@ # # Author:: Joshua Timberman() -# Cookbook Name:: postfix +# Cookbook:: postfix # Recipe:: sasl_auth # -# Copyright 2009-2014, 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. @@ -52,7 +52,7 @@ template node['postfix']['sasl_password_file'] do source 'sasl_passwd.erb' owner 'root' group node['root_group'] - mode 0400 + mode "400" notifies :run, 'execute[postmap-sasl_passwd]', :immediately notifies :restart, 'service[postfix]' variables(settings: node['postfix']['sasl']) diff --git a/recipes/server.rb b/recipes/server.rb index 70f01d8..4fd6e57 100644 --- a/recipes/server.rb +++ b/recipes/server.rb @@ -1,9 +1,9 @@ # # Author:: Joshua Timberman() -# Cookbook Name:: postfix +# Cookbook:: postfix # Recipe:: server # -# Copyright 2009-2014, 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/transports.rb b/recipes/transports.rb index ed60b45..40eea63 100644 --- a/recipes/transports.rb +++ b/recipes/transports.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright (c) 2012, Chef Software, Inc. +# Copyright:: 2012-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/virtual_aliases.rb b/recipes/virtual_aliases.rb index fbc4d35..caedec5 100644 --- a/recipes/virtual_aliases.rb +++ b/recipes/virtual_aliases.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright (c) 2012, Chef Software, Inc. +# Copyright:: 2012-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/virtual_aliases_domains.rb b/recipes/virtual_aliases_domains.rb index f8359ea..b835c17 100644 --- a/recipes/virtual_aliases_domains.rb +++ b/recipes/virtual_aliases_domains.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright (c) 2012, Chef Software, Inc. +# Copyright:: 2012-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 1ce3302..de46133 100644 --- a/tasks/maintainers.rb +++ b/tasks/maintainers.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright (c) 2015-2016 Chef Software, Inc. +# Copyright:: 2015-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/aliases/serverspec/aliases_spec.rb b/test/integration/aliases/serverspec/aliases_spec.rb index 7376e79..210ad22 100644 --- a/test/integration/aliases/serverspec/aliases_spec.rb +++ b/test/integration/aliases/serverspec/aliases_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2016, Chef Software, Inc. +# Copyright:: 2012-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/test/integration/client/serverspec/client_spec.rb b/test/integration/client/serverspec/client_spec.rb index 45fadd0..2a9cc78 100644 --- a/test/integration/client/serverspec/client_spec.rb +++ b/test/integration/client/serverspec/client_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2016, Chef Software, Inc. +# Copyright:: 2012-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/test/integration/default/serverspec/default_spec.rb b/test/integration/default/serverspec/default_spec.rb index 9ff44b4..d083e50 100644 --- a/test/integration/default/serverspec/default_spec.rb +++ b/test/integration/default/serverspec/default_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2016, Chef Software, Inc. +# Copyright:: 2012-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/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb b/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb index 34b1888..20e7282 100644 --- a/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb +++ b/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2016, Chef Software, Inc. +# Copyright:: 2012-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/test/integration/server/serverspec/server_spec.rb b/test/integration/server/serverspec/server_spec.rb index e150d9b..6dbdc76 100644 --- a/test/integration/server/serverspec/server_spec.rb +++ b/test/integration/server/serverspec/server_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2016, Chef Software, Inc. +# Copyright:: 2012-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.