OSSP CVS Repository

ossp - Check-in [308]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 308
Date: 2001-Jan-18 21:30:50 (local)
2001-Jan-18 20:30:50 (UTC)
User:rse
Branch:
Comment: As we agreed today, Petidomo is now open because licensed under GPL and always will be licensed under GPL, so use "Petidomo" as the program name everywhere and consistently.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/README      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/petidomo/acl.y      1.7 -> 1.8     5 inserted, 5 deleted
ossp-pkg/petidomo/acl_scan.l      1.3 -> 1.4     5 inserted, 5 deleted
ossp-pkg/petidomo/address-db.c      1.1 -> 1.2     5 inserted, 5 deleted
ossp-pkg/petidomo/approve.c      1.2 -> 1.3     5 inserted, 5 deleted
ossp-pkg/petidomo/archive.c      1.4 -> 1.5     5 inserted, 5 deleted
ossp-pkg/petidomo/authen.c      1.3 -> 1.4     5 inserted, 5 deleted
ossp-pkg/petidomo/config.c      1.16 -> 1.17     4 inserted, 4 deleted
ossp-pkg/petidomo/filter.c      1.3 -> 1.4     5 inserted, 5 deleted
ossp-pkg/petidomo/generate_cookie.c      1.1 -> 1.2     5 inserted, 5 deleted
ossp-pkg/petidomo/handleacl.c      1.6 -> 1.7     5 inserted, 5 deleted
ossp-pkg/petidomo/help.c      1.7 -> 1.8     5 inserted, 5 deleted
ossp-pkg/petidomo/hermes.c      1.11 -> 1.12     5 inserted, 5 deleted
ossp-pkg/petidomo/index.c      1.6 -> 1.7     5 inserted, 5 deleted
ossp-pkg/petidomo/io.c      1.2 -> 1.3     5 inserted, 5 deleted
ossp-pkg/petidomo/listserv.c      1.5 -> 1.6     5 inserted, 5 deleted
ossp-pkg/petidomo/mailer.c      1.4 -> 1.5     5 inserted, 5 deleted
ossp-pkg/petidomo/main.c      1.8 -> 1.9     7 inserted, 7 deleted
ossp-pkg/petidomo/members.c      1.7 -> 1.8     5 inserted, 5 deleted
ossp-pkg/petidomo/parsearray.c      1.2 -> 1.3     5 inserted, 5 deleted
ossp-pkg/petidomo/password.c      1.3 -> 1.4     5 inserted, 5 deleted
ossp-pkg/petidomo/petidomo.h      1.15 -> 1.16     5 inserted, 5 deleted
ossp-pkg/petidomo/queue_command.c      1.2 -> 1.3     5 inserted, 5 deleted
ossp-pkg/petidomo/queue_posting.c      1.2 -> 1.3     5 inserted, 5 deleted
ossp-pkg/petidomo/rfcparse.c      1.3 -> 1.4     5 inserted, 5 deleted
ossp-pkg/petidomo/subscribe.c      1.14 -> 1.15     5 inserted, 5 deleted
ossp-pkg/petidomo/tool.c      1.4 -> 1.5     5 inserted, 5 deleted
ossp-pkg/petidomo/unsubscribe.c      1.13 -> 1.14     5 inserted, 5 deleted

ossp-pkg/petidomo/README 1.3 -> 1.4

--- README       2001/01/18 15:43:57     1.3
+++ README       2001/01/18 20:30:50     1.4
@@ -1,6 +1,6 @@
 
                     Petidomo Mailing List Manager
-                          Version 2.2 beta 2
+                          Version 4
 
 
 Greetings citizen,


ossp-pkg/petidomo/acl.y 1.7 -> 1.8

--- acl.y        2001/01/16 10:49:08     1.7
+++ acl.y        2001/01/18 20:30:50     1.8
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/acl.y,v $
-   $Revision: 1.7 $
+   $Revision: 1.8 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/acl_scan.l 1.3 -> 1.4

--- acl_scan.l   2001/01/16 10:49:08     1.3
+++ acl_scan.l   2001/01/18 20:30:50     1.4
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/acl_scan.l,v $
-   $Revision: 1.3 $
+   $Revision: 1.4 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/address-db.c 1.1 -> 1.2

--- address-db.c 2001/01/16 11:33:36     1.1
+++ address-db.c 2001/01/18 20:30:50     1.2
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/address-db.c,v $
-   $Revision: 1.1 $
+   $Revision: 1.2 $
 
    Copyright (C) 2000 by Peter Simons <simons@computer.org>
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/approve.c 1.2 -> 1.3

--- approve.c    2001/01/16 10:47:15     1.2
+++ approve.c    2001/01/18 20:30:50     1.3
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/approve.c,v $
-   $Revision: 1.2 $
+   $Revision: 1.3 $
 
    Copyright (C) 2000 by Peter Simons <simons@computer.org>.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/archive.c 1.4 -> 1.5

--- archive.c    2001/01/08 20:36:19     1.4
+++ archive.c    2001/01/18 20:30:50     1.5
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/archive.c,v $
-   $Revision: 1.4 $
+   $Revision: 1.5 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/authen.c 1.3 -> 1.4

--- authen.c     2000/12/15 15:48:00     1.3
+++ authen.c     2001/01/18 20:30:50     1.4
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/authen.c,v $
-   $Revision: 1.3 $
+   $Revision: 1.4 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/config.c 1.16 -> 1.17

--- config.c     2001/01/18 14:41:28     1.16
+++ config.c     2001/01/18 20:30:50     1.17
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
-   $Revision: 1.16 $
+   $Revision: 1.17 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/filter.c 1.3 -> 1.4

--- filter.c     2000/12/15 15:48:00     1.3
+++ filter.c     2001/01/18 20:30:50     1.4
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/filter.c,v $
-   $Revision: 1.3 $
+   $Revision: 1.4 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/generate_cookie.c 1.1 -> 1.2

--- generate_cookie.c    2001/01/11 14:11:33     1.1
+++ generate_cookie.c    2001/01/18 20:30:50     1.2
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/generate_cookie.c,v $
-   $Revision: 1.1 $
+   $Revision: 1.2 $
 
    Copyright (C) 2001 by Peter Simons <simons@computer.org>.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/handleacl.c 1.6 -> 1.7

--- handleacl.c  2001/01/16 10:49:08     1.6
+++ handleacl.c  2001/01/18 20:30:50     1.7
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/handleacl.c,v $
-   $Revision: 1.6 $
+   $Revision: 1.7 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/help.c 1.7 -> 1.8

--- help.c       2001/01/10 17:12:40     1.7
+++ help.c       2001/01/18 20:30:50     1.8
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/help.c,v $
-   $Revision: 1.7 $
+   $Revision: 1.8 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/hermes.c 1.11 -> 1.12

--- hermes.c     2001/01/16 11:33:36     1.11
+++ hermes.c     2001/01/18 20:30:50     1.12
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/hermes.c,v $
-   $Revision: 1.11 $
+   $Revision: 1.12 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/index.c 1.6 -> 1.7

--- index.c      2001/01/08 20:36:19     1.6
+++ index.c      2001/01/18 20:30:50     1.7
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/index.c,v $
-   $Revision: 1.6 $
+   $Revision: 1.7 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/io.c 1.2 -> 1.3

--- io.c 2000/12/13 15:35:14     1.2
+++ io.c 2001/01/18 20:30:50     1.3
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/io.c,v $
-   $Revision: 1.2 $
+   $Revision: 1.3 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/listserv.c 1.5 -> 1.6

--- listserv.c   2001/01/15 17:06:48     1.5
+++ listserv.c   2001/01/18 20:30:50     1.6
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/listserv.c,v $
-   $Revision: 1.5 $
+   $Revision: 1.6 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/mailer.c 1.4 -> 1.5

--- mailer.c     2001/01/08 20:36:19     1.4
+++ mailer.c     2001/01/18 20:30:50     1.5
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/mailer.c,v $
-   $Revision: 1.4 $
+   $Revision: 1.5 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/main.c 1.8 -> 1.9

--- main.c       2001/01/15 18:48:49     1.8
+++ main.c       2001/01/18 20:30:50     1.9
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/main.c,v $
-   $Revision: 1.8 $
+   $Revision: 1.9 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.
@@ -56,8 +56,8 @@
 
     /* Parse the command line. */
 
-    argv_help_string = "OpenPetidomo Mailing List Server";
-    argv_version_string = "OpenPetidomo";
+    argv_help_string = "Petidomo Mailing List Server";
+    argv_version_string = "Petidomo";
     argv_process(args, argc, argv);
 
     /* Init Petidomo's internal stuff. */


ossp-pkg/petidomo/members.c 1.7 -> 1.8

--- members.c    2001/01/10 17:12:40     1.7
+++ members.c    2001/01/18 20:30:50     1.8
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v $
-   $Revision: 1.7 $
+   $Revision: 1.8 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/parsearray.c 1.2 -> 1.3

--- parsearray.c 2000/12/13 15:35:14     1.2
+++ parsearray.c 2001/01/18 20:30:50     1.3
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/parsearray.c,v $
-   $Revision: 1.2 $
+   $Revision: 1.3 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/password.c 1.3 -> 1.4

--- password.c   2000/12/15 15:48:00     1.3
+++ password.c   2001/01/18 20:30:50     1.4
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/password.c,v $
-   $Revision: 1.3 $
+   $Revision: 1.4 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/petidomo.h 1.15 -> 1.16

--- petidomo.h   2001/01/16 11:33:36     1.15
+++ petidomo.h   2001/01/18 20:30:50     1.16
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
-   $Revision: 1.15 $
+   $Revision: 1.16 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/queue_command.c 1.2 -> 1.3

--- queue_command.c      2001/01/15 16:58:58     1.2
+++ queue_command.c      2001/01/18 20:30:50     1.3
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/queue_command.c,v $
-   $Revision: 1.2 $
+   $Revision: 1.3 $
 
    Copyright (C) 2000 by Peter Simons <simons@computer.org>.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/queue_posting.c 1.2 -> 1.3

--- queue_posting.c      2001/01/15 16:58:58     1.2
+++ queue_posting.c      2001/01/18 20:30:50     1.3
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/queue_posting.c,v $
-   $Revision: 1.2 $
+   $Revision: 1.3 $
 
    Copyright (C) 2000 by Peter Simons <simons@computer.org>.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/rfcparse.c 1.3 -> 1.4

--- rfcparse.c   2000/12/15 15:48:00     1.3
+++ rfcparse.c   2001/01/18 20:30:50     1.4
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/rfcparse.c,v $
-   $Revision: 1.3 $
+   $Revision: 1.4 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/subscribe.c 1.14 -> 1.15

--- subscribe.c  2001/01/16 12:09:12     1.14
+++ subscribe.c  2001/01/18 20:30:50     1.15
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v $
-   $Revision: 1.14 $
+   $Revision: 1.15 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/tool.c 1.4 -> 1.5

--- tool.c       2001/01/08 20:36:19     1.4
+++ tool.c       2001/01/18 20:30:50     1.5
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/tool.c,v $
-   $Revision: 1.4 $
+   $Revision: 1.5 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.


ossp-pkg/petidomo/unsubscribe.c 1.13 -> 1.14

--- unsubscribe.c        2001/01/16 12:09:12     1.13
+++ unsubscribe.c        2001/01/18 20:30:50     1.14
@@ -1,17 +1,17 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/unsubscribe.c,v $
-   $Revision: 1.13 $
+   $Revision: 1.14 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
-   This file is part of OpenPetidomo.
+   This file is part of Petidomo.
 
-   OpenPetidomo is free software; you can redistribute it and/or modify
+   Petidomo 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, or (at your option)
    any later version.
 
-   OpenPetidomo is distributed in the hope that it will be useful, but
+   Petidomo 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.

CVSTrac 2.0.1