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 f661e9c4..99049428 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 572abff8..13c37c4f 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 64cf0a07..3d28455e 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 ad08ac9d..721b83fc 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 b5267e4c..6bb9d9ff 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/main/main.go b/cmd/main/main.go index 3e0cf470..3f3aa1c7 100644 --- a/cmd/main/main.go +++ b/cmd/main/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/array.go b/cmd/stress/array.go index 699bf60a..0fb1f38b 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 c74e677a..b9e14c61 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 13f222c2..a150f8ff 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 b3fba90a..1d664723 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 4618dc12..c9ee4231 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 c75296fe..af65438b 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 c88fa3a8..20e51d42 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 80c51359..f4931881 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 7d9eabf8..3f4f7fb8 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 051b7acb..915b0031 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 6ccf380b..e4d7af3f 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 2d19fefd..d200c9b2 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 9cc6d7bd..de799ff3 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 9f4d6ece..341e054e 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 005e69fd..64c7f3a7 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_test.go b/storage_test.go index 40a4e6c8..0b5a0f65 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 35eb718d..b2b3c08a 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 a40a3599..55f2df73 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 06ce3a5c..71ba2f9e 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.