diff options
Diffstat (limited to 'sys/process')
-rw-r--r-- | sys/process/anacron/anacron.SlackBuild | 12 | ||||
-rwxr-xr-x | sys/process/logcheck/logcheck.SlackBuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sys/process/anacron/anacron.SlackBuild b/sys/process/anacron/anacron.SlackBuild index ce90c9df..798d56c5 100644 --- a/sys/process/anacron/anacron.SlackBuild +++ b/sys/process/anacron/anacron.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# anacron 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. +# +# anacron 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 anacron # by rhatto at riseup.net # diff --git a/sys/process/logcheck/logcheck.SlackBuild b/sys/process/logcheck/logcheck.SlackBuild index 2ffba2cd..2dde7450 100755 --- a/sys/process/logcheck/logcheck.SlackBuild +++ b/sys/process/logcheck/logcheck.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# logcheck 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. +# +# logcheck 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 logcheck # by rhatto at riseup.net # |