Skip to content

Commit 3d75006

Browse files
author
Volodymyr Paprotski
committed
SW BCCSP Licence updates
Noticed this while working on PKCS11 BCCSP Change-Id: I6ad86d3699fd4c724bf9681ecfd33294b3ee2ac5 Signed-off-by: Volodymyr Paprotski <[email protected]>
1 parent edcbc9c commit 3d75006

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

bccsp/sw/aes.go

-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
/*
22
Copyright IBM Corp. 2016 All Rights Reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
16-
/*
17-
Copyright IBM Corp. 2016 All Rights Reserved.
18-
194
Licensed under the Apache License, Version 2.0 (the "License");
205
you may not use this file except in compliance with the License.
216
You may obtain a copy of the License at

bccsp/sw/dummyks.go

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
Copyright IBM Corp. 2016 All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
116
package sw
217

318
import (

0 commit comments

Comments
 (0)