aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2019-05-07 02:31:02 -0700
committerAntoni Sawicki <tenox@google.com>2019-05-07 02:31:02 -0700
commitccd3aa06f871d1564ed3e95c339ab2768e9eed74 (patch)
treea1ea2a1598f313fe9c2137302653f8a1862d49ed
parent743efdd88a2426157d8f3ec9ec3f4ade6443d1a8 (diff)
downloadwfm-ccd3aa06f871d1564ed3e95c339ab2768e9eed74.tar.gz
copyright update
-rw-r--r--dialogs.c2
-rw-r--r--wfm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dialogs.c b/dialogs.c
index d65705a..2a1f733 100644
--- a/dialogs.c
+++ b/dialogs.c
@@ -262,7 +262,7 @@ void about(void) {
#endif
"URL Encoding routines by Fred Bulback<BR>\n"
"Copyright &copy; 1994-2018 by Antoni Sawicki<BR>\n"
- "Copyright &copy; 2018 by Google LLC<BR>\n"
+ "Copyright &copy; 2018-2019 by Google LLC<BR>\n"
"Copyright &copy; 1996-2011 by Thomas Boutell and Boutell.Com, Inc.<BR>\n"
"Copyright &copy; 2002 by Aladdin Enterprises<BR>\n"
"Copyright &copy; 1999-2009 by Paul Johnston<BR>\n"
diff --git a/wfm.h b/wfm.h
index 1a603d3..0baee23 100644
--- a/wfm.h
+++ b/wfm.h
@@ -1,7 +1,7 @@
#define VERSION "1.4.1"
#define COPYRIGHT "<!-- WFM Version " VERSION ", Mountain View, CA, " __DATE__ " [" __TIME__ "] -->\n" \
"<!-- Copyright (c) 1994-2018 by Antoni Sawicki -->\n" \
- "<!-- Copyright (c) 2019 by Google LLC -->\n"
+ "<!-- Copyright (c) 2018-2019 by Google LLC -->\n"
#define FONT_SIZE "12px"