diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-07 13:06:38 +0000 |
---|---|---|
committer | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-07 13:06:38 +0000 |
commit | 192afee8deaf29fc0462c406e3581ffb282eec73 (patch) | |
tree | 9f23f8906bfcacdd106f80d31378e2980ac551e0 | |
parent | 54a9deef67b7bec4674a960c3d269f4962cf4d5d (diff) |
Add copyright header.
-rw-r--r-- | launcher/run-lisp-trans.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/launcher/run-lisp-trans.c b/launcher/run-lisp-trans.c index 81d549bcf..dce09f5ea 100644 --- a/launcher/run-lisp-trans.c +++ b/launcher/run-lisp-trans.c @@ -1,4 +1,24 @@ +/* Run a clisp process with stdin and stdout open. + + Copyright (C) 2008 Free Software Foundation, Inc. + + Written by FlĂvio Cruz <flaviocruz@gmail.com> + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + #include <unistd.h> #include <stdlib.h> #include <fcntl.h> |