From e461edc66066486af7889cb3a371b922034a456a Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Sat, 4 Feb 2006 23:07:41 +0000 Subject: [PATCH] public domain --- scripts/example/fgfsclient.c | 1 + scripts/example/fgfsclient.cxx | 1 + scripts/example/fgfsscript | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/example/fgfsclient.c b/scripts/example/fgfsclient.c index 820d28730..b05c138fe 100644 --- a/scripts/example/fgfsclient.c +++ b/scripts/example/fgfsclient.c @@ -1,5 +1,6 @@ /* $Id$ */ /* gcc -O2 -g -pedantic -Wall fgfsclient.c -o fgfsclient */ +/* Public Domain */ #include <stdio.h> #include <errno.h> diff --git a/scripts/example/fgfsclient.cxx b/scripts/example/fgfsclient.cxx index fa4012f38..cbd7c6f99 100644 --- a/scripts/example/fgfsclient.cxx +++ b/scripts/example/fgfsclient.cxx @@ -1,5 +1,6 @@ // $Id$ // g++ -O2 -g -pedantic -Wall fgfsclient.cxx -o fgfsclient -lstdc++ +// Public Domain #include <errno.h> #include <iostream> diff --git a/scripts/example/fgfsscript b/scripts/example/fgfsscript index 03572538f..f0054e3cf 100644 --- a/scripts/example/fgfsscript +++ b/scripts/example/fgfsscript @@ -2,6 +2,7 @@ # USAGE: fgfsscript [host [port]] # Melchior FRANZ, a8603365@unet.univie.ac.at # $Id$ +# Public Domain use strict; use IO::Socket;