diff --git a/attributes/default.rb b/attributes/default.rb index aae9886..5f0700a 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Author:: Joshua Timberman # Copyright:: Copyright 2009-2014, Chef Software, Inc. # License:: Apache License, Version 2.0 diff --git a/recipes/_attributes.rb b/recipes/_attributes.rb index 7340b1e..301711d 100644 --- a/recipes/_attributes.rb +++ b/recipes/_attributes.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright 2012-2014, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/_common.rb b/recipes/_common.rb index 781d0de..7c332f7 100644 --- a/recipes/_common.rb +++ b/recipes/_common.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Author:: Joshua Timberman() # Cookbook Name:: common # Recipe:: default diff --git a/recipes/access.rb b/recipes/access.rb index b28ab07..32fc7ee 100644 --- a/recipes/access.rb +++ b/recipes/access.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright (c) 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/aliases.rb b/recipes/aliases.rb index 678b321..1107ea6 100644 --- a/recipes/aliases.rb +++ b/recipes/aliases.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright 2012-2014, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/client.rb b/recipes/client.rb index 4858a6f..37870a8 100644 --- a/recipes/client.rb +++ b/recipes/client.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Author:: Joshua Timberman() # Cookbook Name:: postfix # Recipe:: client diff --git a/recipes/default.rb b/recipes/default.rb index ea10139..7082cbf 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Author:: Joshua Timberman() # Cookbook Name:: postfix # Recipe:: default diff --git a/recipes/relay_restrictions.rb b/recipes/relay_restrictions.rb index fe4e557..dc77359 100644 --- a/recipes/relay_restrictions.rb +++ b/recipes/relay_restrictions.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright (c) 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/sasl_auth.rb b/recipes/sasl_auth.rb index 7603d03..7d88ef3 100644 --- a/recipes/sasl_auth.rb +++ b/recipes/sasl_auth.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # # Author:: Joshua Timberman() # Cookbook Name:: postfix diff --git a/recipes/server.rb b/recipes/server.rb index e733d47..70f01d8 100644 --- a/recipes/server.rb +++ b/recipes/server.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # # Author:: Joshua Timberman() # Cookbook Name:: postfix diff --git a/recipes/transports.rb b/recipes/transports.rb index 24e610d..ed60b45 100644 --- a/recipes/transports.rb +++ b/recipes/transports.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright (c) 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/virtual_aliases.rb b/recipes/virtual_aliases.rb index dadde7f..fbc4d35 100644 --- a/recipes/virtual_aliases.rb +++ b/recipes/virtual_aliases.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright (c) 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/recipes/virtual_aliases_domains.rb b/recipes/virtual_aliases_domains.rb index 2c708c0..f8359ea 100644 --- a/recipes/virtual_aliases_domains.rb +++ b/recipes/virtual_aliases_domains.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: Copyright (c) 2012, Chef Software, Inc. # # 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 a79a9de..644298e 100644 --- a/test/integration/aliases/serverspec/aliases_spec.rb +++ b/test/integration/aliases/serverspec/aliases_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright 2012-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/client/serverspec/client_spec.rb b/test/integration/client/serverspec/client_spec.rb index 8b7e097..45fadd0 100644 --- a/test/integration/client/serverspec/client_spec.rb +++ b/test/integration/client/serverspec/client_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright 2012-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/default/serverspec/default_spec.rb b/test/integration/default/serverspec/default_spec.rb index d6b6d33..2217efe 100644 --- a/test/integration/default/serverspec/default_spec.rb +++ b/test/integration/default/serverspec/default_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright 2012-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (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 0c16f93..1df5ad2 100644 --- a/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb +++ b/test/integration/sasl_auth/serverspec/sasl_auth_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright 2012-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/server/serverspec/server_spec.rb b/test/integration/server/serverspec/server_spec.rb index 88b7c75..e150d9b 100644 --- a/test/integration/server/serverspec/server_spec.rb +++ b/test/integration/server/serverspec/server_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright 2012-2016, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License");