Add explicit MIT license and copyright master origin/master v0.1
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 19 Apr 2024 14:47:35 +0000 (10:47 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 19 Apr 2024 14:47:40 +0000 (10:47 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
13 files changed:
.gitignore
LICENSES/MIT.txt [new file with mode: 0644]
Makefile
README.md
scripts/gen-hip-wrappers
scripts/gen-hsa-wrappers
scripts/lttng-ust-hip-post-processing.sed
src/lttng-roctx.c
src/lttng-roctx.h
src/lttng-ust-exatracer.cpp
src/lttng-ust-roctx-impl.c
src/lttng-ust-roctx.h
tests/hello.cpp

index 5ad324deb71620540e60709387f61df6d192195e..e6b56e01afa7a1bb2699ebf12016ada7b93ec441 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
+
 *.tar.gz
-build
\ No newline at end of file
+build
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 0ee9d010afc961cfaa6f1b6755fa8e36d944235c..ee27fd754566d36e5aa1c1bec14795075738bf50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
+
 # Configure this.
 ROCM_VERSION?=6.1.0-1388
 ROCM?=/opt/rocm-$(ROCM_VERSION)
index 987ce73d703a9e880d561626bf527704d489acdf..783d24b45383474978b481740b93f36bb993d3fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+
+SPDX-License-Identifier: MIT
+-->
+
 # Exatracer
 
 The Exatracer is powered by the LTTng ecosystem and can instrument the HIP and
index 3a0d80b22f8e202075c484294076d0e890112e5d..8bf38cad014ba7605b41f7de687ace4596d60d39 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 #
-# Copyright (c) 2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
 #
 # Author: Olivier Dion <odion@efficios.com>
 #
index 49179dac579154222aedad6fa55507c4652fbdc2..5216f6b92a7137909da2296ba2c2f006066235ba 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 #
-# Copyright (c) 2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
 #
 # Author: Olivier Dion <odion@efficios.com>
 #
index f41c5a9651f1a2e592f59f9dc135047d9e514110..32e4c205a5d75b8c856e657a70226cdf452603aa 100644 (file)
@@ -1 +1,4 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
 s/hipChooseDeviceR[0-9]*/hipChooseDevice/g
index b836c0edb09e59f24de72e1c4655d37147a03f21..406392eeb652b0d76a9cec81335aef0dff9fef6c 100644 (file)
@@ -1,8 +1,7 @@
-/*
- * Copyright © 2023 AMD
- *
- * All Rights Reserved
- */
+// SPDX-FileCopyrightText: 2023 Advanced Micro Devices, Inc. All rights reserved.
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
 
 #include <limits.h>
 #include <stdint.h>
index 60f5d19bd0dfbcdeea063a57f9e31cb572e8839c..0baeb36fb7b35f4c4fb9dba7ab39a4d1c02894c7 100644 (file)
@@ -1,8 +1,7 @@
-/*
- * Copyright © 2023 AMD
- *
- * All Rights Reserved
- */
+// SPDX-FileCopyrightText: 2023 Advanced Micro Devices, Inc. All rights reserved.
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef LTTNG_ROCTX_H
 #define LTTNG_ROCTX_H
index 6fbaa6fe57100cc74ee8fe1faf838568d15ea248..063984550d9a9ecefcaa13315aaa79ebf133231c 100644 (file)
@@ -1,8 +1,7 @@
-/*
- * Copyright © 2024 AMD
- *
- * All Rights Reserved
- */
+// SPDX-FileCopyrightText: 2024 Advanced Micro Devices, Inc. All rights reserved.
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
 
 #include <cinttypes>
 
index 5fca996bc10ed7d4e4fea94331d1ca689b91e990..434e0776c718367859ec86485c5c0458af7a40dc 100644 (file)
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
+
 #define LTTNG_UST_TRACEPOINT_CREATE_PROBES
 #define LTTNG_UST_TRACEPOINT_DEFINE
 #include "lttng-roctx.h"
index 46f32222e871d568b65010ce41c913094d1b9c23..0ed84365823e20cd0634325127d32b7db0078741 100644 (file)
@@ -1,8 +1,7 @@
-/*
- * Copyright © 2023 AMD
- *
- * All Rights Reserved
- */
+// SPDX-FileCopyrightText: 2023 Advanced Micro Devices, Inc. All rights reserved.
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
 
 #undef LTTNG_UST_TRACEPOINT_PROVIDER
 #define LTTNG_UST_TRACEPOINT_PROVIDER roctx
index 0e6956e62ffc071ce26a5a332e120d575cef69fa..d8201c97a32d578e87b2dfabddd213b02da22b25 100644 (file)
@@ -1,24 +1,7 @@
-/*
-  Copyright (c) 2015-2016 Advanced Micro Devices, Inc. All rights reserved.
-
-  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.
-*/
+// SPDX-FileCopyrightText: 2015-2016 Advanced Micro Devices, Inc. All rights reserved.
+// SPDX-FileCopyrightText: 2024 EfficiOS, Inc.
+//
+// SPDX-License-Identifier: MIT
 
 #include <rocprofiler-sdk-roctx/roctx.h>
 #include <hip/hip_runtime.h>
This page took 0.02755 seconds and 4 git commands to generate.