From f0f01c1bcc80f2a1570192acfa099aaffbe40aba Mon Sep 17 00:00:00 2001 From: Alex T Date: Sun, 30 Nov 2025 22:28:12 +0100 Subject: [PATCH] legal: address more EMO review comments * Add copyright headers to XML and YAML files * Add (tm) to the first mention of Eclipse MRAA in the README * Rename COPYING to LICENSE.md per the standard Eclipse requirement Signed-off-by: Alex T --- .travis.yml | 8 ++++++++ DoxygenLayout.xml | 10 ++++++++++ COPYING => LICENSE.md | 0 README.md | 2 +- docker-compose.yaml | 8 ++++++++ 5 files changed, 27 insertions(+), 1 deletion(-) rename COPYING => LICENSE.md (100%) diff --git a/.travis.yml b/.travis.yml index 819196d..27fabd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,11 @@ +# Copyright (c) 2015 Intel Corporation and others +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + dist: trusty sudo: required diff --git a/DoxygenLayout.xml b/DoxygenLayout.xml index 8af4aac..60ede22 100644 --- a/DoxygenLayout.xml +++ b/DoxygenLayout.xml @@ -1,3 +1,13 @@ + + diff --git a/COPYING b/LICENSE.md similarity index 100% rename from COPYING rename to LICENSE.md diff --git a/README.md b/README.md index 41c791e..c1e680a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-Eclipse MRAA - Low Level I/O Communications Library for GNU/Linux Platforms +Eclipse MRAA™ - Low Level I/O Communications Library for GNU/Linux Platforms =========================================================================== Eclipse MRAA (Libmraa) is a C/C++ library with bindings to Java, Python and JavaScript diff --git a/docker-compose.yaml b/docker-compose.yaml index 3772b29..3c2b361 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,3 +1,11 @@ +# Copyright (c) 2017 Intel Corporation and others +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + version: '2.1' services: