diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-12 23:58:06 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-12 23:58:06 +0000 |
commit | 49f446a3af8b77f07de6ea4314102ae1a9202c9e (patch) | |
tree | c9749092c5f14c08341e283531666af786849fd5 /sys/apps | |
parent | b4e5a59cf012666c6e14080b37281fa0a8b2d27d (diff) | |
download | slackbuilds-49f446a3af8b77f07de6ea4314102ae1a9202c9e.tar.gz slackbuilds-49f446a3af8b77f07de6ea4314102ae1a9202c9e.tar.bz2 |
added gpl license on all scripts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1165 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys/apps')
-rwxr-xr-x | sys/apps/lm_sensors/lm_sensors.SlackBuild | 12 | ||||
-rwxr-xr-x | sys/apps/lshw/lshw.SlackBuild | 12 | ||||
-rwxr-xr-x | sys/apps/microcode_ctl/microcode_ctl.SlackBuild | 12 | ||||
-rwxr-xr-x | sys/apps/realtime-lsm/realtime-lsm.SlackBuild | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/sys/apps/lm_sensors/lm_sensors.SlackBuild b/sys/apps/lm_sensors/lm_sensors.SlackBuild index f67abd0d..91f120d2 100755 --- a/sys/apps/lm_sensors/lm_sensors.SlackBuild +++ b/sys/apps/lm_sensors/lm_sensors.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# lm_sensors 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. +# +# lm_sensors 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 lm_sensors # diff --git a/sys/apps/lshw/lshw.SlackBuild b/sys/apps/lshw/lshw.SlackBuild index 43ca7b67..6814ab48 100755 --- a/sys/apps/lshw/lshw.SlackBuild +++ b/sys/apps/lshw/lshw.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# lshw 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. +# +# lshw 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 lshw # by rhatto at riseup.net # diff --git a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild index c762d705..e2b0f4da 100755 --- a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild +++ b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# microcode_ctl 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. +# +# microcode_ctl 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 microcode_ctl # http://urbanmyth.org/microcode/ # diff --git a/sys/apps/realtime-lsm/realtime-lsm.SlackBuild b/sys/apps/realtime-lsm/realtime-lsm.SlackBuild index 08f6e222..974c5ae2 100755 --- a/sys/apps/realtime-lsm/realtime-lsm.SlackBuild +++ b/sys/apps/realtime-lsm/realtime-lsm.SlackBuild @@ -1,5 +1,17 @@ #!/bin/bash # +# realtime-lsm 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. +# +# realtime-lsm 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 realtime-lsm # by rhatto at riseup.net # |