From 8197c2ef37768148313374d48b71333e818392e5 Mon Sep 17 00:00:00 2001 From: Shlomi Zadok Date: Wed, 7 Sep 2016 12:38:53 +0300 Subject: [PATCH] Fixes #16192 - Remove license from files --- .../api/v2/compliance/arf_reports_controller.rb | 10 ---------- app/controllers/policy_dashboard_controller.rb | 10 ---------- app/helpers/arf_reports_helper.rb | 10 ---------- app/helpers/compliance_dashboard_helper.rb | 10 ---------- app/helpers/policy_dashboard_helper.rb | 10 ---------- lib/foreman_openscap/helper.rb | 10 ---------- 6 files changed, 60 deletions(-) diff --git a/app/controllers/api/v2/compliance/arf_reports_controller.rb b/app/controllers/api/v2/compliance/arf_reports_controller.rb index ef6e99cfe..ba21a0b8d 100644 --- a/app/controllers/api/v2/compliance/arf_reports_controller.rb +++ b/app/controllers/api/v2/compliance/arf_reports_controller.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014--2015 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - require 'foreman_openscap/helper' module Api diff --git a/app/controllers/policy_dashboard_controller.rb b/app/controllers/policy_dashboard_controller.rb index 382ac6f7e..6282e6fe6 100644 --- a/app/controllers/policy_dashboard_controller.rb +++ b/app/controllers/policy_dashboard_controller.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - class PolicyDashboardController < ApplicationController before_filter :prefetch_data, :only => :index diff --git a/app/helpers/arf_reports_helper.rb b/app/helpers/arf_reports_helper.rb index e3256f1d1..55be122b1 100644 --- a/app/helpers/arf_reports_helper.rb +++ b/app/helpers/arf_reports_helper.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - module ArfReportsHelper def report_arf_column(event, style = "") style = "label-default" if event == 0 diff --git a/app/helpers/compliance_dashboard_helper.rb b/app/helpers/compliance_dashboard_helper.rb index d16dfffe2..dd237f205 100644 --- a/app/helpers/compliance_dashboard_helper.rb +++ b/app/helpers/compliance_dashboard_helper.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - module ComplianceDashboardHelper def latest_compliance_headers diff --git a/app/helpers/policy_dashboard_helper.rb b/app/helpers/policy_dashboard_helper.rb index 47a501110..4c0be7655 100644 --- a/app/helpers/policy_dashboard_helper.rb +++ b/app/helpers/policy_dashboard_helper.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - module PolicyDashboardHelper COLORS = { :compliant_hosts => ArfReportDashboardHelper::COLORS[:passed], diff --git a/lib/foreman_openscap/helper.rb b/lib/foreman_openscap/helper.rb index 62a574090..9a2ba3e26 100644 --- a/lib/foreman_openscap/helper.rb +++ b/lib/foreman_openscap/helper.rb @@ -1,13 +1,3 @@ -# -# Copyright (c) 2014 Red Hat Inc. -# -# This software is licensed to you under the GNU General Public License, -# version 3 (GPLv3). There is NO WARRANTY for this software, express or -# implied, including the implied warranties of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 -# along with this software; if not, see http://www.gnu.org/licenses/gpl.txt -# - module ForemanOpenscap::Helper def self.get_asset(cname, policy_id) asset = find_host_by_name_or_uuid(cname).get_asset