From ca2e502bd07bd2443887c3e7ab3cdf92b73a4bb2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 26 Jan 2009 17:07:58 +0000 Subject: [PATCH] 2009-01-26 Jeffrey Stedfast * mono-mutex.[c,h]: Removed GPLv2 copyright notice which should not have been there. svn path=/trunk/mono/; revision=124535 --- mono/io-layer/ChangeLog | 5 +++++ mono/io-layer/mono-mutex.c | 19 +++---------------- mono/io-layer/mono-mutex.h | 19 +++---------------- 3 files changed, 11 insertions(+), 32 deletions(-) diff --git a/mono/io-layer/ChangeLog b/mono/io-layer/ChangeLog index 6038a46c9a8..18cc3f43d6c 100644 --- a/mono/io-layer/ChangeLog +++ b/mono/io-layer/ChangeLog @@ -1,3 +1,8 @@ +2009-01-26 Jeffrey Stedfast + + * mono-mutex.[c,h]: Removed GPLv2 copyright notice which should + not have been there. + 2009-01-20 Rodrigo Kumpera * threads.c: Add wapi_current_thread_desc that produces diff --git a/mono/io-layer/mono-mutex.c b/mono/io-layer/mono-mutex.c index a1ea18fdbdc..154035a6e5f 100644 --- a/mono/io-layer/mono-mutex.c +++ b/mono/io-layer/mono-mutex.c @@ -1,23 +1,10 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: Jeffrey Stedfast + * mono-mutex.h: Portability wrappers around POSIX Mutexes * - * Copyright 2002 Ximain, Inc. (www.ximian.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. + * Authors: Jeffrey Stedfast * + * Copyright 2002 Ximian, Inc. (www.ximian.com) */ diff --git a/mono/io-layer/mono-mutex.h b/mono/io-layer/mono-mutex.h index ccd74aff065..149c07406f6 100644 --- a/mono/io-layer/mono-mutex.h +++ b/mono/io-layer/mono-mutex.h @@ -1,23 +1,10 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: Jeffrey Stedfast + * mono-mutex.h: Portability wrappers around POSIX Mutexes * - * Copyright 2002 Ximain, Inc. (www.ximian.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. + * Authors: Jeffrey Stedfast * + * Copyright 2002 Ximian, Inc. (www.ximian.com) */ -- 2.25.1