Browse Source

Litecoin: Adjust license year range to 2018

0.15
Adrian Gallagher 7 years ago
parent
commit
05f8d743e8
No known key found for this signature in database
GPG Key ID: FE3348877809386C
  1. 4
      CONTRIBUTING.md
  2. 5
      COPYING
  3. 2
      configure.ac
  4. 2
      contrib/debian/copyright

4
CONTRIBUTING.md

@ -263,9 +263,9 @@ The project leader is the release manager for each Litecoin Core release.
Copyright Copyright
--------- ---------
Copyright 2017 The Litecoin Core Developers Copyright 2018 The Litecoin Core Developers
- bitcoin: Copyright (c) 2009-2017 Bitcoin Core Developers (MIT License) - bitcoin: Copyright (c) 2009-2018 Bitcoin Core Developers (MIT License)
By contributing to this repository, you agree to license your work under the By contributing to this repository, you agree to license your work under the
MIT license unless specified otherwise in `contrib/debian/copyright` or at MIT license unless specified otherwise in `contrib/debian/copyright` or at

5
COPYING

@ -1,7 +1,8 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2009-2017 The Bitcoin Core developers Copyright (c) 2009-2018 The Bitcoin Core developers
Copyright (c) 2009-2017 Bitcoin Developers Copyright (c) 2009-2018 Bitcoin Developers
Copyright (c) 2011-2018 The Litecoin Core developers
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

2
configure.ac

@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017) define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Litecoin Core]]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Litecoin Core]])
AC_INIT([Litecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/litecoin-project/litecoin/issues],[litecoin],[https://litecoin.org/]) AC_INIT([Litecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/litecoin-project/litecoin/issues],[litecoin],[https://litecoin.org/])

2
contrib/debian/copyright vendored

@ -5,7 +5,7 @@ Upstream-Contact: Satoshi Nakamoto <satoshin@gmx.com>
Source: https://github.com/bitcoin/bitcoin Source: https://github.com/bitcoin/bitcoin
Files: * Files: *
Copyright: 2009-2017, Bitcoin Core Developers Copyright: 2009-2018, Bitcoin Core Developers
License: Expat License: Expat
Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org, Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org,
as well as the numerous contributors to the project. as well as the numerous contributors to the project.

Loading…
Cancel
Save