From 7bcf32f87e0295f5ca46827c800b9d48c1711573 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:44:04 -0500 Subject: [PATCH] Update copyright notice to Flow Foundation --- NOTICE | 4 ++++ README.md | 2 +- array.go | 2 +- array_bench_test.go | 2 +- array_benchmark_test.go | 2 +- array_debug.go | 2 +- array_test.go | 2 +- basicarray.go | 2 +- basicarray_benchmark_test.go | 2 +- basicarray_test.go | 2 +- blake3_regression_test.go | 2 +- circlehash64_regression_test.go | 2 +- cmd/stress/array.go | 2 +- cmd/stress/main.go | 2 +- cmd/stress/map.go | 2 +- cmd/stress/storable.go | 2 +- cmd/stress/typeinfo.go | 2 +- cmd/stress/utils.go | 2 +- doc.go | 2 +- encode.go | 2 +- errors.go | 2 +- flag.go | 2 +- flag_test.go | 2 +- hash.go | 2 +- map.go | 2 +- map_debug.go | 2 +- map_test.go | 2 +- mapcollision_bench_test.go | 2 +- settings.go | 2 +- slab.go | 2 +- slab_test.go | 2 +- storable.go | 2 +- storable_slab.go | 2 +- storable_test.go | 2 +- storage.go | 2 +- storage_bench_test.go | 2 +- storage_test.go | 2 +- typeinfo.go | 2 +- utils_test.go | 2 +- value.go | 2 +- 40 files changed, 43 insertions(+), 39 deletions(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..119b6eaa --- /dev/null +++ b/NOTICE @@ -0,0 +1,4 @@ +Atree +Copyright 2021-2024 Flow Foundation + +This product includes software developed at the Flow Foundation (https://flow.com/flow-foundation). \ No newline at end of file diff --git a/README.md b/README.md index 6539ca1f..d6a5d5fc 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ The Atree library is licensed under the terms of the Apache license. See [LICENS Logo is based on the artwork of Raisul Hadi licensed under Creative Commons. -Copyright © 2021-2022 Dapper Labs, Inc. +Copyright © 2021-2024 Flow Foundation diff --git a/array.go b/array.go index 4ed70c97..f8a3ae35 100644 --- a/array.go +++ b/array.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/array_bench_test.go b/array_bench_test.go index b8c06cd0..d3a35885 100644 --- a/array_bench_test.go +++ b/array_bench_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/array_benchmark_test.go b/array_benchmark_test.go index 2c6b3918..baba5559 100644 --- a/array_benchmark_test.go +++ b/array_benchmark_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/array_debug.go b/array_debug.go index 7ffa335d..89a17022 100644 --- a/array_debug.go +++ b/array_debug.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/array_test.go b/array_test.go index 4225e9f1..172d02ca 100644 --- a/array_test.go +++ b/array_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/basicarray.go b/basicarray.go index 58b77e47..1c7c3991 100644 --- a/basicarray.go +++ b/basicarray.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/basicarray_benchmark_test.go b/basicarray_benchmark_test.go index e6ee564e..f5afa3b1 100644 --- a/basicarray_benchmark_test.go +++ b/basicarray_benchmark_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/basicarray_test.go b/basicarray_test.go index 7c9dfdc4..cb23f439 100644 --- a/basicarray_test.go +++ b/basicarray_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blake3_regression_test.go b/blake3_regression_test.go index 0d5707bb..870930a8 100644 --- a/blake3_regression_test.go +++ b/blake3_regression_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2022 Dapper Labs, Inc. + * Copyright Flow Foundation * Copyright 2021 Faye Amacker * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/circlehash64_regression_test.go b/circlehash64_regression_test.go index ddd2991e..b5d424e9 100644 --- a/circlehash64_regression_test.go +++ b/circlehash64_regression_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2022 Dapper Labs, Inc. + * Copyright Flow Foundation * Copyright 2021 Faye Amacker * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/cmd/stress/array.go b/cmd/stress/array.go index 1a8e94d3..adbaf63d 100644 --- a/cmd/stress/array.go +++ b/cmd/stress/array.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/stress/main.go b/cmd/stress/main.go index e93364c6..fbd735b9 100644 --- a/cmd/stress/main.go +++ b/cmd/stress/main.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/stress/map.go b/cmd/stress/map.go index c560bb5a..0e11b627 100644 --- a/cmd/stress/map.go +++ b/cmd/stress/map.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/stress/storable.go b/cmd/stress/storable.go index 0aaf1aa4..fcd57b66 100644 --- a/cmd/stress/storable.go +++ b/cmd/stress/storable.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/stress/typeinfo.go b/cmd/stress/typeinfo.go index ddeee106..b3c8120f 100644 --- a/cmd/stress/typeinfo.go +++ b/cmd/stress/typeinfo.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmd/stress/utils.go b/cmd/stress/utils.go index ba3653ca..fd7abe05 100644 --- a/cmd/stress/utils.go +++ b/cmd/stress/utils.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/doc.go b/doc.go index 2c66bb02..31512257 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Atree - Scalable Arrays and Ordered Maps // -// Copyright 2021 Dapper Labs, Inc. +// Copyright Flow Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/encode.go b/encode.go index d82d56aa..a416d121 100644 --- a/encode.go +++ b/encode.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/errors.go b/errors.go index 6ea2298a..60597862 100644 --- a/errors.go +++ b/errors.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flag.go b/flag.go index 44230072..758a9b46 100644 --- a/flag.go +++ b/flag.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flag_test.go b/flag_test.go index e4a81564..c506184a 100644 --- a/flag_test.go +++ b/flag_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hash.go b/hash.go index 614d51d6..0e4bf087 100644 --- a/hash.go +++ b/hash.go @@ -1,5 +1,5 @@ /* - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/map.go b/map.go index e4531e10..51493c39 100644 --- a/map.go +++ b/map.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/map_debug.go b/map_debug.go index dbfd6834..7e5aea8a 100644 --- a/map_debug.go +++ b/map_debug.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/map_test.go b/map_test.go index f5361205..e7838114 100644 --- a/map_test.go +++ b/map_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mapcollision_bench_test.go b/mapcollision_bench_test.go index fcc2cbf8..6b36d600 100644 --- a/mapcollision_bench_test.go +++ b/mapcollision_bench_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2022 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/settings.go b/settings.go index fed9aea0..ed134db2 100644 --- a/settings.go +++ b/settings.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/slab.go b/slab.go index 2f0a6a9b..9b26e71c 100644 --- a/slab.go +++ b/slab.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/slab_test.go b/slab_test.go index 433f2e81..62f45856 100644 --- a/slab_test.go +++ b/slab_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storable.go b/storable.go index 634c4572..59e41ce1 100644 --- a/storable.go +++ b/storable.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storable_slab.go b/storable_slab.go index 62c80308..162c2585 100644 --- a/storable_slab.go +++ b/storable_slab.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storable_test.go b/storable_test.go index 912207dc..6072e839 100644 --- a/storable_test.go +++ b/storable_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storage.go b/storage.go index 1732451c..b4cf7af7 100644 --- a/storage.go +++ b/storage.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021-2022 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storage_bench_test.go b/storage_bench_test.go index 7008d2a3..0736b75d 100644 --- a/storage_bench_test.go +++ b/storage_bench_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2024 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storage_test.go b/storage_test.go index ad8434a5..bba94619 100644 --- a/storage_test.go +++ b/storage_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021-2022 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/typeinfo.go b/typeinfo.go index a5dadeaa..ef7f2186 100644 --- a/typeinfo.go +++ b/typeinfo.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils_test.go b/utils_test.go index 84aba2c6..1e5b9805 100644 --- a/utils_test.go +++ b/utils_test.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/value.go b/value.go index c8be86e3..0652d1a3 100644 --- a/value.go +++ b/value.go @@ -1,7 +1,7 @@ /* * Atree - Scalable Arrays and Ordered Maps * - * Copyright 2021 Dapper Labs, Inc. + * Copyright Flow Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.