diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-19 21:14:12 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-19 21:14:12 +0200 |
commit | 83c826a255628cbb7371b17ead18ecc06ad22cd2 (patch) | |
tree | 06e910218f696a9d8f64b4dd1871a720c2ec83e2 | |
parent | 1b4b026ca7a63d52c4a33ed3212786aa03aa1b1f (diff) |
kern/cbuf: update copyright year
-rw-r--r-- | kern/cbuf.c | 2 | ||||
-rw-r--r-- | kern/cbuf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kern/cbuf.c b/kern/cbuf.c index c38cc1dc..cd8ee87d 100644 --- a/kern/cbuf.c +++ b/kern/cbuf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Richard Braun. + * Copyright (c) 2015-2017 Richard Braun. * * 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/kern/cbuf.h b/kern/cbuf.h index 3566ac49..0558cc09 100644 --- a/kern/cbuf.h +++ b/kern/cbuf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Richard Braun. + * Copyright (c) 2015-2017 Richard Braun. * * 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 |