summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile21
-rw-r--r--Makefile.inc19
-rw-r--r--bootdisk/Makefile19
-rw-r--r--command-stubs/Makefile19
-rw-r--r--docs/Makefile19
-rw-r--r--fonts/Makefile19
-rw-r--r--installclasses/Makefile18
-rw-r--r--isys/Makefile19
-rw-r--r--iw/Makefile19
-rw-r--r--liveinst/Makefile19
-rw-r--r--loader2/Makefile19
-rw-r--r--pixmaps/Makefile19
-rw-r--r--scripts/Makefile19
-rw-r--r--stubs/Makefile19
-rw-r--r--textw/Makefile19
-rw-r--r--ui/Makefile19
-rw-r--r--utils/Makefile19
17 files changed, 323 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc5b7cd66..2cb459e1e 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 f015f175b..5f3eb1c78 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 80b604aa5..3596b0392 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 e832594a5..c845d1aaa 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 6f61e4342..4ad95cd78 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 2e428dfdd..b19b830fb 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 6dd6a4c2c..3b1c16884 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 7a5e8df31..aaeaa80a4 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 6bbbee27f..742b96945 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 538a85423..1b9fead08 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 5df797cc2..2071a4ae9 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 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 <http://www.gnu.org/licenses/>.
+#
+
include ../Makefile.inc
all:
diff --git a/scripts/Makefile b/scripts/Makefile
index a5c456e03..700c592b8 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 63d369bd1..dbb252222 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 0a27cc6c7..2590f6463 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 21a148327..021a12c1a 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 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))