diff options
| author | Lexi Winter <lexi@hemlock.eden.le-fay.org> | 2025-03-27 10:25:30 +0000 |
|---|---|---|
| committer | Lexi Winter <lexi@hemlock.eden.le-fay.org> | 2025-03-27 10:25:30 +0000 |
| commit | c568b7258e2a8b6cbb99b8de5837863bc395789e (patch) | |
| tree | 0d7e607f993595a5c6a1ff7acd89fb7b18101bc2 | |
| parent | 6315c3f2129d9588f91cc778e49e4803f25082f1 (diff) | |
| download | libnvxx-c568b7258e2a8b6cbb99b8de5837863bc395789e.tar.gz libnvxx-c568b7258e2a8b6cbb99b8de5837863bc395789e.tar.bz2 | |
formatting
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | libnvxx/Makefile | 2 | ||||
| -rw-r--r-- | libnvxx/const_nv_list.cc | 2 | ||||
| -rw-r--r-- | libnvxx/nv_list.cc | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx.3 | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx.cc | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx.h | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_base.h | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_iterator.cc | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_iterator.h | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_serialize.cc | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_serialize.h | 2 | ||||
| -rw-r--r-- | libnvxx/nvxx_util.h | 2 | ||||
| -rw-r--r-- | libnvxx/tests/Makefile | 2 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_basic.cc | 2 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_iterator.cc | 2 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_serialize.cc | 2 |
17 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -# SPDX-License-Identifier Unlicense OR MIT +# SPDX-License-Identifier: Unlicense OR MIT # Refer to the file 'LICENSE' in the nvxx distribution for license terms. PREFIX?= /usr/local diff --git a/libnvxx/Makefile b/libnvxx/Makefile index 7fbe70b..473315a 100644 --- a/libnvxx/Makefile +++ b/libnvxx/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier Unlicense OR MIT +# SPDX-License-Identifier: Unlicense OR MIT # Refer to the file 'LICENSE' in the nvxx distribution for license terms. .include <bsd.opts.mk> diff --git a/libnvxx/const_nv_list.cc b/libnvxx/const_nv_list.cc index 2864861..883eebb 100644 --- a/libnvxx/const_nv_list.cc +++ b/libnvxx/const_nv_list.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nv_list.cc b/libnvxx/nv_list.cc index ba09faa..852aa76 100644 --- a/libnvxx/nv_list.cc +++ b/libnvxx/nv_list.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx.3 b/libnvxx/nvxx.3 index d381f4a..26fa5eb 100644 --- a/libnvxx/nvxx.3 +++ b/libnvxx/nvxx.3 @@ -1,4 +1,4 @@ -.\" SPDX-License-Identifier Unlicense OR MIT +.\" SPDX-License-Identifier: Unlicense OR MIT .\" Refer to the file 'LICENSE' in the nvxx distribution for license terms. .Dd March 27, 2025 .Dt NVXX 3 diff --git a/libnvxx/nvxx.cc b/libnvxx/nvxx.cc index 90bc1ba..15c5d15 100644 --- a/libnvxx/nvxx.cc +++ b/libnvxx/nvxx.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx.h b/libnvxx/nvxx.h index a4d8929..e404cfe 100644 --- a/libnvxx/nvxx.h +++ b/libnvxx/nvxx.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_base.h b/libnvxx/nvxx_base.h index 0061f3e..df97893 100644 --- a/libnvxx/nvxx_base.h +++ b/libnvxx/nvxx_base.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_iterator.cc b/libnvxx/nvxx_iterator.cc index 4a5f7dc..8f40d4f 100644 --- a/libnvxx/nvxx_iterator.cc +++ b/libnvxx/nvxx_iterator.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_iterator.h b/libnvxx/nvxx_iterator.h index caf3529..97540b5 100644 --- a/libnvxx/nvxx_iterator.h +++ b/libnvxx/nvxx_iterator.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_serialize.cc b/libnvxx/nvxx_serialize.cc index 4507c8f..8325d40 100644 --- a/libnvxx/nvxx_serialize.cc +++ b/libnvxx/nvxx_serialize.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_serialize.h b/libnvxx/nvxx_serialize.h index f0fbeda..f93b191 100644 --- a/libnvxx/nvxx_serialize.h +++ b/libnvxx/nvxx_serialize.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/nvxx_util.h b/libnvxx/nvxx_util.h index c416d60..5ab7247 100644 --- a/libnvxx/nvxx_util.h +++ b/libnvxx/nvxx_util.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/tests/Makefile b/libnvxx/tests/Makefile index 6761b3f..7ccdfb8 100644 --- a/libnvxx/tests/Makefile +++ b/libnvxx/tests/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier Unlicense OR MIT +# SPDX-License-Identifier: Unlicense OR MIT # Refer to the file 'LICENSE' in the nvxx distribution for license terms. PREFIX?= /usr/local diff --git a/libnvxx/tests/nvxx_basic.cc b/libnvxx/tests/nvxx_basic.cc index 68d652c..d8faea3 100644 --- a/libnvxx/tests/nvxx_basic.cc +++ b/libnvxx/tests/nvxx_basic.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/tests/nvxx_iterator.cc b/libnvxx/tests/nvxx_iterator.cc index 521748b..07e9aa6 100644 --- a/libnvxx/tests/nvxx_iterator.cc +++ b/libnvxx/tests/nvxx_iterator.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ diff --git a/libnvxx/tests/nvxx_serialize.cc b/libnvxx/tests/nvxx_serialize.cc index ac667b9..08823cb 100644 --- a/libnvxx/tests/nvxx_serialize.cc +++ b/libnvxx/tests/nvxx_serialize.cc @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier Unlicense OR MIT + * SPDX-License-Identifier: Unlicense OR MIT * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ |
