]> git.sur5r.net Git - openldap/commitdiff
Add simple copyright notice
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 20:38:04 +0000 (20:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 20:38:04 +0000 (20:38 +0000)
libraries/liblber/Makefile.in
libraries/liblber/Version.c
libraries/liblber/bprint.c
libraries/liblber/decode.c
libraries/liblber/dtest.c
libraries/liblber/encode.c
libraries/liblber/etest.c
libraries/liblber/idtest.c
libraries/liblber/io.c
libraries/liblber/lber-int.h
libraries/liblber/options.c

index 4cd14eef67dbcb3a8751f661e4a0e42900228ca3..acb799aa3ccbc69182868ea8a1180355ae2c741c 100644 (file)
@@ -1,3 +1,5 @@
+## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## LIBLBER
 ##
index ae3b655c4a33b8dc52c6f75eb05ae09090613970..f3847491336d98e202b5b0139952334cc86fe1e6 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1991 Regents of the University of Michigan.
  * All rights reserved.
index a326ac640b04c2314b610b10cab7a964d6fdd251..d8a8c3783da8d7a71c60a240460f003a8b40db7c 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 
 #include "portable.h"
 
index f6b32848a9963d051bc490a1c8224bb372fe01a8..b94c5cf92612f240cad651f85d0de00449ed2500 100644 (file)
@@ -1,5 +1,9 @@
 /* decode.c - ber input decoding routines */
 /*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* Portions
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
  *
index c6b063e74a9381f27651d992d1ea8fb10e993d7b..3bc6cc34cc3ec582ae07c3cd7298f6c05bac68f0 100644 (file)
@@ -1,4 +1,8 @@
 /* dtest.c - lber decoding test program */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index 4f2b738365dfbfbfb7dfee22e3812fe9c7e40cfa..eb8e8c4c28aa0cebe630142af951576c71653399 100644 (file)
@@ -1,4 +1,8 @@
 /* encode.c - ber output encoding routines */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index 266262cd0b146eef8312457dc5b4eb3cf4cd22aa..e2ed28cfdc6195e8f95cc291dcdb673d55e35ff4 100644 (file)
@@ -1,4 +1,8 @@
 /* test.c - lber encoding test program */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index 8d68fd603600c36b6601a3e317684ce8733ef6bf..2473a395481ededf3729c1d7de5d0304c09a50ba 100644 (file)
@@ -1,4 +1,8 @@
 /* idtest.c - ber decoding test program using isode libraries */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index 968e635b4e036e0625b516dfaf71326a86e61e88..2bccaff6ac1ee52683e6b2dbe70bd94fc93fcfd1 100644 (file)
@@ -1,4 +1,8 @@
 /* io.c - ber general i/o routines */
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index 81def4b97455d8efc3db2e87ca244a71af1f49f2..b7ce1c28daac527e01efd13122fe437ef44a0aea 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990 Regents of the University of Michigan.
  * All rights reserved.
index c6e976c80ed73e1bbd7a89e6737a1844c56133ac..54be5c3d2f692505c992617272f66ddb931ec6c1 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 #include "portable.h"
 
 #include <stdlib.h>