From e01bb84e42f6d393b829c197cffe52d8eb9be4db Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 13 Apr 2007 14:38:22 +0000 Subject: fixed license on .build scripts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1171 370017ae-e619-0410-ac65-c121f96126d4 --- app/admin/denyhosts/denyhosts.build | 12 ++++++++++++ app/backup/duplicity/duplicity.build | 12 ++++++++++++ app/backup/rdiff-backup/rdiff-backup.build | 12 ++++++++++++ app/misc/wipe/wipe.build | 12 ++++++++++++ dev/libs/boost/boost.build | 12 ++++++++++++ dev/python/mod_python/mod_python.build | 12 ++++++++++++ dev/python/pyrex/Pyrex.build | 12 ++++++++++++ dev/util/scons/scons.build | 12 ++++++++++++ media/sound/ardour/ardour.build | 12 ++++++++++++ net/analyzer/munin/munin.build | 12 ++++++++++++ net/im/silc/silc-client.build | 12 ++++++++++++ net/mail/mailman/mailman.build | 12 ++++++++++++ net/mail/mhonarc/MHonArc.build | 12 ++++++++++++ net/p2p/nicotine/nicotine+.build | 12 ++++++++++++ net/p2p/nicotine/nicotine.build | 12 ++++++++++++ net/proxy/privoxy/privoxy.build | 12 ++++++++++++ net/www/downtube/downtube.build | 12 ++++++++++++ www/apps/moin/moin.build | 12 ++++++++++++ 18 files changed, 216 insertions(+) diff --git a/app/admin/denyhosts/denyhosts.build b/app/admin/denyhosts/denyhosts.build index dada1ff2..e189a8da 100755 --- a/app/admin/denyhosts/denyhosts.build +++ b/app/admin/denyhosts/denyhosts.build @@ -1,5 +1,17 @@ #!/bin/bash # +# denyhosts.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. +# +# denyhosts.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 denyhosts # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/app/backup/duplicity/duplicity.build b/app/backup/duplicity/duplicity.build index 88fc06d0..4a499b13 100755 --- a/app/backup/duplicity/duplicity.build +++ b/app/backup/duplicity/duplicity.build @@ -1,5 +1,17 @@ #!/bin/bash # +# duplicity.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. +# +# duplicity.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 duplicity # by rhatto at riseup.net by rhatto | gpl # build it with slacktrack, example: diff --git a/app/backup/rdiff-backup/rdiff-backup.build b/app/backup/rdiff-backup/rdiff-backup.build index 93276ec4..88ac2a7b 100755 --- a/app/backup/rdiff-backup/rdiff-backup.build +++ b/app/backup/rdiff-backup/rdiff-backup.build @@ -1,5 +1,17 @@ #!/bin/bash # +# rdiff-backup.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. +# +# rdiff-backup.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 rdiff-backup # by rhatto at riseup.net by rhatto | gpl # build it with slacktrack, example: diff --git a/app/misc/wipe/wipe.build b/app/misc/wipe/wipe.build index 59c4e1ff..48bcf8a3 100755 --- a/app/misc/wipe/wipe.build +++ b/app/misc/wipe/wipe.build @@ -1,5 +1,17 @@ #!/bin/bash # +# wipe.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. +# +# wipe.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 wipe # by rhatto at riseup.net # build it with slacktrack, example: 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 # diff --git a/media/sound/ardour/ardour.build b/media/sound/ardour/ardour.build index 3fce07bc..750b25b3 100755 --- a/media/sound/ardour/ardour.build +++ b/media/sound/ardour/ardour.build @@ -1,5 +1,17 @@ #!/bin/bash # +# ardour.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. +# +# ardour.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 ardour # by rhatto at riseup.net # diff --git a/net/analyzer/munin/munin.build b/net/analyzer/munin/munin.build index 5f6d0618..93cae161 100755 --- a/net/analyzer/munin/munin.build +++ b/net/analyzer/munin/munin.build @@ -1,5 +1,17 @@ #!/bin/bash # +# munin.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. +# +# munin.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 munin # by rhatto at riseup.net by rhatto | gpl # diff --git a/net/im/silc/silc-client.build b/net/im/silc/silc-client.build index 5da2aaea..c7a20a33 100755 --- a/net/im/silc/silc-client.build +++ b/net/im/silc/silc-client.build @@ -1,5 +1,17 @@ #!/bin/bash # +# silc-client.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. +# +# silc-client.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 silc-client # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/net/mail/mailman/mailman.build b/net/mail/mailman/mailman.build index 6aa5a88e..50ae5cc2 100755 --- a/net/mail/mailman/mailman.build +++ b/net/mail/mailman/mailman.build @@ -1,5 +1,17 @@ #!/bin/bash # +# mailman.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. +# +# mailman.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 mailman # by rhatto at riseup.net by rhatto | gpl # build it with slacktrack, example: diff --git a/net/mail/mhonarc/MHonArc.build b/net/mail/mhonarc/MHonArc.build index 9c2fd7d9..d224b107 100755 --- a/net/mail/mhonarc/MHonArc.build +++ b/net/mail/mhonarc/MHonArc.build @@ -1,5 +1,17 @@ #!/bin/bash # +# MHonArc.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. +# +# MHonArc.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 MHonArc # by rhatto at riseup.net by rhatto | gpl # diff --git a/net/p2p/nicotine/nicotine+.build b/net/p2p/nicotine/nicotine+.build index 12a6c58a..ba3c8f6b 100755 --- a/net/p2p/nicotine/nicotine+.build +++ b/net/p2p/nicotine/nicotine+.build @@ -1,5 +1,17 @@ #!/bin/bash # +# nicotine+.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. +# +# nicotine+.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 nicotine+ # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/net/p2p/nicotine/nicotine.build b/net/p2p/nicotine/nicotine.build index 149062fd..1a1f17c5 100755 --- a/net/p2p/nicotine/nicotine.build +++ b/net/p2p/nicotine/nicotine.build @@ -1,5 +1,17 @@ #!/bin/bash # +# nicotine.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. +# +# nicotine.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 nicotine # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/net/proxy/privoxy/privoxy.build b/net/proxy/privoxy/privoxy.build index aa950061..a451a2b6 100755 --- a/net/proxy/privoxy/privoxy.build +++ b/net/proxy/privoxy/privoxy.build @@ -1,5 +1,17 @@ #!/bin/bash # +# privoxy.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. +# +# privoxy.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 privoxy # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/net/www/downtube/downtube.build b/net/www/downtube/downtube.build index 0d537552..97a4bd69 100755 --- a/net/www/downtube/downtube.build +++ b/net/www/downtube/downtube.build @@ -1,5 +1,17 @@ #!/bin/bash # +# downtube.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. +# +# downtube.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 downtube # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/www/apps/moin/moin.build b/www/apps/moin/moin.build index f7be6fd9..3d371282 100755 --- a/www/apps/moin/moin.build +++ b/www/apps/moin/moin.build @@ -1,5 +1,17 @@ #!/bin/bash # +# moin.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. +# +# moin.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 moin # by rhatto at riseup.net # build it with slacktrack, example: -- cgit v1.2.3