diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/check.go | 2 | ||||
-rw-r--r-- | cmd/create.go | 2 | ||||
-rw-r--r-- | cmd/create_test.go | 2 | ||||
-rw-r--r-- | cmd/debug.go | 2 | ||||
-rw-r--r-- | cmd/next.go | 2 | ||||
-rw-r--r-- | cmd/run.go | 2 | ||||
-rw-r--r-- | cmd/run_test.go | 2 |
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 @@ -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 |