ossp-pkg/petidomo/acl.y 1.1 -> 1.2
--- acl.y 2000/12/13 13:19:22 1.1
+++ acl.y 2000/12/13 15:35:14 1.2
@@ -1,11 +1,21 @@
/*
- * $Source: /v/ossp/cvs/ossp-pkg/petidomo/acl.y,v $
- * $Revision: 1.1 $
- * $Date: 2000/12/13 13:19:22 $
- *
- * Copyright (C) 1997 by CyberSolutions GmbH.
- * All rights reserved.
- */
+ $Source: /v/ossp/cvs/ossp-pkg/petidomo/acl.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. */
@@ -16,8 +26,8 @@
#include <sys/wait.h>
#include <errno.h>
-#include <text.h>
-#include <petidomo.h>
+#include "libtext/text.h"
+#include "petidomo.h"
static int yyerror(char *);
static int yylex(void);
|
|