From 461a8aca985d74918b14488a90d0094a1b966cb9 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sun, 10 Nov 2013 04:28:07 +0900 Subject: [PATCH] Update credit --- modules/autoHide.js | 1 + modules/base.js | 1 + modules/browser.js | 1 + modules/browserUIShowHideObserver.js | 1 + modules/constants.js | 1 + modules/fullTooltip.js | 3 ++- modules/groupTab.js | 1 + modules/pseudoTreeBuilder.js | 3 ++- modules/tabbarDNDObserver.js | 2 ++ modules/tabpanelDNDObserver.js | 3 ++- modules/themeManager.js | 3 ++- modules/utils.js | 1 + modules/window.js | 1 + 13 files changed, 18 insertions(+), 4 deletions(-) diff --git a/modules/autoHide.js b/modules/autoHide.js index 9f4cbd0e..695fbffe 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/base.js b/modules/base.js index 4a7c7432..12e9484c 100644 --- a/modules/base.js +++ b/modules/base.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/browser.js b/modules/browser.js index b83d2722..6846a379 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -19,6 +19,7 @@ * * Contributor(s): YUKI "Piro" Hiroshi * wanabe + * Tetsuharu OHZEKI * * 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 diff --git a/modules/browserUIShowHideObserver.js b/modules/browserUIShowHideObserver.js index e1ba49bf..6c6772d8 100644 --- a/modules/browserUIShowHideObserver.js +++ b/modules/browserUIShowHideObserver.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Infocatcher * * 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 diff --git a/modules/constants.js b/modules/constants.js index c6c2f3a9..77208845 100644 --- a/modules/constants.js +++ b/modules/constants.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/fullTooltip.js b/modules/fullTooltip.js index a47ed010..95bfe5d2 100644 --- a/modules/fullTooltip.js +++ b/modules/fullTooltip.js @@ -14,10 +14,11 @@ * The Original Code is the Tree Style Tab. * * The Initial Developer of the Original Code is YUKI "Piro" Hiroshi. - * Portions created by the Initial Developer are Copyright (C) 2011-2012 + * Portions created by the Initial Developer are Copyright (C) 2011-2013 * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/groupTab.js b/modules/groupTab.js index 6526cd6b..14a3f383 100644 --- a/modules/groupTab.js +++ b/modules/groupTab.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/pseudoTreeBuilder.js b/modules/pseudoTreeBuilder.js index 2803e1c8..f7585603 100644 --- a/modules/pseudoTreeBuilder.js +++ b/modules/pseudoTreeBuilder.js @@ -14,10 +14,11 @@ * The Original Code is the Tree Style Tab. * * The Initial Developer of the Original Code is YUKI "Piro" Hiroshi. - * Portions created by the Initial Developer are Copyright (C) 2011 + * Portions created by the Initial Developer are Copyright (C) 2011-2013 * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/tabbarDNDObserver.js b/modules/tabbarDNDObserver.js index e79ce3c8..b8ea6793 100644 --- a/modules/tabbarDNDObserver.js +++ b/modules/tabbarDNDObserver.js @@ -18,6 +18,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Infocatcher + * Tetsuharu OHZEKI * * 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 diff --git a/modules/tabpanelDNDObserver.js b/modules/tabpanelDNDObserver.js index 38bc8b11..4f19e606 100644 --- a/modules/tabpanelDNDObserver.js +++ b/modules/tabpanelDNDObserver.js @@ -14,10 +14,11 @@ * The Original Code is the Tree Style Tab. * * The Initial Developer of the Original Code is YUKI "Piro" Hiroshi. - * Portions created by the Initial Developer are Copyright (C) 2010-2012 + * Portions created by the Initial Developer are Copyright (C) 2010-2013 * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/themeManager.js b/modules/themeManager.js index 730e48eb..a2f0d614 100644 --- a/modules/themeManager.js +++ b/modules/themeManager.js @@ -14,10 +14,11 @@ * The Original Code is the Tree Style Tab. * * The Initial Developer of the Original Code is YUKI "Piro" Hiroshi. - * Portions created by the Initial Developer are Copyright (C) 2011-2012 + * Portions created by the Initial Developer are Copyright (C) 2011-2013 * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/utils.js b/modules/utils.js index d74a78b0..aa493db5 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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 diff --git a/modules/window.js b/modules/window.js index 1420b2a8..75a8edcf 100644 --- a/modules/window.js +++ b/modules/window.js @@ -18,6 +18,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): YUKI "Piro" Hiroshi + * Tetsuharu OHZEKI * * 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