summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/notebook.c2
-rw-r--r--src/schemes/about/version.c3
-rw-r--r--src/tab-label.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/notebook.c b/src/notebook.c
index f432841..20f7ff2 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -1,7 +1,7 @@
/*
* Tabbed notebook
*
- * Copyright (C) 2017 Patrick McDermott
+ * Copyright (C) 2017, 2018 Patrick McDermott
*
* This file is part of Marquee.
*
diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c
index 3e4f149..1074cb2 100644
--- a/src/schemes/about/version.c
+++ b/src/schemes/about/version.c
@@ -57,7 +57,8 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application,
HTML entity. Do not
translate. */
_("Copyright © %s %s"),
- "2017", "Patrick McDermott")),
+ "2017, 2018",
+ "Patrick McDermott")),
mq_html_p(_("This program comes with "
"ABSOLUTELY NO WARRANTY. "
"See the license text for details.")),
diff --git a/src/tab-label.c b/src/tab-label.c
index b677997..d783a63 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -1,7 +1,7 @@
/*
* Tab label
*
- * Copyright (C) 2017 Patrick McDermott
+ * Copyright (C) 2017, 2018 Patrick McDermott
*
* This file is part of Marquee.
*