changeset 642:0888971cbff8

Add comment headers to several files.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Apr 2013 10:36:05 +0300
parents c3852e49a610
children ad738873083e
files dmengine.c dmengine.h dmsimple.c dmtimeline.c dmtimelinew.c
diffstat 5 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmengine.c	Mon Apr 15 09:20:45 2013 +0300
+++ b/dmengine.c	Mon Apr 15 10:36:05 2013 +0300
@@ -1,3 +1,9 @@
+/*
+ * dmlib
+ * -- Demo engine / editor common code and definitions
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ */
 #include "dmengine.h"
 #include "dmimage.h"
 
--- a/dmengine.h	Mon Apr 15 09:20:45 2013 +0300
+++ b/dmengine.h	Mon Apr 15 10:36:05 2013 +0300
@@ -1,3 +1,9 @@
+/*
+ * dmlib
+ * -- Demo engine / editor common code and definitions
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ */
 #ifndef DMENGINE_H
 #define DMENGINE_H
 
--- a/dmsimple.c	Mon Apr 15 09:20:45 2013 +0300
+++ b/dmsimple.c	Mon Apr 15 10:36:05 2013 +0300
@@ -1,3 +1,9 @@
+/*
+ * dmlib
+ * -- Demo engine "player" code
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ */
 #include <SDL.h>
 #include "dmengine.h"
 #include "dmargs.h"
--- a/dmtimeline.c	Mon Apr 15 09:20:45 2013 +0300
+++ b/dmtimeline.c	Mon Apr 15 10:36:05 2013 +0300
@@ -1,3 +1,9 @@
+/*
+ * dmlib
+ * -- Timeline file loading and timeline processing/execution
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ */
 #include "dmengine.h"
 
 
--- a/dmtimelinew.c	Mon Apr 15 09:20:45 2013 +0300
+++ b/dmtimelinew.c	Mon Apr 15 10:36:05 2013 +0300
@@ -1,3 +1,9 @@
+/*
+ * dmlib
+ * -- Timeline file writing
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+ */
 #include "dmengine.h"
 #include "dmresw.h"