]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Add missing license headers
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 13:33:54 +0000 (15:33 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 13:33:54 +0000 (15:33 +0200)
* lib/Automake/Requires.pm: Add mising header
* lib/Automake/SilentRules.pm: Add missing header

lib/Automake/Requires.pm
lib/Automake/SilentRules.pm

index 587a194b014a1f427e73261335203897cf5829c5..8c88f2885e4e0697be9d6745e5589792385c588e 100644 (file)
@@ -1,3 +1,18 @@
+# Copyright (C) 2003-2018 Free Software Foundation, Inc.
+
+# 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, 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 <https://www.gnu.org/licenses/>.
+
 package Automake::Requires;
 
 use Automake::ChannelDefs;
index 70729160d41c956417714b7c5307618b51547dc3..ee4e945098063655bdb84e56a2ec8057089a73a3 100644 (file)
@@ -1,3 +1,18 @@
+# Copyright (C) 2003-2018 Free Software Foundation, Inc.
+
+# 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, 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 <https://www.gnu.org/licenses/>.
+
 package Automake::SilentRules;
 
 use Automake::Utils;