X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-pointer-queue.h;h=52c9b7ec916fe002a72fbed2ca27d1a393a8bfb6;hb=f75c72dd2da11dbcf6d8fc128a2c834658c57f09;hp=3352dab3c58f0e308ae9b1b4d3b44526f474b9c4;hpb=cc40e2e17dc6fd2dae6d3a4c7d7ab43570d63546;p=mono.git diff --git a/mono/sgen/sgen-pointer-queue.h b/mono/sgen/sgen-pointer-queue.h index 3352dab3c58..52c9b7ec916 100644 --- a/mono/sgen/sgen-pointer-queue.h +++ b/mono/sgen/sgen-pointer-queue.h @@ -1,20 +1,10 @@ -/* - * sgen-pointer-queue.h: A pointer queue that can be sorted. +/** + * \file + * A pointer queue that can be sorted. * * Copyright (C) 2014 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_POINTER_QUEUE_H__