From: <ssm...@us...> - 2007-09-28 19:09:16
|
Revision: 2627 http://selinux.svn.sourceforge.net/selinux/?rev=2627&view=rev Author: ssmalley Date: 2007-09-28 12:09:13 -0700 (Fri, 28 Sep 2007) Log Message: ----------- Copyright disclaimed. Modified Paths: -------------- trunk/libselinux/src/selinuxswig.i trunk/libselinux/src/selinuxswig_python.i trunk/libselinux/src/setrans_client.c trunk/libselinux/src/setrans_internal.h trunk/libselinux/utils/togglesebool.c Modified: trunk/libselinux/src/selinuxswig.i =================================================================== --- trunk/libselinux/src/selinuxswig.i 2007-09-28 18:21:04 UTC (rev 2626) +++ trunk/libselinux/src/selinuxswig.i 2007-09-28 19:09:13 UTC (rev 2627) @@ -1,22 +1,5 @@ /* Authors: Dan Walsh * James Athey - * - * Copyright (C) 2004-2005 Red Hat - * Copyright (C) 2007 Tresys Technology, LLC - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ %module selinux Modified: trunk/libselinux/src/selinuxswig_python.i =================================================================== --- trunk/libselinux/src/selinuxswig_python.i 2007-09-28 18:21:04 UTC (rev 2626) +++ trunk/libselinux/src/selinuxswig_python.i 2007-09-28 19:09:13 UTC (rev 2627) @@ -1,20 +1,4 @@ /* Author: James Athey - * - * Copyright (C) 2007 Tresys Technology, LLC - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ %module selinux Modified: trunk/libselinux/src/setrans_client.c =================================================================== --- trunk/libselinux/src/setrans_client.c 2007-09-28 18:21:04 UTC (rev 2626) +++ trunk/libselinux/src/setrans_client.c 2007-09-28 19:09:13 UTC (rev 2627) @@ -1,4 +1,4 @@ -/* Copyright (c) 2006 Trusted Computer Solutions, Inc. +/* Author: Trusted Computer Solutions, Inc. * * Modified: * Yuichi Nakamura <yn...@hi...> Modified: trunk/libselinux/src/setrans_internal.h =================================================================== --- trunk/libselinux/src/setrans_internal.h 2007-09-28 18:21:04 UTC (rev 2626) +++ trunk/libselinux/src/setrans_internal.h 2007-09-28 19:09:13 UTC (rev 2627) @@ -1,4 +1,4 @@ -/* Copyright (c) 2006 Trusted Computer Solutions, Inc. */ +/* Author: Trusted Computer Solutions, Inc. */ #define SETRANS_UNIX_SOCKET "/var/run/setrans/.setrans-unix" Modified: trunk/libselinux/utils/togglesebool.c =================================================================== --- trunk/libselinux/utils/togglesebool.c 2007-09-28 18:21:04 UTC (rev 2626) +++ trunk/libselinux/utils/togglesebool.c 2007-09-28 19:09:13 UTC (rev 2627) @@ -1,8 +1,3 @@ -/* - * Copyright 1999-2004 Gentoo Technologies, Inc. - * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/hardened/policycoreutils-extra/src/toggle_bool.c,v 1.2 2004/06/18 04:09:04 pebenito Exp $ - */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |