summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE_ALv22
-rw-r--r--NOTICE2
-rw-r--r--cui/source/dialogs/about.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE_ALv2 b/LICENSE_ALv2
index 6e6b45666151..f999ddb9659c 100644
--- a/LICENSE_ALv2
+++ b/LICENSE_ALv2
@@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 Apache Software Foundation
+ Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/NOTICE b/NOTICE
index 2d2dbe1fee7a..68d964b9fd9f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,6 +1,6 @@
Apache OpenOffice (https://www.openoffice.org)
-Copyright 2011, 2017 The Apache Software Foundation
+Copyright 2011, 2018 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index ff944f69f59a..5e77cdf61f24 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId & rId ) :
sbcopyright.appendAscii("Copyright ");
sbcopyright.append((sal_Unicode)0x00a9);
sbcopyright.appendAscii(" ");
- rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2017") );
+ rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2018") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);
sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");