aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorClemens Fries <github-lettersnail@xenoworld.de>2018-11-25 10:57:37 +0100
committerClemens Fries <github-lettersnail@xenoworld.de>2018-11-25 10:57:37 +0100
commit324319bb816cf52f516dbe828a4e4495148939ec (patch)
tree4b56389af3ef1bc11109767848e729246d843461 /cmd
parent3f192bf2e304134b473135c66ff2c039f7a99c3d (diff)
Update copyright information
Diffstat (limited to 'cmd')
-rw-r--r--cmd/check.go2
-rw-r--r--cmd/create.go2
-rw-r--r--cmd/create_test.go2
-rw-r--r--cmd/debug.go2
-rw-r--r--cmd/next.go2
-rw-r--r--cmd/run.go2
-rw-r--r--cmd/run_test.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/cmd/check.go b/cmd/check.go
index 2b7316e..e825d29 100644
--- a/cmd/check.go
+++ b/cmd/check.go
@@ -1,6 +1,6 @@
/* check.go: check a given message for problems
*
- * 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/cmd/create.go b/cmd/create.go
index cba38b5..ee682fa 100644
--- a/cmd/create.go
+++ b/cmd/create.go
@@ -1,6 +1,6 @@
/* create.go: help creating a new message
*
- * 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/cmd/create_test.go b/cmd/create_test.go
index 388ce36..230c5fd 100644
--- a/cmd/create_test.go
+++ b/cmd/create_test.go
@@ -1,6 +1,6 @@
/* create_test.go: unit tests for 'create' command
*
- * 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/cmd/debug.go b/cmd/debug.go
index 03f529b..343f0be 100644
--- a/cmd/debug.go
+++ b/cmd/debug.go
@@ -1,6 +1,6 @@
/* debug.go: show debug information for a provided message
*
- * 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/cmd/next.go b/cmd/next.go
index f62aad2..15464bd 100644
--- a/cmd/next.go
+++ b/cmd/next.go
@@ -1,6 +1,6 @@
/* next.go: show upcoming messages
*
- * 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/cmd/run.go b/cmd/run.go
index 4ba7b16..43ca6d7 100644
--- a/cmd/run.go
+++ b/cmd/run.go
@@ -1,6 +1,6 @@
/* run.go: send pending messages
*
- * 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/cmd/run_test.go b/cmd/run_test.go
index 2c405e9..84f84e5 100644
--- a/cmd/run_test.go
+++ b/cmd/run_test.go
@@ -1,6 +1,6 @@
/* run_test.go: unit tests for 'run' command
*
- * 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