diff --git a/convenience.js b/convenience.js index 4340f13..a1f80a3 100644 --- a/convenience.js +++ b/convenience.js @@ -1,10 +1,9 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * This file is part of the Dash-To-Panel extension for Gnome 3 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -17,7 +16,8 @@ * * * Credits: - * This file is based on code from the Dash to Dock extension by micheleg. + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. * Some code was also adapted from the upstream Gnome Shell source code. */ diff --git a/extension.js b/extension.js index aacc97b..f333a2c 100644 --- a/extension.js +++ b/extension.js @@ -1,10 +1,10 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * Dash-To-Panel extension for Gnome 3 + * Copyright 2016 jderose9 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -17,7 +17,8 @@ * * * Credits: - * This file is based on code from the Dash to Dock extension by micheleg. + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. * Some code was also adapted from the upstream Gnome Shell source code. */ diff --git a/prefs.js b/prefs.js index 690ad2d..99b5554 100644 --- a/prefs.js +++ b/prefs.js @@ -1,4 +1,24 @@ -// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- +/* + * This file is part of the Dash-To-Panel extension for Gnome 3 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * + * Credits: + * This file is based on code from the Dash to Dock extension by micheleg. + * Some code was also adapted from the upstream Gnome Shell source code. + */ const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; diff --git a/secondaryMenu.js b/secondaryMenu.js index afd4dbc..5ddf844 100644 --- a/secondaryMenu.js +++ b/secondaryMenu.js @@ -1,6 +1,5 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * This file is part of the Dash-To-Panel extension for Gnome 3 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +16,8 @@ * * * Credits: - * This file is based on code from the Dash to Dock extension by micheleg. + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. * Some code was also adapted from the upstream Gnome Shell source code. */ diff --git a/stylesheet.css b/stylesheet.css index a689610..02c68c9 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,6 +1,5 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * This file is part of the Dash-To-Panel extension for Gnome 3 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +13,12 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * + * + * Credits: + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. + * Some code was also adapted from the upstream Gnome Shell source code. */ #taskbarScrollview .dash-item-container > StWidget { diff --git a/taskbar.js b/taskbar.js index df598b6..ad0a190 100644 --- a/taskbar.js +++ b/taskbar.js @@ -1,6 +1,5 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * This file is part of the Dash-To-Panel extension for Gnome 3 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +16,8 @@ * * * Credits: - * This file is based on code from the Dash to Dock extension by micheleg. + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. * Some code was also adapted from the upstream Gnome Shell source code. */ diff --git a/windowPreview.js b/windowPreview.js index b7ef7e1..7441419 100644 --- a/windowPreview.js +++ b/windowPreview.js @@ -1,6 +1,5 @@ /* - * Taskbar: A taskbar extension for the Gnome panel. - * Copyright (C) 2016 Zorin OS + * This file is part of the Dash-To-Panel extension for Gnome 3 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +16,8 @@ * * * Credits: - * This file is based on code from the Dash to Dock extension by micheleg. + * This file is based on code from the Taskbar extension by Zorin OS + * and code from the Dash to Dock extension by micheleg. * Some code was also adapted from the upstream Gnome Shell source code. */