Add License headers to all code files 46/8246/1
authorDominik Fleischmann <dominik.fleischmann@canonical.com>
Wed, 27 Nov 2019 15:38:18 +0000 (16:38 +0100)
committerDominik Fleischmann <dominik.fleischmann@canonical.com>
Wed, 27 Nov 2019 15:38:18 +0000 (16:38 +0100)
commitca6eb9540fb659eb36f0ec9d5bbf1ebfce3f1958
tree4b3e78644dab8e022c946502b044f9774a9f0d12
parent14c779a7a979ba58499ee8f7310a9565d7fd78d3
Add License headers to all code files

This was related to bug 547
https://osm.etsi.org/bugzilla/show_bug.cgi?id=547

Change-Id: Ief72f6e3b3de828be033729298ae905d163c6988
Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
54 files changed:
Dockerfile
Makefile
devops-stages/stage-archive.sh
devops-stages/stage-build.sh
devops-stages/stage-test.sh
n2vc/__init__.py
tests/__init__.py
tests/charms/layers/broken/actions.yaml
tests/charms/layers/broken/config.yaml
tests/charms/layers/broken/layer.yaml
tests/charms/layers/broken/metadata.yaml
tests/charms/layers/broken/metrics.yaml
tests/charms/layers/broken/reactive/simple.py
tests/charms/layers/metrics-ci/config.yaml
tests/charms/layers/metrics-ci/layer.yaml
tests/charms/layers/metrics-ci/metadata.yaml
tests/charms/layers/metrics-ci/metrics.yaml
tests/charms/layers/metrics-ci/reactive/metrics_ci.py
tests/charms/layers/metrics-proxy-ci/config.yaml
tests/charms/layers/metrics-proxy-ci/layer.yaml
tests/charms/layers/metrics-proxy-ci/metadata.yaml
tests/charms/layers/metrics-proxy-ci/metrics.yaml
tests/charms/layers/metrics-proxy-ci/reactive/metrics_ci.py
tests/charms/layers/native-ci/actions.yaml
tests/charms/layers/native-ci/layer.yaml
tests/charms/layers/native-ci/metadata.yaml
tests/charms/layers/native-ci/reactive/native-ci.py
tests/charms/layers/proxy-ci/actions.yaml
tests/charms/layers/proxy-ci/layer.yaml
tests/charms/layers/proxy-ci/metadata.yaml
tests/charms/layers/proxy-ci/reactive/proxy_ci.py
tests/charms/layers/simple/actions.yaml
tests/charms/layers/simple/config.yaml
tests/charms/layers/simple/layer.yaml
tests/charms/layers/simple/metadata.yaml
tests/charms/layers/simple/metrics.yaml
tests/charms/layers/simple/reactive/simple.py
tests/integration/__init__.py
tests/integration/test_broken_charm.py
tests/integration/test_charm_native.py
tests/integration/test_charm_proxy.py
tests/integration/test_charm_relate.py
tests/integration/test_hackfest_simple.py
tests/integration/test_metrics_native.py
tests/integration/test_metrics_proxy.py
tests/integration/test_multivdu_multicharm.py
tests/integration/test_no_initial_config_primitive.py
tests/integration/test_no_parameter.py
tests/integration/test_non_existent_primitive.py
tests/integration/test_non_string_parameter.py
tests/integration/test_simplecharm.py
tests/test_lxd.py
tests/test_model.py
tests/test_ssh_keygen.py