changeset 216:247b03797fc9

Rename player, add a copyright note.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Oct 2012 21:38:09 +0300
parents 5523ea253603
children 9fa6a00b294c
files ppl.c
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppl.c	Sun Oct 07 21:35:51 2012 +0300
+++ b/ppl.c	Sun Oct 07 21:38:09 2012 +0300
@@ -1,3 +1,10 @@
+/*
+ * Cyrbe Pasci Player - A simple SDL-based UI for XM module playing
+ * Programmed and designed by Matti 'ccr' Hamalainen
+ * (C) Copyright 20012 Tecnic Software productions (TNSP)
+ *
+ * Please read file 'COPYING' for information on license and distribution.
+ */
 #include "jss.h"
 #include "jssmod.h"
 #include "jssmix.h"
@@ -546,7 +553,7 @@
     engine.optScrHeight = 480;
     engine.optScrDepth = 32;
 
-    dmInitProg("ppl", "Penis Player", "0.1", NULL, NULL);
+    dmInitProg("CBP", "Cyrbe Basci Player", "0.1", NULL, NULL);
 
     // Parse arguments
     if (!dmArgsProcess(argc, argv, optList, optListN,