Skip to content

Commit 83561e6

Browse files
committed
Adding missing licence to bccsp
This change-set sets add the licence header that was missing in some file in the bccsp package Change-Id: I69ef8d2663fbaa6d13b0bdc21363e252a109fc71 Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 56638b7 commit 83561e6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

bccsp/utils/ecdsa.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
Copyright IBM Corp. All Rights Reserved.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
package utils
28

39
import (

bccsp/utils/ecdsa_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
Copyright IBM Corp. All Rights Reserved.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
package utils
28

39
import (

0 commit comments

Comments
 (0)