[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source LICENSE_ALv2 NOTICE
Matthias Seidel
mseidel at apache.org
Thu Jan 18 23:10:21 UTC 2018
LICENSE_ALv2 | 2 +-
NOTICE | 2 +-
cui/source/dialogs/about.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8e0650e18f94d9dec1c5c854bd3a93fa97b1964b
Author: Matthias Seidel <mseidel at apache.org>
Date: Thu Jan 18 22:09:22 2018 +0000
Update the Copyright year to 2018
According to:
https://svn.apache.org/viewvc?view=revision&revision=1780015
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");
More information about the Libreoffice-commits
mailing list