summaryrefslogtreecommitdiffstats
path: root/ldap/include
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-04-19 22:07:54 +0000
committerNathan Kinder <nkinder@redhat.com>2005-04-19 22:07:54 +0000
commit5a8395d602f17c52bcbd14269317ee301d17be3c (patch)
tree2fd77a1500c03866d19f5c7bb982faf252b18301 /ldap/include
parent65eeb67366c1a38260db5703e67f6a8b74f3aa00 (diff)
downloadds-5a8395d602f17c52bcbd14269317ee301d17be3c.tar.gz
ds-5a8395d602f17c52bcbd14269317ee301d17be3c.tar.xz
ds-5a8395d602f17c52bcbd14269317ee301d17be3c.zip
Fixed licensing typo
Diffstat (limited to 'ldap/include')
-rw-r--r--ldap/include/Makefile4
-rw-r--r--ldap/include/Makefile.client4
-rw-r--r--ldap/include/avl.h4
-rw-r--r--ldap/include/dblayer.h4
-rw-r--r--ldap/include/dirlite_strings.h4
-rw-r--r--ldap/include/disptmpl.h4
-rw-r--r--ldap/include/ldaplog.h4
-rw-r--r--ldap/include/ldaprot.h4
-rw-r--r--ldap/include/ldbm.h4
-rw-r--r--ldap/include/ldif.h4
-rw-r--r--ldap/include/litekey.h4
-rw-r--r--ldap/include/lthread.h4
-rw-r--r--ldap/include/ntslapdregparms.h4
-rw-r--r--ldap/include/ntwatchdog.h4
-rw-r--r--ldap/include/portable.h4
-rw-r--r--ldap/include/proto-ntutil.h4
-rw-r--r--ldap/include/regex.h4
-rw-r--r--ldap/include/srchpref.h4
-rw-r--r--ldap/include/sysexits-compat.h4
19 files changed, 57 insertions, 19 deletions
diff --git a/ldap/include/Makefile b/ldap/include/Makefile
index 3d0c45b2..92fa38b6 100644
--- a/ldap/include/Makefile
+++ b/ldap/include/Makefile
@@ -27,7 +27,9 @@
# in conjunction with the Program except the Non-GPL Code covered by this
# exception. If you modify this file, you may extend this exception to your
# version of the file, but you are not obligated to do so. If you do not wish to
-# do so, delete this exception statement from your version.
+# provide this exception without modification, you must delete this exception
+# statement from your version and license this file solely under the GPL without
+# exception.
#
#
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/Makefile.client b/ldap/include/Makefile.client
index c6b8fc03..e67eafd1 100644
--- a/ldap/include/Makefile.client
+++ b/ldap/include/Makefile.client
@@ -27,7 +27,9 @@
# in conjunction with the Program except the Non-GPL Code covered by this
# exception. If you modify this file, you may extend this exception to your
# version of the file, but you are not obligated to do so. If you do not wish to
-# do so, delete this exception statement from your version.
+# provide this exception without modification, you must delete this exception
+# statement from your version and license this file solely under the GPL without
+# exception.
#
#
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/avl.h b/ldap/include/avl.h
index bd6e0b32..be0b15db 100644
--- a/ldap/include/avl.h
+++ b/ldap/include/avl.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/dblayer.h b/ldap/include/dblayer.h
index 29fa5503..3929b3c0 100644
--- a/ldap/include/dblayer.h
+++ b/ldap/include/dblayer.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/dirlite_strings.h b/ldap/include/dirlite_strings.h
index 11e56978..6089e1b9 100644
--- a/ldap/include/dirlite_strings.h
+++ b/ldap/include/dirlite_strings.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/disptmpl.h b/ldap/include/disptmpl.h
index c1eaac46..19198aeb 100644
--- a/ldap/include/disptmpl.h
+++ b/ldap/include/disptmpl.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ldaplog.h b/ldap/include/ldaplog.h
index 730ce6cf..a7e703f9 100644
--- a/ldap/include/ldaplog.h
+++ b/ldap/include/ldaplog.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ldaprot.h b/ldap/include/ldaprot.h
index a3e067e1..1e0bf137 100644
--- a/ldap/include/ldaprot.h
+++ b/ldap/include/ldaprot.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ldbm.h b/ldap/include/ldbm.h
index b8a2da3f..69936d5e 100644
--- a/ldap/include/ldbm.h
+++ b/ldap/include/ldbm.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ldif.h b/ldap/include/ldif.h
index 734952a9..3f04db83 100644
--- a/ldap/include/ldif.h
+++ b/ldap/include/ldif.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/litekey.h b/ldap/include/litekey.h
index 8a727451..e8d9b6b1 100644
--- a/ldap/include/litekey.h
+++ b/ldap/include/litekey.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/lthread.h b/ldap/include/lthread.h
index 5a67161f..daed6edb 100644
--- a/ldap/include/lthread.h
+++ b/ldap/include/lthread.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ntslapdregparms.h b/ldap/include/ntslapdregparms.h
index 083a27bc..66ef331b 100644
--- a/ldap/include/ntslapdregparms.h
+++ b/ldap/include/ntslapdregparms.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/ntwatchdog.h b/ldap/include/ntwatchdog.h
index d1b5d44c..bdb66c01 100644
--- a/ldap/include/ntwatchdog.h
+++ b/ldap/include/ntwatchdog.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/portable.h b/ldap/include/portable.h
index 71bdbe70..52a75723 100644
--- a/ldap/include/portable.h
+++ b/ldap/include/portable.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/proto-ntutil.h b/ldap/include/proto-ntutil.h
index 19fe4857..49969382 100644
--- a/ldap/include/proto-ntutil.h
+++ b/ldap/include/proto-ntutil.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/regex.h b/ldap/include/regex.h
index ebfe128a..1ce0de61 100644
--- a/ldap/include/regex.h
+++ b/ldap/include/regex.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/srchpref.h b/ldap/include/srchpref.h
index fb7cf4a5..c14fbe5f 100644
--- a/ldap/include/srchpref.h
+++ b/ldap/include/srchpref.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
diff --git a/ldap/include/sysexits-compat.h b/ldap/include/sysexits-compat.h
index c28199ba..11c698c0 100644
--- a/ldap/include/sysexits-compat.h
+++ b/ldap/include/sysexits-compat.h
@@ -26,7 +26,9 @@
* in conjunction with the Program except the Non-GPL Code covered by this
* exception. If you modify this file, you may extend this exception to your
* version of the file, but you are not obligated to do so. If you do not wish to
- * do so, delete this exception statement from your version.
+ * provide this exception without modification, you must delete this exception
+ * statement from your version and license this file solely under the GPL without
+ * exception.
*
*
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.