From 357cab549c2ed33970562b84ff6f83923742343d Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 7 Nov 2023 15:34:24 -0500 Subject: Comment and License updates --- tests/alias_tests.cpp | 2 +- tests/augbtree_tests.cpp | 4 ++-- tests/de_cc_isam_level.cpp | 4 ++-- tests/de_level_tag.cpp | 4 ++-- tests/de_level_tomb.cpp | 4 ++-- tests/de_tier_tag.cpp | 4 ++-- tests/de_tier_tomb.cpp | 4 ++-- tests/dynamic_extension_tests.inc | 4 ++-- tests/internal_level_tests.cpp | 2 +- tests/memisam_tests.cpp | 2 +- tests/mutable_buffer_tests.cpp | 2 +- tests/pgm_tests.cpp | 2 +- tests/testing.h | 2 +- tests/triespline_tests.cpp | 2 +- tests/vptree_tests.cpp | 2 +- 15 files changed, 22 insertions(+), 22 deletions(-) (limited to 'tests') diff --git a/tests/alias_tests.cpp b/tests/alias_tests.cpp index c4a302d..e3c736b 100644 --- a/tests/alias_tests.cpp +++ b/tests/alias_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/augbtree_tests.cpp b/tests/augbtree_tests.cpp index 878af82..1b24344 100644 --- a/tests/augbtree_tests.cpp +++ b/tests/augbtree_tests.cpp @@ -1,12 +1,12 @@ /* - * tests/wirs_tests.cpp + * tests/augbtree_tests.cpp * * Unit tests for AugBTree (Augmented B+Tree) shard * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/de_cc_isam_level.cpp b/tests/de_cc_isam_level.cpp index e574578..4972fb5 100644 --- a/tests/de_cc_isam_level.cpp +++ b/tests/de_cc_isam_level.cpp @@ -1,11 +1,11 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/de_cc_isam_level.cpp * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas B. Rumbaugh * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/de_level_tag.cpp b/tests/de_level_tag.cpp index f3f099d..3a2f271 100644 --- a/tests/de_level_tag.cpp +++ b/tests/de_level_tag.cpp @@ -1,12 +1,12 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/de_level_tag.cpp * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include diff --git a/tests/de_level_tomb.cpp b/tests/de_level_tomb.cpp index 912743c..2412959 100644 --- a/tests/de_level_tomb.cpp +++ b/tests/de_level_tomb.cpp @@ -1,12 +1,12 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/de_level_tomb.cpp * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include diff --git a/tests/de_tier_tag.cpp b/tests/de_tier_tag.cpp index 712c203..46f2ee7 100644 --- a/tests/de_tier_tag.cpp +++ b/tests/de_tier_tag.cpp @@ -1,12 +1,12 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/de_tier_tag.cpp * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include diff --git a/tests/de_tier_tomb.cpp b/tests/de_tier_tomb.cpp index f25ec34..e2b65a0 100644 --- a/tests/de_tier_tomb.cpp +++ b/tests/de_tier_tomb.cpp @@ -1,12 +1,12 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/de_tier_tomb.cpp * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include diff --git a/tests/dynamic_extension_tests.inc b/tests/dynamic_extension_tests.inc index bcb5ae6..dac7d51 100644 --- a/tests/dynamic_extension_tests.inc +++ b/tests/dynamic_extension_tests.inc @@ -1,12 +1,12 @@ /* - * tests/dynamic_extension_tests.cpp + * tests/dynamic_extension_tests.inc * * Unit tests for Dynamic Extension Framework * * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/internal_level_tests.cpp b/tests/internal_level_tests.cpp index 1009ea8..cb74bca 100644 --- a/tests/internal_level_tests.cpp +++ b/tests/internal_level_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include "shard/ISAMTree.h" diff --git a/tests/memisam_tests.cpp b/tests/memisam_tests.cpp index d3b8087..8c499e2 100644 --- a/tests/memisam_tests.cpp +++ b/tests/memisam_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/mutable_buffer_tests.cpp b/tests/mutable_buffer_tests.cpp index a2561c8..8480f55 100644 --- a/tests/mutable_buffer_tests.cpp +++ b/tests/mutable_buffer_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #include diff --git a/tests/pgm_tests.cpp b/tests/pgm_tests.cpp index 1565384..c7750ac 100644 --- a/tests/pgm_tests.cpp +++ b/tests/pgm_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/testing.h b/tests/testing.h index 023be7f..e1d3402 100644 --- a/tests/testing.h +++ b/tests/testing.h @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ #pragma once diff --git a/tests/triespline_tests.cpp b/tests/triespline_tests.cpp index 101f143..14506be 100644 --- a/tests/triespline_tests.cpp +++ b/tests/triespline_tests.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2023 Douglas Rumbaugh * Dong Xie * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ diff --git a/tests/vptree_tests.cpp b/tests/vptree_tests.cpp index 06f147b..fb568dd 100644 --- a/tests/vptree_tests.cpp +++ b/tests/vptree_tests.cpp @@ -5,7 +5,7 @@ * * Copyright (C) 2023 Douglas Rumbaugh * - * All rights reserved. Published under the Modified BSD License. + * Distributed under the Modified BSD License. * */ -- cgit v1.2.3