changeset 863:27949209238b

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jan 2015 09:23:03 +0200
parents 01f2af5f87b1
children b111cccf45fc
files src/dmargs.h src/dmargs_int.c src/dmblitfunc.h src/dmdrawline.h src/dmengine.c src/dmengine.h src/dmlib.h src/dmres.c src/dmres.h src/dmresw.c src/dmresw.h src/dmscaledblit.h src/dmsimple.c src/dmtimeline.c src/dmtimelinew.c src/dmvecmat.c src/dmvecmat.h
diffstat 17 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmargs.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmargs.h	Thu Jan 01 09:23:03 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmargs_int.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmargs_int.c	Thu Jan 01 09:23:03 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * Simple commandline argument processing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
--- a/src/dmblitfunc.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmblitfunc.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Sprite / surface blitting functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 
 // =======================================================================
--- a/src/dmdrawline.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmdrawline.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Simple Bresenham's style line drawing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 
 int DM_DRAWLINE_NAME (SDL_Surface *screen, DMFloat fx0, DMFloat fy0, DMFloat fx1, DMFloat fy1, const Uint32 col
--- a/src/dmengine.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmengine.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Demo engine / editor common code and definitions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #include "dmengine.h"
 #include "dmimage.h"
--- a/src/dmengine.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmengine.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Demo engine / editor common code and definitions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #ifndef DMENGINE_H
 #define DMENGINE_H
--- a/src/dmlib.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmlib.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Main header file
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2014 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #ifndef DMLIB_H
 #define DMLIB_H
--- a/src/dmres.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmres.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Resource management
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2003-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2003-2015 Tecnic Software productions (TNSP)
  */
 #include "dmres.h"
 #include <time.h>
--- a/src/dmres.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmres.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Resource management
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #ifndef DMRES_H
 #define DMRES_H
--- a/src/dmresw.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmresw.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Resource management
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #include "dmresw.h"
 
--- a/src/dmresw.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmresw.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Resource management write helpers
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #ifndef DMRESW_H
 #define DMRESW_H
--- a/src/dmscaledblit.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmscaledblit.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Scaled sprite / surface blitting function template
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 
 
--- a/src/dmsimple.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmsimple.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Demo engine "player" code
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #include <SDL.h>
 #include "dmengine.h"
--- a/src/dmtimeline.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmtimeline.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Timeline file loading and timeline processing/execution
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #include "dmengine.h"
 
--- a/src/dmtimelinew.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmtimelinew.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * dmlib
  * -- Timeline file writing
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
  */
 #include "dmengine.h"
 #include "dmresw.h"
--- a/src/dmvecmat.c	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmvecmat.c	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Vector and matrix functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #include "dmvecmat.h"
 
--- a/src/dmvecmat.h	Sun Nov 23 01:33:18 2014 +0200
+++ b/src/dmvecmat.h	Thu Jan 01 09:23:03 2015 +0200
@@ -2,7 +2,7 @@
  * DMLib
  * -- Vector and matrix functions
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
 #ifndef DMVECMAT_H
 #define DMVECMAT_H