From 9ec7b25cd63e127f75368023078832541d591421 Mon Sep 17 00:00:00 2001 From: seikochan Date: Fri, 18 Apr 2014 14:49:41 -1000 Subject: [PATCH] Litecoin: Update more copyright notices. --- COPYING | 4 ++-- README.md | 4 ++-- doc/README.md | 4 ++-- doc/README_windows.txt | 4 ++-- src/qt/aboutdialog.cpp | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index ed7b7d5e4..83550568c 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -Copyright (c) 2009-2013 Bitcoin Developers -Copyright (c) 2011-2013 Litecoin Developers +Copyright (c) 2009-2014 Bitcoin Developers +Copyright (c) 2011-2014 Litecoin Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 86331fa9f..853b76521 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Litecoin integration/staging tree http://www.litecoin.org -Copyright (c) 2009-2013 Bitcoin Developers -Copyright (c) 2011-2013 Litecoin Developers +Copyright (c) 2009-2014 Bitcoin Developers +Copyright (c) 2011-2014 Litecoin Developers What is Litecoin? ---------------- diff --git a/doc/README.md b/doc/README.md index a979772ad..0607c268f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,8 +1,8 @@ Litecoin 0.8.x BETA ==================== -Copyright (c) 2009-2013 Bitcoin Developers -Copyright (c) 2011-2013 Litecoin Developers +Copyright (c) 2009-2014 Bitcoin Developers +Copyright (c) 2011-2014 Litecoin Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 4f7cf533f..1b3c4abd3 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,7 +1,7 @@ Litecoin 0.8.x BETA -Copyright (c) 2009-2013 Bitcoin Developers -Copyright (c) 2011-2013 Litecoin Developers +Copyright (c) 2009-2014 Bitcoin Developers +Copyright (c) 2011-2014 Litecoin Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in diff --git a/src/qt/aboutdialog.cpp b/src/qt/aboutdialog.cpp index c8601792d..551b3ec38 100644 --- a/src/qt/aboutdialog.cpp +++ b/src/qt/aboutdialog.cpp @@ -10,7 +10,7 @@ // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source -const int ABOUTDIALOG_COPYRIGHT_YEAR = 2013; +const int ABOUTDIALOG_COPYRIGHT_YEAR = 2014; AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent),