about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-11 02:05:29 +0000
committerJames Booth <boothj5@gmail.com>2013-01-11 02:05:29 +0000
commitd29c7fd87839bda67d55e349184582490a517809 (patch)
tree0b47fcd101c804c58b0d29d5c0a540f74476cbed
parent5fbf966b9ce62dd905159fcd9eaa4b2d3187eae6 (diff)
downloadprofani-tty-d29c7fd87839bda67d55e349184582490a517809.tar.gz
Updated copyright
-rw-r--r--src/accounts.c2
-rw-r--r--src/accounts.h2
-rw-r--r--src/chat_log.c2
-rw-r--r--src/chat_log.h2
-rw-r--r--src/chat_session.c2
-rw-r--r--src/chat_session.h2
-rw-r--r--src/command.c2
-rw-r--r--src/command.h2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/contact.c2
-rw-r--r--src/contact.h2
-rw-r--r--src/contact_list.c2
-rw-r--r--src/contact_list.h2
-rw-r--r--src/files.c2
-rw-r--r--src/files.h2
-rw-r--r--src/history.c2
-rw-r--r--src/history.h2
-rw-r--r--src/input_win.c2
-rw-r--r--src/jabber.c2
-rw-r--r--src/jabber.h2
-rw-r--r--src/log.c2
-rw-r--r--src/log.h2
-rw-r--r--src/main.c4
-rw-r--r--src/parser.c2
-rw-r--r--src/parser.h2
-rw-r--r--src/preferences.c2
-rw-r--r--src/preferences.h2
-rw-r--r--src/prof_autocomplete.c2
-rw-r--r--src/prof_autocomplete.h2
-rw-r--r--src/prof_history.c2
-rw-r--r--src/prof_history.h2
-rw-r--r--src/profanity.c2
-rw-r--r--src/profanity.h2
-rw-r--r--src/release.c2
-rw-r--r--src/release.h2
-rw-r--r--src/room_chat.c2
-rw-r--r--src/room_chat.h2
-rw-r--r--src/stanza.c2
-rw-r--r--src/stanza.h2
-rw-r--r--src/status_bar.c2
-rw-r--r--src/theme.c2
-rw-r--r--src/theme.h2
-rw-r--r--src/tinyurl.c2
-rw-r--r--src/tinyurl.h2
-rw-r--r--src/title_bar.c2
-rw-r--r--src/ui.h2
-rw-r--r--src/window.c2
-rw-r--r--src/window.h2
-rw-r--r--src/windows.c4
-rw-r--r--src/xdg_base.c2
-rw-r--r--src/xdg_base.h2
52 files changed, 54 insertions, 54 deletions
diff --git a/src/accounts.c b/src/accounts.c
index 36779402..4bb5ec89 100644
--- a/src/accounts.c
+++ b/src/accounts.c
@@ -1,7 +1,7 @@
 /*
  * accounts.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/accounts.h b/src/accounts.h
index b4abf100..e7083056 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -1,7 +1,7 @@
 /*
  * accounts.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/chat_log.c b/src/chat_log.c
index 2faae676..dde76f5b 100644
--- a/src/chat_log.c
+++ b/src/chat_log.c
@@ -1,7 +1,7 @@
 /*
  * chat_log.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/chat_log.h b/src/chat_log.h
index 8ea7906d..db3f3565 100644
--- a/src/chat_log.h
+++ b/src/chat_log.h
@@ -1,7 +1,7 @@
 /*
  * chat_log.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/chat_session.c b/src/chat_session.c
index 10465032..73021187 100644
--- a/src/chat_session.c
+++ b/src/chat_session.c
@@ -1,7 +1,7 @@
 /*
  * chat_session.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/chat_session.h b/src/chat_session.h
index 43fead5e..72e6e352 100644
--- a/src/chat_session.h
+++ b/src/chat_session.h
@@ -1,7 +1,7 @@
 /*
  * chat_session.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/command.c b/src/command.c
index c8b078f5..7627e951 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1,7 +1,7 @@
 /*
  * command.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/command.h b/src/command.h
index 654a7a7c..f7e38954 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,7 +1,7 @@
 /*
  * command.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/common.c b/src/common.c
index cdfa944c..d79bff64 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1,7 +1,7 @@
 /*
  * common.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/common.h b/src/common.h
index 47de27fb..72623f0c 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
 /*
  * common.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/contact.c b/src/contact.c
index f00e44a6..ef4b807d 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -1,7 +1,7 @@
 /*
  * contact.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/contact.h b/src/contact.h
index 72400d79..a2842976 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -1,7 +1,7 @@
 /*
  * contact.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/contact_list.c b/src/contact_list.c
index b23c9627..2c9bc220 100644
--- a/src/contact_list.c
+++ b/src/contact_list.c
@@ -1,7 +1,7 @@
 /*
  * contact_list.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/contact_list.h b/src/contact_list.h
index b3cc7f37..da95aeac 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -1,7 +1,7 @@
 /*
  * contact_list.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/files.c b/src/files.c
index b98cfbee..3fe456d4 100644
--- a/src/files.c
+++ b/src/files.c
@@ -1,7 +1,7 @@
 /*
  * files.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/files.h b/src/files.h
index bba707b6..9c9670fa 100644
--- a/src/files.h
+++ b/src/files.h
@@ -1,7 +1,7 @@
 /*
  * files.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/history.c b/src/history.c
index 8805beb5..d7e360c1 100644
--- a/src/history.c
+++ b/src/history.c
@@ -1,7 +1,7 @@
 /*
  * history.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/history.h b/src/history.h
index 3c9a4463..0b9f3b30 100644
--- a/src/history.h
+++ b/src/history.h
@@ -1,7 +1,7 @@
 /*
  * history.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/input_win.c b/src/input_win.c
index ee97ba55..1260d849 100644
--- a/src/input_win.c
+++ b/src/input_win.c
@@ -1,7 +1,7 @@
 /*
  * input_win.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/jabber.c b/src/jabber.c
index ffe4d2b6..fd3ae3ce 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -1,7 +1,7 @@
 /*
  * jabber.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/jabber.h b/src/jabber.h
index 6a5cd19d..9b4453e5 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -1,7 +1,7 @@
 /*
  * jabber.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/log.c b/src/log.c
index 63149143..1e71ff9b 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,7 +1,7 @@
 /*
  * log.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/log.h b/src/log.h
index 12dd880c..579ec94c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,7 +1,7 @@
 /*
  * log.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/main.c b/src/main.c
index 5d6069f1..6ff4d6c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /*
  * main.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -56,7 +56,7 @@ main(int argc, char **argv)
 
     if (version == TRUE) {
         g_print("Profanity, version %s\n", PACKAGE_VERSION);
-        g_print("Copyright (C) 2012 James Booth <%s>.\n", PACKAGE_BUGREPORT);
+        g_print("Copyright (C) 2012, 2013 James Booth <%s>.\n", PACKAGE_BUGREPORT);
         g_print("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
         g_print("\n");
         g_print("This is free software; you are free to change and redistribute it.\n");
diff --git a/src/parser.c b/src/parser.c
index 4b0fcede..c0ee70a7 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,7 +1,7 @@
 /*
  * parser.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/parser.h b/src/parser.h
index 6e274d04..f191ed15 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,7 +1,7 @@
 /*
  * parser.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/preferences.c b/src/preferences.c
index 91243dec..e8c727b5 100644
--- a/src/preferences.c
+++ b/src/preferences.c
@@ -1,7 +1,7 @@
 /*
  * preferences.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/preferences.h b/src/preferences.h
index b40886ec..f9bb8f45 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -1,7 +1,7 @@
 /*
  * preferences.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/prof_autocomplete.c b/src/prof_autocomplete.c
index 0b947dc6..cd69d664 100644
--- a/src/prof_autocomplete.c
+++ b/src/prof_autocomplete.c
@@ -1,7 +1,7 @@
 /*
  * prof_autocomplete.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/prof_autocomplete.h b/src/prof_autocomplete.h
index 5cb6f5e9..d6476661 100644
--- a/src/prof_autocomplete.h
+++ b/src/prof_autocomplete.h
@@ -1,7 +1,7 @@
 /*
  * prof_autocomplete.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/prof_history.c b/src/prof_history.c
index 218a1887..b085fa02 100644
--- a/src/prof_history.c
+++ b/src/prof_history.c
@@ -1,7 +1,7 @@
 /*
  * prof_history.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/prof_history.h b/src/prof_history.h
index b3d379cf..253695ec 100644
--- a/src/prof_history.h
+++ b/src/prof_history.h
@@ -1,7 +1,7 @@
 /*
  * prof_history.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/profanity.c b/src/profanity.c
index b9d8d69b..3bc624fd 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -1,7 +1,7 @@
 /*
  * profanity.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/profanity.h b/src/profanity.h
index 6b1f095d..69f4adf5 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -1,7 +1,7 @@
 /*
  * profanity.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/release.c b/src/release.c
index 8ec00b43..6316a9cd 100644
--- a/src/release.c
+++ b/src/release.c
@@ -1,7 +1,7 @@
 /*
  * release.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/release.h b/src/release.h
index 7fccb73f..6bbf7551 100644
--- a/src/release.h
+++ b/src/release.h
@@ -1,7 +1,7 @@
 /*
  * release.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/room_chat.c b/src/room_chat.c
index d9c08163..c5af7402 100644
--- a/src/room_chat.c
+++ b/src/room_chat.c
@@ -1,7 +1,7 @@
 /*
  * room_chat.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/room_chat.h b/src/room_chat.h
index 1cc8e13e..64ce4a26 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -1,7 +1,7 @@
 /*
  * room_chat.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/stanza.c b/src/stanza.c
index 9b253891..7bf9414a 100644
--- a/src/stanza.c
+++ b/src/stanza.c
@@ -1,7 +1,7 @@
 /*
  * stanza.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/stanza.h b/src/stanza.h
index 53fb86f8..a0a22908 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -1,7 +1,7 @@
 /*
  * stanza.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/status_bar.c b/src/status_bar.c
index 8e748f45..34347572 100644
--- a/src/status_bar.c
+++ b/src/status_bar.c
@@ -1,7 +1,7 @@
 /*
  * status_bar.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/theme.c b/src/theme.c
index d7cba826..e8ab5198 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -1,7 +1,7 @@
 /*
  * theme.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/theme.h b/src/theme.h
index bda74726..21cc5f19 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -1,7 +1,7 @@
 /*
  * theme.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tinyurl.c b/src/tinyurl.c
index 9ee64977..5dd3bd77 100644
--- a/src/tinyurl.c
+++ b/src/tinyurl.c
@@ -1,7 +1,7 @@
 /*
  * tinyurl.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tinyurl.h b/src/tinyurl.h
index 0f40a20d..58070839 100644
--- a/src/tinyurl.h
+++ b/src/tinyurl.h
@@ -1,7 +1,7 @@
 /*
  * tinyurl.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/title_bar.c b/src/title_bar.c
index 545f24f1..29f02c55 100644
--- a/src/title_bar.c
+++ b/src/title_bar.c
@@ -1,7 +1,7 @@
 /*
  * title_bar.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui.h b/src/ui.h
index 77e51ed7..fcf4f5d6 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -1,7 +1,7 @@
 /*
  * ui.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/window.c b/src/window.c
index 85cb1f06..2a597127 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1,7 +1,7 @@
 /*
  * window.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/window.h b/src/window.h
index d9fc055d..61790de2 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1,7 +1,7 @@
 /*
  * window.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/windows.c b/src/windows.c
index f4fb9c0b..034ef23b 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -1,7 +1,7 @@
 /*
  * windows.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -1613,7 +1613,7 @@ cons_about(void)
     }
 
     _win_show_time(console->win);
-    wprintw(console->win, "Copyright (C) 2012 James Booth <%s>.\n", PACKAGE_BUGREPORT);
+    wprintw(console->win, "Copyright (C) 2012, 2013 James Booth <%s>.\n", PACKAGE_BUGREPORT);
     _win_show_time(console->win);
     wprintw(console->win, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
     _win_show_time(console->win);
diff --git a/src/xdg_base.c b/src/xdg_base.c
index b2303dee..175f4894 100644
--- a/src/xdg_base.c
+++ b/src/xdg_base.c
@@ -1,7 +1,7 @@
 /*
  * xdg_base.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xdg_base.h b/src/xdg_base.h
index 80c8f409..8c017085 100644
--- a/src/xdg_base.h
+++ b/src/xdg_base.h
@@ -1,7 +1,7 @@
 /*
  * xdg_base.h
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *