From 4a6a8cf0700282052af625cddbe151d1bc029427 Mon Sep 17 00:00:00 2001
From: Ariel Constenla-Haile <arielch@apache.org>
Date: Mon, 12 Sep 2016 23:46:32 +0000
Subject: i127108 - Update the Copyright year

---
 cui/source/dialogs/about.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cui')

diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index a457c2d3d32a..c002ded18416 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("2015") );
+    rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2016") );
     if (vendor.EqualsAscii("Apache Software Foundation")) {
         sbcopyright.append(sYear);
         sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");
-- 
cgit