diff --git a/README b/README index 0ac8aff..55c34f8 100644 --- a/README +++ b/README @@ -2,9 +2,26 @@ Provides a handy user interface for processing a chunk of text with regular expressions (using Java's regular expression engine). -It is currently functional but was knocked up quick and dirty and the code is a bit of a mess. +It is currently functional but was knocked up quick and dirty and the code is a bit of a mess and awaiting a cleanup. The main utility is provided by the RegexTool class. -JSedFrame is an alternate user interface that allows you to 'queue' up replacements regexes. +JSedFrame is an alternate user interface that allows you to 'queue' up replacements regexes. This was an attempt create a replacement for sed scripts that was easier to use. +The entire project is licensed under Apache 2.0, although the Java classes do not yet include the license boilerplate. + + + +Copyright 2011 Mark George + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.