Changeset 370

Show
Ignore:
Timestamp:
2007-06-04 21:56:14 (2 years ago)
Author:
MaierMan
Message:

license stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/maierman/manager-trees/LICENSE

    r47 r370  
    1 <!-- ***** BEGIN LICENSE BLOCK ***** 
    2  * Version: GPL 2.0 
    3  * 
    4  * DTA - DownThemAll! 
    5  * Copyright (C) 2004-2007 Federico Parodi, Stefano Verna and Nils Maier 
    6  *  
    7  * DTA contains pieces of code taken from: 
    8  * Linky 
    9  * Copyright (C) 2002-2003 Henrik Gemal 
    10  * 
    11  * Icons and buttons are based on the works of Mike Matas and Jakub Steiner 
     1** DownThemAll! ** 
     2Copyright (C) 2004-2007 Federico Parodi, Stefano Verna and Nils Maier 
     3 
     4DownThemAll! is licensed under GPL. See the GPL file. 
     5This applies to all source code files. 
     6 
     7Individual files may have different licenses. 
     8See the corresponding repository files available from 
     9<http://code.downthemall.net/repos/> 
     10Many files are tri-licensed under a MPL 1.1/GPL 2.0/LGPL 2.1 license; 
     11See the MPL, GPL, LGPL files respectively. 
     12 
     13DTA contains pieces of code taken from: 
     14Linky * Copyright (C) 2002-2003 Henrik Gemal 
     15 
     16Icons and buttons are based on the works of Mike Matas, Jakub Steiner and Mark James 
    1217 * (C) Michael Matas, 
    1318 * (C) Jakub Steiner, (C) Novell, Inc. 
    1419 * (C) Mark James 
    15  * 
    16  * This program is free software; you can redistribute it and/or modify 
    17  * it under the terms of the GNU General Public License as published by 
    18  * the Free Software Foundation; either version 2 of the License, or 
    19  * (at your option) any later version. 
    20  * 
    21  * This program is distributed in the hope that it will be useful, 
    22  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    24  * GNU General Public License for more details. 
    25  * 
    26  * You should have received a copy of the GNU General Public License 
    27  * along with this program; if not, write to the Free Software 
    28  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    29  * 
    30  * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/about/about.xul

    r282 r370  
    108108                        You are welcome to redistribute it under certain conditions: 
    109109                </description> 
    110                 <label class="link" value="License" onclick="openTab('chrome://dta/content/gpl.txt');"/> 
     110                <label class="link" value="License (GPL)" onclick="openTab('http://www.gnu.org/licenses/gpl.txt');"/> 
    111111                <separator class="thin"/> 
    112112                <description> 
  • branches/maierman/manager-trees/chrome/content/dta/addurl.xul

    r342 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * Contributers: 
  • branches/maierman/manager-trees/chrome/content/dta/dialog.xul

    r282 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/dta/manager.xul

    r369 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/dta/manager/info.js

    r369 r370  
    55 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    66 *  
    7  * See notice.txt and gpl.txt for details. 
     7 * See LICENSE and GPL for details. 
    88 * 
    99 * Contributors: 
  • branches/maierman/manager-trees/chrome/content/dta/manager/info.xul

    r369 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/dta/renamingmask.xul

    r358 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/dta/select.xul

    r298 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 * 
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/integration/browser.xul

    r231 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/integration/menu.js

    r339 r370  
    11/* ***** BEGIN LICENSE BLOCK ***** 
    2  * Version: GPL 2.0 
    3  * 
    4  * This code is part of DownThemAll! - dTa! 
    5  * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    6  *  
    7  * See notice.txt and gpl.txt for details. 
    8  * 
    9  * Contributers: 
    10  *   Nils Maier <MaierMan@web.de> 
     2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 
     3 * 
     4 * The contents of this file are subject to the Mozilla Public License Version 
     5 * 1.1 (the "License"); you may not use this file except in compliance with 
     6 * the License. You may obtain a copy of the License at 
     7 * http://www.mozilla.org/MPL/ 
     8 * 
     9 * Software distributed under the License is distributed on an "AS IS" basis, 
     10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
     11 * for the specific language governing rights and limitations under the 
     12 * License. 
     13 * 
     14 * The Original Code is DownThemAll! 
     15 * 
     16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 
     17 * Portions created by the Initial Developers are Copyright (C) 2004-2007 
     18 * the Initial Developers. All Rights Reserved. 
     19 * 
     20 * Contributor(s): 
     21 *    Stefano Verna 
     22 *    Federico Parodi 
     23 *    Nils Maier <MaierMan@web.de> 
     24 * 
     25 * Alternatively, the contents of this file may be used under the terms of 
     26 * either the GNU General Public License Version 2 or later (the "GPL"), or 
     27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
     28 * in which case the provisions of the GPL or the LGPL are applicable instead 
     29 * of those above. If you wish to allow use of your version of this file only 
     30 * under the terms of either the GPL or the LGPL, and not to allow others to 
     31 * use your version of this file under the terms of the MPL, indicate your 
     32 * decision by deleting the provisions above and replace them with the notice 
     33 * and other provisions required by the GPL or the LGPL. If you do not delete 
     34 * the provisions above, a recipient may use your version of this file under 
     35 * the terms of any one of the MPL, the GPL or the LGPL. 
    1136 * 
    1237 * ***** END LICENSE BLOCK ***** */ 
  • branches/maierman/manager-trees/chrome/content/integration/menu.xul

    r130 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/integration/saveas.js

    r293 r370  
    55 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    66 *  
    7  * See notice.txt and gpl.txt for details. 
     7 * See LICENSE and GPL for details. 
    88 * 
    99 * ***** END LICENSE BLOCK ***** */ 
  • branches/maierman/manager-trees/chrome/content/preferences/advPane.xul

    r339 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/preferences/filtersPane.js

    r263 r370  
    11/* ***** BEGIN LICENSE BLOCK ***** 
    2  * Version: GPL 2.0 
    3  * 
    4  * This code is part of DownThemAll! - dTa! 
    5  * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    6  *  
    7  * See notice.txt and gpl.txt for details. 
    8  * 
    9  * Contributers: 
    10  *      Nils Maier <MaierMan@web.de> 
     2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 
     3 * 
     4 * The contents of this file are subject to the Mozilla Public License Version 
     5 * 1.1 (the "License"); you may not use this file except in compliance with 
     6 * the License. You may obtain a copy of the License at 
     7 * http://www.mozilla.org/MPL/ 
     8 * 
     9 * Software distributed under the License is distributed on an "AS IS" basis, 
     10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
     11 * for the specific language governing rights and limitations under the 
     12 * License. 
     13 * 
     14 * The Original Code is DownThemAll! 
     15 * 
     16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 
     17 * Portions created by the Initial Developers are Copyright (C) 2004-2007 
     18 * the Initial Developers. All Rights Reserved. 
     19 * 
     20 * Contributor(s): 
     21 *    Stefano Verna 
     22 *    Federico Parodi 
     23 *    Nils Maier <MaierMan@web.de> 
     24 * 
     25 * Alternatively, the contents of this file may be used under the terms of 
     26 * either the GNU General Public License Version 2 or later (the "GPL"), or 
     27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
     28 * in which case the provisions of the GPL or the LGPL are applicable instead 
     29 * of those above. If you wish to allow use of your version of this file only 
     30 * under the terms of either the GPL or the LGPL, and not to allow others to 
     31 * use your version of this file under the terms of the MPL, indicate your 
     32 * decision by deleting the provisions above and replace them with the notice 
     33 * and other provisions required by the GPL or the LGPL. If you do not delete 
     34 * the provisions above, a recipient may use your version of this file under 
     35 * the terms of any one of the MPL, the GPL or the LGPL. 
    1136 * 
    1237 * ***** END LICENSE BLOCK ***** */ 
  • branches/maierman/manager-trees/chrome/content/preferences/filtersPane.xul

    r184 r370  
    11<?xml version="1.0"?> 
    22<!-- ***** BEGIN LICENSE BLOCK ***** 
    3 * Version: GPL 2.0 
    4 
    5 * This code is part of DownThemAll! - dTa! 
    6 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    7 *  
    8 * See notice.txt and gpl.txt for details. 
    9 
    10 * ***** END LICENSE BLOCK ***** --> 
     3 * Version: GPL 2.0 
     4
     5 * This code is part of DownThemAll! - dTa! 
     6 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
     7 *  
     8 * See LICENSE and GPL for details. 
     9
     10 * ***** END LICENSE BLOCK ***** --> 
    1111<!DOCTYPE window SYSTEM "chrome://dta/locale/prefpanes.dtd"> 
    1212<overlay id="filterspaneoverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
  • branches/maierman/manager-trees/chrome/content/preferences/interfacePane.xul

    r347 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/preferences/mainPane.xul

    r185 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 * 
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/preferences/newPref.js

    r339 r370  
    11/* ***** BEGIN LICENSE BLOCK ***** 
    2  * Version: GPL 2.0 
     2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 
    33 * 
    4  * This code is part of DownThemAll! - dTa! 
    5  * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    6  *  
    7  * See notice.txt and gpl.txt for details. 
     4 * The contents of this file are subject to the Mozilla Public License Version 
     5 * 1.1 (the "License"); you may not use this file except in compliance with 
     6 * the License. You may obtain a copy of the License at 
     7 * http://www.mozilla.org/MPL/ 
     8 * 
     9 * Software distributed under the License is distributed on an "AS IS" basis, 
     10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
     11 * for the specific language governing rights and limitations under the 
     12 * License. 
     13 * 
     14 * The Original Code is DownThemAll! 
     15 * 
     16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 
     17 * Portions created by the Initial Developers are Copyright (C) 2004-2007 
     18 * the Initial Developers. All Rights Reserved. 
     19 * 
     20 * Contributor(s): 
     21 *    Stefano Verna 
     22 *    Federico Parodi 
     23 *    Nils Maier <MaierMan@web.de> 
     24 * 
     25 * Alternatively, the contents of this file may be used under the terms of 
     26 * either the GNU General Public License Version 2 or later (the "GPL"), or 
     27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
     28 * in which case the provisions of the GPL or the LGPL are applicable instead 
     29 * of those above. If you wish to allow use of your version of this file only 
     30 * under the terms of either the GPL or the LGPL, and not to allow others to 
     31 * use your version of this file under the terms of the MPL, indicate your 
     32 * decision by deleting the provisions above and replace them with the notice 
     33 * and other provisions required by the GPL or the LGPL. If you do not delete 
     34 * the provisions above, a recipient may use your version of this file under 
     35 * the terms of any one of the MPL, the GPL or the LGPL. 
    836 * 
    937 * ***** END LICENSE BLOCK ***** */ 
  • branches/maierman/manager-trees/chrome/content/preferences/newPref.xul

    r263 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** --> 
  • branches/maierman/manager-trees/chrome/content/preferences/privacyPane.xul

    r185 r370  
    66 * Copyright © 2004-2006 Federico Parodi and Stefano Verna. 
    77 *  
    8  * See notice.txt and gpl.txt for details. 
     8 * See LICENSE and GPL for details. 
    99 * 
    1010 * ***** END LICENSE BLOCK ***** -->