diff options
-rw-r--r-- | archtab/local.mk | 18 | ||||
-rw-r--r-- | lib/buildsystem/local.mk | 18 | ||||
-rw-r--r-- | lib/local.mk | 18 | ||||
-rw-r--r-- | locale/local.mk | 18 | ||||
-rw-r--r-- | man/local.mk | 18 | ||||
-rw-r--r-- | src/local.mk | 18 | ||||
-rw-r--r-- | tests/local.mk | 18 |
7 files changed, 0 insertions, 126 deletions
diff --git a/archtab/local.mk b/archtab/local.mk index b773c33..c727c31 100644 --- a/archtab/local.mk +++ b/archtab/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# archtab/local.mk -# -# Copyright (C) 2013 Patrick "P. J." McDermott -# -# 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/>. - archtab_sources = \ archtab/amd64-linux-glibc/autoconf \ archtab/amd64-linux-glibc/kbuild \ diff --git a/lib/buildsystem/local.mk b/lib/buildsystem/local.mk index bacf27d..7e88ac9 100644 --- a/lib/buildsystem/local.mk +++ b/lib/buildsystem/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# lib/buildsystem/local.mk -# -# Copyright (C) 2012-2013 Patrick "P. J." McDermott -# -# 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/>. - pkgdatabuildsystem_sources = \ lib/buildsystem/autoconf.sh \ lib/buildsystem/kbuild.sh \ diff --git a/lib/local.mk b/lib/local.mk index a976526..d48a4e1 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# lib/local.mk -# -# Copyright (C) 2012-2013 Patrick "P. J." McDermott -# -# 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/>. - pkgdata_sources = \ lib/load.sh \ lib/common.sh \ diff --git a/locale/local.mk b/locale/local.mk index e490e60..3ab33d6 100644 --- a/locale/local.mk +++ b/locale/local.mk @@ -1,20 +1,2 @@ -# opkhelper -# locale/local.mk -# -# Copyright (C) 2012-2013 Patrick "P. J." McDermott -# -# 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/>. - locale_sources = \ locale/en_US.sh diff --git a/man/local.mk b/man/local.mk index 0e88e68..676e1f8 100644 --- a/man/local.mk +++ b/man/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# man/local.mk -# -# Copyright (C) 2012-2013 Patrick "P. J." McDermott -# -# 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/>. - man1_sources = \ man/oh-installfiles.1in \ man/oh-strip.1in \ diff --git a/src/local.mk b/src/local.mk index 970704f..e8250b0 100644 --- a/src/local.mk +++ b/src/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# src/local.mk -# -# Copyright (C) 2012-2013 Patrick "P. J." McDermott -# -# 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/>. - bin_sources = \ src/oh-installfiles.sh \ src/oh-strip.sh \ diff --git a/tests/local.mk b/tests/local.mk index 4baab4d..b193751 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,21 +1,3 @@ -# opkhelper -# tests/local.mk -# -# Copyright (C) 2013 Patrick "P. J." McDermott -# -# 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/>. - tests = \ tests/t_installfiles_dir \ tests/t_installfiles_dir_slash \ |