Skip to content

Commit 676d89a

Browse files
committed
update DL to FF
1 parent 66aafb1 commit 676d89a

47 files changed

Lines changed: 48 additions & 48 deletions

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright Dapper Labs, Inc.
189+
Copyright Flow Foundation.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flow Crypto
2-
Copyright 2019-2023 Dapper Labs, Inc.
2+
Copyright 2019-2023 Flow Foundation.
33

4-
This product includes software developed at Dapper Labs, Inc. (https://www.dapperlabs.com/).
4+
This product includes software developed at the Flow Foundation (https://www.flow.com/).

bls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Flow Crypto
33
*
4-
* Copyright 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.

bls12381_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Flow Crypto
33
*
4-
* Copyright 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.

bls12381_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* Flow Crypto
66
*
7-
* Copyright Dapper Labs, Inc.
7+
* Copyright Flow Foundation.
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

bls12381_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Flow Crypto
33
*
4-
* Copyright 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.

bls12381_utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* Flow Crypto
66
*
7-
* Copyright Dapper Labs, Inc.
7+
* Copyright Flow Foundation.
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

bls_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Flow Crypto
33
*
4-
* Copyright 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.

bls_crossBLST_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* Flow Crypto
66
*
7-
* Copyright Dapper Labs, Inc.
7+
* Copyright Flow Foundation.
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

bls_include.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Flow Crypto
33
*
4-
* Copyright 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)