summaryrefslogtreecommitdiff
path: root/pr/src/md
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-09-07 18:37:58 +0000
committerwtc%netscape.com <devnull@localhost>2001-09-07 18:37:58 +0000
commit2899346e4ab3815805a2f4570a8a2941aea0d98a (patch)
treeea0f5d02a4ea81d383f5de673d5f5bc4be2d8944 /pr/src/md
parentf53f6ecc9d4a2240dfa619e00304d20d5a2c6359 (diff)
downloadnspr-hg-2899346e4ab3815805a2f4570a8a2941aea0d98a.tar.gz
Bugzilla bug 98741: replaced NPL by MPL/GPL.
Modified files: prerr.et prmkdir.bat pr/src/md/os2/objs.mk
Diffstat (limited to 'pr/src/md')
-rw-r--r--pr/src/md/os2/objs.mk44
1 files changed, 30 insertions, 14 deletions
diff --git a/pr/src/md/os2/objs.mk b/pr/src/md/os2/objs.mk
index 1cc6029f..7c0bb943 100644
--- a/pr/src/md/os2/objs.mk
+++ b/pr/src/md/os2/objs.mk
@@ -1,19 +1,35 @@
-#
-# The contents of this file are subject to the Netscape Public License
-# Version 1.1 (the "NPL"); you may not use this file except in
-# compliance with the NPL. You may obtain a copy of the NPL at
-# http://www.mozilla.org/NPL/
#
-# Software distributed under the NPL is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
-# for the specific language governing rights and limitations under the
-# NPL.
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# 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) 1998-2000 Netscape Communications Corporation. All
+# Rights Reserved.
+#
+# Contributor(s):
+#
+# Alternatively, the contents of this file may be used under the
+# terms of the GNU General Public License Version 2 or later (the
+# "GPL"), in which case the provisions of the GPL are applicable
+# instead of those above. If you wish to allow use of your
+# version of this file only under the terms of the GPL and not to
+# allow others to use your version of this file under the MPL,
+# indicate your decision by deleting the provisions above and
+# replace them with the notice and other provisions required by
+# the GPL. If you do not delete the provisions above, a recipient
+# may use your version of this file under either the MPL or the
+# GPL.
#
-# The Initial Developer of this code under the NPL is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1998 Netscape Communications Corporation. All Rights
-# Reserved.
-#
# This makefile appends to the variable OBJS the platform-dependent
# object modules that will be part of the nspr20 library.