From 96bc812c5045782457c4a7b2e3d2a8addbf97a49 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 25 Feb 2016 18:50:49 +0100 Subject: [PATCH] Update copyright year to 2016 --- src/lib/app/qzcommon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/app/qzcommon.cpp b/src/lib/app/qzcommon.cpp index 35d1cbcf6..61a2173ad 100644 --- a/src/lib/app/qzcommon.cpp +++ b/src/lib/app/qzcommon.cpp @@ -1,6 +1,6 @@ /* ============================================================ * QupZilla - WebKit based browser -* Copyright (C) 2014 David Rosca +* Copyright (C) 2014-2016 David Rosca * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ const int bookmarksVersion = 1; QUPZILLA_EXPORT const char* APPNAME = "QupZilla"; QUPZILLA_EXPORT const char* VERSION = QUPZILLA_VERSION; QUPZILLA_EXPORT const char* AUTHOR = "David Rosca"; -QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2015"; +QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2016"; QUPZILLA_EXPORT const char* WWWADDRESS = "https://www.qupzilla.com"; QUPZILLA_EXPORT const char* WIKIADDRESS = "https://github.com/QupZilla/qupzilla/wiki"; }