summaryrefslogtreecommitdiff
path: root/pr/src/bthreads
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>2000-06-20 21:48:45 +0000
committerlarryh%netscape.com <devnull@localhost>2000-06-20 21:48:45 +0000
commit8d10182eb851e84b247c2e5cbf9dce81c2fe225e (patch)
treeef894cb2c8878d7332fa171d643bd33f11f987f0 /pr/src/bthreads
parent695a272a6ef3cf8f17c049d86a54673b273f7ea4 (diff)
downloadnspr-hg-8d10182eb851e84b247c2e5cbf9dce81c2fe225e.tar.gz
BugZilla: 42367. Fix copyright date, Original Code
Diffstat (limited to 'pr/src/bthreads')
-rw-r--r--pr/src/bthreads/Makefile4
-rw-r--r--pr/src/bthreads/Makefile.in4
-rw-r--r--pr/src/bthreads/bsrcs.mk4
-rw-r--r--pr/src/bthreads/btcvar.c2
-rw-r--r--pr/src/bthreads/btlocks.c2
-rw-r--r--pr/src/bthreads/btmisc.c2
-rw-r--r--pr/src/bthreads/btmon.c2
-rw-r--r--pr/src/bthreads/btsem.c2
-rw-r--r--pr/src/bthreads/btthread.c2
-rw-r--r--pr/src/bthreads/objs.mk4
10 files changed, 14 insertions, 14 deletions
diff --git a/pr/src/bthreads/Makefile b/pr/src/bthreads/Makefile
index 90a6b9a5..90d9b49d 100644
--- a/pr/src/bthreads/Makefile
+++ b/pr/src/bthreads/Makefile
@@ -9,11 +9,11 @@
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
-# The Original Code is the Netscape security libraries.
+# The Original Code is the Netscape Portable Runtime (NSPR).
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
+# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
diff --git a/pr/src/bthreads/Makefile.in b/pr/src/bthreads/Makefile.in
index 7d068847..87669355 100644
--- a/pr/src/bthreads/Makefile.in
+++ b/pr/src/bthreads/Makefile.in
@@ -9,11 +9,11 @@
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
-# The Original Code is the Netscape security libraries.
+# The Original Code is the Netscape Portable Runtime (NSPR).
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
+# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
diff --git a/pr/src/bthreads/bsrcs.mk b/pr/src/bthreads/bsrcs.mk
index abe74f0f..cdff1756 100644
--- a/pr/src/bthreads/bsrcs.mk
+++ b/pr/src/bthreads/bsrcs.mk
@@ -9,11 +9,11 @@
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
-# The Original Code is the Netscape security libraries.
+# The Original Code is the Netscape Portable Runtime (NSPR).
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
+# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
diff --git a/pr/src/bthreads/btcvar.c b/pr/src/bthreads/btcvar.c
index 2622d7ec..3ca8c1f4 100644
--- a/pr/src/bthreads/btcvar.c
+++ b/pr/src/bthreads/btcvar.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/btlocks.c b/pr/src/bthreads/btlocks.c
index ea078f09..832f5f7e 100644
--- a/pr/src/bthreads/btlocks.c
+++ b/pr/src/bthreads/btlocks.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/btmisc.c b/pr/src/bthreads/btmisc.c
index 841a7f11..8e7fc998 100644
--- a/pr/src/bthreads/btmisc.c
+++ b/pr/src/bthreads/btmisc.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/btmon.c b/pr/src/bthreads/btmon.c
index 65069232..da588c3a 100644
--- a/pr/src/bthreads/btmon.c
+++ b/pr/src/bthreads/btmon.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/btsem.c b/pr/src/bthreads/btsem.c
index 5e3dbf1f..5c238dc4 100644
--- a/pr/src/bthreads/btsem.c
+++ b/pr/src/bthreads/btsem.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/btthread.c b/pr/src/bthreads/btthread.c
index 74273b10..00323763 100644
--- a/pr/src/bthreads/btthread.c
+++ b/pr/src/bthreads/btthread.c
@@ -10,7 +10,7 @@
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
- * The Original Code is the Netscape security libraries.
+ * The Original Code is the Netscape Portable Runtime (NSPR).
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
diff --git a/pr/src/bthreads/objs.mk b/pr/src/bthreads/objs.mk
index d1f5c51f..2e608aeb 100644
--- a/pr/src/bthreads/objs.mk
+++ b/pr/src/bthreads/objs.mk
@@ -9,11 +9,11 @@
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
-# The Original Code is the Netscape security libraries.
+# The Original Code is the Netscape Portable Runtime (NSPR).
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
+# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):