Skip to content

Commit

Permalink
Merge "Adding missing licence to bccsp"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Nov 29, 2017
2 parents ecceec8 + 83561e6 commit 750c139
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bccsp/utils/ecdsa.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/

package utils

import (
Expand Down
6 changes: 6 additions & 0 deletions bccsp/utils/ecdsa_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/

package utils

import (
Expand Down

0 comments on commit 750c139

Please sign in to comment.