Add explicit MIT license and copyright origin/master v0.1
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 19 Apr 2024 15:09:30 +0000 (11:09 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 19 Apr 2024 15:09:36 +0000 (11:09 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
LICENSES/MIT.txt [new file with mode: 0644]
Makefile
README.md
check
dev-env
lttng-auto-mpi-wrappers
lttng-auto-ust-api
lttng/ust-context-provider.h
run-test-mpi
test-mpi.c
test.c

diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt
new file mode 100644 (file)
index 0000000..2071b23
--- /dev/null
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+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.
index e7b5fdda2c06d1d8c87a6833749fc9da77f091cb..46860a3cc788801714884d42a024582e63264e66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: MIT
 #
-# Copyright (c) 2023 Olivier Dion <odion@efficios.com>
+# SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
 
 # Configure me:
 
index 0cc24825be3478c4c398afe94d6822c49c9fe196..1b509a6515f631c25451e530ba06820725d7d524 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+
+SPDX-License-Identifier: MIT
+-->
+
 # lttng-ust-mpi
 
 Auto generation of instrumentation library for MPI with LTTng.
diff --git a/check b/check
index f557dc16198858df896b476ca50f5f7b41217279..ad21d756c422f7a3777481a2cc00f21058339285 100755 (executable)
--- a/check
+++ b/check
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: MIT
 #
-# Copyright (c) 2023 Olivier Dion <odion@efficios.com>
+# SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
 
 TRACE_OUTPUT=traces
 
diff --git a/dev-env b/dev-env
index dac911b1e92c1aa6d8ce1efc2b1742cb8d1c2032..9570bfa751708905a3b4a230f6bebc518c816134 100755 (executable)
--- a/dev-env
+++ b/dev-env
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: MIT
 #
-# Copyright (c) 2023 Olivier Dion <odion@efficios.com>
+# SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
 
 guix shell --pure  \
      babeltrace    \
index d6e794849590c38284f0293cfa1c46d8dced9236..e6af7860f3f7a8aba40eea049c8da7e42b7e0039 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: MIT
 #
-# Copyright (c) 2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
 #
 # Author: Olivier Dion <odion@efficios.com>
 #
index e93dfd91cf519f3bcf4c10dce78d3ebabd8477e9..b0597b9f499438fc8147e45a0e42f48aa29319fa 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: MIT
 #
-# Copyright (c) 2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
 #
 # Author: Olivier Dion <odion@efficios.com>
 #
index 6857c009fe64fd21e942063625a23c0e448e0576..ef054ce992238067a94658c130b04c0c2d7a9502 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * SPDX-FileCopyrightText: 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * The context provider feature is part of the ABI and used by the Java jni
  * interface. This header should be moved to the public header directory once
index 6b0eca998a0b3f578aed7ebb1654eee241110819..ec2fbdf1bf7b1a23efb812b0262b823c5d66718a 100755 (executable)
@@ -1,2 +1,7 @@
 #!/bin/sh
+
+# SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
+
 env LD_PRELOAD=./liblttng-ust-mpi.so ./test-mpi $1
index ed1c9d13a94670934ea362a98006262c7dcd2157..874e11bf8bea664e56abb89e6edb8053872c9274 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * SPDX-License-Identifier: MIT
  *
- * Copyright (c) 2023 Olivier Dion <odion@efficios.com>
+ * SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
  */
 
 #include <assert.h>
diff --git a/test.c b/test.c
index c44d13f79fc5004755fa284353a725add3cff5e0..b39dc5a84044f94cb878e8140839c9bd87770fcd 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1,7 +1,7 @@
 /*
  * SPDX-License-Identifier: MIT
  *
- * Copyright (c) 2023 Olivier Dion <odion@efficios.com>
+ * SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
  */
 
 #include <assert.h>
This page took 0.027495 seconds and 4 git commands to generate.