From 786e6731c1a4890f4a989a2dd8264378e65854cd Mon Sep 17 00:00:00 2001 From: willemc Date: Tue, 18 Jul 2006 22:09:01 +0200 Subject: [PATCH] [svn r101] init src commit refactored from foei --- .project | 17 ++++++++++++++ doc/license.txt | 23 +++++++++++++++++++ doc/readme.txt | 2 ++ doc/todo.txt | 2 ++ .../idcanet/foei/tests/SimpleFoeiTests.java | 3 +++ 5 files changed, 47 insertions(+) create mode 100644 .project create mode 100644 doc/license.txt create mode 100644 doc/readme.txt create mode 100644 doc/todo.txt create mode 100644 tests/com/idcanet/foei/tests/SimpleFoeiTests.java diff --git a/.project b/.project new file mode 100644 index 0000000..15e1086 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + com.idcanet.foei + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/doc/license.txt b/doc/license.txt new file mode 100644 index 0000000..2136bdb --- /dev/null +++ b/doc/license.txt @@ -0,0 +1,23 @@ +Copyright 2004-2006 IDCA. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the +following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and + the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions + and the following disclaimer in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY IDCA AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL IDCA OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the authors and +should not be interpreted as representing official policies, either expressed or implied, of IDCA. \ No newline at end of file diff --git a/doc/readme.txt b/doc/readme.txt new file mode 100644 index 0000000..8bd61c4 --- /dev/null +++ b/doc/readme.txt @@ -0,0 +1,2 @@ + +Nothing to read ?? --> code java \ No newline at end of file diff --git a/doc/todo.txt b/doc/todo.txt new file mode 100644 index 0000000..d7fc6f4 --- /dev/null +++ b/doc/todo.txt @@ -0,0 +1,2 @@ + +-- IDCANET x2o TODO list -- diff --git a/tests/com/idcanet/foei/tests/SimpleFoeiTests.java b/tests/com/idcanet/foei/tests/SimpleFoeiTests.java new file mode 100644 index 0000000..6eb88fd --- /dev/null +++ b/tests/com/idcanet/foei/tests/SimpleFoeiTests.java @@ -0,0 +1,3 @@ + + +dfg \ No newline at end of file