[mate-doc-utils/f19: 29/34] Add GPL3 copyright headers

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 09:07:25 UTC 2013


commit 32b1736909be121bb9495b9e7b89b26cdad2afa8
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Wed Mar 13 17:01:26 2013 +0100

    Add GPL3 copyright headers

 macros/mate-autogen           |   18 +++++++++++++++++-
 macros/mate-common.m4         |   14 ++++++++++++++
 macros/mate-compiler-flags.m4 |   23 ++++++++++++++++++++---
 3 files changed, 51 insertions(+), 4 deletions(-)
---
diff --git a/macros/mate-autogen b/macros/mate-autogen
index 4b50c1e..d86aca9 100644
--- a/macros/mate-autogen
+++ b/macros/mate-autogen
@@ -1,5 +1,21 @@
 #!/bin/sh
-# Run this to generate all the initial makefiles, etc.
+#
+# mate-common - Run this to generate all the initial makefiles, etc.
+#
+#   Copyright (C) 2011 Perberos <perberos at gmail.com>
+#
+#   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 3 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/>.
 
 #name of package
 PKG_NAME=${PKG_NAME:-Package}
diff --git a/macros/mate-common.m4 b/macros/mate-common.m4
index e3719f1..bdde06a 100644
--- a/macros/mate-common.m4
+++ b/macros/mate-common.m4
@@ -1,5 +1,19 @@
 # mate-common.m4
 #
+#   Copyright (C) 2011 Perberos <perberos at gmail.com>
+#
+#   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 3 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/>.
 
 dnl MATE_COMMON_INIT
 
diff --git a/macros/mate-compiler-flags.m4 b/macros/mate-compiler-flags.m4
index 561f8d9..b3a8a63 100644
--- a/macros/mate-compiler-flags.m4
+++ b/macros/mate-compiler-flags.m4
@@ -1,6 +1,23 @@
-dnl MATE_COMPILE_WARNINGS
-dnl Turn on many useful compiler warnings
-dnl For now, only works on GCC
+# MATE_COMPILE_WARNINGS
+# Turn on many useful compiler warnings
+# For now, only works on GCC
+#
+#   Copyright (C) 2011 Perberos <perberos at gmail.com>
+#
+#   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 3 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/>.
+
+
 AC_DEFUN([MATE_COMPILE_WARNINGS],[
     dnl ******************************
     dnl More compiler warnings


More information about the scm-commits mailing list