From b2814482b6e4c11cf9e1f338608ce47f55802cd6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 4 Mar 2017 11:49:07 -0800 Subject: [PATCH] Update copyright header format Signed-off-by: Tim Smith --- test/cookbooks/apache2_test/attributes/default.rb | 4 ++-- test/cookbooks/apache2_test/recipes/basic_web_app.rb | 4 ++-- test/cookbooks/apache2_test/recipes/broken_conf.rb | 4 ++-- test/cookbooks/apache2_test/recipes/default.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_auth_basic.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_auth_digest.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_auth_openid.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_authnz_ldap.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_authz_groupfile.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_authz_listed_host.rb | 4 ++-- .../cookbooks/apache2_test/recipes/mod_authz_unlisted_host.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_authz_user.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_cgi.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_dav_svn.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_expires.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_fastcgi.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_perl.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_php.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_proxy_ajp.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_python.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_ssl.rb | 4 ++-- test/cookbooks/apache2_test/recipes/mod_status_remote.rb | 4 ++-- .../default/inspec/localhost/controls/default_spec.rb | 2 +- .../default/inspec/localhost/controls/mod_cgi_spec.rb | 4 ++-- .../default/inspec/localhost/controls/mod_cgid_spec.rb | 4 ++-- .../default/inspec/localhost/controls/mod_fastcgi_spec.rb | 4 ++-- .../default/inspec/localhost/controls/mod_include_spec.rb | 2 +- .../default/inspec/localhost/controls/mod_ssl_spec.rb | 2 +- .../inspec/localhost/controls/standard_modules_spec.rb | 2 +- 29 files changed, 54 insertions(+), 54 deletions(-) diff --git a/test/cookbooks/apache2_test/attributes/default.rb b/test/cookbooks/apache2_test/attributes/default.rb index 5d2e98ff2..30cadacd8 100644 --- a/test/cookbooks/apache2_test/attributes/default.rb +++ b/test/cookbooks/apache2_test/attributes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Attributes:: default # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/basic_web_app.rb b/test/cookbooks/apache2_test/recipes/basic_web_app.rb index 8a9d3f22d..f47b16b1f 100644 --- a/test/cookbooks/apache2_test/recipes/basic_web_app.rb +++ b/test/cookbooks/apache2_test/recipes/basic_web_app.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: basic_web_app # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/broken_conf.rb b/test/cookbooks/apache2_test/recipes/broken_conf.rb index e1d68ec46..8580e10f1 100644 --- a/test/cookbooks/apache2_test/recipes/broken_conf.rb +++ b/test/cookbooks/apache2_test/recipes/broken_conf.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: broken_conf # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/default.rb b/test/cookbooks/apache2_test/recipes/default.rb index cd2e69ed4..5cf6c4936 100644 --- a/test/cookbooks/apache2_test/recipes/default.rb +++ b/test/cookbooks/apache2_test/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: default # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_auth_basic.rb b/test/cookbooks/apache2_test/recipes/mod_auth_basic.rb index 67cc41c1b..17c0e9283 100644 --- a/test/cookbooks/apache2_test/recipes/mod_auth_basic.rb +++ b/test/cookbooks/apache2_test/recipes/mod_auth_basic.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_auth_basic # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_auth_digest.rb b/test/cookbooks/apache2_test/recipes/mod_auth_digest.rb index 6bf2c3168..9994a421e 100644 --- a/test/cookbooks/apache2_test/recipes/mod_auth_digest.rb +++ b/test/cookbooks/apache2_test/recipes/mod_auth_digest.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_auth_digest # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_auth_openid.rb b/test/cookbooks/apache2_test/recipes/mod_auth_openid.rb index 367655413..19aa8444f 100644 --- a/test/cookbooks/apache2_test/recipes/mod_auth_openid.rb +++ b/test/cookbooks/apache2_test/recipes/mod_auth_openid.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_auth_openid # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_authnz_ldap.rb b/test/cookbooks/apache2_test/recipes/mod_authnz_ldap.rb index c04bfd1cb..76196c73d 100644 --- a/test/cookbooks/apache2_test/recipes/mod_authnz_ldap.rb +++ b/test/cookbooks/apache2_test/recipes/mod_authnz_ldap.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_authnz_ldap # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_authz_groupfile.rb b/test/cookbooks/apache2_test/recipes/mod_authz_groupfile.rb index ad7912da9..8d0b0dba1 100644 --- a/test/cookbooks/apache2_test/recipes/mod_authz_groupfile.rb +++ b/test/cookbooks/apache2_test/recipes/mod_authz_groupfile.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_authz_groupfile # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_authz_listed_host.rb b/test/cookbooks/apache2_test/recipes/mod_authz_listed_host.rb index 22ef33a02..2ed5f1192 100644 --- a/test/cookbooks/apache2_test/recipes/mod_authz_listed_host.rb +++ b/test/cookbooks/apache2_test/recipes/mod_authz_listed_host.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_authz_listed_host # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_authz_unlisted_host.rb b/test/cookbooks/apache2_test/recipes/mod_authz_unlisted_host.rb index 91c7897c1..504d33034 100644 --- a/test/cookbooks/apache2_test/recipes/mod_authz_unlisted_host.rb +++ b/test/cookbooks/apache2_test/recipes/mod_authz_unlisted_host.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_authz_unlisted_host # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_authz_user.rb b/test/cookbooks/apache2_test/recipes/mod_authz_user.rb index 98520c3b9..65ddd0013 100644 --- a/test/cookbooks/apache2_test/recipes/mod_authz_user.rb +++ b/test/cookbooks/apache2_test/recipes/mod_authz_user.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_authz_user # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_cgi.rb b/test/cookbooks/apache2_test/recipes/mod_cgi.rb index a1db9bc54..a5465e1ba 100644 --- a/test/cookbooks/apache2_test/recipes/mod_cgi.rb +++ b/test/cookbooks/apache2_test/recipes/mod_cgi.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_cgi # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_dav_svn.rb b/test/cookbooks/apache2_test/recipes/mod_dav_svn.rb index 1207ef3ce..c95dc9fdb 100644 --- a/test/cookbooks/apache2_test/recipes/mod_dav_svn.rb +++ b/test/cookbooks/apache2_test/recipes/mod_dav_svn.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_dav_svn # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_expires.rb b/test/cookbooks/apache2_test/recipes/mod_expires.rb index f2ec4ead2..327b2d89c 100644 --- a/test/cookbooks/apache2_test/recipes/mod_expires.rb +++ b/test/cookbooks/apache2_test/recipes/mod_expires.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_expires # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_fastcgi.rb b/test/cookbooks/apache2_test/recipes/mod_fastcgi.rb index 934e6fa4a..d6b43f96e 100644 --- a/test/cookbooks/apache2_test/recipes/mod_fastcgi.rb +++ b/test/cookbooks/apache2_test/recipes/mod_fastcgi.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_fastcgi # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_perl.rb b/test/cookbooks/apache2_test/recipes/mod_perl.rb index ae359bf8d..cafeadda0 100644 --- a/test/cookbooks/apache2_test/recipes/mod_perl.rb +++ b/test/cookbooks/apache2_test/recipes/mod_perl.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_perl # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_php.rb b/test/cookbooks/apache2_test/recipes/mod_php.rb index 9652850f3..1eb268b50 100644 --- a/test/cookbooks/apache2_test/recipes/mod_php.rb +++ b/test/cookbooks/apache2_test/recipes/mod_php.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_php5 # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_proxy_ajp.rb b/test/cookbooks/apache2_test/recipes/mod_proxy_ajp.rb index 7753ea909..783b96097 100644 --- a/test/cookbooks/apache2_test/recipes/mod_proxy_ajp.rb +++ b/test/cookbooks/apache2_test/recipes/mod_proxy_ajp.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_ajp # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_python.rb b/test/cookbooks/apache2_test/recipes/mod_python.rb index 28e7c4d60..9f5d75271 100644 --- a/test/cookbooks/apache2_test/recipes/mod_python.rb +++ b/test/cookbooks/apache2_test/recipes/mod_python.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_python # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_ssl.rb b/test/cookbooks/apache2_test/recipes/mod_ssl.rb index 65dc20383..3e92005f5 100644 --- a/test/cookbooks/apache2_test/recipes/mod_ssl.rb +++ b/test/cookbooks/apache2_test/recipes/mod_ssl.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_ssl # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/cookbooks/apache2_test/recipes/mod_status_remote.rb b/test/cookbooks/apache2_test/recipes/mod_status_remote.rb index ad53482f0..5b17804c7 100644 --- a/test/cookbooks/apache2_test/recipes/mod_status_remote.rb +++ b/test/cookbooks/apache2_test/recipes/mod_status_remote.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: apache2_test +# Cookbook:: apache2_test # Recipe:: mod_status_remote # -# Copyright 2012, Chef Software, Inc. +# Copyright:: 2012, 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/inspec/localhost/controls/default_spec.rb b/test/integration/default/inspec/localhost/controls/default_spec.rb index 4ad15dbb8..dd4285926 100644 --- a/test/integration/default/inspec/localhost/controls/default_spec.rb +++ b/test/integration/default/inspec/localhost/controls/default_spec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, 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/inspec/localhost/controls/mod_cgi_spec.rb b/test/integration/default/inspec/localhost/controls/mod_cgi_spec.rb index c94ae6e01..66b8946fa 100644 --- a/test/integration/default/inspec/localhost/controls/mod_cgi_spec.rb +++ b/test/integration/default/inspec/localhost/controls/mod_cgi_spec.rb @@ -1,6 +1,6 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. -# Copyright (c) 2014 Viverae, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 Viverae, 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/inspec/localhost/controls/mod_cgid_spec.rb b/test/integration/default/inspec/localhost/controls/mod_cgid_spec.rb index fb8650a12..4b1d39bc6 100644 --- a/test/integration/default/inspec/localhost/controls/mod_cgid_spec.rb +++ b/test/integration/default/inspec/localhost/controls/mod_cgid_spec.rb @@ -1,6 +1,6 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. -# Copyright (c) 2014 Viverae, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 Viverae, 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/inspec/localhost/controls/mod_fastcgi_spec.rb b/test/integration/default/inspec/localhost/controls/mod_fastcgi_spec.rb index 1fe7c5eec..df4f5c63f 100644 --- a/test/integration/default/inspec/localhost/controls/mod_fastcgi_spec.rb +++ b/test/integration/default/inspec/localhost/controls/mod_fastcgi_spec.rb @@ -1,6 +1,6 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. -# Copyright (c) 2014 Viverae, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 Viverae, 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/inspec/localhost/controls/mod_include_spec.rb b/test/integration/default/inspec/localhost/controls/mod_include_spec.rb index 15cb66b33..0e639bc3a 100644 --- a/test/integration/default/inspec/localhost/controls/mod_include_spec.rb +++ b/test/integration/default/inspec/localhost/controls/mod_include_spec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, 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/inspec/localhost/controls/mod_ssl_spec.rb b/test/integration/default/inspec/localhost/controls/mod_ssl_spec.rb index 3faab8a8e..368afcc27 100644 --- a/test/integration/default/inspec/localhost/controls/mod_ssl_spec.rb +++ b/test/integration/default/inspec/localhost/controls/mod_ssl_spec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, 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/inspec/localhost/controls/standard_modules_spec.rb b/test/integration/default/inspec/localhost/controls/standard_modules_spec.rb index 32e622c25..ea35536b2 100644 --- a/test/integration/default/inspec/localhost/controls/standard_modules_spec.rb +++ b/test/integration/default/inspec/localhost/controls/standard_modules_spec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 OneHealth Solutions, Inc. +# Copyright:: (c) 2014 OneHealth Solutions, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.