From db16cf6ac4ed2156e0b81e4723a0f675a5d99d2f Mon Sep 17 00:00:00 2001 From: "mccabe%netscape.com" Date: Mon, 26 Jul 1999 10:41:46 +0000 Subject: [PATCH] Added NPL. --- .../org/mozilla/javascript/JavaAdapter.java | 19 ++++++++++++++++--- .../org/mozilla/javascript/JavaAdapter.java | 19 ++++++++++++++++--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/js/rhino/org/mozilla/javascript/JavaAdapter.java b/js/rhino/org/mozilla/javascript/JavaAdapter.java index 3c1ab0b1c918..cb2b149220c9 100644 --- a/js/rhino/org/mozilla/javascript/JavaAdapter.java +++ b/js/rhino/org/mozilla/javascript/JavaAdapter.java @@ -1,6 +1,19 @@ -/* -*- Mode: java; tab-width: 8 -*- - * Copyright © 1997, 1998 Netscape Communications Corporation, - * All Rights Reserved. +/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (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 Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1997-1999 Netscape Communications Corporation. All Rights + * Reserved. */ package org.mozilla.javascript; diff --git a/js/rhino/src/org/mozilla/javascript/JavaAdapter.java b/js/rhino/src/org/mozilla/javascript/JavaAdapter.java index 3c1ab0b1c918..cb2b149220c9 100644 --- a/js/rhino/src/org/mozilla/javascript/JavaAdapter.java +++ b/js/rhino/src/org/mozilla/javascript/JavaAdapter.java @@ -1,6 +1,19 @@ -/* -*- Mode: java; tab-width: 8 -*- - * Copyright © 1997, 1998 Netscape Communications Corporation, - * All Rights Reserved. +/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (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 Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1997-1999 Netscape Communications Corporation. All Rights + * Reserved. */ package org.mozilla.javascript;