From 324319bb816cf52f516dbe828a4e4495148939ec Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Sun, 25 Nov 2018 10:57:37 +0100 Subject: Update copyright information --- cmd/check.go | 2 +- cmd/create.go | 2 +- cmd/create_test.go | 2 +- cmd/debug.go | 2 +- cmd/next.go | 2 +- cmd/run.go | 2 +- cmd/run_test.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cmd') 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 + * Copyright (C) 2016-2018 Clemens Fries * * 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 -- cgit