From a65fe4dd9e2cee0651651289cbde6a0c6db990aa Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Mon, 7 Jul 2025 09:50:15 +0200 Subject: [PATCH] Remove a few unneeded permission notices --- test/test_ambiguous_set.cpp | 5 ----- test/test_boost_hash.cpp | 5 ----- test/test_lowest_bit.cpp | 5 ----- test/test_std_hash.cpp | 5 ----- 4 files changed, 20 deletions(-) diff --git a/test/test_ambiguous_set.cpp b/test/test_ambiguous_set.cpp index e8ca4a1..05482a7 100644 --- a/test/test_ambiguous_set.cpp +++ b/test/test_ambiguous_set.cpp @@ -1,11 +1,6 @@ // // Copyright (C) 2018 James E. King III // -// Permission to copy, use, modify, sell and distribute this software -// is granted provided this copyright notice appears in all copies. -// This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. -// // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/test_boost_hash.cpp b/test/test_boost_hash.cpp index 3dcee50..73c113f 100644 --- a/test/test_boost_hash.cpp +++ b/test/test_boost_hash.cpp @@ -1,11 +1,6 @@ // // Copyright (C) 2019 James E. King III // -// Permission to copy, use, modify, sell and distribute this software -// is granted provided this copyright notice appears in all copies. -// This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. -// // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/test_lowest_bit.cpp b/test/test_lowest_bit.cpp index cf67415..613cff7 100644 --- a/test/test_lowest_bit.cpp +++ b/test/test_lowest_bit.cpp @@ -1,11 +1,6 @@ // // Copyright (C) 2018 James E. King III // -// Permission to copy, use, modify, sell and distribute this software -// is granted provided this copyright notice appears in all copies. -// This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. -// // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/test_std_hash.cpp b/test/test_std_hash.cpp index 4f66577..6add201 100644 --- a/test/test_std_hash.cpp +++ b/test/test_std_hash.cpp @@ -1,11 +1,6 @@ // // Copyright (C) 2019 James E. King III // -// Permission to copy, use, modify, sell and distribute this software -// is granted provided this copyright notice appears in all copies. -// This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. -// // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)