| 
     
      
      
      From: <ls...@us...> - 2013-02-24 17:19:20
      
     
   | 
Revision: 5982
          http://jnode.svn.sourceforge.net/jnode/?rev=5982&view=rev
Author:   lsantha
Date:     2013-02-24 17:19:09 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
Updated headers.
Modified Paths:
--------------
    trunk/net/build.xml
    trunk/net/descriptors/com.jcraft.jsch.xml
    trunk/net/descriptors/org.acplt.oncrpc.xml
    trunk/net/descriptors/org.jnode.driver.net.3c90x.xml
    trunk/net/descriptors/org.jnode.driver.net.bcm570x.xml
    trunk/net/descriptors/org.jnode.driver.net.eepro100.xml
    trunk/net/descriptors/org.jnode.driver.net.ethernet.xml
    trunk/net/descriptors/org.jnode.driver.net.lance.xml
    trunk/net/descriptors/org.jnode.driver.net.loopback.xml
    trunk/net/descriptors/org.jnode.driver.net.ne2k-pci.xml
    trunk/net/descriptors/org.jnode.driver.net.prism2.xml
    trunk/net/descriptors/org.jnode.driver.net.rtl8139.xml
    trunk/net/descriptors/org.jnode.driver.net.usb.bluetooth.xml
    trunk/net/descriptors/org.jnode.driver.net.via_rhine.xml
    trunk/net/descriptors/org.jnode.driver.net.wireless.xml
    trunk/net/descriptors/org.jnode.net.arp.xml
    trunk/net/descriptors/org.jnode.net.ipv4.config.xml
    trunk/net/descriptors/org.jnode.net.ipv4.core.xml
    trunk/net/descriptors/org.jnode.net.ipv4.xml
    trunk/net/descriptors/org.jnode.net.nfs.xml
    trunk/net/descriptors/org.jnode.net.xml
    trunk/net/descriptors/org.jnode.protocol.ftp.xml
    trunk/net/descriptors/org.jnode.protocol.nfs.xml
    trunk/net/descriptors/org.jnode.protocol.tftp.xml
    trunk/net/descriptors/org.jnode.test.net.xml
    trunk/net/descriptors/org.xbill.dns.xml
Modified: trunk/net/build.xml
===================================================================
--- trunk/net/build.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/build.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <project name="JNode-Net" default="all" basedir=".">
 
   <typedef file="${basedir}/../all/lib/jnode.xml"/>
Modified: trunk/net/descriptors/com.jcraft.jsch.xml
===================================================================
--- trunk/net/descriptors/com.jcraft.jsch.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/com.jcraft.jsch.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="com.jcraft.jsch"
@@ -24,4 +43,4 @@
         <permission class="java.net.SocketPermission" name="*" actions="connect, resolve"/>
   </extension>
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.acplt.oncrpc.xml
===================================================================
--- trunk/net/descriptors/org.acplt.oncrpc.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.acplt.oncrpc.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.acplt.oncrpc"
@@ -20,4 +39,4 @@
     <permission class="java.net.SocketPermission" name="*" actions="connect,resolve"/>
   </extension>
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.3c90x.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.3c90x.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.3c90x.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.3c90x" 
Modified: trunk/net/descriptors/org.jnode.driver.net.bcm570x.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.bcm570x.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.bcm570x.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.bcm570x"
@@ -55,4 +74,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.eepro100.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.eepro100.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.eepro100.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.eepro100" 
@@ -33,4 +52,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.ethernet.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.ethernet.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.ethernet.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.ethernet" 
@@ -18,4 +37,4 @@
     </library>
   </runtime>
   
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.lance.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.lance.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.lance.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.lance" 
@@ -27,4 +46,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.loopback.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.loopback.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.loopback.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.loopback"
@@ -22,4 +41,4 @@
         <finder class="org.jnode.driver.net.loopback.LoopbackFinder"/>
     </extension>
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.ne2k-pci.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.ne2k-pci.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.ne2k-pci.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.ne2k-pci" 
@@ -28,4 +47,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.prism2.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.prism2.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.prism2.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.prism2"
@@ -27,4 +46,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.rtl8139.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.rtl8139.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.rtl8139.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.rtl8139"
@@ -51,4 +70,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="ioports"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.usb.bluetooth.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.usb.bluetooth.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.usb.bluetooth.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,24 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plugin SYSTEM "jnode.dtd">
-
-<plugin id="org.jnode.driver.net.usb.bluetooth" 
-        name="JNode USB Bluetooth drivers"
-        version="@VERSION@"
-        license-name="lgpl"
-        provider-name="JNode.org">
-        
-  <requires>
-    <import plugin="org.jnode.driver.bus.usb"/>
-  </requires>
-        
-  <runtime>
-    <library name="jnode-net.jar">
-      <export name="org.jnode.driver.net.usb.bluetooth.*"/>
-    </library>
-  </runtime>
-
-  <extension point="org.jnode.driver.mappers">
-    <mapper class="org.jnode.driver.net.usb.bluetooth.UsbBluetoothDeviceToDriverMapper"/>
-  </extension>
-        
-</plugin>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
+<!DOCTYPE plugin SYSTEM "jnode.dtd">
+
+<plugin id="org.jnode.driver.net.usb.bluetooth" 
+        name="JNode USB Bluetooth drivers"
+        version="@VERSION@"
+        license-name="lgpl"
+        provider-name="JNode.org">
+        
+  <requires>
+    <import plugin="org.jnode.driver.bus.usb"/>
+  </requires>
+        
+  <runtime>
+    <library name="jnode-net.jar">
+      <export name="org.jnode.driver.net.usb.bluetooth.*"/>
+    </library>
+  </runtime>
+
+  <extension point="org.jnode.driver.mappers">
+    <mapper class="org.jnode.driver.net.usb.bluetooth.UsbBluetoothDeviceToDriverMapper"/>
+  </extension>
+        
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.via_rhine.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.via_rhine.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.via_rhine.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.via_rhine"
@@ -28,4 +47,4 @@
     <permission class="org.jnode.system.resource.ResourcePermission" name="irq"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.driver.net.wireless.xml
===================================================================
--- trunk/net/descriptors/org.jnode.driver.net.wireless.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.driver.net.wireless.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.driver.net.wireless" 
@@ -17,4 +36,4 @@
     </library>
   </runtime>
   
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.net.arp.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.arp.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.arp.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net.arp" 
@@ -22,4 +41,4 @@
     <layer class="org.jnode.net.arp.ARPNetworkLayer"/>
   </extension>
   
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.net.ipv4.config.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.ipv4.config.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.ipv4.config.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net.ipv4.config"
Modified: trunk/net/descriptors/org.jnode.net.ipv4.core.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.ipv4.core.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.ipv4.core.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net.ipv4.core"
@@ -18,4 +37,4 @@
   </runtime>
 
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.net.ipv4.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.ipv4.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.ipv4.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net.ipv4"
Modified: trunk/net/descriptors/org.jnode.net.nfs.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.nfs.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.nfs.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net.nfs" name="NFS" version="@VERSION@"
Modified: trunk/net/descriptors/org.jnode.net.xml
===================================================================
--- trunk/net/descriptors/org.jnode.net.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.net.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.net"
@@ -30,4 +49,4 @@
   <extension-point id="networkLayers" name="JNode Network layers"/>
 
 
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.protocol.ftp.xml
===================================================================
--- trunk/net/descriptors/org.jnode.protocol.ftp.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.protocol.ftp.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.protocol.ftp" 
Modified: trunk/net/descriptors/org.jnode.protocol.nfs.xml
===================================================================
--- trunk/net/descriptors/org.jnode.protocol.nfs.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.protocol.nfs.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.protocol.nfs" name="JNode NFS protocol handler"
Modified: trunk/net/descriptors/org.jnode.protocol.tftp.xml
===================================================================
--- trunk/net/descriptors/org.jnode.protocol.tftp.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.protocol.tftp.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.protocol.tftp" 
@@ -23,4 +42,4 @@
     <permission class="java.net.SocketPermission" name="*" actions="connect,listen"/>
   </extension>
         
-</plugin>
\ No newline at end of file
+</plugin>
Modified: trunk/net/descriptors/org.jnode.test.net.xml
===================================================================
--- trunk/net/descriptors/org.jnode.test.net.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.jnode.test.net.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.jnode.test.net"
Modified: trunk/net/descriptors/org.xbill.dns.xml
===================================================================
--- trunk/net/descriptors/org.xbill.dns.xml	2013-02-24 17:17:05 UTC (rev 5981)
+++ trunk/net/descriptors/org.xbill.dns.xml	2013-02-24 17:19:09 UTC (rev 5982)
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    $Id$
+
+    Copyright (C) 2003-2013 JNode.org
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+-->
 <!DOCTYPE plugin SYSTEM "jnode.dtd">
 
 <plugin id="org.xbill.dns"
@@ -35,4 +54,4 @@
     <permission class="java.net.SocketPermission" name="*" actions="resolve"/>
     <permission class="java.net.SocketPermission" name="*:53" actions="resolve,accept,connect,listen"/>
   </extension>
-</plugin>
\ No newline at end of file
+</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |