From dbfd98d54a1add9165eac81fd3868e893cbbe798 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Thu, 10 Oct 2002 22:03:58 +0000 Subject: [PATCH] Use XULPP to strip licenses. git-svn-id: svn://10.0.0.236/trunk@131725 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/aboutDialog.xul | 70 +++++++++--------- mozilla/browser/base/content/browser.xul | 13 ++-- mozilla/browser/base/content/openLocation.js | 46 ++++++------ mozilla/browser/base/content/openLocation.xul | 47 ++++++------ mozilla/browser/base/content/pageReport.xul | 44 ++++++----- .../base/content/pageReportFirstTime.xul | 43 +++++------ .../browser/base/content/viewPartialSource.js | 74 +++++++++---------- .../base/content/viewPartialSource.xul | 65 ++++++++-------- mozilla/browser/base/content/viewSource.xul | 67 +++++++++-------- .../base/content/viewSourceOverlay.xul | 65 ++++++++-------- mozilla/browser/base/content/viewsource.js | 44 +++++------ mozilla/browser/base/jar.mn | 20 ++--- 12 files changed, 293 insertions(+), 305 deletions(-) diff --git a/mozilla/browser/base/content/aboutDialog.xul b/mozilla/browser/base/content/aboutDialog.xul index 284764f606e..36cb31df293 100644 --- a/mozilla/browser/base/content/aboutDialog.xul +++ b/mozilla/browser/base/content/aboutDialog.xul @@ -1,40 +1,40 @@ - +# ***** BEGIN LICENSE BLOCK ***** +# Version: MPL 1.1/GPL 2.0/LGPL 2.1 +# +# 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 Phoenix about dialog. +# +# The Initial Developer of the Original Code is +# Blake Ross (blaker@netscape.com). +# Portions created by the Initial Developer are Copyright (C) 2002 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +# in which case the provisions of the GPL or the LGPL are applicable instead +# of those above. If you wish to allow use of your version of this file only +# under the terms of either the GPL or the LGPL, and not to allow others to +# use your version of this file under the terms of the MPL, indicate your +# decision by deleting the provisions above and replace them with the notice +# and other provisions required by the LGPL or the GPL. If you do not delete +# the provisions above, a recipient may use your version of this file under +# the terms of any one of the MPL, the GPL or the LGPL. +# +# ***** END LICENSE BLOCK ***** --> diff --git a/mozilla/browser/base/content/browser.xul b/mozilla/browser/base/content/browser.xul index f7e1fa304d2..2579915258d 100644 --- a/mozilla/browser/base/content/browser.xul +++ b/mozilla/browser/base/content/browser.xul @@ -1,24 +1,24 @@ # -*- Mode: HTML -*- - +# # The contents of this file are subject to the Netscape 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/NPL/ - +# # 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 Mozilla Communicator client code, released # March 31, 1998. - +# # 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): # Dean Tessman @@ -222,7 +222,6 @@ - @@ -234,8 +233,6 @@ - diff --git a/mozilla/browser/base/content/openLocation.js b/mozilla/browser/base/content/openLocation.js index b81c8198cc6..378ab9ac7b7 100644 --- a/mozilla/browser/base/content/openLocation.js +++ b/mozilla/browser/base/content/openLocation.js @@ -1,26 +1,26 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * - * The contents of this file are subject to the Netscape 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/NPL/ - * - * 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 Mozilla Communicator client code, released March - * 31, 1998. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Michael Lowe - * Blake Ross - */ +# -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- +# +# The contents of this file are subject to the Netscape 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/NPL/ +# +# 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 Mozilla Communicator client code, released March +# 31, 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): Michael Lowe +# Blake Ross +# var browser; var dialog = {}; diff --git a/mozilla/browser/base/content/openLocation.xul b/mozilla/browser/base/content/openLocation.xul index f37a86c9fc7..993ff02999b 100644 --- a/mozilla/browser/base/content/openLocation.xul +++ b/mozilla/browser/base/content/openLocation.xul @@ -1,29 +1,28 @@ - +# +# The contents of this file are subject to the Netscape 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/NPL/ +# +# 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 Mozilla Communicator client code, released +# March 31, 1998. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Ben Goodger +# Michael Lowe +# diff --git a/mozilla/browser/base/content/pageReport.xul b/mozilla/browser/base/content/pageReport.xul index 9b74d720d9b..b4fd7a445a9 100644 --- a/mozilla/browser/base/content/pageReport.xul +++ b/mozilla/browser/base/content/pageReport.xul @@ -1,28 +1,26 @@ - +# +# The contents of this file are subject to the Netscape 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/NPL/ +# +# 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 Mozilla Communicator client code, released +# March 31, 1998. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# David Hyatt (hyatt@apple.com) diff --git a/mozilla/browser/base/content/pageReportFirstTime.xul b/mozilla/browser/base/content/pageReportFirstTime.xul index e9383f18cf9..ef15461d315 100644 --- a/mozilla/browser/base/content/pageReportFirstTime.xul +++ b/mozilla/browser/base/content/pageReportFirstTime.xul @@ -1,28 +1,25 @@ - +# The contents of this file are subject to the Netscape 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/NPL/ +# +# 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 Mozilla Communicator client code, released +# March 31, 1998. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# David Hyatt (hyatt@apple.com) diff --git a/mozilla/browser/base/content/viewPartialSource.js b/mozilla/browser/base/content/viewPartialSource.js index e07c14e9d23..b32d4d0d0d5 100644 --- a/mozilla/browser/base/content/viewPartialSource.js +++ b/mozilla/browser/base/content/viewPartialSource.js @@ -1,40 +1,40 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * 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 mozilla.org view-source front-end. - * - * The Initial Developer of the Original Code is mozilla.org. - * Portions created by the Initial Developer are Copyright (C) 2002 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Roger B. Sidje (Original Author) - * Steve Swanson - * Doron Rosenberg - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ +# **** BEGIN LICENSE BLOCK **** +# Version: MPL 1.1/GPL 2.0/LGPL 2.1 +# +# 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 mozilla.org view-source front-end. +# +# The Initial Developer of the Original Code is mozilla.org. +# Portions created by the Initial Developer are Copyright (C) 2002 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Roger B. Sidje (Original Author) +# Steve Swanson +# Doron Rosenberg +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +# in which case the provisions of the GPL or the LGPL are applicable instead +# of those above. If you wish to allow use of your version of this file only +# under the terms of either the GPL or the LGPL, and not to allow others to +# use your version of this file under the terms of the MPL, indicate your +# decision by deleting the provisions above and replace them with the notice +# and other provisions required by the GPL or the LGPL. If you do not delete +# the provisions above, a recipient may use your version of this file under +# the terms of any one of the MPL, the GPL or the LGPL. +# +# **** END LICENSE BLOCK **** var gDebug = 0; var gLineCount = 0; diff --git a/mozilla/browser/base/content/viewPartialSource.xul b/mozilla/browser/base/content/viewPartialSource.xul index c5c2104cb9d..f0680ca0dec 100644 --- a/mozilla/browser/base/content/viewPartialSource.xul +++ b/mozilla/browser/base/content/viewPartialSource.xul @@ -1,39 +1,38 @@ - +# +# 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 mozilla.org view-source front end. +# +# The Initial Developer of the Original Code is mozilla.org. +# Portions created by the Initial Developer are Copyright (C) 2002 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Roger B. Sidje (Original Author) +# Doron Rosenberg +# +# 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. diff --git a/mozilla/browser/base/content/viewSource.xul b/mozilla/browser/base/content/viewSource.xul index 1fbb433a10c..8d35a7aff96 100644 --- a/mozilla/browser/base/content/viewSource.xul +++ b/mozilla/browser/base/content/viewSource.xul @@ -1,40 +1,39 @@ - +# +# 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 mozilla.org viewsource frontend. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 2000 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Doron Rosenberg (doronr@naboonline.com) +# Roger B. Sidje (rbs@maths.uq.edu.au) +# +# 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. diff --git a/mozilla/browser/base/content/viewSourceOverlay.xul b/mozilla/browser/base/content/viewSourceOverlay.xul index 4fc184ccf43..791bcf875aa 100644 --- a/mozilla/browser/base/content/viewSourceOverlay.xul +++ b/mozilla/browser/base/content/viewSourceOverlay.xul @@ -1,39 +1,38 @@ - +# +# 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 mozilla.org view-source front-end. +# +# The Initial Developer of the Original Code is mozilla.org. +# Portions created by the Initial Developer are Copyright (C) 2002 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Doron Rosenberg (doronr@naboonline.com) +# Roger B. Sidje (rbs@maths.uq.edu.au) +# +# 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. diff --git a/mozilla/browser/base/content/viewsource.js b/mozilla/browser/base/content/viewsource.js index f3ee902b528..493e2d620a5 100644 --- a/mozilla/browser/base/content/viewsource.js +++ b/mozilla/browser/base/content/viewsource.js @@ -1,25 +1,25 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * 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 mozilla.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * Doron Rosenberg (doronr@naboonline.com) - * Neil Rashbrook (neil@parkwaycc.co.uk) - */ +# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- +# 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 mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Doron Rosenberg (doronr@naboonline.com) +# Neil Rashbrook (neil@parkwaycc.co.uk) +# const pageLoaderIface = Components.interfaces.nsIWebPageDescriptor; var gBrowser = null; diff --git a/mozilla/browser/base/jar.mn b/mozilla/browser/base/jar.mn index ea5649cfd6d..d251fedd743 100644 --- a/mozilla/browser/base/jar.mn +++ b/mozilla/browser/base/jar.mn @@ -5,16 +5,16 @@ browser.jar: content/browser/browser.css (content/browser.css) content/browser/utilityOverlay.js (content/utilityOverlay.js) content/browser/about.gif (content/about.gif) - content/browser/aboutDialog.xul (content/aboutDialog.xul) - content/browser/viewPartialSource.xul (content/viewPartialSource.xul) - content/browser/viewsource.js (content/viewsource.js) - content/browser/viewSource.xul (content/viewSource.xul) - content/browser/viewSourceOverlay.xul (content/viewSourceOverlay.xul) - content/browser/openLocation.xul (content/openLocation.xul) - content/browser/openLocation.js (content/openLocation.js) - content/browser/pageReport.xul (content/pageReport.xul) - content/browser/pageReport.js (content/pageReport.js) - content/browser/pageReportFirstTime.xul (content/pageReportFirstTime.xul) +* content/browser/aboutDialog.xul (content/aboutDialog.xul) +* content/browser/viewPartialSource.xul (content/viewPartialSource.xul) +* content/browser/viewsource.js (content/viewsource.js) +* content/browser/viewSource.xul (content/viewSource.xul) +* content/browser/viewSourceOverlay.xul (content/viewSourceOverlay.xul) +* content/browser/openLocation.xul (content/openLocation.xul) +* content/browser/openLocation.js (content/openLocation.js) +* content/browser/pageReport.xul (content/pageReport.xul) +* content/browser/pageReport.js (content/pageReport.js) +* content/browser/pageReportFirstTime.xul (content/pageReportFirstTime.xul) content/browser/search.xml (content/search.xml) classic.jar: