aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridge.go2
-rw-r--r--bridge_test.go2
-rw-r--r--light.go2
-rw-r--r--light_test.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/bridge.go b/bridge.go
index b1e706e..ae480a4 100644
--- a/bridge.go
+++ b/bridge.go
@@ -1,7 +1,7 @@
/*
* bridge.go
* GoHue library for Philips Hue
-* Copyright (C) 2016 Collin Guarino
+* Copyright (C) 2016 Collin Guarino (Collinux)
* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html
*/
diff --git a/bridge_test.go b/bridge_test.go
index 1e662b2..ddf2ae6 100644
--- a/bridge_test.go
+++ b/bridge_test.go
@@ -1,7 +1,7 @@
/*
* bridge_test.go
* GoHue library for Philips Hue
-* Copyright (C) 2016 Collin Guarino
+* Copyright (C) 2016 Collin Guarino (Collinux)
* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html
*/
diff --git a/light.go b/light.go
index 6506a8c..5c975cc 100644
--- a/light.go
+++ b/light.go
@@ -1,7 +1,7 @@
/*
* light.go
* GoHue library for Philips Hue
-* Copyright (C) 2016 Collin Guarino
+* Copyright (C) 2016 Collin Guarino (Collinux)
* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html
*/
diff --git a/light_test.go b/light_test.go
index a8b10fe..cf57c94 100644
--- a/light_test.go
+++ b/light_test.go
@@ -1,7 +1,7 @@
/*
* light_test.go
* GoHue library for Philips Hue
-* Copyright (C) 2016 Collin Guarino
+* Copyright (C) 2016 Collin Guarino (Collinux)
* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html
*/