Add copyright

Change-Id: I3c14141e554729e1b49a6d90d5509d653c6d4f8e
This commit is contained in:
Emma Gordon 2015-07-03 20:04:56 +01:00
parent bbfa58c3a0
commit 907154cc18
7 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Copyright 2015 Metaswitch Networks
exec > /tmp/calico_compute.log 2>&1

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Copyright 2015 Metaswitch Networks
exec > /tmp/calico_controller.log 2>&1

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Copyright 2015 Metaswitch Networks
exec > /tmp/calico_route_reflector.log 2>&1

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# Copyright 2015 Metaswitch Networks
import yaml

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# Copyright 2015 Metaswitch Networks
import os
import sys

View File

@ -1,3 +1,5 @@
Copyright 2015 Metaswitch Networks
Fuel Plugin for Project Calico
==============================

View File

@ -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']