From 37ec3f174828f64db86aa48f3c5de16dff626bce Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Fri, 24 Apr 2020 15:45:16 +0200 Subject: [PATCH] Fix github license detection (#1032) * add readme license name * rename file to hide it from license autodetection --- polkadot/README.md | 2 +- polkadot/{license_header.txt => file_header.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename polkadot/{license_header.txt => file_header.txt} (100%) diff --git a/polkadot/README.md b/polkadot/README.md index 43ba600477..efae8ab32a 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -230,7 +230,7 @@ Ensure you replace `ALICE_BOOTNODE_ID_HERE` with the node ID from the output of ## License -[LICENSE](https://github.com/paritytech/polkadot/blob/master/LICENSE) +Polkadot is [GPL 3.0 licensed](LICENSE). ## Important Notice diff --git a/polkadot/license_header.txt b/polkadot/file_header.txt similarity index 100% rename from polkadot/license_header.txt rename to polkadot/file_header.txt