From a0bdcbaf1170bdda9312f7125699dc11a0ddf928 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 20 Apr 2021 18:55:27 -0400 Subject: [PATCH 1/3] Add LGPL licensing requirement for new contributors --- CONTRIBUTING | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..d45c3186 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1 @@ +If you make any contributions to SposnorBlock after this file was created, you are agreeing that any code you have contributed will be licensed under LGPL-3.0. From cc3e61339692e70506d7f753e072a130ffec1202 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 20 Apr 2021 18:55:59 -0400 Subject: [PATCH 2/3] Rename CONTRIBUTING to CONTRIBUTING.md --- CONTRIBUTING => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.md From fd05281c09c50219fcad5f11d7220545ccf52b7c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 20 Apr 2021 18:56:16 -0400 Subject: [PATCH 3/3] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d45c3186..60bd0953 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -If you make any contributions to SposnorBlock after this file was created, you are agreeing that any code you have contributed will be licensed under LGPL-3.0. +If you make any contributions to SponsorBlock after this file was created, you are agreeing that any code you have contributed will be licensed under LGPL-3.0.