aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-08-30 23:41:23 +0000
committerrhatto <rhatto>2005-08-30 23:41:23 +0000
commit3a839b097d39a347d17a4e5de834d65ba201efec (patch)
treef49d406dc9f592853821bdda7472a4c768ddea6b
parent25e63466b000eed9bc0fa5fabe2bb49404a4375c (diff)
downloadfirma-3a839b097d39a347d17a4e5de834d65ba201efec.tar.gz
firma-3a839b097d39a347d17a4e5de834d65ba201efec.tar.bz2
added GPL copyright notice and firma contact email
-rwxr-xr-xfirma21
1 files changed, 18 insertions, 3 deletions
diff --git a/firma b/firma
index 0881dba..5c8eb94 100755
--- a/firma
+++ b/firma
@@ -1,8 +1,23 @@
#!/bin/bash
#
# firma: GnuPG-based encrypted mailing list manager
-# Feedback: rhatto@riseup.net, luis@riseup.net
-# Licensed under the GNU Public License.
+# Feedback: firma@sarava.org
+#
+# Firma 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
+# (at your option) any later version.
+#
+# Firma 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
+#
+# Usage:
#
# All firma parameters are passed through two different
# configuration files: firma.conf, containing general parameters
@@ -74,7 +89,7 @@ function Usage {
echo " use EMAIL-ADDRESS use the given address for message delivery instead"
echo " of the primary address on key"
echo
-# echo "Report bugs to <email@goes.here>"
+ echo "Report bugs to <firma@sarava.org>"
}