From 9666179b546900a904d5b661f25e2cfc4aaa8ac3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 20 Apr 2015 23:45:48 +0200 Subject: [PATCH] Update a couple copyright notices --- include/System/string.h | 2 +- src/string.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/System/string.h b/include/System/string.h index 5717566..b33a0d3 100644 --- a/include/System/string.h +++ b/include/System/string.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2014 Pierre Pronchery */ +/* Copyright (c) 2006-2015 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/string.c b/src/string.c index 9db8b07..61f39f5 100644 --- a/src/string.c +++ b/src/string.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2005-2014 Pierre Pronchery */ +/* Copyright (c) 2005-2015 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by