From 8d1dcdb1dc9f1bd84383aeb56818cc5b98dd1dce Mon Sep 17 00:00:00 2001 From: Brian Bassett Date: Fri, 24 Feb 2023 18:36:56 -0800 Subject: [PATCH] Update copyright information. (#2) --- LICENSE | 4 ++-- include/all.h | 2 +- include/all_io.h | 2 +- include/bytearray.h | 2 +- include/columnmetadata.h | 2 +- include/columnslice.h | 2 +- include/columnslice_io.h | 2 +- include/config.h | 2 +- include/errors.h | 2 +- include/fileheader.h | 2 +- include/metadata.h | 2 +- include/object.h | 2 +- include/object_io.h | 2 +- include/sbdfstring.h | 2 +- include/sectiontypeid.h | 2 +- include/sectiontypeid_io.h | 2 +- include/tablemetadata.h | 2 +- include/tablemetadata_io.h | 2 +- include/tableslice.h | 2 +- include/tableslice_io.h | 2 +- include/valuearray.h | 2 +- include/valuearray_io.h | 2 +- include/valuetype.h | 2 +- include/valuetype_io.h | 2 +- include/valuetypeid.h | 2 +- src/bswap.c | 2 +- src/bswap.h | 2 +- src/bytearray.c | 2 +- src/columnmetadata.c | 2 +- src/columnslice.c | 2 +- src/errors.c | 2 +- src/fileheader.c | 2 +- src/internals.c | 2 +- src/internals.h | 2 +- src/metadata.c | 2 +- src/object.c | 2 +- src/sbdfstring.c | 2 +- src/tablemetadata.c | 2 +- src/tableslice.c | 2 +- src/valuearray.c | 2 +- src/valuetype.c | 2 +- tests/advanced_api_test.cpp | 2 +- tests/api_scenario.c | 2 +- tests/bytearray_test.cpp | 2 +- tests/columnslice_test.cpp | 2 +- tests/cppsupp.h | 2 +- tests/dumpcontents_test.cpp | 2 +- tests/main.cpp | 2 +- tests/metadata_test.cpp | 2 +- tests/object_test.cpp | 2 +- tests/samplefile_test.cpp | 2 +- tests/string_test.cpp | 2 +- tests/tablemetadata_test.cpp | 2 +- tests/tableslice_test.cpp | 2 +- tests/test.cpp | 2 +- tests/test.h | 2 +- tests/test_c.h | 2 +- tests/valuearray_test.cpp | 2 +- 58 files changed, 59 insertions(+), 59 deletions(-) diff --git a/LICENSE b/LICENSE index 20f37a0..685aa2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 TIBCO Software Inc. All Rights Reserved. +Copyright (c) 2022 Cloud Software Group, Inc. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -6,7 +6,7 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. Neither the name of TIBCO Software Inc. nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. +3. Neither the name of Cloud Software Group, Inc. nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNER AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/include/all.h b/include/all.h index f059188..03bc649 100644 --- a/include/all.h +++ b/include/all.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/all_io.h b/include/all_io.h index 83655db..f723717 100644 --- a/include/all_io.h +++ b/include/all_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/bytearray.h b/include/bytearray.h index e14cdb5..0e0cdb8 100644 --- a/include/bytearray.h +++ b/include/bytearray.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/columnmetadata.h b/include/columnmetadata.h index 4969a6e..e32d8bf 100644 --- a/include/columnmetadata.h +++ b/include/columnmetadata.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/columnslice.h b/include/columnslice.h index 8165b0f..d893cf5 100644 --- a/include/columnslice.h +++ b/include/columnslice.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/columnslice_io.h b/include/columnslice_io.h index ff53626..e298863 100644 --- a/include/columnslice_io.h +++ b/include/columnslice_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/config.h b/include/config.h index 58cbbf2..5d0d987 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/errors.h b/include/errors.h index e1b2364..ed6c304 100644 --- a/include/errors.h +++ b/include/errors.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/fileheader.h b/include/fileheader.h index 255b41b..36b5f8b 100644 --- a/include/fileheader.h +++ b/include/fileheader.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/metadata.h b/include/metadata.h index 3e191e3..6ca1544 100644 --- a/include/metadata.h +++ b/include/metadata.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/object.h b/include/object.h index 9839b86..b2a3a58 100644 --- a/include/object.h +++ b/include/object.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/object_io.h b/include/object_io.h index fe0d064..a4af1d9 100644 --- a/include/object_io.h +++ b/include/object_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/sbdfstring.h b/include/sbdfstring.h index 73041b3..88fb564 100644 --- a/include/sbdfstring.h +++ b/include/sbdfstring.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/sectiontypeid.h b/include/sectiontypeid.h index 8fe6918..80741a5 100644 --- a/include/sectiontypeid.h +++ b/include/sectiontypeid.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/sectiontypeid_io.h b/include/sectiontypeid_io.h index 48d5b56..1a255d1 100644 --- a/include/sectiontypeid_io.h +++ b/include/sectiontypeid_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/tablemetadata.h b/include/tablemetadata.h index 16be580..b1ebbac 100644 --- a/include/tablemetadata.h +++ b/include/tablemetadata.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/tablemetadata_io.h b/include/tablemetadata_io.h index 0dbbce0..a1a33fd 100644 --- a/include/tablemetadata_io.h +++ b/include/tablemetadata_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/tableslice.h b/include/tableslice.h index e685bae..a55013b 100644 --- a/include/tableslice.h +++ b/include/tableslice.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/tableslice_io.h b/include/tableslice_io.h index b80525c..7c4c9db 100644 --- a/include/tableslice_io.h +++ b/include/tableslice_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/valuearray.h b/include/valuearray.h index e113b6c..b0ae03e 100644 --- a/include/valuearray.h +++ b/include/valuearray.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/valuearray_io.h b/include/valuearray_io.h index de515f3..dfac6e9 100644 --- a/include/valuearray_io.h +++ b/include/valuearray_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/valuetype.h b/include/valuetype.h index daba200..3942f6d 100644 --- a/include/valuetype.h +++ b/include/valuetype.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/valuetype_io.h b/include/valuetype_io.h index 590eea8..b4dcccb 100644 --- a/include/valuetype_io.h +++ b/include/valuetype_io.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/include/valuetypeid.h b/include/valuetypeid.h index 97e1d45..c9186b2 100644 --- a/include/valuetypeid.h +++ b/include/valuetypeid.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/bswap.c b/src/bswap.c index 008bb41..fe69d2b 100644 --- a/src/bswap.c +++ b/src/bswap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/bswap.h b/src/bswap.h index b3397ad..cb0aa49 100644 --- a/src/bswap.h +++ b/src/bswap.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/bytearray.c b/src/bytearray.c index ec05c42..8991cb8 100644 --- a/src/bytearray.c +++ b/src/bytearray.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/columnmetadata.c b/src/columnmetadata.c index cb00f4f..cb1979e 100644 --- a/src/columnmetadata.c +++ b/src/columnmetadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/columnslice.c b/src/columnslice.c index 896edf4..1b2c06f 100644 --- a/src/columnslice.c +++ b/src/columnslice.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/errors.c b/src/errors.c index c4460b9..df9f5f9 100644 --- a/src/errors.c +++ b/src/errors.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/fileheader.c b/src/fileheader.c index c18122c..bdc1c9f 100644 --- a/src/fileheader.c +++ b/src/fileheader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/internals.c b/src/internals.c index f6e2eba..93e5eda 100644 --- a/src/internals.c +++ b/src/internals.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/internals.h b/src/internals.h index 3fa87a5..dfbbe65 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/metadata.c b/src/metadata.c index 9e5bf84..b5271dc 100644 --- a/src/metadata.c +++ b/src/metadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/object.c b/src/object.c index 99aa228..6a0dc80 100644 --- a/src/object.c +++ b/src/object.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/sbdfstring.c b/src/sbdfstring.c index c38bb63..6eb1097 100644 --- a/src/sbdfstring.c +++ b/src/sbdfstring.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/tablemetadata.c b/src/tablemetadata.c index 765d95c..53671f7 100644 --- a/src/tablemetadata.c +++ b/src/tablemetadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/tableslice.c b/src/tableslice.c index ad9d739..a9e5115 100644 --- a/src/tableslice.c +++ b/src/tableslice.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/valuearray.c b/src/valuearray.c index c213df0..c2bd65d 100644 --- a/src/valuearray.c +++ b/src/valuearray.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/src/valuetype.c b/src/valuetype.c index b44e23e..c156137 100644 --- a/src/valuetype.c +++ b/src/valuetype.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/advanced_api_test.cpp b/tests/advanced_api_test.cpp index 763ca66..17022bd 100644 --- a/tests/advanced_api_test.cpp +++ b/tests/advanced_api_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/api_scenario.c b/tests/api_scenario.c index cd4dc07..ac90cc8 100644 --- a/tests/api_scenario.c +++ b/tests/api_scenario.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/bytearray_test.cpp b/tests/bytearray_test.cpp index 79c117d..c8bfbbb 100644 --- a/tests/bytearray_test.cpp +++ b/tests/bytearray_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/columnslice_test.cpp b/tests/columnslice_test.cpp index 896a16a..c28d33d 100644 --- a/tests/columnslice_test.cpp +++ b/tests/columnslice_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/cppsupp.h b/tests/cppsupp.h index b15b84b..e85010e 100644 --- a/tests/cppsupp.h +++ b/tests/cppsupp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/dumpcontents_test.cpp b/tests/dumpcontents_test.cpp index 5795cb1..c26ce39 100644 --- a/tests/dumpcontents_test.cpp +++ b/tests/dumpcontents_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/main.cpp b/tests/main.cpp index 0abb5a3..1659df2 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/metadata_test.cpp b/tests/metadata_test.cpp index a21863a..283d9a5 100644 --- a/tests/metadata_test.cpp +++ b/tests/metadata_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/object_test.cpp b/tests/object_test.cpp index 23c0931..708804b 100644 --- a/tests/object_test.cpp +++ b/tests/object_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/samplefile_test.cpp b/tests/samplefile_test.cpp index a75ff38..9c1b726 100644 --- a/tests/samplefile_test.cpp +++ b/tests/samplefile_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/string_test.cpp b/tests/string_test.cpp index 2a730cd..524aa4d 100644 --- a/tests/string_test.cpp +++ b/tests/string_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/tablemetadata_test.cpp b/tests/tablemetadata_test.cpp index 41bbc49..80f454f 100644 --- a/tests/tablemetadata_test.cpp +++ b/tests/tablemetadata_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/tableslice_test.cpp b/tests/tableslice_test.cpp index ebd4992..e9d53ec 100644 --- a/tests/tableslice_test.cpp +++ b/tests/tableslice_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/test.cpp b/tests/test.cpp index 209f876..c77dc70 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/test.h b/tests/test.h index dd268a7..710a94c 100644 --- a/tests/test.h +++ b/tests/test.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/test_c.h b/tests/test_c.h index 7a45d31..94ecc11 100644 --- a/tests/test_c.h +++ b/tests/test_c.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */ diff --git a/tests/valuearray_test.cpp b/tests/valuearray_test.cpp index 9228653..6f932fa 100644 --- a/tests/valuearray_test.cpp +++ b/tests/valuearray_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 TIBCO Software Inc. +/* Copyright (c) 2022 Cloud Software Group, Inc. This file is subject to the license terms contained in the license file that is distributed with this file. */