Skip to content

Commit

Permalink
Update some copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Mar 19, 2012
1 parent ad606e3 commit 612cb3e
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 6 deletions.
3 changes: 3 additions & 0 deletions eglib/configure.ac
@@ -1,3 +1,6 @@
#
# Copyright 2012 Xamarin Inc
#
AC_INIT(eglib, [0.3],
[http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])

Expand Down
1 change: 1 addition & 0 deletions eglib/src/gutf8.c
Expand Up @@ -5,6 +5,7 @@
* Atsushi Enomoto <atsushi@ximian.com>
*
* (C) 2006 Novell, Inc.
* Copyright 2012 Xamarin Inc
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions man/mcs.1
Expand Up @@ -530,7 +530,7 @@ funded by Ximian, Novell and Marek Safar.
.SH LICENSE
The Mono Compiler Suite is released under the terms of the GNU GPL or
the MIT X11. Please read the accompanying `COPYING' file for details.
Alternative licensing for the compiler is available from Novell.
Alternative licensing for the compiler is available from Xamarin.
.PP
.SH SEE ALSO
csharp(1), mdb(1), mono(1), mopen(1), pkg-config(1), sn(1)
Expand All @@ -543,7 +543,7 @@ http://www.mono-project.com/Bugs
The Mono Mailing lists are listed at http://www.mono-project.com/Mailing_Lists
.SH MORE INFORMATION
The Mono C# compiler was developed by Novell, Inc
(http://www.novell.com, http) and is based on the
(http://www.novell.com) and Xamarin Int (http://www.xamarin.com) is based on the
ECMA C# language standard available here:
http://www.ecma.ch/ecma1/STAND/ecma-334.htm
.PP
Expand Down
1 change: 1 addition & 0 deletions man/mono.1
Expand Up @@ -2,6 +2,7 @@
.\" mono manual page.
.\" Copyright 2003 Ximian, Inc.
.\" Copyright 2004-2011 Novell, Inc.
.\" Copyright 2011-2012 Xamarin Inc
.\" Author:
.\" Miguel de Icaza (miguel@gnu.org)
.\"
Expand Down
4 changes: 3 additions & 1 deletion mono/arch/arm/arm-codegen.h
@@ -1,6 +1,8 @@
/*
* arm-codegen.h
* Copyright (c) 2002 Sergey Chaban <serge@wildwestsoftware.com>
* Copyright (c) 2002-2003 Sergey Chaban <serge@wildwestsoftware.com>
* Copyright 2005-2011 Novell Inc
* Copyright 2011 Xamarin Inc
*/


Expand Down
5 changes: 5 additions & 0 deletions mono/arch/arm/arm-fpa-codegen.h
@@ -1,3 +1,8 @@
/*
* Copyright 2005 Novell Inc
* Copyright 2011 Xamarin Inc
*/

#ifndef __MONO_ARM_FPA_CODEGEN_H__
#define __MONO_ARM_FPA_CODEGEN_H__

Expand Down
1 change: 1 addition & 0 deletions mono/dis/get.c
Expand Up @@ -5,6 +5,7 @@
* Miguel de Icaza (miguel@ximian.com)
*
* (C) 2001 Ximian, Inc.
* Copyright 2012 Xamarin Inc
*/
#include <config.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions mono/io-layer/atomic.h
Expand Up @@ -5,6 +5,7 @@
* Dick Porter (dick@ximian.com)
*
* (C) 2002 Ximian, Inc.
* Copyright 2012 Xamarin Inc
*/

#ifndef _WAPI_ATOMIC_H_
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/appdomain.c
Expand Up @@ -8,6 +8,7 @@
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 2004-2009 Novell, Inc (http://www.novell.com)
* Copyright 2012 Xamarin Inc
*/
#undef ASSEMBLY_LOAD_DEBUG
#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/boehm-gc.c
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 2004-2011 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Copyright 2011-2012 Xamarin, Inc (http://www.xamarin.com)
*/

#include "config.h"
Expand Down
3 changes: 3 additions & 0 deletions mono/metadata/class-internals.h
@@ -1,3 +1,6 @@
/*
* Copyright 2012 Xamarin Inc
*/
#ifndef __MONO_METADATA_CLASS_INTERBALS_H__
#define __MONO_METADATA_CLASS_INTERBALS_H__

Expand Down
1 change: 1 addition & 0 deletions mono/metadata/class.c
Expand Up @@ -6,6 +6,7 @@
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 2004-2009 Novell, Inc (http://www.novell.com)
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/
#include <config.h>
#ifdef HAVE_ALLOCA_H
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/debug-mono-symfile.c
Expand Up @@ -5,6 +5,7 @@
* Mono Project (http://www.mono-project.com)
*
* Copyright (C) 2005-2008 Novell, Inc. (http://www.novell.com)
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/debug-mono-symfile.h
@@ -1,6 +1,7 @@
/*
* This header is only installed for use by the debugger:
* the structures and the API declared here are not supported.
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#ifndef __MONO_DEBUG_MONO_SYMFILE_H__
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/domain-internals.h
@@ -1,5 +1,6 @@
/*
* Appdomain-related internal data structures and functions.
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/
#ifndef __MONO_METADATA_DOMAIN_INTERNALS_H__
#define __MONO_METADATA_DOMAIN_INTERNALS_H__
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/domain.c
Expand Up @@ -7,7 +7,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-2012 Xamarin, Inc (http://www.xamarin.com)
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/file-io.c
Expand Up @@ -7,6 +7,7 @@
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 2004-2009 Novell, Inc (http://www.novell.com)
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/file-io.h
Expand Up @@ -6,6 +6,7 @@
* Dan Lewis (dihlewis@yahoo.co.uk)
*
* (C) 2001 Ximian, Inc.
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#ifndef _MONO_METADATA_FILEIO_H_
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/gc-internal.h
Expand Up @@ -4,6 +4,7 @@
* Author: Paolo Molaro <lupus@ximian.com>
*
* (C) 2002 Ximian, Inc.
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#ifndef __MONO_METADATA_GC_INTERNAL_H__
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/gc.c
Expand Up @@ -5,6 +5,7 @@
*
* Copyright 2002-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 2004-2009 Novell, Inc (http://www.novell.com)
* Copyright 2012 Xamarin Inc (http://www.xamarin.com)
*/

#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/icall.c
Expand Up @@ -8,7 +8,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-2012 Xamarin Inc (http://www.xamarin.com).
*/

#include <config.h>
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/mono-cq.c
Expand Up @@ -5,6 +5,7 @@
* Gonzalo Paniagua Javier (gonzalo@novell.com)
*
* Copyright (c) 2011 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin Inc
*/

#include <mono/metadata/object.h>
Expand Down
1 change: 1 addition & 0 deletions mono/metadata/mono-perfcounters.c
Expand Up @@ -6,6 +6,7 @@
* Author: Paolo Molaro (lupus@ximian.com)
*
* Copyright 2008-2009 Novell, Inc (http://www.novell.com)
* 2011 Xamarin, Inc
*/

#include "config.h"
Expand Down

0 comments on commit 612cb3e

Please sign in to comment.