From 0a7a2fcf4427cb3f2f46895a676b392aee87e0b1 Mon Sep 17 00:00:00 2001 From: ByteProject Date: Tue, 13 Jan 2015 00:42:28 +0100 Subject: [PATCH] updating header files --- ansilove/albinfonts.c | 5 ++--- ansilove/albinfonts.h | 5 ++--- ansilove/alconfig.h | 5 ++--- ansilove/ansilove-Prefix.pch | 5 ++--- ansilove/ansilove.c | 5 ++--- ansilove/ansilove.h | 5 ++--- ansilove/explode.c | 5 ++--- ansilove/explode.h | 5 ++--- ansilove/filesize.c | 5 ++--- ansilove/filesize.h | 5 ++--- ansilove/main.c | 5 ++--- ansilove/strtolower.c | 5 ++--- ansilove/strtolower.h | 5 ++--- ansilove/substr.c | 5 ++--- ansilove/substr.h | 5 ++--- 15 files changed, 30 insertions(+), 45 deletions(-) diff --git a/ansilove/albinfonts.c b/ansilove/albinfonts.c index 166c27c..b82b9f7 100644 --- a/ansilove/albinfonts.c +++ b/ansilove/albinfonts.c @@ -2,11 +2,10 @@ // albinfonts.c // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/albinfonts.h b/ansilove/albinfonts.h index 8138fda..fdc9b3b 100644 --- a/ansilove/albinfonts.h +++ b/ansilove/albinfonts.h @@ -2,11 +2,10 @@ // albinfonts.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h index 41890e6..5c72643 100755 --- a/ansilove/alconfig.h +++ b/ansilove/alconfig.h @@ -2,11 +2,10 @@ // alconfig.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/ansilove-Prefix.pch b/ansilove/ansilove-Prefix.pch index d26d275..fcb8c7e 100755 --- a/ansilove/ansilove-Prefix.pch +++ b/ansilove/ansilove-Prefix.pch @@ -2,11 +2,10 @@ // ansilove-Prefix.pch // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/ansilove.c b/ansilove/ansilove.c index 3857b48..09db0bd 100755 --- a/ansilove/ansilove.c +++ b/ansilove/ansilove.c @@ -2,11 +2,10 @@ // ansilove.c // AnsiLove/C // -// Copyright (C) 2011-2013 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/ansilove.h b/ansilove/ansilove.h index d61051a..d369d3e 100644 --- a/ansilove/ansilove.h +++ b/ansilove/ansilove.h @@ -2,11 +2,10 @@ // ansilove.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/explode.c b/ansilove/explode.c index 51e42d6..4983241 100755 --- a/ansilove/explode.c +++ b/ansilove/explode.c @@ -2,11 +2,10 @@ // explode.m // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/explode.h b/ansilove/explode.h index 497f126..63f7b08 100755 --- a/ansilove/explode.h +++ b/ansilove/explode.h @@ -2,11 +2,10 @@ // explode.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/filesize.c b/ansilove/filesize.c index 75cb415..1933f3d 100755 --- a/ansilove/filesize.c +++ b/ansilove/filesize.c @@ -2,11 +2,10 @@ // filesize.m // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/filesize.h b/ansilove/filesize.h index 8d38a2e..103541e 100755 --- a/ansilove/filesize.h +++ b/ansilove/filesize.h @@ -2,11 +2,10 @@ // filesize.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/main.c b/ansilove/main.c index 0c72a4c..811e808 100755 --- a/ansilove/main.c +++ b/ansilove/main.c @@ -2,11 +2,10 @@ // main.c // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/strtolower.c b/ansilove/strtolower.c index 8463871..a6fbac6 100755 --- a/ansilove/strtolower.c +++ b/ansilove/strtolower.c @@ -2,11 +2,10 @@ // strtolower.m // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/strtolower.h b/ansilove/strtolower.h index bd67648..c62291e 100755 --- a/ansilove/strtolower.h +++ b/ansilove/strtolower.h @@ -2,11 +2,10 @@ // strtolower.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/substr.c b/ansilove/substr.c index 556f7d0..627fffc 100755 --- a/ansilove/substr.c +++ b/ansilove/substr.c @@ -2,11 +2,10 @@ // substr.m // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. // diff --git a/ansilove/substr.h b/ansilove/substr.h index e97ad3a..621af8c 100755 --- a/ansilove/substr.h +++ b/ansilove/substr.h @@ -2,11 +2,10 @@ // substr.h // AnsiLove/C // -// Copyright (C) 2011-2014 Stefan Vogt, Brian Cassidy, Frederic Cambus. +// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. // All rights reserved. -// https://github.com/ByteProject/AnsiLove-C/ // -// Use of this source code is governed by a MIT-style license. +// This source code is licensed under the BSD 3-Clause License. // See the file LICENSE for details. //