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. --- Makefile | 21 ++++++++++++++++++++- Makefile.inc | 19 +++++++++++++++++++ bootdisk/Makefile | 19 +++++++++++++++++++ command-stubs/Makefile | 19 +++++++++++++++++++ docs/Makefile | 19 +++++++++++++++++++ fonts/Makefile | 19 +++++++++++++++++++ installclasses/Makefile | 18 ++++++++++++++++++ isys/Makefile | 19 +++++++++++++++++++ iw/Makefile | 19 +++++++++++++++++++ liveinst/Makefile | 19 +++++++++++++++++++ loader2/Makefile | 19 +++++++++++++++++++ pixmaps/Makefile | 19 +++++++++++++++++++ scripts/Makefile | 19 +++++++++++++++++++ stubs/Makefile | 19 +++++++++++++++++++ textw/Makefile | 19 +++++++++++++++++++ ui/Makefile | 19 +++++++++++++++++++ utils/Makefile | 19 +++++++++++++++++++ 17 files changed, 323 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index dc5b7cd..2cb459e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,23 @@ -# Copyright (C) 1998-2002 Red Hat, Inc. +# +# Makefile +# +# Copyright (C) 1998, 1999, 2000, 2001, 2002 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 VERSION := $(shell awk '/Version:/ { print $$2 }' anaconda.spec) RELEASE := $(shell awk '/Release:/ { print $$2 }' anaconda.spec) diff --git a/Makefile.inc b/Makefile.inc index f015f17..5f3eb1c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,4 +1,23 @@ # +# Makefile.inc +# +# 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/>. +# + +# # define destination locations # PYTHONLIBDIR = /usr/lib/anaconda diff --git a/bootdisk/Makefile b/bootdisk/Makefile index 80b604a..3596b03 100644 --- a/bootdisk/Makefile +++ b/bootdisk/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 all: diff --git a/command-stubs/Makefile b/command-stubs/Makefile index e832594..c845d1a 100644 --- a/command-stubs/Makefile +++ b/command-stubs/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 STUBS = raidstart-stub raidstop-stub kudzu-probe-stub list-harddrives-stub \ diff --git a/docs/Makefile b/docs/Makefile index 6f61e43..4ad95cd 100644 --- a/docs/Makefile +++ b/docs/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/>. +# + all: command-line.txt kickstart-docs.txt command-line.txt: toc-kill.xsl diff --git a/fonts/Makefile b/fonts/Makefile index 2e428df..b19b830 100644 --- a/fonts/Makefile +++ b/fonts/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 all: diff --git a/installclasses/Makefile b/installclasses/Makefile index 6dd6a4c..3b1c168 100644 --- a/installclasses/Makefile +++ b/installclasses/Makefile @@ -1,3 +1,21 @@ +# +# 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 diff --git a/isys/Makefile b/isys/Makefile index 7a5e8df..aaeaa80 100644 --- a/isys/Makefile +++ b/isys/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 CFLAGS += -I$(PYTHONINCLUDE) -I.. -DHAVE_NFS diff --git a/iw/Makefile b/iw/Makefile index 6bbbee2..742b969 100644 --- a/iw/Makefile +++ b/iw/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 all: diff --git a/liveinst/Makefile b/liveinst/Makefile index 538a854..1b9fead 100644 --- a/liveinst/Makefile +++ b/liveinst/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/>. +# + all: LC_ALL=C intltool-merge -d -u ../po liveinst.desktop.in liveinst.desktop diff --git a/loader2/Makefile b/loader2/Makefile index 5df797c..2071a4a 100644 --- a/loader2/Makefile +++ b/loader2/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 VERSION := $(shell awk '/Version:/ { print $$2 }' ../anaconda.spec) diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 42ba92f..28dd74e 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 <http://www.gnu.org/licenses/>. +# + include ../Makefile.inc all: diff --git a/scripts/Makefile b/scripts/Makefile index a5c456e..700c592 100644 --- a/scripts/Makefile +++ b/scripts/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 all: diff --git a/stubs/Makefile b/stubs/Makefile index 63d369b..dbb2522 100644 --- a/stubs/Makefile +++ b/stubs/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 LIBUTF8 = libunicode-lite.so.1 diff --git a/textw/Makefile b/textw/Makefile index 0a27cc6..2590f64 100644 --- a/textw/Makefile +++ b/textw/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 all: diff --git a/ui/Makefile b/ui/Makefile index 21a1483..021a12c 100644 --- a/ui/Makefile +++ b/ui/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 all: diff --git a/utils/Makefile b/utils/Makefile index 143c14e..24d1a81 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)) -- 1.5.3.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list