diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-14 20:08:49 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-14 20:08:49 +0000 |
commit | 772e4cce9dc5754467e55be7eada022fea9db010 (patch) | |
tree | 76387d3bb4d5c65f5834d55f80fd8a9d470dd628 /others/generic | |
parent | 0ade782b20f483f20583e7154d1d2d191c9a6233 (diff) | |
download | slackbuilds-772e4cce9dc5754467e55be7eada022fea9db010.tar.gz slackbuilds-772e4cce9dc5754467e55be7eada022fea9db010.tar.bz2 |
changed generic.SlackBuild license
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1173 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'others/generic')
-rwxr-xr-x | others/generic/generic.SlackBuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/others/generic/generic.SlackBuild b/others/generic/generic.SlackBuild index f6f5195d..b4110d6c 100755 --- a/others/generic/generic.SlackBuild +++ b/others/generic/generic.SlackBuild @@ -1,18 +1,20 @@ ################################################### ## Generic template for SlackBuilds ## -## Version 0.8.2 - Luis ( luis at riseup d0t net) +## Version 0.8.3 - Luis ( luis at riseup d0t net) ## ################################################### #!/bin/bash # -# generic.SlackBuild 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. +# [[PROGRAM NAME]].SlackBuild 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. # -# generic 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. +# [[PROGRAM NAME]].SlackBuild 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 |