| 
      
      
      From: <ssm...@us...> - 2007-09-28 19:12:57
      
     | 
| Revision: 2628
          http://selinux.svn.sourceforge.net/selinux/?rev=2628&view=rev
Author:   ssmalley
Date:     2007-09-28 12:12:52 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
applied r2626:2627 (copyright disclaimed) from trunk
Modified Paths:
--------------
    branches/stable/1_0/libselinux/src/selinuxswig.i
    branches/stable/1_0/libselinux/src/selinuxswig_python.i
    branches/stable/1_0/libselinux/src/setrans_client.c
    branches/stable/1_0/libselinux/src/setrans_internal.h
    branches/stable/1_0/libselinux/utils/togglesebool.c
Modified: branches/stable/1_0/libselinux/src/selinuxswig.i
===================================================================
--- branches/stable/1_0/libselinux/src/selinuxswig.i	2007-09-28 19:09:13 UTC (rev 2627)
+++ branches/stable/1_0/libselinux/src/selinuxswig.i	2007-09-28 19:12:52 UTC (rev 2628)
@@ -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: branches/stable/1_0/libselinux/src/selinuxswig_python.i
===================================================================
--- branches/stable/1_0/libselinux/src/selinuxswig_python.i	2007-09-28 19:09:13 UTC (rev 2627)
+++ branches/stable/1_0/libselinux/src/selinuxswig_python.i	2007-09-28 19:12:52 UTC (rev 2628)
@@ -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: branches/stable/1_0/libselinux/src/setrans_client.c
===================================================================
--- branches/stable/1_0/libselinux/src/setrans_client.c	2007-09-28 19:09:13 UTC (rev 2627)
+++ branches/stable/1_0/libselinux/src/setrans_client.c	2007-09-28 19:12:52 UTC (rev 2628)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006 Trusted Computer Solutions, Inc. */
+/* Author: Trusted Computer Solutions, Inc. */
 
 #include <sys/types.h>
 #include <sys/socket.h>
Modified: branches/stable/1_0/libselinux/src/setrans_internal.h
===================================================================
--- branches/stable/1_0/libselinux/src/setrans_internal.h	2007-09-28 19:09:13 UTC (rev 2627)
+++ branches/stable/1_0/libselinux/src/setrans_internal.h	2007-09-28 19:12:52 UTC (rev 2628)
@@ -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: branches/stable/1_0/libselinux/utils/togglesebool.c
===================================================================
--- branches/stable/1_0/libselinux/utils/togglesebool.c	2007-09-28 19:09:13 UTC (rev 2627)
+++ branches/stable/1_0/libselinux/utils/togglesebool.c	2007-09-28 19:12:52 UTC (rev 2628)
@@ -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.
 |