X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Fcdlparse.y;fp=idlcomp%2Fcdlparse.y;h=59185fbfc1943940c2f6942adbf59c233679f537;hp=8896bbb6249dddf0fde4e4550d34449b59d6e3c3;hb=9d85df0ee463512a1733fc8c7dd7514f2ec79c8c;hpb=63f843cb182bbf5e1612a75808e549752e4bfb61 diff --git a/idlcomp/cdlparse.y b/idlcomp/cdlparse.y index 8896bbb..59185fb 100644 --- a/idlcomp/cdlparse.y +++ b/idlcomp/cdlparse.y @@ -1,8 +1,25 @@ %{ -/* cdlparse.y -- parser for the CDL compiler - * - * Written by Scott Wood - */ +// CDL parser +// +// This software is copyright (c) 2006 Scott Wood . +// +// Permission is hereby granted, free of charge, to any person obtaining a copy of +// this software and associated documentation files (the "Software"), to deal with +// 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 condition: +// +// 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 +// CONTRIBUTORS 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 WITH THE +// SOFTWARE. #include #include