Author: arielch
Date: Tue Jan 24 02:34:25 2017
New Revision: 1780015
URL: http://svn.apache.org/viewvc?rev=1780015&view=rev
Log:
i127295 - Update the Copyright year to 2017
Modified:
openoffice/trunk/main/LICENSE_ALv2
openoffice/trunk/main/NOTICE
openoffice/trunk/main/cui/source/dialogs/about.cxx
Modified: openoffice/trunk/main/LICENSE_ALv2
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/LICENSE_ALv2?rev=1780015&r1=1780014&r2=1780015&view=diff
==============================================================================
--- openoffice/trunk/main/LICENSE_ALv2 (original)
+++ openoffice/trunk/main/LICENSE_ALv2 Tue Jan 24 02:34:25 2017
@@ -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 Apache Software Foundation
+ Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 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.
Modified: openoffice/trunk/main/NOTICE
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/NOTICE?rev=1780015&r1=1780014&r2=1780015&view=diff
==============================================================================
--- openoffice/trunk/main/NOTICE (original)
+++ openoffice/trunk/main/NOTICE Tue Jan 24 02:34:25 2017
@@ -1,7 +1,7 @@
$HeadURL$
Apache OpenOffice (http://www.openoffice.org)
-Copyright 2011, 2016 The Apache Software Foundation
+Copyright 2011, 2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: openoffice/trunk/main/cui/source/dialogs/about.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/about.cxx?rev=1780015&r1=1780014&r2=1780015&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/about.cxx (original)
+++ openoffice/trunk/main/cui/source/dialogs/about.cxx Tue Jan 24 02:34:25 2017
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen
sbcopyright.appendAscii("Copyright ");
sbcopyright.append((sal_Unicode)0x00a9);
sbcopyright.appendAscii(" ");
- rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2016") );
+ rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2017") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);
sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");