From c568b7258e2a8b6cbb99b8de5837863bc395789e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Thu, 27 Mar 2025 10:25:30 +0000 Subject: formatting --- Makefile | 2 +- libnvxx/Makefile | 2 +- libnvxx/const_nv_list.cc | 2 +- libnvxx/nv_list.cc | 2 +- libnvxx/nvxx.3 | 2 +- libnvxx/nvxx.cc | 2 +- libnvxx/nvxx.h | 2 +- libnvxx/nvxx_base.h | 2 +- libnvxx/nvxx_iterator.cc | 2 +- libnvxx/nvxx_iterator.h | 2 +- libnvxx/nvxx_serialize.cc | 2 +- libnvxx/nvxx_serialize.h | 2 +- libnvxx/nvxx_util.h | 2 +- libnvxx/tests/Makefile | 2 +- libnvxx/tests/nvxx_basic.cc | 2 +- libnvxx/tests/nvxx_iterator.cc | 2 +- libnvxx/tests/nvxx_serialize.cc | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index cf8ff2c..ee9f419 100644 --- a/Makefile +++ b/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/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 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. */ -- cgit v1.2.3