From e2131acbbb82f4b8061baa715a9e78a5729be702 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 29 Apr 2025 14:23:56 +0200 Subject: [PATCH] licenses/X11: remove license This file had only one user, the keybinder recipe, which has been updated with the correct license value. This file actually contained MIT license text, with keybinder copyright information. Beside this, oe-core has the actual X11 license also available with the same name, which shouldn't be shadowed by this. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-oe/licenses/X11 | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-oe/licenses/X11 diff --git a/meta-oe/licenses/X11 b/meta-oe/licenses/X11 deleted file mode 100644 index da3e406240..0000000000 --- a/meta-oe/licenses/X11 +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2008 Alex Graveley - * Copyright (C) 2010 Ulrik Sverdrup - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */