Skip to content

Commit

Permalink
Merge pull request #207 from shlomizadok/fix_16192
Browse files Browse the repository at this point in the history
Fixes #16192 - Remove license from files
  • Loading branch information
xprazak2 committed Sep 7, 2016
2 parents 604e903 + 8197c2e commit 595e3cb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 60 deletions.
10 changes: 0 additions & 10 deletions 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
Expand Down
10 changes: 0 additions & 10 deletions 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

Expand Down
10 changes: 0 additions & 10 deletions 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
Expand Down
10 changes: 0 additions & 10 deletions 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
Expand Down
10 changes: 0 additions & 10 deletions 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],
Expand Down
10 changes: 0 additions & 10 deletions 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
Expand Down

0 comments on commit 595e3cb

Please sign in to comment.