From f913051dca25735c8e2dad872c94747d0be38729 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 18 Feb 2024 23:37:26 +0100 Subject: Relicense layout definitions under CC0 (#528) * Relicense layouts under CC0 Layout definitions are licensed differently from the rest of the application source code to allow use in other projects related or unrelated to Unexpected Keyboard. Some layouts are not re-licensed and their original copyright continues to apply. The copyright notice is added at the top of the files. * Contributing: Mention layout licensing--- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8838673..dbc5a59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,6 +110,10 @@ Run `./gradlew checkKeyboardLayouts` to check some properties about your layout. This will change the file `check_layout.output`, which you should commit. +Layouts are CC0 licensed by default. If you do not want your layout to be +released into the public domain, add a copyright notice at the top of the file +and a mention in `srcs/layouts/LICENSE`. + #### Adding a programming layout A programming layout must contain all ASCII characters. -- cgit v1.2.3