From 159ef135cef5a6e63411b5b4bb0a3e71884e030c Mon Sep 17 00:00:00 2001 From: ByteProject Date: Tue, 4 Mar 2014 22:30:27 +0100 Subject: [PATCH] changing year in header to 2014 --- ansilove/albinfonts.c | 2 +- ansilove/albinfonts.h | 2 +- ansilove/ansilove-Prefix.pch | 2 +- ansilove/explode.c | 4 ++-- ansilove/explode.h | 2 +- ansilove/filesize.c | 2 +- ansilove/filesize.h | 2 +- ansilove/strtolower.c | 2 +- ansilove/strtolower.h | 2 +- ansilove/substr.c | 2 +- ansilove/substr.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ansilove/albinfonts.c b/ansilove/albinfonts.c index 3d5aac5..166c27c 100644 --- a/ansilove/albinfonts.c +++ b/ansilove/albinfonts.c @@ -2,7 +2,7 @@ // albinfonts.c // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/albinfonts.h b/ansilove/albinfonts.h index e201567..8138fda 100644 --- a/ansilove/albinfonts.h +++ b/ansilove/albinfonts.h @@ -2,7 +2,7 @@ // albinfonts.h // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/ansilove-Prefix.pch b/ansilove/ansilove-Prefix.pch index 5865794..d26d275 100755 --- a/ansilove/ansilove-Prefix.pch +++ b/ansilove/ansilove-Prefix.pch @@ -2,7 +2,7 @@ // ansilove-Prefix.pch // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/explode.c b/ansilove/explode.c index 4eeb9d9..51e42d6 100755 --- a/ansilove/explode.c +++ b/ansilove/explode.c @@ -2,7 +2,7 @@ // explode.m // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // @@ -45,4 +45,4 @@ int32_t explode(char ***arr_ptr, char delimiter, char *str) *arr_ptr = arr; return size; -} \ No newline at end of file +} diff --git a/ansilove/explode.h b/ansilove/explode.h index 6ad7b55..497f126 100755 --- a/ansilove/explode.h +++ b/ansilove/explode.h @@ -2,7 +2,7 @@ // explode.h // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/filesize.c b/ansilove/filesize.c index c0807c3..75cb415 100755 --- a/ansilove/filesize.c +++ b/ansilove/filesize.c @@ -2,7 +2,7 @@ // filesize.m // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/filesize.h b/ansilove/filesize.h index bb13dec..8d38a2e 100755 --- a/ansilove/filesize.h +++ b/ansilove/filesize.h @@ -2,7 +2,7 @@ // filesize.h // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/strtolower.c b/ansilove/strtolower.c index 6892f4f..8463871 100755 --- a/ansilove/strtolower.c +++ b/ansilove/strtolower.c @@ -2,7 +2,7 @@ // strtolower.m // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/strtolower.h b/ansilove/strtolower.h index fd258ef..bd67648 100755 --- a/ansilove/strtolower.h +++ b/ansilove/strtolower.h @@ -2,7 +2,7 @@ // strtolower.h // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/substr.c b/ansilove/substr.c index 89d817f..556f7d0 100755 --- a/ansilove/substr.c +++ b/ansilove/substr.c @@ -2,7 +2,7 @@ // substr.m // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ // diff --git a/ansilove/substr.h b/ansilove/substr.h index 3817f15..e97ad3a 100755 --- a/ansilove/substr.h +++ b/ansilove/substr.h @@ -2,7 +2,7 @@ // substr.h // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. // https://github.com/ByteProject/AnsiLove-C/ //