ossp-pkg/petidomo/password.c 1.1 -> 1.2
--- password.c 2000/12/13 13:19:24 1.1
+++ password.c 2000/12/13 15:35:14 1.2
@@ -1,15 +1,24 @@
/*
- * $Source: /v/ossp/cvs/ossp-pkg/petidomo/password.c,v $
- * $Revision: 1.1 $
- * $Date: 2000/12/13 13:19:24 $
- *
- * Copyright (C) 1996 by CyberSolutions GmbH.
- * All rights reserved.
- */
+ $Source: /v/ossp/cvs/ossp-pkg/petidomo/password.c,v $
+ $Revision: 1.2 $
-#include <ctype.h>
+ 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.
-#include <petidomo.h>
+ 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 <ctype.h>
+#include "petidomo.h"
static const char * s_password = NULL;
extern char * g_currLine;
|
|