From 083d1cfe2c89639d2ad660cec019de89c77b6f10 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 23 Nov 2011 22:42:50 -0500 Subject: [PATCH] Updated with Xamarin copyrights --- mcs/class/corlib/System.Text/StringBuilder.cs | 1 + mcs/mcs/anonymous.cs | 3 ++- mcs/mcs/argument.cs | 3 ++- mcs/mcs/assembly.cs | 3 ++- mcs/mcs/assign.cs | 1 + mcs/mcs/attribute.cs | 1 + mcs/mcs/cfold.cs | 2 +- mcs/mcs/class.cs | 2 +- mcs/mcs/codegen.cs | 1 + mcs/mcs/complete.cs | 1 + mcs/mcs/constant.cs | 1 + mcs/mcs/decl.cs | 1 + mcs/mcs/delegate.cs | 1 + mcs/mcs/doc-bootstrap.cs | 1 + mcs/mcs/doc.cs | 1 + mcs/mcs/driver.cs | 1 + mcs/mcs/enum.cs | 1 + mcs/mcs/eval.cs | 1 + mcs/mcs/field.cs | 1 + mcs/mcs/ikvm.cs | 1 + mcs/mcs/lambda.cs | 1 + mcs/mcs/linq.cs | 1 + mcs/mcs/literal.cs | 1 + mcs/mcs/membercache.cs | 1 + mcs/mcs/namespace.cs | 1 + mcs/mcs/nullable.cs | 1 + mcs/mcs/parameter.cs | 1 + mcs/mcs/pending.cs | 1 + mcs/mcs/property.cs | 1 + mcs/mcs/roottypes.cs | 1 + mcs/mcs/support.cs | 1 + mcs/mcs/typemanager.cs | 3 ++- mono/io-layer/handles.c | 3 ++- mono/metadata/mono-debug.c | 2 +- mono/metadata/sgen-gc.c | 2 +- 35 files changed, 40 insertions(+), 9 deletions(-) diff --git a/mcs/class/corlib/System.Text/StringBuilder.cs b/mcs/class/corlib/System.Text/StringBuilder.cs index 8452b168d76..087f7cf0f6f 100644 --- a/mcs/class/corlib/System.Text/StringBuilder.cs +++ b/mcs/class/corlib/System.Text/StringBuilder.cs @@ -16,6 +16,7 @@ // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) +// Copyright 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/mcs/mcs/anonymous.cs b/mcs/mcs/anonymous.cs index c6e5ec26f92..32de48046b7 100644 --- a/mcs/mcs/anonymous.cs +++ b/mcs/mcs/anonymous.cs @@ -6,7 +6,8 @@ // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL -// Copyright 2003-2008 Novell, Inc. +// Copyright 2003-2011 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/argument.cs b/mcs/mcs/argument.cs index 2192b9c9e68..a6fa8bd8431 100644 --- a/mcs/mcs/argument.cs +++ b/mcs/mcs/argument.cs @@ -6,7 +6,8 @@ // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL -// Copyright 2003-2008 Novell, Inc. +// Copyright 2003-2011 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/assembly.cs b/mcs/mcs/assembly.cs index afae0c57af6..ef1ffb66946 100644 --- a/mcs/mcs/assembly.cs +++ b/mcs/mcs/assembly.cs @@ -6,7 +6,8 @@ // Marek Safar (marek.safar@gmail.com) // // Copyright 2001, 2002, 2003 Ximian, Inc. -// Copyright 2004 Novell, Inc. +// Copyright 2004-2011 Novell, Inc. +// Copyright 2011 Xamarin Inc // diff --git a/mcs/mcs/assign.cs b/mcs/mcs/assign.cs index b47cfa53dda..b9aa689fc7a 100644 --- a/mcs/mcs/assign.cs +++ b/mcs/mcs/assign.cs @@ -10,6 +10,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc. // Copyright 2004-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/attribute.cs b/mcs/mcs/attribute.cs index 867f726fd0d..c537442a9b1 100644 --- a/mcs/mcs/attribute.cs +++ b/mcs/mcs/attribute.cs @@ -8,6 +8,7 @@ // // Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/cfold.cs b/mcs/mcs/cfold.cs index 1659dfe3a69..7580124ceea 100644 --- a/mcs/mcs/cfold.cs +++ b/mcs/mcs/cfold.cs @@ -6,7 +6,7 @@ // Marek Safar (marek.safar@seznam.cz) // // Copyright 2002, 2003 Ximian, Inc. -// Copyright 2003-2008, Novell, Inc. +// Copyright 2003-2011, Novell, Inc. // using System; diff --git a/mcs/mcs/class.cs b/mcs/mcs/class.cs index d06b8bde135..d2b4661f8f0 100644 --- a/mcs/mcs/class.cs +++ b/mcs/mcs/class.cs @@ -8,7 +8,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) -// Copyright 2004-2008 Novell, Inc +// Copyright 2004-2011 Novell, Inc // Copyright 2011 Xamarin, Inc (http://www.xamarin.com) // diff --git a/mcs/mcs/codegen.cs b/mcs/mcs/codegen.cs index 61198e4e52f..142f9409343 100644 --- a/mcs/mcs/codegen.cs +++ b/mcs/mcs/codegen.cs @@ -7,6 +7,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc. // Copyright 2004 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/complete.cs b/mcs/mcs/complete.cs index cab03dc3d43..08b420592a0 100644 --- a/mcs/mcs/complete.cs +++ b/mcs/mcs/complete.cs @@ -7,6 +7,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc. // Copyright 2003-2009 Novell, Inc. +// Copyright 2011 Xamarin Inc // // Completion* classes derive from ExpressionStatement as this allows // them to pass through the parser in many conditions that require diff --git a/mcs/mcs/constant.cs b/mcs/mcs/constant.cs index 3cb4804f421..86250a222af 100644 --- a/mcs/mcs/constant.cs +++ b/mcs/mcs/constant.cs @@ -7,6 +7,7 @@ // // Copyright 2001-2003 Ximian, Inc. // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/decl.cs b/mcs/mcs/decl.cs index f61b247565d..8d91613059a 100644 --- a/mcs/mcs/decl.cs +++ b/mcs/mcs/decl.cs @@ -8,6 +8,7 @@ // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // // diff --git a/mcs/mcs/delegate.cs b/mcs/mcs/delegate.cs index 8708f342b5f..3c85175cc8b 100644 --- a/mcs/mcs/delegate.cs +++ b/mcs/mcs/delegate.cs @@ -10,6 +10,7 @@ // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2009 Novell, Inc (http://www.novell.com) +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/doc-bootstrap.cs b/mcs/mcs/doc-bootstrap.cs index f81f7e86aaf..848dfc47fa4 100644 --- a/mcs/mcs/doc-bootstrap.cs +++ b/mcs/mcs/doc-bootstrap.cs @@ -7,6 +7,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2004 Novell, Inc. +// Copyright 2011 Xamarin Inc // // diff --git a/mcs/mcs/doc.cs b/mcs/mcs/doc.cs index 769154d6915..59f67f0dbed 100644 --- a/mcs/mcs/doc.cs +++ b/mcs/mcs/doc.cs @@ -8,6 +8,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2004 Novell, Inc. +// Copyright 2011 Xamarin Inc // // diff --git a/mcs/mcs/driver.cs b/mcs/mcs/driver.cs index 6e683e82dea..475e97eb81b 100644 --- a/mcs/mcs/driver.cs +++ b/mcs/mcs/driver.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004, 2005, 2006, 2007, 2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/enum.cs b/mcs/mcs/enum.cs index 4b0f4a02043..4e35096daf9 100644 --- a/mcs/mcs/enum.cs +++ b/mcs/mcs/enum.cs @@ -9,6 +9,7 @@ // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2003 Novell, Inc (http://www.novell.com) +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/eval.cs b/mcs/mcs/eval.cs index 0e3bd714681..c996bc5e2a6 100644 --- a/mcs/mcs/eval.cs +++ b/mcs/mcs/eval.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2011 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/field.cs b/mcs/mcs/field.cs index 4fd5390d2fd..ec3e050205a 100644 --- a/mcs/mcs/field.cs +++ b/mcs/mcs/field.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/ikvm.cs b/mcs/mcs/ikvm.cs index 1ed0614bcd4..18c97861a74 100644 --- a/mcs/mcs/ikvm.cs +++ b/mcs/mcs/ikvm.cs @@ -6,6 +6,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2009-2010 Novell, Inc. +// Copyright 2011 Xamarin Inc // // diff --git a/mcs/mcs/lambda.cs b/mcs/mcs/lambda.cs index 96acb4a4fe2..05e42d3d3f9 100644 --- a/mcs/mcs/lambda.cs +++ b/mcs/mcs/lambda.cs @@ -7,6 +7,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2007-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // #if STATIC diff --git a/mcs/mcs/linq.cs b/mcs/mcs/linq.cs index 350cb797c63..5bd3f116df6 100644 --- a/mcs/mcs/linq.cs +++ b/mcs/mcs/linq.cs @@ -6,6 +6,7 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2007-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/literal.cs b/mcs/mcs/literal.cs index 51502dddab9..95be95d40b3 100644 --- a/mcs/mcs/literal.cs +++ b/mcs/mcs/literal.cs @@ -6,6 +6,7 @@ // Marek Safar (marek.safar@seznam.cz) // // Copyright 2001 Ximian, Inc. +// Copyright 2011 Xamarin Inc // // // Notice that during parsing we create objects of type Literal, but the diff --git a/mcs/mcs/membercache.cs b/mcs/mcs/membercache.cs index f414a982125..6a497cc5147 100644 --- a/mcs/mcs/membercache.cs +++ b/mcs/mcs/membercache.cs @@ -8,6 +8,7 @@ // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2010 Novell, Inc +// Copyright 2011 Xamarin Inc // // diff --git a/mcs/mcs/namespace.cs b/mcs/mcs/namespace.cs index c7fbc00c150..3cdac0f0825 100644 --- a/mcs/mcs/namespace.cs +++ b/mcs/mcs/namespace.cs @@ -7,6 +7,7 @@ // // Copyright 2001 Ximian, Inc. // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; using System.Collections.Generic; diff --git a/mcs/mcs/nullable.cs b/mcs/mcs/nullable.cs index dfe62fcbbf4..8776ceee2af 100644 --- a/mcs/mcs/nullable.cs +++ b/mcs/mcs/nullable.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/parameter.cs b/mcs/mcs/parameter.cs index 20fbfb1f2de..c707298220c 100644 --- a/mcs/mcs/parameter.cs +++ b/mcs/mcs/parameter.cs @@ -8,6 +8,7 @@ // // Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // // using System; diff --git a/mcs/mcs/pending.cs b/mcs/mcs/pending.cs index ab6d17d9155..a9b066b436b 100644 --- a/mcs/mcs/pending.cs +++ b/mcs/mcs/pending.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/property.cs b/mcs/mcs/property.cs index b357985b715..c736af41945 100644 --- a/mcs/mcs/property.cs +++ b/mcs/mcs/property.cs @@ -9,6 +9,7 @@ // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2008 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/roottypes.cs b/mcs/mcs/roottypes.cs index b9bd5edcb77..962937befc2 100644 --- a/mcs/mcs/roottypes.cs +++ b/mcs/mcs/roottypes.cs @@ -8,6 +8,7 @@ // // Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2008 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/support.cs b/mcs/mcs/support.cs index 55841d0cc25..057286656b3 100644 --- a/mcs/mcs/support.cs +++ b/mcs/mcs/support.cs @@ -8,6 +8,7 @@ // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2009 Novell, Inc +// Copyright 2011 Xamarin Inc // using System; diff --git a/mcs/mcs/typemanager.cs b/mcs/mcs/typemanager.cs index 6c2915486a2..51bc5326bca 100644 --- a/mcs/mcs/typemanager.cs +++ b/mcs/mcs/typemanager.cs @@ -8,7 +8,8 @@ // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) -// Copyright 2003-2008 Novell, Inc. +// Copyright 2003-2011 Novell, Inc. +// Copyright 2011 Xamarin Inc // using System; diff --git a/mono/io-layer/handles.c b/mono/io-layer/handles.c index 0f0404eb27c..cab7e849c6a 100644 --- a/mono/io-layer/handles.c +++ b/mono/io-layer/handles.c @@ -4,7 +4,8 @@ * Author: * Dick Porter (dick@ximian.com) * - * (C) 2002-2006 Novell, Inc. + * (C) 2002-2011 Novell, Inc. + * Copyright 2011 Xamarin Inc */ #include diff --git a/mono/metadata/mono-debug.c b/mono/metadata/mono-debug.c index 8343e755c6b..0391408b6d3 100644 --- a/mono/metadata/mono-debug.c +++ b/mono/metadata/mono-debug.c @@ -6,7 +6,7 @@ * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) - * Copyright 2011 Xamarin, Inc (http://www.xamarin.com) + * Copyright 2011 Xamarin Inc (http://www.xamarin.com) */ #include diff --git a/mono/metadata/sgen-gc.c b/mono/metadata/sgen-gc.c index 4879a595fa8..1ea686df1d2 100644 --- a/mono/metadata/sgen-gc.c +++ b/mono/metadata/sgen-gc.c @@ -6,7 +6,7 @@ * Rodrigo Kumpera (kumpera@gmail.com) * * Copyright 2005-2011 Novell, Inc (http://www.novell.com) - * Copyright 2011 Xamarin, Inc (http://www.xamarin.com) + * Copyright 2011 Xamarin Inc (http://www.xamarin.com) * * Thread start/stop adapted from Boehm's GC: * Copyright (c) 1994 by Xerox Corporation. All rights reserved. -- 2.25.1