public domain
This commit is contained in:
parent
4d757f28d3
commit
e461edc660
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/* $Id$ */
|
||||
/* gcc -O2 -g -pedantic -Wall fgfsclient.c -o fgfsclient */
|
||||
/* Public Domain */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// $Id$
|
||||
// g++ -O2 -g -pedantic -Wall fgfsclient.cxx -o fgfsclient -lstdc++
|
||||
// Public Domain
|
||||
|
||||
#include <errno.h>
|
||||
#include <iostream>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# USAGE: fgfsscript [host [port]]
|
||||
# Melchior FRANZ, a8603365@unet.univie.ac.at
|
||||
# $Id$
|
||||
# Public Domain
|
||||
|
||||
use strict;
|
||||
use IO::Socket;
|
||||
|
|
Loading…
Add table
Reference in a new issue