X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-tagged-pointer.h;h=7abb01b022ff0c56849bdf80fb5779f021594bbc;hb=HEAD;hp=2d55abbbcc19839bf2e6348f6a683ffd6c5c123a;hpb=226af94a2345f88d3170823646e1c25a276ba281;p=mono.git diff --git a/mono/sgen/sgen-tagged-pointer.h b/mono/sgen/sgen-tagged-pointer.h index 2d55abbbcc1..7abb01b022f 100644 --- a/mono/sgen/sgen-tagged-pointer.h +++ b/mono/sgen/sgen-tagged-pointer.h @@ -1,20 +1,10 @@ -/* - * sgen-tagged-pointer.h: Macros for tagging and untagging pointers. +/** + * \file + * Macros for tagging and untagging pointers. * * 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_TAGGED_POINTER_H__