From 09cf878a50ca184a7a5d7b4ceeea807c0ddb1299 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sat, 20 Jun 2020 12:32:57 -0700 Subject: [PATCH 1/2] add Dependabot https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..4ace52b34 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + time: "02:00" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "02:00" From d265c6b15ca47a820de4a9d2f3de3b884c0a4b68 Mon Sep 17 00:00:00 2001 From: Andrew Jorgensen Date: Mon, 28 Sep 2020 17:42:43 -0700 Subject: [PATCH 2/2] Clarify "dual-licensed" (#351) I pulled the additional text directly from #136 where @fge answered the question, "Do I need to abide by both licenses? Or can I pick which one to abide by?" Adding it here in the LICENSE file to help avoid a need for anyone else to dive into closed issues to find the answer. --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 16cda1283..37e25e033 100644 --- a/LICENSE +++ b/LICENSE @@ -6,6 +6,7 @@ This software is dual-licensed under: The text of both licenses is included (under the names LGPL-3.0.txt and ASL-2.0.txt respectively). +Should you choose to redistribute, you can pick either, or continue to dual license. Direct link to the sources: