You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2007/02/22 04:46:25 UTC

svn commit: r510377 - in /incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net: NOTICE.txt README.txt

Author: aroush
Date: Wed Feb 21 19:46:24 2007
New Revision: 510377

URL: http://svn.apache.org/viewvc?view=rev&rev=510377
Log:
Updated correct legal files.

Added:
    incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/NOTICE.txt
    incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/README.txt

Added: incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/contrib/SpellChecker.Net/NOTICE.txt?view=auto&rev=510377
==============================================================================
--- incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/NOTICE.txt (added)
+++ incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/NOTICE.txt Wed Feb 21 19:46:24 2007
@@ -0,0 +1,2 @@
+   This product includes software developed by
+   The Apache Software Foundation (http://www.apache.org/).

Added: incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/README.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/contrib/SpellChecker.Net/README.txt?view=auto&rev=510377
==============================================================================
--- incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/README.txt (added)
+++ incubator/lucene.net/trunk/C#/contrib/SpellChecker.Net/README.txt Wed Feb 21 19:46:24 2007
@@ -0,0 +1,43 @@
+Lucene README file
+
+$Id: README.txt 381415 2006-02-27 19:50:18Z cutting $
+
+INTRODUCTION
+
+Lucene is a Java full-text search engine.  Lucene is not a complete
+application, but rather a code library and API that can easily be used
+to add search capabilities to applications.
+
+The Lucene web site is at:
+  http://lucene.apache.org/
+
+Please join the Lucene-User mailing list by sending a message to:
+  java-user-subscribe@lucene.apache.org
+
+FILES
+
+lucene-core-XX.jar
+  The compiled lucene library.
+
+lucene-demos-XX.jar
+  The compiled simple example code.
+
+luceneweb.war
+  The compiled simple example Web Application.
+
+contrib/*
+  Contributed code which extends and enhances Lucene, but is not
+  part of the core library.
+
+docs/index.html
+  The contents of the Lucene website.
+
+docs/api/index.html
+  The Javadoc Lucene API documentation.  This includes the core
+  library, the demo, as well as all of the contrib modules.
+
+src/java
+  The Lucene source code.
+
+src/demo
+  Some example code.