]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/avl.c
remove lint
[openldap] / libraries / libavl / avl.c
index eb30049ef44aae764f7299d5aa1680fc2f0bcecf..ea780a9eff3eeab8db778683d8dd5da696a9f784 100644 (file)
@@ -1,7 +1,7 @@
 /* avl.c - routines to implement an avl tree */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*
 
 #include "portable.h"
 
-#ifndef lint
-static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n";
-static char avl_version[] = "AVL library version 1.0\n";
-#endif
-
 #include <stdio.h>
 #include <ac/stdlib.h>