From 9c084443ff18934423b348ea4e0271cabf9f3e22 Mon Sep 17 00:00:00 2001 From: Justin Early Date: Fri, 29 Jan 2016 09:03:55 -0600 Subject: [PATCH] cleaning up recipe headers --- recipes/default.rb | 2 -- recipes/install.rb | 2 -- recipes/selinux.rb | 2 -- 3 files changed, 6 deletions(-) diff --git a/recipes/default.rb b/recipes/default.rb index ce24e80..9c0ca35 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -4,8 +4,6 @@ # # Copyright 2015, AlertLogic # -# All rights reserved - Do Not Redistribute -# if platform_family?('windows') include_recipe 'al_agents::_windows' diff --git a/recipes/install.rb b/recipes/install.rb index 1606bf8..cc2f51a 100644 --- a/recipes/install.rb +++ b/recipes/install.rb @@ -4,8 +4,6 @@ # # Copyright 2015, AlertLogic # -# All rights reserved - Do Not Redistribute -# ::Chef::Recipe.send(:include, AlAgents::Helpers) ::Chef::Resource.send(:include, AlAgents::Helpers) diff --git a/recipes/selinux.rb b/recipes/selinux.rb index c1ab297..01f8892 100644 --- a/recipes/selinux.rb +++ b/recipes/selinux.rb @@ -4,8 +4,6 @@ # # Copyright 2015, AlertLogic # -# All rights reserved - Do Not Redistribute -# include_recipe 'selinux_policy::install' selinux_policy_port '1514' do