Browse Source

Litecoin: Update more copyright notices.

0.8
seikochan 10 years ago
parent
commit
9ec7b25cd6
  1. 4
      COPYING
  2. 4
      README.md
  3. 4
      doc/README.md
  4. 4
      doc/README_windows.txt
  5. 2
      src/qt/aboutdialog.cpp

4
COPYING

@ -1,5 +1,5 @@ @@ -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

4
README.md

@ -3,8 +3,8 @@ Litecoin integration/staging tree @@ -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?
----------------

4
doc/README.md

@ -1,8 +1,8 @@ @@ -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.

4
doc/README_windows.txt

@ -1,7 +1,7 @@ @@ -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

2
src/qt/aboutdialog.cpp

@ -10,7 +10,7 @@ @@ -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),

Loading…
Cancel
Save