Skip to content

Commit

Permalink
Added license info
Browse files Browse the repository at this point in the history
  • Loading branch information
rifraf committed Jun 6, 2010
1 parent 10199c9 commit 5fba6e1
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IREmbeddedApp/Properties/AssemblyInfo.cs
Expand Up @@ -28,7 +28,7 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("04947356-1695-4c1c-89a6-b8095f16907f")]

[assembly: AssemblyVersion("0.1.0.11545")]
[assembly: AssemblyFileVersion("0.1.0.11545")]
[assembly: AssemblyInformationalVersionAttribute("0.1.0.11545")]
[assembly: AssemblyVersion("0.1.0.11559")]
[assembly: AssemblyFileVersion("0.1.0.11559")]
[assembly: AssemblyInformationalVersionAttribute("0.1.0.11559")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
Binary file modified IRSinatra/bin/IREmbeddedApp.dll
Binary file not shown.
Binary file modified IRSinatra/bin/IREmbeddedLibraries.dll
Binary file not shown.
Binary file modified IRSinatra/bin/IRSinatra.exe
Binary file not shown.
Binary file modified IRSinatra/bin/merge/IRSinatra.exe
Binary file not shown.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
Copyright (c) 2010 David Lake (rifraf -> rifraf.net)

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.

6 changes: 6 additions & 0 deletions README.textile
Expand Up @@ -44,3 +44,9 @@ This repository contains the following parts
# *IREmbeddedLibraries* : A DLL containing a copy of the standard Ruby 1.8 libraries (including @rubygems@, @rexml@ etc), plus @rack-1.1.0@ and @sinatra-1.0@. This can be optionally included in an application if you need library support.
# *IRSinatra* : A fully working Sinatra application with 2 flavours, one with libraries in individual DLLs, one with them all merged into the .exe
# *IRTestResources* : An example DLL containing no code, just embedded resources (optparse, test::unit and flexmock taken directly from an ordinary Ruby install).

h1. License

Copyright (c) 2010 David Lake (rifraf -> rifraf.net)

Released under the MIT license. See LICENSE file for details.
1 change: 1 addition & 0 deletions code_style.xml
Expand Up @@ -75,6 +75,7 @@
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aa_bb" ElementKind="StaticReadonly" />
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" />
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" />
<Abbreviation Text="CAH" />
<Abbreviation Text="OS" />
<Abbreviation Text="PL" />
<Abbreviation Text="NS" />
Expand Down

0 comments on commit 5fba6e1

Please sign in to comment.