From 49f446a3af8b77f07de6ea4314102ae1a9202c9e Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Apr 2007 23:58:06 +0000 Subject: added gpl license on all scripts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1165 370017ae-e619-0410-ac65-c121f96126d4 --- games/action/0verkill/0verkill.SlackBuild | 40 +++++++++++++++++++++++++++-- games/strategy/dopewars/dopewars.SlackBuild | 12 +++++++++ games/strategy/wesnoth/wesnoth.SlackBuild | 12 +++++++++ 3 files changed, 62 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/action/0verkill/0verkill.SlackBuild b/games/action/0verkill/0verkill.SlackBuild index 227ac44a..96701ea3 100755 --- a/games/action/0verkill/0verkill.SlackBuild +++ b/games/action/0verkill/0verkill.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# 0verkill 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. +# +# 0verkill 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 0verkill # by rhatto at riseup.net # @@ -83,11 +95,35 @@ chown -R root.root $TMP/package-$PACKAGE/opt/0verkill chmod 644 $TMP/package-$PACKAGE/opt/0verkill/{data,grx}/* chmod 755 $TMP/package-$PACKAGE/opt/0verkill/{0verkill,server} -echo '#!/bin/bash' > $TMP/package-$PACKAGE/usr/games/0verkill +echo '#!/bin/bash +# +# 0verkill 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. +# +# 0verkill 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' > $TMP/package-$PACKAGE/usr/games/0verkill echo 'cd /opt/0verkill && ./0verkill $*' >> $TMP/package-$PACKAGE/usr/games/0verkill chmod +x $TMP/package-$PACKAGE/usr/games/0verkill -echo '#!/bin/bash' > $TMP/package-$PACKAGE/usr/games/0verkill-server +echo '#!/bin/bash +# +# 0verkill 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. +# +# 0verkill 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' > $TMP/package-$PACKAGE/usr/games/0verkill-server echo 'cd /opt/0verkill && ./server $*' >> $TMP/package-$PACKAGE/usr/games/0verkill-server chmod +x $TMP/package-$PACKAGE/usr/games/0verkill-server diff --git a/games/strategy/dopewars/dopewars.SlackBuild b/games/strategy/dopewars/dopewars.SlackBuild index 4d8378f7..6ebd34ae 100755 --- a/games/strategy/dopewars/dopewars.SlackBuild +++ b/games/strategy/dopewars/dopewars.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# dopewars 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. +# +# dopewars 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 dopewars # by rhatto at riseup.net # diff --git a/games/strategy/wesnoth/wesnoth.SlackBuild b/games/strategy/wesnoth/wesnoth.SlackBuild index d9de2e9c..e36e32d5 100755 --- a/games/strategy/wesnoth/wesnoth.SlackBuild +++ b/games/strategy/wesnoth/wesnoth.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# wesnoth 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. +# +# wesnoth 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 for wesnoth # http://downloads.sourceforge.net/wesnoth/ # -- cgit v1.2.3