From da7f267ef25992aac7535c0cf9289f91df6eda83 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 10 Jun 2021 18:56:43 +0200 Subject: [PATCH] Add license statement to README README.md: Add license statement to README, specifying that devtools is licensed under the terms of the GPL-3.0-or-later. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f99bbb..0f5d8f2 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ git config format.subjectprefix 'devtools] [PATCH' 4. Push changes 5. Upload the source tarball with ```make dist upload``` 6. Update the package + +## License + +Devtools is licensed under the terms of the **GPL-3.0-or-later** (see [LICENSE](LICENSE)).