# HG changeset patch # User Matti Hamalainen # Date 1366011365 -10800 # Node ID 0888971cbff809bfc01455545f07d91ca5785ed3 # Parent c3852e49a6106672a4aa4765399316011b6db95a Add comment headers to several files. diff -r c3852e49a610 -r 0888971cbff8 dmengine.c --- 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" diff -r c3852e49a610 -r 0888971cbff8 dmengine.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 diff -r c3852e49a610 -r 0888971cbff8 dmsimple.c --- 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 #include "dmengine.h" #include "dmargs.h" diff -r c3852e49a610 -r 0888971cbff8 dmtimeline.c --- 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" diff -r c3852e49a610 -r 0888971cbff8 dmtimelinew.c --- 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"