Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit ab0ba8f

Browse files
committed
[FAB-4634] Update license headers
This patch updates license headers to SPDX format. Change-Id: I94dcfda15215a8de34aa7fab8e91e3993dd88a4c Signed-off-by: Troy Ronda <troy.ronda@securekey.com>
1 parent 4b031d6 commit ab0ba8f

Some content is hidden

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

46 files changed

+82
-625
lines changed

config/config.go

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

207
package config

config/config_test.go

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

207
package config

fabric-ca-client/fabricca.go

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

207
package fabricca

fabric-ca-client/fabricca_test.go

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

207
package fabricca

fabric-ca-client/mocks/mockkey.go

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

207
package mocks

fabric-client/chain.go

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

207
package fabricclient

fabric-client/chain_test.go

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

207
package fabricclient

fabric-client/client.go

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

207
package fabricclient

fabric-client/client_test.go

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

207
package fabricclient

fabric-client/events/eventhub.go

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

207
package events

0 commit comments

Comments
 (0)