]> git.mxchange.org Git - flightgear.git/commitdiff
public domain
authormfranz <mfranz>
Sat, 4 Feb 2006 23:07:41 +0000 (23:07 +0000)
committermfranz <mfranz>
Sat, 4 Feb 2006 23:07:41 +0000 (23:07 +0000)
scripts/example/fgfsclient.c
scripts/example/fgfsclient.cxx
scripts/example/fgfsscript

index 820d287305ab671722bc535e30488e7aaa44adf5..b05c138fe3939a45cff5822d517b9d511960c245 100644 (file)
@@ -1,5 +1,6 @@
 /* $Id$ */
 /* gcc -O2 -g -pedantic -Wall fgfsclient.c -o fgfsclient */
+/* Public Domain */
 
 #include <stdio.h>
 #include <errno.h>
index fa4012f38187f512aa4a04bfd00fe54b229f6a4f..cbd7c6f999ad4228c1049bb7a546da50c2a85b12 100644 (file)
@@ -1,5 +1,6 @@
 // $Id$
 // g++ -O2 -g -pedantic -Wall fgfsclient.cxx -o fgfsclient -lstdc++
+// Public Domain
 
 #include <errno.h>
 #include <iostream>
index 03572538fa8b2996b231713e0216300212235c8a..f0054e3cf1d399fc90583ed149e7d35e60ff09cc 100644 (file)
@@ -2,6 +2,7 @@
 # USAGE: fgfsscript [host [port]]
 # Melchior FRANZ, a8603365@unet.univie.ac.at
 # $Id$
+# Public Domain
 
 use strict;
 use IO::Socket;