1
0
Fork 0

public domain

This commit is contained in:
mfranz 2006-02-04 23:07:41 +00:00
parent 4d757f28d3
commit e461edc660
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
/* $Id$ */
/* gcc -O2 -g -pedantic -Wall fgfsclient.c -o fgfsclient */
/* Public Domain */
#include <stdio.h>
#include <errno.h>

View file

@ -1,5 +1,6 @@
// $Id$
// g++ -O2 -g -pedantic -Wall fgfsclient.cxx -o fgfsclient -lstdc++
// Public Domain
#include <errno.h>
#include <iostream>

View file

@ -2,6 +2,7 @@
# USAGE: fgfsscript [host [port]]
# Melchior FRANZ, a8603365@unet.univie.ac.at
# $Id$
# Public Domain
use strict;
use IO::Socket;