diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/admin/denyhosts/denyhosts.build | 12 | ||||
-rwxr-xr-x | app/backup/duplicity/duplicity.build | 12 | ||||
-rwxr-xr-x | app/backup/rdiff-backup/rdiff-backup.build | 12 | ||||
-rwxr-xr-x | app/misc/wipe/wipe.build | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/app/admin/denyhosts/denyhosts.build b/app/admin/denyhosts/denyhosts.build index dada1ff2..e189a8da 100755 --- a/app/admin/denyhosts/denyhosts.build +++ b/app/admin/denyhosts/denyhosts.build @@ -1,5 +1,17 @@ #!/bin/bash # +# denyhosts.build 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. +# +# denyhosts.build 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 +# # build script for denyhosts # by rhatto at riseup.net # build it with slacktrack, example: diff --git a/app/backup/duplicity/duplicity.build b/app/backup/duplicity/duplicity.build index 88fc06d0..4a499b13 100755 --- a/app/backup/duplicity/duplicity.build +++ b/app/backup/duplicity/duplicity.build @@ -1,5 +1,17 @@ #!/bin/bash # +# duplicity.build 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. +# +# duplicity.build 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 +# # build script for duplicity # by rhatto at riseup.net by rhatto | gpl # build it with slacktrack, example: diff --git a/app/backup/rdiff-backup/rdiff-backup.build b/app/backup/rdiff-backup/rdiff-backup.build index 93276ec4..88ac2a7b 100755 --- a/app/backup/rdiff-backup/rdiff-backup.build +++ b/app/backup/rdiff-backup/rdiff-backup.build @@ -1,5 +1,17 @@ #!/bin/bash # +# rdiff-backup.build 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. +# +# rdiff-backup.build 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 +# # build script for rdiff-backup # by rhatto at riseup.net by rhatto | gpl # build it with slacktrack, example: diff --git a/app/misc/wipe/wipe.build b/app/misc/wipe/wipe.build index 59c4e1ff..48bcf8a3 100755 --- a/app/misc/wipe/wipe.build +++ b/app/misc/wipe/wipe.build @@ -1,5 +1,17 @@ #!/bin/bash # +# wipe.build 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. +# +# wipe.build 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 +# # build script for wipe # by rhatto at riseup.net # build it with slacktrack, example: |