From dc5745e090dab30f3aa606f3c2ab0b566046e4b9 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Thu, 18 Jan 2018 18:42:04 -0800 Subject: [PATCH] Update copyright years Due to recent commits. Signed-off-by: Jason Self --- src/alloc.c | 2 +- src/alloc.h | 2 +- src/eval.h | 2 +- src/object.h | 2 +- src/print.c | 2 +- src/read.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/alloc.c b/src/alloc.c index 24f102b..413490c 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software diff --git a/src/alloc.h b/src/alloc.h index 594ee87..4cab1d0 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software diff --git a/src/eval.h b/src/eval.h index 7318c9d..51acdea 100644 --- a/src/eval.h +++ b/src/eval.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software diff --git a/src/object.h b/src/object.h index b62cacb..1d9918e 100644 --- a/src/object.h +++ b/src/object.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software diff --git a/src/print.c b/src/print.c index 539016e..9cadda7 100644 --- a/src/print.c +++ b/src/print.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software diff --git a/src/read.c b/src/read.c index 68efbf3..dd12916 100644 --- a/src/read.c +++ b/src/read.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2017 Keziah Wesley +Copyright (C) 2017-2018 Keziah Wesley You can redistribute and/or modify this file under the terms of the GNU Affero General Public License as published by the Free Software -- 2.31.1