Update license to match directory
authorRich Lander <rlander@microsoft.com>
Tue, 4 Jun 2019 04:25:16 +0000 (21:25 -0700)
committerMarek Safar <marek.safar@gmail.com>
Tue, 4 Jun 2019 07:06:40 +0000 (09:06 +0200)
Commit migrated from https://github.com/mono/mono/commit/697c1402ea978a80ff071c4e8ad4a37dce6cae2d

src/mono/mono/sgen/sgen-array-list.h

index 2ae3e63..8644f5a 100644 (file)
@@ -4,18 +4,7 @@
  *
  * Copyright (C) 2016 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_SGEN_ARRAY_LIST_H__