Skip to content

Commit fbafeea

Browse files
committed
[FAB-3963] Added some missing license notices
Change-Id: Ie7c6f15c6a256d0f0203e7107348fc492f2bbc58 Signed-off-by: Arnaud J Le Hors <[email protected]>
1 parent a5b1ed3 commit fbafeea

File tree

10 files changed

+58
-1
lines changed

10 files changed

+58
-1
lines changed

core/chaincode/shim/java/src/main/java/org/hyperledger/fabric/shim/fsm/EventDesc.java

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
Copyright DTCC 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+
*/
16+
117
package org.hyperledger.fabric.shim.fsm;
218

319
/**

docs/source/_static/css/custom.css

+6
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
@import "theme.css";
28

39
/* Highlights */

docs/source/mdtorst.sh

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/bin/bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
17

28
FILES=*.md
39
for f in $FILES

docs/source/msp-identity-validity-rules.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ actual organisational unit identifier, respectively.
3535
If a certificate C is signed by an iCA or rCA
3636
for which an organisational unit has been specified in the MSP configuration,
3737
then C is considered valid if, among other requirements, it includes
38-
ou-string as part of its OU field.
38+
ou-string as part of its OU field.
39+
40+
.. Licensed under Creative Commons Attribution 4.0 International License
41+
https://creativecommons.org/licenses/by/4.0/

docs/source/prereqs.rst

+1
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ provides a better alternative to the built-in Windows tools:
9494
<https://curl.haxx.se/download.html>`__
9595

9696
.. Licensed under Creative Commons Attribution 4.0 International License
97+
https://creativecommons.org/licenses/by/4.0/

examples/configtxupdate/bootstrap_batchsize/script.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
27

38
CDIR=$(dirname $(basename "$0"))
49

examples/configtxupdate/common_scripts/common.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
27

38
SDIR="$(dirname ${BASH_SOURCE[0]})"
49

examples/configtxupdate/reconfig_batchsize/script.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
27

38
CDIR=$(dirname $(basename "$0"))
49

examples/configtxupdate/reconfig_membership/script.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
27

38
CDIR=$(dirname $(basename "$0"))
49

images/kafka/docker-entrypoint.sh

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright IBM Corp. All Rights Reserved.
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
27

38
# This script will either start the kafka server, or run the user
49
# specified command.

0 commit comments

Comments
 (0)