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--- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 36de213..f97732d 100644 --- a/build.gradle +++ b/build.gradle @@ -180,6 +180,7 @@ tasks.register('copyLayoutDefinitions') { copy { from "srcs/layouts" + include "*.xml" into "build/generated-resources/xml" } } -- cgit v1.2.3