summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/samples
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/samples')
-rw-r--r--spec/build/testsuites/samples/basempnode1.yml2
-rw-r--r--spec/build/testsuites/samples/basempnode2.yml2
-rw-r--r--spec/build/testsuites/samples/basesp.yml2
-rw-r--r--spec/build/testsuites/samples/capture.yml2
-rw-r--r--spec/build/testsuites/samples/cdtest.yml2
-rw-r--r--spec/build/testsuites/samples/fileio.yml2
-rw-r--r--spec/build/testsuites/samples/grp.yml9
-rw-r--r--spec/build/testsuites/samples/hello.yml2
-rw-r--r--spec/build/testsuites/samples/iostream.yml2
-rw-r--r--spec/build/testsuites/samples/minimum.yml2
-rw-r--r--spec/build/testsuites/samples/nsecs.yml2
-rw-r--r--spec/build/testsuites/samples/paranoia.yml2
-rw-r--r--spec/build/testsuites/samples/ticker.yml2
-rw-r--r--spec/build/testsuites/samples/unlimited.yml2
14 files changed, 18 insertions, 17 deletions
diff --git a/spec/build/testsuites/samples/basempnode1.yml b/spec/build/testsuites/samples/basempnode1.yml
index 5e5cbc8739..5a016a4644 100644
--- a/spec/build/testsuites/samples/basempnode1.yml
+++ b/spec/build/testsuites/samples/basempnode1.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by:
diff --git a/spec/build/testsuites/samples/basempnode2.yml b/spec/build/testsuites/samples/basempnode2.yml
index d62e68e57f..a7f840d0be 100644
--- a/spec/build/testsuites/samples/basempnode2.yml
+++ b/spec/build/testsuites/samples/basempnode2.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by:
diff --git a/spec/build/testsuites/samples/basesp.yml b/spec/build/testsuites/samples/basesp.yml
index d357e7cde5..6524b91910 100644
--- a/spec/build/testsuites/samples/basesp.yml
+++ b/spec/build/testsuites/samples/basesp.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/capture.yml b/spec/build/testsuites/samples/capture.yml
index ad452f24d4..e02eb40bd4 100644
--- a/spec/build/testsuites/samples/capture.yml
+++ b/spec/build/testsuites/samples/capture.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/cdtest.yml b/spec/build/testsuites/samples/cdtest.yml
index 120076c884..880ea3b277 100644
--- a/spec/build/testsuites/samples/cdtest.yml
+++ b/spec/build/testsuites/samples/cdtest.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/fileio.yml b/spec/build/testsuites/samples/fileio.yml
index aaf81659ee..4db7a81d88 100644
--- a/spec/build/testsuites/samples/fileio.yml
+++ b/spec/build/testsuites/samples/fileio.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/grp.yml b/spec/build/testsuites/samples/grp.yml
index 37b9962212..1e1a858cf6 100644
--- a/spec/build/testsuites/samples/grp.yml
+++ b/spec/build/testsuites/samples/grp.yml
@@ -1,10 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
+cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by:
-- BUILD_TESTS
-- BUILD_SAMPLES
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+cppflags: []
+cxxflags: []
+enabled-by: BUILD_SAMPLES
includes:
- testsuites/support/include
install: []
diff --git a/spec/build/testsuites/samples/hello.yml b/spec/build/testsuites/samples/hello.yml
index 8919a41886..1d07ec6b26 100644
--- a/spec/build/testsuites/samples/hello.yml
+++ b/spec/build/testsuites/samples/hello.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/iostream.yml b/spec/build/testsuites/samples/iostream.yml
index 97626895fe..14d0052f50 100644
--- a/spec/build/testsuites/samples/iostream.yml
+++ b/spec/build/testsuites/samples/iostream.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/minimum.yml b/spec/build/testsuites/samples/minimum.yml
index 4a97a86f2f..29a086b36e 100644
--- a/spec/build/testsuites/samples/minimum.yml
+++ b/spec/build/testsuites/samples/minimum.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/nsecs.yml b/spec/build/testsuites/samples/nsecs.yml
index 97a9d228a8..33129ed060 100644
--- a/spec/build/testsuites/samples/nsecs.yml
+++ b/spec/build/testsuites/samples/nsecs.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/paranoia.yml b/spec/build/testsuites/samples/paranoia.yml
index 39b2850f1e..6a2fd4e706 100644
--- a/spec/build/testsuites/samples/paranoia.yml
+++ b/spec/build/testsuites/samples/paranoia.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/ticker.yml b/spec/build/testsuites/samples/ticker.yml
index 55a2d433ee..f0afffe923 100644
--- a/spec/build/testsuites/samples/ticker.yml
+++ b/spec/build/testsuites/samples/ticker.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
diff --git a/spec/build/testsuites/samples/unlimited.yml b/spec/build/testsuites/samples/unlimited.yml
index b468da80be..846614459c 100644
--- a/spec/build/testsuites/samples/unlimited.yml
+++ b/spec/build/testsuites/samples/unlimited.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true