Revision: 5628
          http://jnode.svn.sourceforge.net/jnode/?rev=5628&view=rev
Author:   crawley
Date:     2009-08-02 05:50:17 +0000 (Sun, 02 Aug 2009)

Log Message:
-----------
Added JNode copyright headers.

Modified Paths:
--------------
    trunk/shell/src/shell/org/jnode/shell/BuiltinCommandInfo.java
    trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltinCommandInfo.java
    trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompleter.java
    trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneSubshellRunner.java

Modified: trunk/shell/src/shell/org/jnode/shell/BuiltinCommandInfo.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/BuiltinCommandInfo.java       
2009-08-01 22:23:25 UTC (rev 5627)
+++ trunk/shell/src/shell/org/jnode/shell/BuiltinCommandInfo.java       
2009-08-02 05:50:17 UTC (rev 5628)
@@ -1,3 +1,22 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) 2003-2009 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.
+ */
 package org.jnode.shell;
 
 import org.jnode.shell.syntax.ArgumentBundle;

Modified: 
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltinCommandInfo.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltinCommandInfo.java  
2009-08-01 22:23:25 UTC (rev 5627)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltinCommandInfo.java  
2009-08-02 05:50:17 UTC (rev 5628)
@@ -1,3 +1,22 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) 2003-2009 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.
+ */
 package org.jnode.shell.bjorne;
 
 import org.jnode.shell.BuiltinCommandInfo;

Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompleter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompleter.java   
2009-08-01 22:23:25 UTC (rev 5627)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompleter.java   
2009-08-02 05:50:17 UTC (rev 5628)
@@ -1,3 +1,22 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) 2003-2009 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.
+ */
 package org.jnode.shell.bjorne;
 
 import static org.jnode.shell.bjorne.BjorneToken.TOK_ASSIGNMENT;

Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneSubshellRunner.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneSubshellRunner.java      
2009-08-01 22:23:25 UTC (rev 5627)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneSubshellRunner.java      
2009-08-02 05:50:17 UTC (rev 5628)
@@ -1,3 +1,22 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) 2003-2009 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.
+ */
 package org.jnode.shell.bjorne;
 
 import org.jnode.shell.CommandRunnable;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to