Update copyright headers
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
fff1b71ec2
commit
2ffa7386b8
@ -1,5 +1,5 @@
|
|||||||
# Author:: Joshua Timberman <joshua@chef.io>
|
# Author:: Joshua Timberman <joshua@chef.io>
|
||||||
# Copyright:: Copyright 2009-2014, Chef Software, Inc.
|
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||||
# License:: Apache License, Version 2.0
|
# License:: Apache License, Version 2.0
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Author:: Joshua Timberman(<joshua@chef.io>)
|
# Author:: Joshua Timberman(<joshua@chef.io>)
|
||||||
# Cookbook Name:: common
|
# Cookbook:: common
|
||||||
# Recipe:: default
|
# Recipe:: default
|
||||||
#
|
#
|
||||||
# Copyright 2009-2014, Chef Software, Inc.
|
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Author:: Joshua Timberman(<joshua@chef.io>)
|
# Author:: Joshua Timberman(<joshua@chef.io>)
|
||||||
# Cookbook Name:: postfix
|
# Cookbook:: postfix
|
||||||
# Recipe:: client
|
# Recipe:: client
|
||||||
#
|
#
|
||||||
# Copyright 2009-2014, Chef Software, Inc.
|
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Author:: Joshua Timberman(<joshua@chef.io>)
|
# Author:: Joshua Timberman(<joshua@chef.io>)
|
||||||
# Cookbook Name:: postfix
|
# Cookbook:: postfix
|
||||||
# Recipe:: default
|
# Recipe:: default
|
||||||
#
|
#
|
||||||
# Copyright 2009-2014, Chef Software, Inc.
|
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Author:: Joshua Timberman(<joshua@chef.io>)
|
# Author:: Joshua Timberman(<joshua@chef.io>)
|
||||||
# Cookbook Name:: postfix
|
# Cookbook:: postfix
|
||||||
# Recipe:: sasl_auth
|
# 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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with 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'
|
source 'sasl_passwd.erb'
|
||||||
owner 'root'
|
owner 'root'
|
||||||
group node['root_group']
|
group node['root_group']
|
||||||
mode 0400
|
mode "400"
|
||||||
notifies :run, 'execute[postmap-sasl_passwd]', :immediately
|
notifies :run, 'execute[postmap-sasl_passwd]', :immediately
|
||||||
notifies :restart, 'service[postfix]'
|
notifies :restart, 'service[postfix]'
|
||||||
variables(settings: node['postfix']['sasl'])
|
variables(settings: node['postfix']['sasl'])
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Author:: Joshua Timberman(<joshua@chef.io>)
|
# Author:: Joshua Timberman(<joshua@chef.io>)
|
||||||
# Cookbook Name:: postfix
|
# Cookbook:: postfix
|
||||||
# Recipe:: server
|
# Recipe:: server
|
||||||
#
|
#
|
||||||
# Copyright 2009-2014, Chef Software, Inc.
|
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright:: Copyright (c) 2015-2016 Chef Software, Inc.
|
# Copyright:: 2015-2016, Chef Software, Inc.
|
||||||
# License:: Apache License, Version 2.0
|
# License:: Apache License, Version 2.0
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user