aboutsummaryrefslogtreecommitdiff
path: root/dev/util
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-12 23:58:06 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-12 23:58:06 +0000
commit49f446a3af8b77f07de6ea4314102ae1a9202c9e (patch)
treec9749092c5f14c08341e283531666af786849fd5 /dev/util
parentb4e5a59cf012666c6e14080b37281fa0a8b2d27d (diff)
downloadslackbuilds-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 'dev/util')
-rwxr-xr-xdev/util/cvs2svn/cvs2svn.SlackBuild12
-rw-r--r--dev/util/ddd/ddd.SlackBuild12
-rwxr-xr-xdev/util/debootstrap/debootstrap.SlackBuild12
-rwxr-xr-xdev/util/e_utils/e_utils.SlackBuild12
-rwxr-xr-xdev/util/scons/scons.SlackBuild12
5 files changed, 60 insertions, 0 deletions
diff --git a/dev/util/cvs2svn/cvs2svn.SlackBuild b/dev/util/cvs2svn/cvs2svn.SlackBuild
index 6052c569..d24b1311 100755
--- a/dev/util/cvs2svn/cvs2svn.SlackBuild
+++ b/dev/util/cvs2svn/cvs2svn.SlackBuild
@@ -1,5 +1,17 @@
#!/bin/bash
#
+# cvs2svn 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.
+#
+# cvs2svn 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 cvs2svn
# by rhatto at riseup.net
#
diff --git a/dev/util/ddd/ddd.SlackBuild b/dev/util/ddd/ddd.SlackBuild
index 3dcd24f4..0c74c5ae 100644
--- a/dev/util/ddd/ddd.SlackBuild
+++ b/dev/util/ddd/ddd.SlackBuild
@@ -1,5 +1,17 @@
#!/bin/bash
#
+# ddd 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.
+#
+# ddd 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 ddd, by Rudson R. Alves
# requires: lesstif
# tested: ddd-3.3.11
diff --git a/dev/util/debootstrap/debootstrap.SlackBuild b/dev/util/debootstrap/debootstrap.SlackBuild
index 7c673f62..bf2591e6 100755
--- a/dev/util/debootstrap/debootstrap.SlackBuild
+++ b/dev/util/debootstrap/debootstrap.SlackBuild
@@ -1,5 +1,17 @@
#!/bin/bash
#
+# debootstrap 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.
+#
+# debootstrap 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 debootstrap
# by rhatto at riseup.net
#
diff --git a/dev/util/e_utils/e_utils.SlackBuild b/dev/util/e_utils/e_utils.SlackBuild
index 7a522462..3c6582b4 100755
--- a/dev/util/e_utils/e_utils.SlackBuild
+++ b/dev/util/e_utils/e_utils.SlackBuild
@@ -1,5 +1,17 @@
#!/bin/bash
#
+# e_utils 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.
+#
+# e_utils 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 e_utils
# by rhatto at riseup.net
#
diff --git a/dev/util/scons/scons.SlackBuild b/dev/util/scons/scons.SlackBuild
index 0e6c8c69..20cb5209 100755
--- a/dev/util/scons/scons.SlackBuild
+++ b/dev/util/scons/scons.SlackBuild
@@ -1,5 +1,17 @@
#!/bin/bash
#
+# scons 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.
+#
+# scons 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 to call scons.build with correct settings
#