You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/01/18 22:09:22 UTC

svn commit: r1821563 - in /openoffice/trunk/main: LICENSE_ALv2 NOTICE cui/source/dialogs/about.cxx

Author: mseidel
Date: Thu Jan 18 22:09:22 2018
New Revision: 1821563

URL: http://svn.apache.org/viewvc?rev=1821563&view=rev
Log:
Update the Copyright year to 2018

According to:
https://svn.apache.org/viewvc?view=revision&revision=1780015

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=1821563&r1=1821562&r2=1821563&view=diff
==============================================================================
--- openoffice/trunk/main/LICENSE_ALv2 (original)
+++ openoffice/trunk/main/LICENSE_ALv2 Thu Jan 18 22:09:22 2018
@@ -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.

Modified: openoffice/trunk/main/NOTICE
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/NOTICE?rev=1821563&r1=1821562&r2=1821563&view=diff
==============================================================================
--- openoffice/trunk/main/NOTICE (original)
+++ openoffice/trunk/main/NOTICE Thu Jan 18 22:09:22 2018
@@ -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/).

Modified: openoffice/trunk/main/cui/source/dialogs/about.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/about.cxx?rev=1821563&r1=1821562&r2=1821563&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/about.cxx (original)
+++ openoffice/trunk/main/cui/source/dialogs/about.cxx Thu Jan 18 22:09:22 2018
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen
     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");