From b749633433f837244572e9637ee2a203005718d5 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 14 Dec 2007 12:00:41 -1000 Subject: Add license boilerplates to Makefiles. All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part. --- pixmaps/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'pixmaps') diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 42ba92f1c..28dd74e84 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -1,3 +1,22 @@ +# +# Makefile +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + include ../Makefile.inc all: -- cgit