diff --git a/cmd/stcli/client.go b/cmd/stcli/client.go index 022eebf71..66bc6c2d3 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 a988486fc..50c5e4c09 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 32c094f6c..56a41ae0c 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 4eb2a3e9c..197e6d7a4 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 80ad0482d..2f6be3f15 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 aaf841ca8..8ff222c6d 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 b0eb14c0d..49178140c 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 472e3d25c..d86540e5a 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 67dd8e672..d05d6b1f4 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 c280e9473..7ae5c2bd8 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 ddb59c109..d6cae2b3c 100644 --- a/cmd/stcli/utils.go +++ b/cmd/stcli/utils.go @@ -1,3 +1,5 @@ +// Copyright (C) 2014 Audrius Butkevičius + package main import (