Browse Source

Update license file names so Github correctly detects our license.

Austin S. Hemmelgarn 6 years ago
parent
commit
5c2f938059
4 changed files with 7 additions and 16 deletions
  1. 0 12
      LICENSE.md
  2. 1 2
      Makefile.am
  3. 1 1
      README.md
  4. 5 1
      REDISTRIBUTED.md

+ 0 - 12
LICENSE.md

@@ -1,12 +0,0 @@
-**netdata**<br/>
-(C) Copyright 2017-2018<br/>
-Costa Tsaousis &lt;costa@tsaousis.gr&gt;
-
-For license details refer to the following files:
-
-- [netdata license](LICENSES/GPL-3.0) (GPL v3+)
-- [third party licenses](LICENSE-REDISTRIBUTED.md), for packages re-distributed with netdata
-
-Netdata uses SPDX license tags to identify the license for it's files.
-Individual licenses referenced in the tags can be found in [the LICENSES
-directory](LICENSES/).

+ 1 - 2
Makefile.am

@@ -54,8 +54,7 @@ EXTRA_DIST = \
 	LICENSES/OFL-1.1 \
 	LICENSES/Python-2.0 \
 	LICENSES/WTFPL \
-	LICENSE.md \
-	LICENSE-REDISTRIBUTED.md \
+	REDISTRIBUTED.md \
 	autogen.sh \
 	$(NULL)
 

+ 1 - 1
README.md

@@ -367,4 +367,4 @@ Check the **[netdata wiki](https://github.com/firehol/netdata/wiki)**.
 
 netdata is [GPLv3+](LICENSE).
 
-It re-distributes other open-source tools and libraries. Please check the [third party licenses](https://github.com/firehol/netdata/blob/master/LICENSE-REDISTRIBUTED.md).
+Netdata re-distributes other open-source tools and libraries. Please check the [third party licenses](https://github.com/firehol/netdata/blob/master/REDISTRIBUTED.md).

+ 5 - 1
LICENSE-REDISTRIBUTED.md → REDISTRIBUTED.md

@@ -1,8 +1,13 @@
 # Netdata
 
 Copyright 2016-2017, Costa Tsaousis.
+Copyright 2017, Netdata Inc.
 Released under [GPL v3 or later](http://www.gnu.org/licenses/gpl-3.0.en.html).
 
+Netdata uses SPDX license tags to identify the license for it's files.
+Individual licenses referenced in the tags can be found in [the LICENSES
+directory](LICENSES/).
+
 ---
 
 ## Re-distributed software
@@ -12,7 +17,6 @@ We have decided to re-distribute all these, instead of using them
 through a CDN, to allow netdata to work in cases where internet
 connectivity is not available.
 
-
 - [Dygraphs](http://dygraphs.com/)
 
     Copyright 2009, Dan Vanderkam