aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsandbox/wrappers.h')
-rw-r--r--libsandbox/wrappers.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/libsandbox/wrappers.h b/libsandbox/wrappers.h
index 474a128..9d2cfb0 100644
--- a/libsandbox/wrappers.h
+++ b/libsandbox/wrappers.h
@@ -3,23 +3,8 @@
*
* Function wrapping functions.
*
- * Copyright 1999-2006 Gentoo Foundation
- *
- *
- * 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.
- *
- * 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.
- *
- * $Header$
+ * Copyright 1999-2008 Gentoo Foundation
+ * Licensed under the GPL-2
*/
#ifndef __WRAPPERS_H__
@@ -34,4 +19,3 @@ int libsb_open(const char *, int, ...);
char *libsb_getcwd(char *, size_t);
#endif /* __WRAPPERS_H__ */
-