[rtems-central commit] Update company name

Sebastian Huber sebh at rtems.org
Sat May 20 09:11:16 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    3390ba921fba078e15f2e98aaf2d20fd8cdb3a8e
Changeset: http://git.rtems.org/rtems-central/commit/?id=3390ba921fba078e15f2e98aaf2d20fd8cdb3a8e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 19 07:58:34 2023 +0200

Update company name

The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.

---

 generate_membench.py | 8 ++++----
 rtems_spec_to_x.py   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/generate_membench.py b/generate_membench.py
index 818dba35..737f2aa2 100755
--- a/generate_membench.py
+++ b/generate_membench.py
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-2-Clause
 """ Generates memory benchmarks. """
 
-# Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+# Copyright (C) 2021 embedded brains GmbH & Co. KG
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -752,7 +752,7 @@ def _generate_files() -> None:
 build-type: test-program
 cflags: []
 copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
 cppflags: []
 cxxflags: []
 enabled-by: true
@@ -773,7 +773,7 @@ use-before: []
         with open(f"spec{req_spec}.yml", "w", encoding="utf-8") as out:
             out.write(f"""SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
 enabled-by: true
 links:
 {_links(test.links)}
@@ -790,7 +790,7 @@ type: requirement
         with open(val_spec, "w", encoding="utf-8") as out:
             out.write(f"""SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
 enabled-by: true
 links:
 - role: requirement-refinement
diff --git a/rtems_spec_to_x.py b/rtems_spec_to_x.py
index f57dd406..77b6ebf6 100755
--- a/rtems_spec_to_x.py
+++ b/rtems_spec_to_x.py
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-2-Clause
 """ This script generates glossaries of terms from the specification. """
 
-# Copyright (C) 2019, 2020 embedded brains GmbH (http://www.embedded-brains.de)
+# Copyright (C) 2019, 2020 embedded brains GmbH & Co. KG
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions



More information about the vc mailing list