Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a source code license (zlib).
  • Loading branch information
icculus committed Aug 26, 2015
1 parent deef544 commit d2590db
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
23 changes: 23 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,23 @@

Copyright (c) 2015 Ryan C. Gordon.

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

Ryan C. Gordon <icculus@icculus.org>

9 changes: 8 additions & 1 deletion mojozork.c
@@ -1,3 +1,11 @@
/**
* MojoZork; a simple, just-for-fun implementation of Infocom's Z-Machine.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

// The Z-Machine specifications 1.1:
// http://inform-fiction.org/zmachine/standards/z1point1/index.html

Expand Down Expand Up @@ -1822,4 +1830,3 @@ int main(int argc, char **argv)
} // main

// end of mojozork.c ...

0 comments on commit d2590db

Please sign in to comment.