diff options
| -rw-r--r-- | LICENSE | 30 | ||||
| -rw-r--r-- | Makefile | 21 | ||||
| -rw-r--r-- | libnvxx/Makefile | 21 | ||||
| -rw-r--r-- | libnvxx/const_nv_list.cc | 21 | ||||
| -rw-r--r-- | libnvxx/nv_list.cc | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx.3 | 23 | ||||
| -rw-r--r-- | libnvxx/nvxx.cc | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx.h | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_base.h | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_iterator.cc | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_iterator.h | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_serialize.cc | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_serialize.h | 21 | ||||
| -rw-r--r-- | libnvxx/nvxx_util.h | 21 | ||||
| -rw-r--r-- | libnvxx/tests/Makefile | 21 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_basic.cc | 21 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_iterator.cc | 21 | ||||
| -rw-r--r-- | libnvxx/tests/nvxx_serialize.cc | 21 |
18 files changed, 65 insertions, 324 deletions
@@ -1,3 +1,8 @@ +SPDX-License-Identifier Unlicense OR MIT + +The following license terms apply to this software (nvxx): + +---- This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute @@ -17,3 +22,28 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 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. +---- + +You may also choose to distribute this software (nvxx) under the following +license; this license grant shall apply regardless of the legal validity +of the prior public domain dedication in any particular state: + +--- +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. +--- @@ -1,22 +1,5 @@ -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute -# this software, either in source code form or as a compiled binary, for any -# purpose, commercial or non-commercial, and by any means. -# -# In jurisdictions that recognize copyright laws, the author or authors of -# this software dedicate any and all copyright interest in the software to the -# public domain. We make this dedication for the benefit of the public at -# large and to the detriment of our heirs and successors. We intend this -# dedication to be an overt act of relinquishment in perpetuity of all present -# and future rights to this software under copyright law. -# -# 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 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-License-Identifier Unlicense OR MIT +# Refer to the file 'LICENSE' in the nvxx distribution for license terms. PREFIX?= /usr/local SUBDIR= libnvxx diff --git a/libnvxx/Makefile b/libnvxx/Makefile index 843644c..7fbe70b 100644 --- a/libnvxx/Makefile +++ b/libnvxx/Makefile @@ -1,22 +1,5 @@ -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute -# this software, either in source code form or as a compiled binary, for any -# purpose, commercial or non-commercial, and by any means. -# -# In jurisdictions that recognize copyright laws, the author or authors of -# this software dedicate any and all copyright interest in the software to the -# public domain. We make this dedication for the benefit of the public at -# large and to the detriment of our heirs and successors. We intend this -# dedication to be an overt act of relinquishment in perpetuity of all present -# and future rights to this software under copyright law. -# -# 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 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-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 f53eee3..2864861 100644 --- a/libnvxx/const_nv_list.cc +++ b/libnvxx/const_nv_list.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <cerrno> diff --git a/libnvxx/nv_list.cc b/libnvxx/nv_list.cc index e81be28..ba09faa 100644 --- a/libnvxx/nv_list.cc +++ b/libnvxx/nv_list.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <cerrno> diff --git a/libnvxx/nvxx.3 b/libnvxx/nvxx.3 index 1ea9967..d381f4a 100644 --- a/libnvxx/nvxx.3 +++ b/libnvxx/nvxx.3 @@ -1,23 +1,6 @@ -.\" This is free and unencumbered software released into the public domain. -.\" -.\" Anyone is free to copy, modify, publish, use, compile, sell, or distribute -.\" this software, either in source code form or as a compiled binary, for any -.\" purpose, commercial or non-commercial, and by any means. -.\" -.\" In jurisdictions that recognize copyright laws, the author or authors of -.\" this software dedicate any and all copyright interest in the software to the -.\" public domain. We make this dedication for the benefit of the public at -.\" large and to the detriment of our heirs and successors. We intend this -.\" dedication to be an overt act of relinquishment in perpetuity of all present -.\" and future rights to this software under copyright law. -.\" -.\" 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 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. -.Dd March 24, 2025 +.\" 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 .Os .Sh NAME diff --git a/libnvxx/nvxx.cc b/libnvxx/nvxx.cc index aad95bd..90bc1ba 100644 --- a/libnvxx/nvxx.cc +++ b/libnvxx/nvxx.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <cerrno> diff --git a/libnvxx/nvxx.h b/libnvxx/nvxx.h index 2afab52..a4d8929 100644 --- a/libnvxx/nvxx.h +++ b/libnvxx/nvxx.h @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #ifndef _NVXX_H_INCLUDED diff --git a/libnvxx/nvxx_base.h b/libnvxx/nvxx_base.h index cad6817..0061f3e 100644 --- a/libnvxx/nvxx_base.h +++ b/libnvxx/nvxx_base.h @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #ifndef _NVXX_BASE_H_INCLUDED diff --git a/libnvxx/nvxx_iterator.cc b/libnvxx/nvxx_iterator.cc index 692594a..4a5f7dc 100644 --- a/libnvxx/nvxx_iterator.cc +++ b/libnvxx/nvxx_iterator.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include "nvxx.h" diff --git a/libnvxx/nvxx_iterator.h b/libnvxx/nvxx_iterator.h index 4c780ef..caf3529 100644 --- a/libnvxx/nvxx_iterator.h +++ b/libnvxx/nvxx_iterator.h @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #ifndef _NVXX_ITERATOR_H_INCLUDED diff --git a/libnvxx/nvxx_serialize.cc b/libnvxx/nvxx_serialize.cc index 8676467..4507c8f 100644 --- a/libnvxx/nvxx_serialize.cc +++ b/libnvxx/nvxx_serialize.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include "nvxx.h" diff --git a/libnvxx/nvxx_serialize.h b/libnvxx/nvxx_serialize.h index 8a43f56..f0fbeda 100644 --- a/libnvxx/nvxx_serialize.h +++ b/libnvxx/nvxx_serialize.h @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #ifndef _NVXX_SERIALIZE_H diff --git a/libnvxx/nvxx_util.h b/libnvxx/nvxx_util.h index 005f147..c416d60 100644 --- a/libnvxx/nvxx_util.h +++ b/libnvxx/nvxx_util.h @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #ifndef _NVXX_UTIL_H_INCLUDED diff --git a/libnvxx/tests/Makefile b/libnvxx/tests/Makefile index 7559989..6761b3f 100644 --- a/libnvxx/tests/Makefile +++ b/libnvxx/tests/Makefile @@ -1,22 +1,5 @@ -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute -# this software, either in source code form or as a compiled binary, for any -# purpose, commercial or non-commercial, and by any means. -# -# In jurisdictions that recognize copyright laws, the author or authors of -# this software dedicate any and all copyright interest in the software to the -# public domain. We make this dedication for the benefit of the public at -# large and to the detriment of our heirs and successors. We intend this -# dedication to be an overt act of relinquishment in perpetuity of all present -# and future rights to this software under copyright law. -# -# 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 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-License-Identifier Unlicense OR MIT +# Refer to the file 'LICENSE' in the nvxx distribution for license terms. PREFIX?= /usr/local TESTSDIR?= ${PREFIX}/tests/nvxx diff --git a/libnvxx/tests/nvxx_basic.cc b/libnvxx/tests/nvxx_basic.cc index 8f9ea19..68d652c 100644 --- a/libnvxx/tests/nvxx_basic.cc +++ b/libnvxx/tests/nvxx_basic.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <algorithm> diff --git a/libnvxx/tests/nvxx_iterator.cc b/libnvxx/tests/nvxx_iterator.cc index e26c278..521748b 100644 --- a/libnvxx/tests/nvxx_iterator.cc +++ b/libnvxx/tests/nvxx_iterator.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <algorithm> diff --git a/libnvxx/tests/nvxx_serialize.cc b/libnvxx/tests/nvxx_serialize.cc index 93dadf8..ac667b9 100644 --- a/libnvxx/tests/nvxx_serialize.cc +++ b/libnvxx/tests/nvxx_serialize.cc @@ -1,23 +1,6 @@ /* - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or distribute - * this software, either in source code form or as a compiled binary, for any - * purpose, commercial or non-commercial, and by any means. - * - * In jurisdictions that recognize copyright laws, the author or authors of - * this software dedicate any and all copyright interest in the software to the - * public domain. We make this dedication for the benefit of the public at - * large and to the detriment of our heirs and successors. We intend this - * dedication to be an overt act of relinquishment in perpetuity of all present - * and future rights to this software under copyright law. - * - * 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 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-License-Identifier Unlicense OR MIT + * Refer to the file 'LICENSE' in the nvxx distribution for license terms. */ #include <algorithm> |
