summaryrefslogtreecommitdiff
path: root/src/mplemmings.c
diff options
context:
space:
mode:
authorLudovic Pouzenc <lpouzenc@gmail.com>2013-07-09 02:17:30 +0200
committerLudovic Pouzenc <lpouzenc@gmail.com>2013-07-09 02:17:30 +0200
commitf745b369825958c848a64b99c81daffa089d4ea3 (patch)
tree015960549b2f87bae0c6d115b1a49b0cf41c05c2 /src/mplemmings.c
downloadmplemmings-f745b369825958c848a64b99c81daffa089d4ea3.tar.gz
mplemmings-f745b369825958c848a64b99c81daffa089d4ea3.tar.bz2
mplemmings-f745b369825958c848a64b99c81daffa089d4ea3.zip
* Initial import : dummy sources, autotools conf ready
Diffstat (limited to 'src/mplemmings.c')
-rw-r--r--src/mplemmings.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mplemmings.c b/src/mplemmings.c
new file mode 100644
index 0000000..8537216
--- /dev/null
+++ b/src/mplemmings.c
@@ -0,0 +1,21 @@
+/*
+ Copyright (C) 2013 Ludovic Pouzenc <lpouzenc@gmail.com>
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+*/
+
+#include "mplemmings_config.h"
+#include <stdio.h>
+
+int main(void) {
+ printf("Starting %s\n", PACKAGE_STRING);
+ printf("If any questions, please visit %s.\n", PACKAGE_URL);
+ return 0;
+}
+