]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schemaparse.c
ITS#2919 add a user modifiable generalizedTime attribute
[openldap] / servers / slapd / schemaparse.c
index d05d70ae8d10cf7427330ee23134037646f733a4..a1c6f34f12cf2caee2f5e89334f0fca096568cfd 100644 (file)
@@ -1,8 +1,17 @@
 /* schemaparse.c - routines to parse config file objectclass definitions */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2005 The OpenLDAP Foundation.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #include "portable.h"
@@ -117,8 +126,7 @@ parse_cr(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPContentRule *cr;
        int             code;
@@ -156,8 +164,7 @@ parse_oc(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPObjectClass *oc;
        int             code;
@@ -238,8 +245,7 @@ parse_at(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPAttributeType *at;
        int             code;