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;