forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 236613: change to MPL/LGPL/GPL tri-license.
- Loading branch information
gerv%gerv.net
committed
Dec 13, 2005
1 parent
d6d00e4
commit adbec5d
Showing
130 changed files
with
3,669 additions
and
3,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
/* ***** BEGIN LICENSE BLOCK ***** | ||
#if 0 | ||
- 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 Search Dialog. | ||
- | ||
- The Initial Developer of the Original Code is | ||
- Gavin Sharp <[email protected]>. | ||
- Portions created by the Initial Developer are Copyright (C) 2005 | ||
- the Initial Developer. All Rights Reserved. | ||
- | ||
- Contributor(s): | ||
- Pierre Chanial <[email protected]> | ||
- | ||
- 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. | ||
- | ||
#endif | ||
/* ***** 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 Search Dialog. | ||
* | ||
* The Initial Developer of the Original Code is | ||
* Gavin Sharp <[email protected]>. | ||
* Portions created by the Initial Developer are Copyright (C) 2005 | ||
* the Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Pierre Chanial <[email protected]> | ||
* | ||
* 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 ***** */ | ||
#endif | ||
|
||
var gDialog = {}; | ||
var gSelectedEngineIndex; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,9 @@ | |
- for the specific language governing rights and limitations under the | ||
- License. | ||
- | ||
- The original code is Mozilla Calendar code. | ||
- The Original Code is Mozilla Calendar code. | ||
- | ||
- The Initial Developer of the original code is | ||
- Joey Minta <[email protected]> | ||
- The Initial Developer of the Original Code is Joey Minta <[email protected]> | ||
- Portions created by the Initial Developer are Copyright (C) 2005 | ||
- the Initial Developer. All Rights Reserved. | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
/* | ||
% -*- Mode: Java; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- | ||
% ***** 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 Firefox about dialog. | ||
% | ||
% The Initial Developer of the Original Code is | ||
% Kevin Gerich and Stephen Horlander. | ||
% Portions created by the Initial Developer are Copyright (C) 2004 | ||
% the Initial Developer. All Rights Reserved. | ||
% | ||
% Contributor(s):Matthew Willis <[email protected]> | ||
% | ||
% 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 ***** | ||
*/ | ||
* -*- Mode: Java; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*- | ||
* ***** 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 Firefox about dialog. | ||
* | ||
* The Initial Developer of the Original Code is | ||
* Kevin Gerich and Stephen Horlander. | ||
* Portions created by the Initial Developer are Copyright (C) 2004 | ||
* the Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s):Matthew Willis <[email protected]> | ||
* | ||
* 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 ***** | ||
*/ | ||
|
||
#aboutDialog { | ||
padding: 0px 0px 10px 0px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,49 @@ | ||
|
||
// ***** 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 the Win32 Version System. | ||
// | ||
// The Initial Developer of the Original Code is Brian Bober <[email protected]> | ||
// Portions created by the Initial Developer are Copyright (C) 2001 | ||
// 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 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 ***** | ||
|
||
#include<winver.h> | ||
|
||
// Note: if you contain versioning information in an included | ||
// RC script, it will be discarded | ||
// Use module.ver to explicitly set these values | ||
|
||
// Do not edit this file. Changes won't affect the build. | ||
|
||
// From included resource /cygdrive/c/mozilla/composer/app/splash.rc | ||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ | ||
/* ***** BEGIN LICENSE BLOCK ***** | ||
* Version: NPL 1.1/GPL 2.0/LGPL 2.1 | ||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 | ||
* | ||
* 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/ | ||
* 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 Communicator client code. | ||
* The Original Code is the Win32 Version System. | ||
* | ||
* The Initial Developer of the Original Code is | ||
* Netscape Communications Corporation. | ||
* Portions created by the Initial Developer are Copyright (C) 1998 | ||
* The Initial Developer of the Original Code is | ||
* Brian Bober <[email protected]>. | ||
* Portions created by the Initial Developer are Copyright (C) 2001 | ||
* the Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Bill Law [email protected] | ||
* | ||
* 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 | ||
* 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 NPL, indicate your | ||
* 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 NPL, the GPL or the LGPL. | ||
* the terms of any one of the MPL, the GPL or the LGPL. | ||
* | ||
* ***** END LICENSE BLOCK ***** */ | ||
|
||
#include<winver.h> | ||
|
||
// Note: if you contain versioning information in an included | ||
// RC script, it will be discarded | ||
// Use module.ver to explicitly set these values | ||
|
||
// Do not edit this file. Changes won't affect the build. | ||
|
||
#include <windows.h> | ||
#include "nsINativeAppSupportWin.h" | ||
|
||
|
Oops, something went wrong.