From 6008e94142fb25b3960619c2ec809610ab45a994 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 02:26:49 +0100 Subject: [PATCH 1/7] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..3bea9806 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames +patreon: # Replace with a single Patreon username +open_collective: opencollective.com/lvgl # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['https://www.buymeacoffee.com/gW5rPpsKR'] # Up to 4 links From cc59d93e80599f7b361a5cc1191c911ac6778245 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 02:30:14 +0100 Subject: [PATCH 2/7] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3bea9806..de985e89 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -2,7 +2,7 @@ github: [bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames patreon: # Replace with a single Patreon username -open_collective: opencollective.com/lvgl # Replace with a single Open Collective username +open_collective: lvgl # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry From 1afc9f281cb50dcf0ece8108bd6d9911e9c7ed68 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 02:31:29 +0100 Subject: [PATCH 3/7] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index de985e89..a2a37f79 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: ['https://www.buymeacoffee.com/gW5rPpsKR'] # Up to 4 links +custom: ['https://www.buymeacoffee.com/gW5rPpsKR','https://arduinojson.org/book/'] # Up to 4 links From ed76abc24535667da2e5cb2cac337d229b5b612b Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 02:38:35 +0100 Subject: [PATCH 4/7] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a2a37f79..222103bf 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames +github: [fvanroie,bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames patreon: # Replace with a single Patreon username open_collective: lvgl # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From ba34f1dd25a1d32818b7ed101ae2c19c558ce157 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 02:38:57 +0100 Subject: [PATCH 5/7] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 222103bf..a2a37f79 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [fvanroie,bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames +github: [bblanchon] # Replace with up to 4 GitHub Sponsors-enabled usernames patreon: # Replace with a single Patreon username open_collective: lvgl # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From 06949a9c081207170c1a5a7442d878cef712d87b Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 11:50:06 +0100 Subject: [PATCH 6/7] Update LICENSE --- LICENSE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 71b929c8..db138af1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,7 @@ MIT License Copyright (c) 2020 Francis Van Roie - -Based upon HASwitchPlate - Copyright (c) 2019 Allen Derusha allen@derusha.org +Copyright (c) 2019 Allen Derusha allen@derusha.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 4aeea47deeb07b7a4818e0ed03e89d67f2b0b0b9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 11:51:09 +0100 Subject: [PATCH 7/7] Update LICENSE --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index db138af1..dfe689c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2020 Francis Van Roie -Copyright (c) 2019 Allen Derusha allen@derusha.org +Copyright (c) 2019-2021 Francis Van Roie +Copyright (c) 2018-2019 Allen Derusha allen@derusha.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal