aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/configuration.go2
-rw-r--r--common/configuration_test.go2
-rw-r--r--common/consts.go2
-rw-r--r--common/message.go2
-rw-r--r--common/message_test.go2
-rw-r--r--common/util.go2
-rw-r--r--common/util_test.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/configuration.go b/common/configuration.go
index 2948116..9742232 100644
--- a/common/configuration.go
+++ b/common/configuration.go
@@ -1,6 +1,6 @@
/* configuration.go: module for managing message properties
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/configuration_test.go b/common/configuration_test.go
index dbf2697..e2cc36b 100644
--- a/common/configuration_test.go
+++ b/common/configuration_test.go
@@ -1,6 +1,6 @@
/* configuration_test.go: unit tests for the configuration module
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/consts.go b/common/consts.go
index 822f413..ca1a91d 100644
--- a/common/consts.go
+++ b/common/consts.go
@@ -1,6 +1,6 @@
/* consts.go: global constants
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/message.go b/common/message.go
index fbea53d..a27bad7 100644
--- a/common/message.go
+++ b/common/message.go
@@ -1,6 +1,6 @@
/* message.go: module for managing message information
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/message_test.go b/common/message_test.go
index 74ed09f..6d5bd1f 100644
--- a/common/message_test.go
+++ b/common/message_test.go
@@ -1,6 +1,6 @@
/* message_test.go: unit tests for the message module
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/util.go b/common/util.go
index a4422c7..c9668b3 100644
--- a/common/util.go
+++ b/common/util.go
@@ -1,6 +1,6 @@
/* util.go: various utility functions
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/common/util_test.go b/common/util_test.go
index 201cfe0..afcc87c 100644
--- a/common/util_test.go
+++ b/common/util_test.go
@@ -1,6 +1,6 @@
/* util_test.go: unit tests for utility functions
*
- * Copyright (C) 2016 Clemens Fries <github-clockrotz@xenoworld.de>
+ * Copyright (C) 2016-2018 Clemens Fries <github-lettersnail@xenoworld.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by