From 263402f80ae31856317ca0ec4e9c84a95f01eb2b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 17 Dec 2016 12:28:59 +0100 Subject: [PATCH] cmd/stcli: Add copyright headers to satisfy check --- cmd/stcli/client.go | 2 ++ cmd/stcli/cmd_devices.go | 2 ++ cmd/stcli/cmd_errors.go | 2 ++ cmd/stcli/cmd_folders.go | 2 ++ cmd/stcli/cmd_general.go | 2 ++ cmd/stcli/cmd_gui.go | 2 ++ cmd/stcli/cmd_options.go | 2 ++ cmd/stcli/cmd_report.go | 2 ++ cmd/stcli/labels.go | 2 ++ cmd/stcli/main.go | 2 ++ cmd/stcli/utils.go | 2 ++ 11 files changed, 22 insertions(+) diff --git a/cmd/stcli/client.go b/cmd/stcli/client.go index 022eebf7..66bc6c2d 100644 --- a/cmd/stcli/client.go +++ b/cmd/stcli/client.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_devices.go b/cmd/stcli/cmd_devices.go index a988486f..50c5e4c0 100644 --- a/cmd/stcli/cmd_devices.go +++ b/cmd/stcli/cmd_devices.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_errors.go b/cmd/stcli/cmd_errors.go index 32c094f6..56a41ae0 100644 --- a/cmd/stcli/cmd_errors.go +++ b/cmd/stcli/cmd_errors.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_folders.go b/cmd/stcli/cmd_folders.go index 4eb2a3e9..197e6d7a 100644 --- a/cmd/stcli/cmd_folders.go +++ b/cmd/stcli/cmd_folders.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_general.go b/cmd/stcli/cmd_general.go index 80ad0482..2f6be3f1 100644 --- a/cmd/stcli/cmd_general.go +++ b/cmd/stcli/cmd_general.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_gui.go b/cmd/stcli/cmd_gui.go index aaf841ca..8ff222c6 100644 --- a/cmd/stcli/cmd_gui.go +++ b/cmd/stcli/cmd_gui.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_options.go b/cmd/stcli/cmd_options.go index b0eb14c0..49178140 100644 --- a/cmd/stcli/cmd_options.go +++ b/cmd/stcli/cmd_options.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/cmd_report.go b/cmd/stcli/cmd_report.go index 472e3d25..d86540e5 100644 --- a/cmd/stcli/cmd_report.go +++ b/cmd/stcli/cmd_report.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/labels.go b/cmd/stcli/labels.go index 67dd8e67..d05d6b1f 100644 --- a/cmd/stcli/labels.go +++ b/cmd/stcli/labels.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main var jsonAttributeLabels = map[string]string{ diff --git a/cmd/stcli/main.go b/cmd/stcli/main.go index c280e947..7ae5c2bd 100644 --- a/cmd/stcli/main.go +++ b/cmd/stcli/main.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import ( diff --git a/cmd/stcli/utils.go b/cmd/stcli/utils.go index ddb59c10..d6cae2b3 100644 --- a/cmd/stcli/utils.go +++ b/cmd/stcli/utils.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import (