root/COPYRIGHT

Revision 59e450c65c2885ee922061f292965817dc713d66, 1.3 kB (checked in by Philip Herron <herron.philip@…>, 3 years ago)

On branch master

Working hash tables based off git-core :) thanks!

modified: COPYRIGHT
modified: src/crulesParser.y
modified: src/gc.c
modified: src/hashTable.c
modified: src/symbols.h
modified: src/util.c

  • Property mode set to 100644
Line 
1CRULES - Programming Language
2Copyright (C) 2009 by the following:
3
4If you have contributed to this project then you deserve to be on this list.
5Contact us (see: AUTHORS) and we'll add you.
6
7Original Developer:
8
9         * Philip Herron - herron.philip@googlemail.com
10
11Permission is hereby granted, free of charge, to any person obtaining a copy of
12this software and associated documentation files (the "Software"), to deal in
13the Software without restriction, including without limitation the rights to
14use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15of the Software, and to permit persons to whom the Software is furnished to do
16so, subject to the following conditions:
17The above copyright notice and this permission notice shall be included in all
18copies or substantial portions of the Software.
19
20THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26SOFTWARE.
Note: See TracBrowser for help on using the browser.