Browse Source

cmd/relaysrv: Copyright headers

Jakob Borg 9 years ago
parent
commit
7a56e4a0e5

+ 1 - 1
cmd/relaysrv/listener.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
 
 package main
 

+ 1 - 1
cmd/relaysrv/main.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
 
 package main
 

+ 1 - 1
cmd/relaysrv/pool.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
 
 package main
 

+ 1 - 1
cmd/relaysrv/session.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
 
 package main
 

+ 2 - 0
cmd/relaysrv/status.go

@@ -1,3 +1,5 @@
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
+
 package main
 
 import (

+ 1 - 1
cmd/relaysrv/utils.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2015 Audrius Butkevicius and Contributors.
 
 package main