From 4bea2f3638c9f4f3a5402350cc2bee919b7e4824 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 Jan 2016 17:39:24 +0100 Subject: bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/strings/bcmp.c | 2 +- src/strings/bcopy.c | 2 +- src/strings/bzero.c | 2 +- src/strings/explicit_bzero.c | 2 +- src/strings/ffs.c | 2 +- src/strings/ffsl.c | 2 +- src/strings/ffsll.c | 2 +- src/strings/index.c | 2 +- src/strings/rindex.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/strings') diff --git a/src/strings/bcmp.c b/src/strings/bcmp.c index 34c2849..ec4190b 100644 --- a/src/strings/bcmp.c +++ b/src/strings/bcmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/bcopy.c b/src/strings/bcopy.c index 1a674e2..a6fd425 100644 --- a/src/strings/bcopy.c +++ b/src/strings/bcopy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/bzero.c b/src/strings/bzero.c index 01ba671..0b2859c 100644 --- a/src/strings/bzero.c +++ b/src/strings/bzero.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/explicit_bzero.c b/src/strings/explicit_bzero.c index 34e2cac..42e46b4 100644 --- a/src/strings/explicit_bzero.c +++ b/src/strings/explicit_bzero.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/ffs.c b/src/strings/ffs.c index e51c0cf..4c84a31 100644 --- a/src/strings/ffs.c +++ b/src/strings/ffs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/ffsl.c b/src/strings/ffsl.c index a93387b..6121fa3 100644 --- a/src/strings/ffsl.c +++ b/src/strings/ffsl.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/ffsll.c b/src/strings/ffsll.c index c643b41..b3d6a68 100644 --- a/src/strings/ffsll.c +++ b/src/strings/ffsll.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/index.c b/src/strings/index.c index 543fffe..43ed56a 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/rindex.c b/src/strings/rindex.c index b131367..b08f4bf 100644 --- a/src/strings/rindex.c +++ b/src/strings/rindex.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 v1.2.3-70-g09d2