diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-13 17:01:26 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-13 17:01:26 +0100 |
commit | 32b1736909be121bb9495b9e7b89b26cdad2afa8 (patch) | |
tree | 47549a2914e9299514aef513b14f1788fe0cda71 /macros/mate-autogen | |
parent | 051157043436ac11f5414249e50ba69da9d7334f (diff) | |
download | mate-common-32b1736909be121bb9495b9e7b89b26cdad2afa8.tar.bz2 mate-common-32b1736909be121bb9495b9e7b89b26cdad2afa8.tar.xz |
Add GPL3 copyright headers
Diffstat (limited to 'macros/mate-autogen')
-rw-r--r-- | macros/mate-autogen | 18 |
1 files changed, 17 insertions, 1 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 <[email protected]> +# +# 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} |