]> gitweb.fluxo.info Git - firma.git/commitdiff
added GPL copyright notice and firma contact email
authorrhatto <rhatto>
Tue, 30 Aug 2005 23:41:23 +0000 (23:41 +0000)
committerrhatto <rhatto>
Tue, 30 Aug 2005 23:41:23 +0000 (23:41 +0000)
firma

diff --git a/firma b/firma
index 0881dbac647fab8e987e715161751db8075e029b..5c8eb943419d6514d4549902053a83cce10cd0be 100755 (executable)
--- 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>"
 }