From 6771d00c6ee9d2191de606cb0650fd56a491bc76 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Sat, 30 Mar 2019 05:20:53 -0700 Subject: [PATCH] Updated copyright notice --- include/config.h.in | 2 +- include/rjp.h | 2 +- include/rjp_internal.h | 2 +- include/strings.h | 2 +- src/input.c | 2 +- src/memory.c | 2 +- src/output.c | 2 +- src/rjp.c | 2 +- src/strings.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/config.h.in b/include/config.h.in index 0ddf630..bdb7ea2 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/include/rjp.h b/include/rjp.h index 92ce6d7..1943b72 100644 --- a/include/rjp.h +++ b/include/rjp.h @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/include/rjp_internal.h b/include/rjp_internal.h index 90fa45e..6283fc8 100644 --- a/include/rjp_internal.h +++ b/include/rjp_internal.h @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/include/strings.h b/include/strings.h index 710713d..0670c48 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/src/input.c b/src/input.c index 91dbb8e..2ebd604 100644 --- a/src/input.c +++ b/src/input.c @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/src/memory.c b/src/memory.c index 0ec6f77..597197f 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/src/output.c b/src/output.c index c2ee530..5a8df36 100644 --- a/src/output.c +++ b/src/output.c @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/src/rjp.c b/src/rjp.c index 0344a86..90be3e2 100644 --- a/src/rjp.c +++ b/src/rjp.c @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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/src/strings.c b/src/strings.c index d8958c6..218b543 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1,6 +1,6 @@ /** rjp - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 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