X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=tools%2Fwmc%2Fmcy.y;fp=tools%2Fwmc%2Fmcy.y;h=3a8ad14b05a347bcbb29d689be72b2eb3bb0bc7c;hp=b9dd71db1523d72dc02b808f836b158d30eff704;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3 diff --git a/tools/wmc/mcy.y b/tools/wmc/mcy.y index b9dd71d..3a8ad14 100644 --- a/tools/wmc/mcy.y +++ b/tools/wmc/mcy.y @@ -3,6 +3,22 @@ * * Copyright 2000 Bertho A. Stultiens (BS) * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * NOTES: + * * The basic grammar of the file is yet another example of, humpf, * design. There is is mix of context-insensitive and -sentitive * stuff, which makes it rather complicated.