summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base64.c2
-rw-r--r--src/base64.h2
-rw-r--r--src/dispatch.c2
-rw-r--r--src/dispatch.h2
-rw-r--r--src/http.c2
-rw-r--r--src/http.h2
-rw-r--r--src/json.c2
-rw-r--r--src/json.h2
-rw-r--r--src/main.c2
-rw-r--r--src/protocol-constants.h2
-rw-r--r--src/requests.c2
-rw-r--r--src/requests.h2
-rw-r--r--src/session-get.c2
-rw-r--r--src/session-get.h2
-rw-r--r--src/tfile.c2
-rw-r--r--src/tfile.h2
-rw-r--r--src/torrent.c2
-rw-r--r--src/torrent.h2
-rw-r--r--src/tpeer.c2
-rw-r--r--src/tpeer.h2
-rw-r--r--src/trg-about-window.c10
-rw-r--r--src/trg-about-window.h2
-rw-r--r--src/trg-cell-renderer-eta.c2
-rw-r--r--src/trg-cell-renderer-eta.h2
-rw-r--r--src/trg-cell-renderer-priority.c2
-rw-r--r--src/trg-cell-renderer-priority.h2
-rw-r--r--src/trg-cell-renderer-ratio.c2
-rw-r--r--src/trg-cell-renderer-ratio.h2
-rw-r--r--src/trg-cell-renderer-size.c2
-rw-r--r--src/trg-cell-renderer-size.h2
-rw-r--r--src/trg-cell-renderer-speed.c2
-rw-r--r--src/trg-cell-renderer-speed.h2
-rw-r--r--src/trg-cell-renderer-wanted.c2
-rw-r--r--src/trg-cell-renderer-wanted.h2
-rw-r--r--src/trg-client.c2
-rw-r--r--src/trg-client.h2
-rw-r--r--src/trg-files-model.c2
-rw-r--r--src/trg-files-model.h2
-rw-r--r--src/trg-files-tree-view.c2
-rw-r--r--src/trg-files-tree-view.h2
-rw-r--r--src/trg-general-panel.c2
-rw-r--r--src/trg-general-panel.h2
-rw-r--r--src/trg-json-widgets.c2
-rw-r--r--src/trg-json-widgets.h2
-rw-r--r--src/trg-main-window.c2
-rw-r--r--src/trg-main-window.h2
-rw-r--r--src/trg-menu-bar.c2
-rw-r--r--src/trg-menu-bar.h2
-rw-r--r--src/trg-model.c2
-rw-r--r--src/trg-model.h2
-rw-r--r--src/trg-peers-model.c2
-rw-r--r--src/trg-peers-model.h2
-rw-r--r--src/trg-peers-tree-view.c2
-rw-r--r--src/trg-peers-tree-view.h2
-rw-r--r--src/trg-preferences-dialog.c2
-rw-r--r--src/trg-preferences-dialog.h2
-rw-r--r--src/trg-preferences.h2
-rw-r--r--src/trg-remote-prefs-dialog.c2
-rw-r--r--src/trg-remote-prefs-dialog.h2
-rw-r--r--src/trg-state-selector.c2
-rw-r--r--src/trg-state-selector.h2
-rw-r--r--src/trg-status-bar.c2
-rw-r--r--src/trg-status-bar.h2
-rw-r--r--src/trg-toolbar.c2
-rw-r--r--src/trg-toolbar.h2
-rw-r--r--src/trg-torrent-add-url-dialog.c2
-rw-r--r--src/trg-torrent-add-url-dialog.h2
-rw-r--r--src/trg-torrent-model.c2
-rw-r--r--src/trg-torrent-model.h2
-rw-r--r--src/trg-torrent-props-dialog.c2
-rw-r--r--src/trg-torrent-props-dialog.h2
-rw-r--r--src/trg-torrent-tree-view.c2
-rw-r--r--src/trg-torrent-tree-view.h2
-rw-r--r--src/trg-trackers-model.c2
-rw-r--r--src/trg-trackers-model.h2
-rw-r--r--src/trg-trackers-tree-view.c2
-rw-r--r--src/trg-trackers-tree-view.h2
-rw-r--r--src/trg-tree-view.c2
-rw-r--r--src/trg-tree-view.h2
-rw-r--r--src/util.c2
-rw-r--r--src/util.h2
81 files changed, 85 insertions, 85 deletions
diff --git a/src/base64.c b/src/base64.c
index fbf07cb..2504a68 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/base64.h b/src/base64.h
index 45cef3d..cd59524 100644
--- a/src/base64.h
+++ b/src/base64.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/dispatch.c b/src/dispatch.c
index 8967ded..5620c6a 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/dispatch.h b/src/dispatch.h
index 7c755b7..4ff3ad6 100644
--- a/src/dispatch.h
+++ b/src/dispatch.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/http.c b/src/http.c
index 8239ac8..b4595ea 100644
--- a/src/http.c
+++ b/src/http.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/http.h b/src/http.h
index cc7a30f..bd1c8c3 100644
--- a/src/http.h
+++ b/src/http.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/json.c b/src/json.c
index fab44a8..3e22794 100644
--- a/src/json.c
+++ b/src/json.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/json.h b/src/json.h
index bd0dbd3..36c98ab 100644
--- a/src/json.h
+++ b/src/json.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/main.c b/src/main.c
index cf7d54a..a21d7cd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/protocol-constants.h b/src/protocol-constants.h
index 462a612..1f83e21 100644
--- a/src/protocol-constants.h
+++ b/src/protocol-constants.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/requests.c b/src/requests.c
index 7ee8782..dbb543c 100644
--- a/src/requests.c
+++ b/src/requests.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/requests.h b/src/requests.h
index 85f0b26..9e9e502 100644
--- a/src/requests.h
+++ b/src/requests.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/session-get.c b/src/session-get.c
index 18b0bf5..f1e5d46 100644
--- a/src/session-get.c
+++ b/src/session-get.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/session-get.h b/src/session-get.h
index 26e15e6..71f2a52 100644
--- a/src/session-get.h
+++ b/src/session-get.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/tfile.c b/src/tfile.c
index 0c0a757..f0b073c 100644
--- a/src/tfile.c
+++ b/src/tfile.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/tfile.h b/src/tfile.h
index cf9fdbb..06f87eb 100644
--- a/src/tfile.h
+++ b/src/tfile.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/torrent.c b/src/torrent.c
index a49935d..07cbe9b 100644
--- a/src/torrent.c
+++ b/src/torrent.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/torrent.h b/src/torrent.h
index 832adb1..d457273 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/tpeer.c b/src/tpeer.c
index 37e63b2..c44ce4b 100644
--- a/src/tpeer.c
+++ b/src/tpeer.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/tpeer.h b/src/tpeer.h
index c9a0e02..a232f2f 100644
--- a/src/tpeer.h
+++ b/src/tpeer.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-about-window.c b/src/trg-about-window.c
index 32e35ca..d869cea 100644
--- a/src/trg-about-window.c
+++ b/src/trg-about-window.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
@@ -34,7 +34,7 @@ GtkWidget *trg_about_window_new(GtkWindow * parent)
GtkWidget *dialog;
GdkPixbuf *logo;
GError *error = NULL;
- const gchar *trgAuthors[] = { "Alan Fitton <alan@eth0.org.uk>", NULL };
+ const gchar *trgAuthors[] = { "Alan Fitton <ajf@eth0.org.uk>", NULL };
dialog = gtk_about_dialog_new();
gtk_window_set_transient_for(GTK_WINDOW(dialog), parent);
@@ -62,16 +62,16 @@ GtkWidget *trg_about_window_new(GtkWindow * parent)
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog),
PACKAGE_VERSION);
gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog),
- "(C) 2009 Alan F");
+ "(C) 2011 Alan F");
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog),
"A remote client to transmission-daemon.");
/* Set the license text, which is usually loaded from a file. Also, set the
* web site address and label. */
gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(dialog), "GPL2");
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog),
- "http://eth0.org.uk/");
+ "http://code.google.com/p/transmission-remote-gtk/");
gtk_about_dialog_set_website_label(GTK_ABOUT_DIALOG(dialog),
- "eth0.org.uk");
+ "http://code.google.com/p/transmission-remote-gtk/");
/* Set the application authors, documenters and translators. */
gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog), trgAuthors);
diff --git a/src/trg-about-window.h b/src/trg-about-window.h
index 4b1dcbe..621ccfc 100644
--- a/src/trg-about-window.h
+++ b/src/trg-about-window.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-eta.c b/src/trg-cell-renderer-eta.c
index 93ef7d7..cc5b6bb 100644
--- a/src/trg-cell-renderer-eta.c
+++ b/src/trg-cell-renderer-eta.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-eta.h b/src/trg-cell-renderer-eta.h
index 62b0b4b..d3533fc 100644
--- a/src/trg-cell-renderer-eta.h
+++ b/src/trg-cell-renderer-eta.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-priority.c b/src/trg-cell-renderer-priority.c
index 549bab7..c800284 100644
--- a/src/trg-cell-renderer-priority.c
+++ b/src/trg-cell-renderer-priority.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-priority.h b/src/trg-cell-renderer-priority.h
index d6d39c2..e53d8ce 100644
--- a/src/trg-cell-renderer-priority.h
+++ b/src/trg-cell-renderer-priority.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-ratio.c b/src/trg-cell-renderer-ratio.c
index f08b220..0a3ddb2 100644
--- a/src/trg-cell-renderer-ratio.c
+++ b/src/trg-cell-renderer-ratio.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-ratio.h b/src/trg-cell-renderer-ratio.h
index 64c3e82..9606f54 100644
--- a/src/trg-cell-renderer-ratio.h
+++ b/src/trg-cell-renderer-ratio.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-size.c b/src/trg-cell-renderer-size.c
index 758c3f5..28f76ca 100644
--- a/src/trg-cell-renderer-size.c
+++ b/src/trg-cell-renderer-size.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-size.h b/src/trg-cell-renderer-size.h
index 5b901e3..e4967f7 100644
--- a/src/trg-cell-renderer-size.h
+++ b/src/trg-cell-renderer-size.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-speed.c b/src/trg-cell-renderer-speed.c
index 35ccc5f..d279b0b 100644
--- a/src/trg-cell-renderer-speed.c
+++ b/src/trg-cell-renderer-speed.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-speed.h b/src/trg-cell-renderer-speed.h
index 9a9bac6..6aa6b7f 100644
--- a/src/trg-cell-renderer-speed.h
+++ b/src/trg-cell-renderer-speed.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-wanted.c b/src/trg-cell-renderer-wanted.c
index 962dab1..4f3a2be 100644
--- a/src/trg-cell-renderer-wanted.c
+++ b/src/trg-cell-renderer-wanted.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-cell-renderer-wanted.h b/src/trg-cell-renderer-wanted.h
index 02920ac..e3ef18a 100644
--- a/src/trg-cell-renderer-wanted.h
+++ b/src/trg-cell-renderer-wanted.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-client.c b/src/trg-client.c
index 76824b9..6b1ac6b 100644
--- a/src/trg-client.c
+++ b/src/trg-client.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-client.h b/src/trg-client.h
index e75e979..5f93551 100644
--- a/src/trg-client.h
+++ b/src/trg-client.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-files-model.c b/src/trg-files-model.c
index 16f58f9..35d3684 100644
--- a/src/trg-files-model.c
+++ b/src/trg-files-model.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-files-model.h b/src/trg-files-model.h
index 658ffd3..c696bc0 100644
--- a/src/trg-files-model.h
+++ b/src/trg-files-model.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-files-tree-view.c b/src/trg-files-tree-view.c
index 5486a08..d4367c6 100644
--- a/src/trg-files-tree-view.c
+++ b/src/trg-files-tree-view.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-files-tree-view.h b/src/trg-files-tree-view.h
index 410ed4c..c957f8a 100644
--- a/src/trg-files-tree-view.h
+++ b/src/trg-files-tree-view.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-general-panel.c b/src/trg-general-panel.c
index b4be30b..7d6525f 100644
--- a/src/trg-general-panel.c
+++ b/src/trg-general-panel.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-general-panel.h b/src/trg-general-panel.h
index 2765de9..d0adacc 100644
--- a/src/trg-general-panel.h
+++ b/src/trg-general-panel.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-json-widgets.c b/src/trg-json-widgets.c
index 3b34d1e..bcff5e9 100644
--- a/src/trg-json-widgets.c
+++ b/src/trg-json-widgets.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-json-widgets.h b/src/trg-json-widgets.h
index 40b9b39..025b629 100644
--- a/src/trg-json-widgets.h
+++ b/src/trg-json-widgets.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index caacd72..c03c77d 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 24cac9f..f5fcff2 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-menu-bar.c b/src/trg-menu-bar.c
index 23354b3..72af533 100644
--- a/src/trg-menu-bar.c
+++ b/src/trg-menu-bar.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-menu-bar.h b/src/trg-menu-bar.h
index 43c5f45..8820fec 100644
--- a/src/trg-menu-bar.h
+++ b/src/trg-menu-bar.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-model.c b/src/trg-model.c
index 585c796..67afd12 100644
--- a/src/trg-model.c
+++ b/src/trg-model.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-model.h b/src/trg-model.h
index db03996..427e0bd 100644
--- a/src/trg-model.h
+++ b/src/trg-model.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c
index b45ac20..dc05672 100644
--- a/src/trg-peers-model.c
+++ b/src/trg-peers-model.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-peers-model.h b/src/trg-peers-model.h
index 0e18723..853bd9b 100644
--- a/src/trg-peers-model.h
+++ b/src/trg-peers-model.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-peers-tree-view.c b/src/trg-peers-tree-view.c
index bd109a5..3ad4ef8 100644
--- a/src/trg-peers-tree-view.c
+++ b/src/trg-peers-tree-view.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-peers-tree-view.h b/src/trg-peers-tree-view.h
index ce3e5ab..a62e602 100644
--- a/src/trg-peers-tree-view.h
+++ b/src/trg-peers-tree-view.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c
index 971ff80..8f86fbd 100644
--- a/src/trg-preferences-dialog.c
+++ b/src/trg-preferences-dialog.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-preferences-dialog.h b/src/trg-preferences-dialog.h
index 1ddacb2..379434e 100644
--- a/src/trg-preferences-dialog.h
+++ b/src/trg-preferences-dialog.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-preferences.h b/src/trg-preferences.h
index 8a2db59..324c756 100644
--- a/src/trg-preferences.h
+++ b/src/trg-preferences.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index dbd6068..2a42224 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-remote-prefs-dialog.h b/src/trg-remote-prefs-dialog.h
index 661ca24..a124350 100644
--- a/src/trg-remote-prefs-dialog.h
+++ b/src/trg-remote-prefs-dialog.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-state-selector.c b/src/trg-state-selector.c
index 325b363..8d6d7f3 100644
--- a/src/trg-state-selector.c
+++ b/src/trg-state-selector.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-state-selector.h b/src/trg-state-selector.h
index 03d1070..0df22cf 100644
--- a/src/trg-state-selector.h
+++ b/src/trg-state-selector.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-status-bar.c b/src/trg-status-bar.c
index f7c5bd5..d980bac 100644
--- a/src/trg-status-bar.c
+++ b/src/trg-status-bar.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-status-bar.h b/src/trg-status-bar.h
index ed96505..ae99199 100644
--- a/src/trg-status-bar.h
+++ b/src/trg-status-bar.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-toolbar.c b/src/trg-toolbar.c
index 672b30f..341501c 100644
--- a/src/trg-toolbar.c
+++ b/src/trg-toolbar.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-toolbar.h b/src/trg-toolbar.h
index 624f33e..2aaa094 100644
--- a/src/trg-toolbar.h
+++ b/src/trg-toolbar.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-add-url-dialog.c b/src/trg-torrent-add-url-dialog.c
index b416cec..3844813 100644
--- a/src/trg-torrent-add-url-dialog.c
+++ b/src/trg-torrent-add-url-dialog.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-add-url-dialog.h b/src/trg-torrent-add-url-dialog.h
index b2005ef..cdf8a26 100644
--- a/src/trg-torrent-add-url-dialog.h
+++ b/src/trg-torrent-add-url-dialog.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index 3bf8229..7ba826d 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index 1157474..dd08588 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-props-dialog.c b/src/trg-torrent-props-dialog.c
index 1740502..8809699 100644
--- a/src/trg-torrent-props-dialog.c
+++ b/src/trg-torrent-props-dialog.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-props-dialog.h b/src/trg-torrent-props-dialog.h
index ff7d710..f1bda78 100644
--- a/src/trg-torrent-props-dialog.h
+++ b/src/trg-torrent-props-dialog.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-tree-view.c b/src/trg-torrent-tree-view.c
index 02010b0..b719915 100644
--- a/src/trg-torrent-tree-view.c
+++ b/src/trg-torrent-tree-view.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-torrent-tree-view.h b/src/trg-torrent-tree-view.h
index b900985..48f7265 100644
--- a/src/trg-torrent-tree-view.h
+++ b/src/trg-torrent-tree-view.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-trackers-model.c b/src/trg-trackers-model.c
index 9a7a5e7..b7ae1ca 100644
--- a/src/trg-trackers-model.c
+++ b/src/trg-trackers-model.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-trackers-model.h b/src/trg-trackers-model.h
index 2de1b78..3737371 100644
--- a/src/trg-trackers-model.h
+++ b/src/trg-trackers-model.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-trackers-tree-view.c b/src/trg-trackers-tree-view.c
index 6f8275f..2657e28 100644
--- a/src/trg-trackers-tree-view.c
+++ b/src/trg-trackers-tree-view.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-trackers-tree-view.h b/src/trg-trackers-tree-view.h
index 02c89fd..0728e43 100644
--- a/src/trg-trackers-tree-view.h
+++ b/src/trg-trackers-tree-view.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-tree-view.c b/src/trg-tree-view.c
index a3575c7..fd91e83 100644
--- a/src/trg-tree-view.c
+++ b/src/trg-tree-view.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/trg-tree-view.h b/src/trg-tree-view.h
index 7400d9e..1abea47 100644
--- a/src/trg-tree-view.h
+++ b/src/trg-tree-view.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - Transmission RPC client for GTK
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/util.c b/src/util.c
index 1ca2a15..803603b 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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
diff --git a/src/util.h b/src/util.h
index 27ca2d7..a9f8c97 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,6 +1,6 @@
/*
* transmission-remote-gtk - A GTK RPC client to Transmission
- * Copyright (C) 2010 Alan Fitton
+ * Copyright (C) 2011 Alan Fitton
* 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