From 058fb748b53b0c6a20557c076a3828c78ba62803 Mon Sep 17 00:00:00 2001 From: mithunshashidhara Date: Thu, 26 Apr 2018 02:46:53 -0700 Subject: [PATCH] added license headers --- consensus/poet/families/stdeb.cfg | 15 +++++++++++++++ .../libpoet_enclave/poet_enclave.lds | 15 +++++++++++++++ consensus/poet/simulator/packaging/readme.txt | 15 +++++++++++++++ consensus/poet/simulator/stdeb.cfg | 15 +++++++++++++++ docs/Makefile | 15 +++++++++++++++ docs/make.bat | 15 +++++++++++++++ .../example_transaction_families.rst | 15 +++++++++++++++ perf/intkey_workload/Cargo.toml | 15 +++++++++++++++ validator/packaging/centos/rpm-install-script | 15 +++++++++++++++ validator/packaging/policy.example | 15 +++++++++++++++ validator/setup.cfg | 15 +++++++++++++++ 11 files changed, 165 insertions(+) diff --git a/consensus/poet/families/stdeb.cfg b/consensus/poet/families/stdeb.cfg index 304c8a6e1e..bfde493ca9 100644 --- a/consensus/poet/families/stdeb.cfg +++ b/consensus/poet/families/stdeb.cfg @@ -1,2 +1,17 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + [DEFAULT] Depends3: python3-cryptography (>=1.7.1) diff --git a/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_enclave/poet_enclave.lds b/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_enclave/poet_enclave.lds index f5f35d5b7c..50821380b5 100644 --- a/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_enclave/poet_enclave.lds +++ b/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_enclave/poet_enclave.lds @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + enclave.so { global: diff --git a/consensus/poet/simulator/packaging/readme.txt b/consensus/poet/simulator/packaging/readme.txt index 01162a1df6..765844b53c 100644 --- a/consensus/poet/simulator/packaging/readme.txt +++ b/consensus/poet/simulator/packaging/readme.txt @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + The file simulator_rk_pub.pem contains the public key that is used by the validator registry transaction processor when verifying the signatures of the attestation verification report included in the validator's signup information. diff --git a/consensus/poet/simulator/stdeb.cfg b/consensus/poet/simulator/stdeb.cfg index 304c8a6e1e..bfde493ca9 100644 --- a/consensus/poet/simulator/stdeb.cfg +++ b/consensus/poet/simulator/stdeb.cfg @@ -1,2 +1,17 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + [DEFAULT] Depends3: python3-cryptography (>=1.7.1) diff --git a/docs/Makefile b/docs/Makefile index adb2c1a88c..0f21c8cf9c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + # Makefile for Sphinx documentation # diff --git a/docs/make.bat b/docs/make.bat index 982108c037..e3a99fcf83 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + @ECHO OFF REM Command file for Sphinx documentation diff --git a/docs/source/transaction_family_specifications/example_transaction_families.rst b/docs/source/transaction_family_specifications/example_transaction_families.rst index 4b593a8863..bd09a5a1d1 100644 --- a/docs/source/transaction_family_specifications/example_transaction_families.rst +++ b/docs/source/transaction_family_specifications/example_transaction_families.rst @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + Sawtooth includes several transaction families as examples for developing your own transaction family. diff --git a/perf/intkey_workload/Cargo.toml b/perf/intkey_workload/Cargo.toml index 300662a8ca..6c6a15acd0 100644 --- a/perf/intkey_workload/Cargo.toml +++ b/perf/intkey_workload/Cargo.toml @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + [package] name = "intkey_workload" version = "0.1.0" diff --git a/validator/packaging/centos/rpm-install-script b/validator/packaging/centos/rpm-install-script index 2de59d924e..5b42439de2 100755 --- a/validator/packaging/centos/rpm-install-script +++ b/validator/packaging/centos/rpm-install-script @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + python setup.py install \ --single-version-externally-managed \ diff --git a/validator/packaging/policy.example b/validator/packaging/policy.example index b8d247cfd9..580a29d3b5 100644 --- a/validator/packaging/policy.example +++ b/validator/packaging/policy.example @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + PERMIT_KEY 02c150d578975c41e08958f53fd14231b5847ef76208508c96271704138ea8cb76 PERMIT_KEY 030e8e21bff245c515e8e5a508877a284fbc9ead9b0c00152cf82853334b1bea41 PERMIT_KEY 02280b14a9fe4ad3ce8ed60424d21326bcf04ad2f1214ee480239464bd8f60f403 diff --git a/validator/setup.cfg b/validator/setup.cfg index 352aad1c70..9dbd2c9c5f 100644 --- a/validator/setup.cfg +++ b/validator/setup.cfg @@ -1,3 +1,18 @@ +# Copyright 2018 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------------ + [bdist_rpm] requires = SawtoothLakeLedger