Skip to content

Commit 8d3ce7d

Browse files
authored
Merge pull request #416 from onflow/fxamacker/update-copyright-in-stable-cadence
Update copyright notice to Flow Foundation (in feature/stable-cadence)
2 parents 8c70b0e + 8bc3ed0 commit 8d3ce7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+44
-40
lines changed

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Atree
2+
Copyright 2021-2024 Flow Foundation
3+
4+
This product includes software developed at the Flow Foundation (https://flow.com/flow-foundation).

README.md

Lines changed: 1 addition & 1 deletion

array.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

array_bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

array_benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

array_debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

array_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

basicarray.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

basicarray_benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

basicarray_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

blake3_regression_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2022 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
* Copyright 2021 Faye Amacker
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");

circlehash64_regression_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2022 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
* Copyright 2021 Faye Amacker
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");

cmd/main/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/array.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/storable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/typeinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

cmd/stress/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Atree - Scalable Arrays and Ordered Maps
22
//
3-
// Copyright 2021 Dapper Labs, Inc.
3+
// Copyright Flow Foundation
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

encode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

flag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

flag_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

hash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Dapper Labs, Inc.
2+
* Copyright Flow Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

map_debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

map_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

mapcollision_bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2022 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

slab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

slab_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storable_slab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storable_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021-2022 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storage_bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2024 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

storage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021-2022 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

typeinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Atree - Scalable Arrays and Ordered Maps
33
*
4-
* Copyright 2021 Dapper Labs, Inc.
4+
* Copyright Flow Foundation
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)