Check-in Number:
|
241 | |
Date: |
2000-Dec-15 14:06:12 (local)
2000-Dec-15 13:06:12 (UTC) |
User: | simons |
Branch: | |
Comment: |
- Added GNU GPL copyright headers.
- Cleaned build process up. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/librfc822/address.y 1.1 -> 1.2
--- address.y 2000/12/16 12:38:21 1.1
+++ address.y 2000/12/16 13:06:12 1.2
@@ -1,11 +1,21 @@
/*
- * $Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/address.y,v $
- * $Revision: 1.1 $
- * $Date: 2000/12/16 12:38:21 $
- *
- * Copyright (C) 1997 by CyberSolutions GmbH.
- * All rights reserved.
- */
+ $Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/address.y,v $
+ $Revision: 1.2 $
+
+ Copyright (C) 2000 by CyberSolutions GmbH, Germany.
+
+ This file is part of OpenPetidomo.
+
+ OpenPetidomo 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
+ 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.
+*/
%{
/* Definitions we need in the parser. */
|
|
ossp-pkg/petidomo/librfc822/decomment.c 1.1 -> 1.2
--- decomment.c 2000/12/16 12:38:22 1.1
+++ decomment.c 2000/12/16 13:06:12 1.2
@@ -1,11 +1,21 @@
/*
- * $Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/decomment.c,v $
- * $Revision: 1.1 $
- * $Date: 2000/12/16 12:38:22 $
- *
- * Copyright (C) 1997 by CyberSolutions GmbH.
- * All rights reserved.
- */
+ $Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/decomment.c,v $
+ $Revision: 1.2 $
+
+ Copyright (C) 2000 by CyberSolutions GmbH, Germany.
+
+ This file is part of OpenPetidomo.
+
+ OpenPetidomo 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
+ 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.
+*/
#include <stdio.h>
#include <stdlib.h>
|
|