From 907154cc18ddf54d4c6dbb5699ce021544e1cd9f Mon Sep 17 00:00:00 2001 From: Emma Gordon Date: Fri, 3 Jul 2015 20:04:56 +0100 Subject: [PATCH] Add copyright Change-Id: I3c14141e554729e1b49a6d90d5509d653c6d4f8e --- deployment_scripts/calico_compute.sh | 1 + deployment_scripts/calico_controller.sh | 1 + deployment_scripts/calico_route_reflector.sh | 1 + deployment_scripts/get_controller_ip.py | 1 + deployment_scripts/get_node_ip.py | 1 + specs/calico-fuel-plugin.rst | 2 ++ tasks.yaml | 2 ++ 7 files changed, 9 insertions(+) diff --git a/deployment_scripts/calico_compute.sh b/deployment_scripts/calico_compute.sh index 43aa3dd..56ebb3e 100755 --- a/deployment_scripts/calico_compute.sh +++ b/deployment_scripts/calico_compute.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Copyright 2015 Metaswitch Networks exec > /tmp/calico_compute.log 2>&1 diff --git a/deployment_scripts/calico_controller.sh b/deployment_scripts/calico_controller.sh index e7c314b..3ea1a3b 100755 --- a/deployment_scripts/calico_controller.sh +++ b/deployment_scripts/calico_controller.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Copyright 2015 Metaswitch Networks exec > /tmp/calico_controller.log 2>&1 diff --git a/deployment_scripts/calico_route_reflector.sh b/deployment_scripts/calico_route_reflector.sh index b257478..301d5e0 100755 --- a/deployment_scripts/calico_route_reflector.sh +++ b/deployment_scripts/calico_route_reflector.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Copyright 2015 Metaswitch Networks exec > /tmp/calico_route_reflector.log 2>&1 diff --git a/deployment_scripts/get_controller_ip.py b/deployment_scripts/get_controller_ip.py index 0074915..99505fd 100755 --- a/deployment_scripts/get_controller_ip.py +++ b/deployment_scripts/get_controller_ip.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright 2015 Metaswitch Networks import yaml diff --git a/deployment_scripts/get_node_ip.py b/deployment_scripts/get_node_ip.py index 2546edf..ffcb328 100755 --- a/deployment_scripts/get_node_ip.py +++ b/deployment_scripts/get_node_ip.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright 2015 Metaswitch Networks import os import sys diff --git a/specs/calico-fuel-plugin.rst b/specs/calico-fuel-plugin.rst index caf87f5..f7c7a6c 100755 --- a/specs/calico-fuel-plugin.rst +++ b/specs/calico-fuel-plugin.rst @@ -1,3 +1,5 @@ +Copyright 2015 Metaswitch Networks + Fuel Plugin for Project Calico ============================== diff --git a/tasks.yaml b/tasks.yaml index a114a09..fe62e41 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,3 +1,5 @@ +# Copyright 2015 Metaswitch Networks + # Install/configure calico on the controller after cluster deployment # but before starting the BGP Route Reflector. - role: ['controller', 'primary-controller']