update the copyright to include my email address
This commit is contained in:
parent
c1be1f3072
commit
47f2ebc37c
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* Script: deluge-add.js
|
||||
* Contains the add torrent window and (eventually) the torrent creator
|
||||
* Contains the add torrent window and the torrent creator window.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.AddWindow = new Class({
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.Toolbar = new Class({
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Contains the tabs for the torrent details
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.Details = new Class({
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Contains the layout for all the popup menus used within the ajax ui.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Menus = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* functionality
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* The class for controlling the main torrent grid.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.TorrentGrid = new Class({
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* The main UI script.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.UI = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* The core script for the deluge ajax ui
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
var Deluge = $empty;
|
||||
|
|
Loading…
Reference in New Issue