summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorui.manish <1991manish.kumar@gmail.com>2019-02-07 13:59:56 -0700
committerui.manish <1991manish.kumar@gmail.com>2019-02-07 13:59:56 -0700
commitaccb52c9d86a4e758ff187778e576869288cc358 (patch)
treec94cb9d099f5ecc19509d444a4a6e6e0fa0abc56
parent84381ac4d1abe1a291b4cad7844367cd1f5d80cd (diff)
downloadnspr-hg-accb52c9d86a4e758ff187778e576869288cc358.tar.gz
Bug 327111 - Remove unnecessary/incomplete copyright notices in Tools output. r=jcj
Differential Revision: https://phabricator.services.mozilla.com//D18655
-rw-r--r--lib/ds/plvrsion.c2
-rw-r--r--lib/libc/src/plvrsion.c2
-rw-r--r--lib/prstreams/plvrsion.c2
-rw-r--r--pr/src/prvrsion.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/ds/plvrsion.c b/lib/ds/plvrsion.c
index 8b351b4d..8bbf6765 100644
--- a/lib/ds/plvrsion.c
+++ b/lib/ds/plvrsion.c
@@ -54,7 +54,7 @@ PRVersionDescription VERSION_DESC_NAME =
/* filename */ _PRODUCTION, /* the produced library name */
/* description */ "Portable runtime", /* what we are */
/* security */ "N/A", /* not applicable here */
- /* copywrite */ "Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved",
+ /* copywrite */ "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
/* comment */ "http://www.mozilla.org/MPL/",
/* specialString */ ""
};
diff --git a/lib/libc/src/plvrsion.c b/lib/libc/src/plvrsion.c
index c4bc7a83..f2b6278b 100644
--- a/lib/libc/src/plvrsion.c
+++ b/lib/libc/src/plvrsion.c
@@ -54,7 +54,7 @@ PRVersionDescription VERSION_DESC_NAME =
/* filename */ _PRODUCTION, /* the produced library name */
/* description */ "Portable runtime", /* what we are */
/* security */ "N/A", /* not applicable here */
- /* copywrite */ "Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved",
+ /* copywrite */ "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
/* comment */ "http://www.mozilla.org/MPL/",
/* specialString */ ""
};
diff --git a/lib/prstreams/plvrsion.c b/lib/prstreams/plvrsion.c
index 27fd058d..4832e708 100644
--- a/lib/prstreams/plvrsion.c
+++ b/lib/prstreams/plvrsion.c
@@ -54,7 +54,7 @@ PRVersionDescription VERSION_DESC_NAME =
/* filename */ _PRODUCTION, /* the produced library name */
/* description */ "Portable runtime", /* what we are */
/* security */ "N/A", /* not applicable here */
- /* copywrite */ "Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved",
+ /* copywrite */ "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
/* comment */ "http://www.mozilla.org/MPL/",
/* specialString */ ""
};
diff --git a/pr/src/prvrsion.c b/pr/src/prvrsion.c
index be43578c..c27b493a 100644
--- a/pr/src/prvrsion.c
+++ b/pr/src/prvrsion.c
@@ -54,7 +54,7 @@ PRVersionDescription VERSION_DESC_NAME =
/* filename */ _PRODUCTION, /* the produced library name */
/* description */ "Portable runtime", /* what we are */
/* security */ "N/A", /* not applicable here */
- /* copywrite */ "Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved",
+ /* copywrite */ "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
/* comment */ "License information: http://www.mozilla.org/MPL/",
/* specialString */ ""
};