guess I'm to blame
authorBernhard Tittelbach <xro@realraum.at>
Thu, 26 Sep 2013 17:05:17 +0000 (17:05 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Thu, 26 Sep 2013 17:05:17 +0000 (17:05 +0000)
go/r3-netstatus/brain/brain.go
go/r3-netstatus/main.go
go/r3-netstatus/r3xmppbot/r3xmppbot.go
go/r3-netstatus/sockettoevent.go
go/r3-netstatus/spaceapi/spaceapi.go
go/r3-netstatus/webstatus.go

index cc9b83c..3bd8ce4 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 package brain
 
 import "errors"
index 6f53ac3..c199744 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 package main
 
 import (
index 48a9f5c..8ee0775 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 package r3xmppbot
 
 import (
index a5ae25a..ed3c918 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 package main
 
 import (
index 4162295..3dffb96 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 // spaceapi.go
 package spaceapi
 
index d303b13..7becbb0 100644 (file)
@@ -1,3 +1,5 @@
+// (c) Bernhard Tittelbach, 2013
+
 package main
 
 import (