diff options
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 |