summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-10-03 22:43:39 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-10-03 22:43:39 (EDT)
commit673556b1a6072287c977753d88565c1eae116660 (patch)
tree739eef42d50bbb2fff86e89018a0311bc1fc566b
parent58be0c6ae8a402b85a9f227e52d57fc64779d0c6 (diff)
downloadmarquee-673556b1a6072287c977753d88565c1eae116660.zip
marquee-673556b1a6072287c977753d88565c1eae116660.tar.gz
marquee-673556b1a6072287c977753d88565c1eae116660.tar.bz2
Update copyright years
-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 &copy; %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.
*