Clarify that Privoxy is licensed under GPL version 2.
authorFabian Keil <fk@fabiankeil.de>
Mon, 12 May 2008 11:13:33 +0000 (11:13 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 12 May 2008 11:13:33 +0000 (11:13 +0000)
doc/source/developer-manual.sgml

index f3dbdef..b1b0fa4 100644 (file)
@@ -23,7 +23,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: developer-manual.sgml,v 2.17 2008/02/03 21:37:41 hal9 Exp $
+ $Id: developer-manual.sgml,v 2.18 2008/02/04 12:14:06 fabiankeil Exp $
 
  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -50,7 +50,7 @@
     </pubdate>
 
 
-    <pubdate>$Id: developer-manual.sgml,v 2.17 2008/02/03 21:37:41 hal9 Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.18 2008/02/04 12:14:06 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -121,8 +121,8 @@ Hal.
     <para>
      <application>Privoxy</application>, as an heir to
      <application>Junkbuster</application>, is a Free Software project 
-     and the code is licensed under the GPL. As such,
-     <application>Privoxy</application> development is potentially open
+     and the code is licensed under the GNU General Public License version 2.
+     As such, <application>Privoxy</application> development is potentially open
      to anyone who has the time, knowledge, and desire to contribute
      in any capacity. Our goals are simply to continue the mission,
      to improve <application>Privoxy</application>, and
@@ -1833,7 +1833,7 @@ static void unload_re_filterfile( void *f ) { ... }</programlisting>
 
     <para><emphasis>Example for file comments:</emphasis></para>
 <programlisting>
-const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.17 2008/02/03 21:37:41 hal9 Exp $";
+const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.18 2008/02/04 12:14:06 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $S<!-- Break CVS Substitution -->ource$
@@ -1894,7 +1894,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION;
 <programlisting>
 #ifndef _FILENAME_H
 #define _FILENAME_H
-#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.17 2008/02/03 21:37:41 hal9 Exp $"
+#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.18 2008/02/04 12:14:06 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $S<!-- Break CVS Substitution -->ource$
@@ -3028,6 +3028,9 @@ at sourceforge. Three simple steps:
   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
   $Log: developer-manual.sgml,v $
+  Revision 2.18  2008/02/04 12:14:06  fabiankeil
+  Change "Edit Packages" URL to use https.
+
   Revision 2.17  2008/02/03 21:37:41  hal9
   Apply patch from Mark: s/OSX/OS X/