diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-13 14:38:22 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-13 14:38:22 +0000 |
commit | e01bb84e42f6d393b829c197cffe52d8eb9be4db (patch) | |
tree | db6faf034af386512575ab1cd3ad9a7b2d65c395 /dev | |
parent | 5b247f8757484171738d7685daa8a22b535f430d (diff) | |
download | slackbuilds-e01bb84e42f6d393b829c197cffe52d8eb9be4db.tar.gz slackbuilds-e01bb84e42f6d393b829c197cffe52d8eb9be4db.tar.bz2 |
fixed license on .build scripts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1171 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/libs/boost/boost.build | 12 | ||||
-rwxr-xr-x | dev/python/mod_python/mod_python.build | 12 | ||||
-rwxr-xr-x | dev/python/pyrex/Pyrex.build | 12 | ||||
-rwxr-xr-x | dev/util/scons/scons.build | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dev/libs/boost/boost.build b/dev/libs/boost/boost.build index 3f2d385f..e6f39875 100755 --- a/dev/libs/boost/boost.build +++ b/dev/libs/boost/boost.build @@ -1,5 +1,17 @@ #!/bin/bash # +# boost.build 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. +# +# boost.build 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 +# # build script for boost # by rafael at riseup.net # diff --git a/dev/python/mod_python/mod_python.build b/dev/python/mod_python/mod_python.build index 0f5d3a67..af432724 100755 --- a/dev/python/mod_python/mod_python.build +++ b/dev/python/mod_python/mod_python.build @@ -1,5 +1,17 @@ #!/bin/bash # +# mod_python.build 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. +# +# mod_python.build 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 +# # build script for mod_python # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/dev/python/pyrex/Pyrex.build b/dev/python/pyrex/Pyrex.build index d3a48e48..0492f9a2 100755 --- a/dev/python/pyrex/Pyrex.build +++ b/dev/python/pyrex/Pyrex.build @@ -1,5 +1,17 @@ #!/bin/bash # +# Pyrex.build 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. +# +# Pyrex.build 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 +# # slackbuild script for Pyrex # by rhatto at riseup.net # diff --git a/dev/util/scons/scons.build b/dev/util/scons/scons.build index 2b636fe4..2bcac6dc 100755 --- a/dev/util/scons/scons.build +++ b/dev/util/scons/scons.build @@ -1,5 +1,17 @@ #!/bin/bash # +# scons.build 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. +# +# scons.build 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 +# # slackbuild script for scons # by rhatto at riseup.net # |