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 2020/01/01 11:21:15 UTC

[openoffice] branch AOO418 updated: Updated copyright year

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 130195d  Updated copyright year
130195d is described below

commit 130195d0acce9ef6a97188066805d951c7651cd4
Author: mseidel <ms...@apache.org>
AuthorDate: Wed Jan 1 12:20:53 2020 +0100

    Updated copyright year
---
 main/LICENSE_ALv2                 | 2 +-
 main/NOTICE                       | 2 +-
 main/cui/source/dialogs/about.cxx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/LICENSE_ALv2 b/main/LICENSE_ALv2
index 39380eb..565c4ce 100644
--- a/main/LICENSE_ALv2
+++ b/main/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, 2018, 2019 Apache Software Foundation
+   Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 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/main/NOTICE b/main/NOTICE
index a91d7f2..d0e7801 100644
--- a/main/NOTICE
+++ b/main/NOTICE
@@ -1,5 +1,5 @@
 Apache OpenOffice (http://www.openoffice.org)
-Copyright 2011, 2019 The Apache Software Foundation
+Copyright 2011, 2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/main/cui/source/dialogs/about.cxx b/main/cui/source/dialogs/about.cxx
index 871fd18..e88c118 100644
--- a/main/cui/source/dialogs/about.cxx
+++ b/main/cui/source/dialogs/about.cxx
@@ -314,7 +314,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId  & rId ) :
 // TODO:
 //   This date needs to be updated each year... do this automagically
 //
-    rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2019") );
+    rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2020") );
     if (vendor.EqualsAscii("Apache Software Foundation")) {
         sbcopyright.append(sYear);
         sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");