diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-14 12:00:41 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:52:52 -1000 |
commit | b749633433f837244572e9637ee2a203005718d5 (patch) | |
tree | c5dfcbac1b0620d7079c3eef5c9ba90b6c85627d /utils | |
parent | 3e4c404365894e883ff0fe5feb5fdc5853e184f5 (diff) | |
download | anaconda-b749633433f837244572e9637ee2a203005718d5.tar.gz anaconda-b749633433f837244572e9637ee2a203005718d5.tar.xz anaconda-b749633433f837244572e9637ee2a203005718d5.zip |
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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 143c14ef7..24d1a81fd 100644 --- a/utils/Makefile +++ b/utils/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 <http://www.gnu.org/licenses/>. +# + include ../Makefile.inc ARCH := $(patsubst i%86,i386,$(shell uname -m)) |