aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2006-07-13 16:16:30 +0000
committerMartin Schlemmer <azarah@gentoo.org>2006-07-13 16:16:30 +0000
commita4335f8ad6f714c31fd25139b5d8986119672fc9 (patch)
treefc0d67ad120e6c2d848eaf9198aff3a18fde8499 /libsandbox
parentSplit out environment related functions, and make their naming a bit more sane. (diff)
downloadsandbox-a4335f8ad6f714c31fd25139b5d8986119672fc9.tar.gz
sandbox-a4335f8ad6f714c31fd25139b5d8986119672fc9.tar.bz2
sandbox-a4335f8ad6f714c31fd25139b5d8986119672fc9.zip
Punt old copyright stuff, as nearly everything was rewrited. If something is was not and is pointed out, I will rectify it.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'libsandbox')
-rw-r--r--libsandbox/libsandbox.c28
1 files changed, 13 insertions, 15 deletions
diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
index 5ab3090..ff443e4 100644
--- a/libsandbox/libsandbox.c
+++ b/libsandbox/libsandbox.c
@@ -1,25 +1,23 @@
/*
- * Path sandbox for the gentoo linux portage package system, initially
- * based on the ROCK Linux Wrapper for getting a list of created files
+ * libsandbox.c
*
- * to integrate with bash, bash should have been built like this
+ * Main libsandbox related functions.
*
- * ./configure --prefix=<prefix> --host=<host> --without-gnu-malloc
+ * Copyright 1999-2006 Gentoo Foundation
*
- * it's very important that the --enable-static-link option is NOT specified
*
- * Copyright (C) 2001 Geert Bevin, Uwyn, http://www.uwyn.com
- * Distributed under the terms of the GNU General Public License, v2 or later
- * Author : Geert Bevin <gbevin@uwyn.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 version 2 of the License.
*
- * Post Bevin leaving Gentoo ranks:
- * --------------------------------
- * Ripped out all the wrappers, and implemented those of InstallWatch.
- * Losts of cleanups and bugfixes. Implement a execve that forces $LIBSANDBOX
- * in $LD_PRELOAD. Reformat the whole thing to look somewhat like the reworked
- * sandbox.c from Brad House <brad@mainstreetsoftworks.com>.
+ * 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.
*
- * Martin Schlemmer <azarah@gentoo.org> (18 Aug 2002)
+ * 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.
*
* Partly Copyright (C) 1998-9 Pancrazio `Ezio' de Mauro <p@demauro.net>,
* as some of the InstallWatch code was used.