X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fparse.h;h=86b30261b8615f0228b29a1329d64b2d9f8c1770;hb=ef0ddf45c3081e799edcb4e95770186514b80cf1;hp=a899908baad9dbd057d1f4de0653693e5ecc8f1f;hpb=8831ab4f6b50bd2120ac113fc81d374e1b4e7580;p=mono.git diff --git a/mono/utils/parse.h b/mono/utils/parse.h index a899908baad..86b30261b86 100644 --- a/mono/utils/parse.h +++ b/mono/utils/parse.h @@ -1,21 +1,8 @@ /* * parse.h: Parsing for GC options. * - * Copyright (C) 2015 Xamarin Inc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License 2.0 as published by the Free Software Foundation; - * - * 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License 2.0 along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ + * Licensed under the MIT license. See LICENSE file in the project root for full license information. + / #ifndef __MONO_UTILS_PARSE_H__ #define __MONO_UTILS_PARSE_H__