Skip to content

Commit 21b957b

Browse files
committed
Clearly select MPL1.1 piroor#1771
1 parent 708ce61 commit 21b957b

16 files changed

+27
-1025
lines changed

COPYING.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ All rights reserved.
66
This project includes files licensed under different type licenses:
77

88
* MPL 2.0
9-
* Triple-icense: MPL 1.1/GPL 2.0/LGPL 2.1
10-
- allows redistribution of the licensed file under the tri-license as-is, or choose one of these three licenses.
9+
* MPL 1.1
1110
* MIT and other BSD-style licenses
1211

1312
Please note that MPL 1.1, MPL 2.0, MIT and other BSD-style licenses are "per-file". In most cases each file includes a license header in itself. If a file has no license header due to some reasons (for example, image files), please see a file named "license.txt" in closest parent directory. Otherwise please treat the file is licensed under the default license declared at the top of this file.

licenses/GPL2.0.txt

-339
This file was deleted.

licenses/LGPL2.1.txt

-502
This file was deleted.

webextensions/background/api-tabs-listener.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/background/tabs-move.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2018
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/background/tabs-open.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2018
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/background/tree.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/common/tabs-update.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2018
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/common/tst-api.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2018
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/sidebar/collapse-expand.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/sidebar/drag-and-drop.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,25 +14,13 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2010-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2010-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
2121
* Infocatcher <https://github.com/Infocatcher>
2222
* Tetsuharu OHZEKI <https://github.com/saneyuki>
2323
*
24-
* Alternatively, the contents of this file may be used under the terms of
25-
* either the GNU General Public License Version 2 or later (the "GPL"), or
26-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27-
* in which case the provisions of the GPL or the LGPL are applicable instead
28-
* of those above. If you wish to allow use of your version of this file only
29-
* under the terms of either the GPL or the LGPL, and not to allow others to
30-
* use your version of this file under the terms of the MPL, indicate your
31-
* decision by deleting the provisions above and replace them with the notice
32-
* and other provisions required by the GPL or the LGPL. If you do not delete
33-
* the provisions above, a recipient may use your version of this file under
34-
* the terms of any one of the MPL, the GPL or the LGPL.
35-
*
3624
* ***** END LICENSE BLOCK ******/
3725
'use strict';
3826

webextensions/sidebar/mouse-event-listener.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/sidebar/pinned-tabs.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

webextensions/sidebar/scroll.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ***** BEGIN LICENSE BLOCK *****
2-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
2+
* Version: MPL 1.1
33
*
44
* The contents of this file are subject to the Mozilla Public License Version
55
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -14,7 +14,7 @@
1414
* The Original Code is the Tree Style Tab.
1515
*
1616
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
17-
* Portions created by the Initial Developer are Copyright (C) 2011-2017
17+
* Portions created by the Initial Developer are Copyright (C) 2011-2019
1818
* the Initial Developer. All Rights Reserved.
1919
*
2020
* Contributor(s): YUKI "Piro" Hiroshi <[email protected]>
@@ -23,18 +23,6 @@
2323
* Xidorn Quan <https://github.com/upsuper> (Firefox 40+ support)
2424
* lv7777 (https://github.com/lv7777)
2525
*
26-
* Alternatively, the contents of this file may be used under the terms of
27-
* either the GNU General Public License Version 2 or later (the "GPL"), or
28-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29-
* in which case the provisions of the GPL or the LGPL are applicable instead
30-
* of those above. If you wish to allow use of your version of this file only
31-
* under the terms of either the GPL or the LGPL, and not to allow others to
32-
* use your version of this file under the terms of the MPL, indicate your
33-
* decision by deleting the provisions above and replace them with the notice
34-
* and other provisions required by the GPL or the LGPL. If you do not delete
35-
* the provisions above, a recipient may use your version of this file under
36-
* the terms of any one of the MPL, the GPL or the LGPL.
37-
*
3826
* ***** END LICENSE BLOCK ******/
3927
'use strict';
4028

0 commit comments

Comments
 (0)