From d54ceb37ce9d7c04fa450a6638eaee31375bbde1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 7 Feb 2021 00:09:45 +0100 Subject: [PATCH] Update copyright claims --- COPYING | 2 +- src/funopen.c | 2 +- test/fgetln.c | 2 +- test/setmode.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index b51db0e..8a99303 100644 --- a/COPYING +++ b/COPYING @@ -3,7 +3,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: - Copyright © 2004-2006, 2008-2018 Guillem Jover + Copyright © 2004-2006, 2008-2021 Guillem Jover License: BSD-3-clause Files: diff --git a/src/funopen.c b/src/funopen.c index 1d908bc..1e6f43a 100644 --- a/src/funopen.c +++ b/src/funopen.c @@ -1,5 +1,5 @@ /* - * Copyright © 2011, 2013, 2017 Guillem Jover + * Copyright © 2011, 2013, 2017, 2020 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/test/fgetln.c b/test/fgetln.c index 5e04281..d08fb3b 100644 --- a/test/fgetln.c +++ b/test/fgetln.c @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Guillem Jover + * Copyright © 2013-2015, 2020 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/test/setmode.c b/test/setmode.c index c72deb8..3164db2 100644 --- a/test/setmode.c +++ b/test/setmode.c @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Guillem Jover + * Copyright © 2017, 2020 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- 2.39.5