commit 96b7848dcda268537ae54984a8feaf2541cdc77a
parent 2e9a921a68d5f5321f3cfc3784f11e8ea541d373
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 11:27:05 +0100
Bump copyright year
Diffstat:
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2002-2016, Frederic Cambus
+Copyright (c) 2002-2017, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/Makefile b/Makefile
@@ -1,10 +1,10 @@
###############################################################################
# #
# GBAconv 1.00 #
-# Copyright (c) 2002-2016, Frederic Cambus #
+# Copyright (c) 2002-2017, Frederic Cambus #
# https://github.com/fcambus/gbaconv #
# #
-# Last Updated: 2016-07-18 #
+# Last Updated: 2017-02-07 #
# #
# GBAconv is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
diff --git a/pcx2gba.c b/pcx2gba.c
@@ -1,13 +1,13 @@
/*****************************************************************************/
/* */
/* GBAconv 1.00 */
-/* Copyright (c) 2002-2016, Frederic Cambus */
+/* Copyright (c) 2002-2017, Frederic Cambus */
/* https://github.com/fcambus/gbaconv */
/* */
/* PCX to GBA Converter */
/* */
/* Created: 2002-12-09 */
-/* Last Updated: 2016-07-18 */
+/* Last Updated: 2017-02-07 */
/* */
/* GBAconv is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
@@ -66,7 +66,7 @@ int run_position;
int main (int argc, char *argv[]) {
printf("-------------------------------------------------------------------------------\n");
- printf(" PCX to GBA Converter - GBAconv 1.00 (c) by Frederic Cambus 2002-2006\n");
+ printf(" PCX to GBA Converter - GBAconv 1.00 (c) by Frederic Cambus 2002-2017\n");
printf("-------------------------------------------------------------------------------\n\n");
if (argc!=4) {
diff --git a/wav2gba.c b/wav2gba.c
@@ -1,13 +1,13 @@
/*****************************************************************************/
/* */
/* GBAconv 1.00 */
-/* Copyright (c) 2002-2016, Frederic Cambus */
+/* Copyright (c) 2002-2017, Frederic Cambus */
/* https://github.com/fcambus/gbaconv */
/* */
/* WAV to GBA Converter */
/* */
/* Created: 2002-12-10 */
-/* Last Updated: 2016-07-18 */
+/* Last Updated: 2017-02-07 */
/* */
/* GBAconv is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
@@ -52,7 +52,7 @@ int loop;
int main (int argc, char *argv[]) {
printf("-------------------------------------------------------------------------------\n");
- printf(" WAV to GBA Converter - GBAconv 1.00 (c) by Frederic Cambus 2002-2016\n");
+ printf(" WAV to GBA Converter - GBAconv 1.00 (c) by Frederic Cambus 2002-2017\n");
printf("-------------------------------------------------------------------------------\n\n");
if (argc!=4) {