diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-09-06 23:38:11 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-09-06 23:38:11 +0000 |
commit | 7d2bcb606e343f73c740ff0bf4864bead8ba800c (patch) | |
tree | 081d78231aa2fdf91b913f466fb5640f17667dbf /trunk/mkbuild/sample-Pyrex-small.mkbuild | |
parent | 21f08bc3f8ccf58e906417393d80035da57672cb (diff) | |
download | simplepkg-7d2bcb606e343f73c740ff0bf4864bead8ba800c.tar.gz simplepkg-7d2bcb606e343f73c740ff0bf4864bead8ba800c.tar.bz2 |
added license info on top of the mkbuild samples
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@437 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild/sample-Pyrex-small.mkbuild')
-rw-r--r-- | trunk/mkbuild/sample-Pyrex-small.mkbuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/mkbuild/sample-Pyrex-small.mkbuild b/trunk/mkbuild/sample-Pyrex-small.mkbuild index 953f67b..83dfca9 100644 --- a/trunk/mkbuild/sample-Pyrex-small.mkbuild +++ b/trunk/mkbuild/sample-Pyrex-small.mkbuild @@ -1,3 +1,17 @@ +# +# This mkbuild 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 any later version. +# +# This mkbuild 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, write to the Free Software Foundation, Inc., 59 Temple +# Place - Suite 330, Boston, MA 02111-1307, USA +# + #-------------------- # Personal variables #-------------------- |