From 3a839b097d39a347d17a4e5de834d65ba201efec Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 30 Aug 2005 23:41:23 +0000 Subject: added GPL copyright notice and firma contact email --- firma | 21 ++++++++++++++++++--- 1 file 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 " + echo "Report bugs to " } -- cgit v1.2.3