Skip to content

Commit

Permalink
changing year in header to 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteProject committed Mar 4, 2014
1 parent cca45ad commit 159ef13
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ansilove/albinfonts.c
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/albinfonts.h
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/ansilove-Prefix.pch
Expand Up @@ -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/
//
Expand Down
4 changes: 2 additions & 2 deletions ansilove/explode.c
Expand Up @@ -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/
//
Expand Down Expand Up @@ -45,4 +45,4 @@ int32_t explode(char ***arr_ptr, char delimiter, char *str)
*arr_ptr = arr;

return size;
}
}
2 changes: 1 addition & 1 deletion ansilove/explode.h
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/filesize.c
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/filesize.h
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/strtolower.c
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/strtolower.h
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/substr.c
Expand Up @@ -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/
//
Expand Down
2 changes: 1 addition & 1 deletion ansilove/substr.h
Expand Up @@ -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/
//
Expand Down

0 comments on commit 159ef13

Please sign in to comment.