Skip to content

Commit

Permalink
Updated readme and added MIT license.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonekorean committed Mar 9, 2014
1 parent 4be405a commit 766645f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions LICENSE.md
@@ -0,0 +1,9 @@
Copyright (c) 2014 Will Boyd

This software is released under the MIT license: http://opensource.org/licenses/MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 7 additions & 1 deletion README.md
@@ -1,4 +1,10 @@
regex-storm
===========

Regex Storm, online .NET-based regular expressions tester and resource.
Regex Storm, online .NET-based regular expressions tester and resource.

###About

This is the codebase for the site running at http://regexstorm.net/.

I am making this code public because, well, why not? The code is a bit outdated and no longer maintained, so please keep that in mind if you want to make use of it.

0 comments on commit 766645f

Please sign in to comment.