Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
committerKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
commit546a1134d2d6d75e2989249f9b0803ec03e71789 (patch)
tree4236e4ad5f93b22d7ea59722e21a2e824075425e /mcs/class/System/System.ComponentModel.Design.Serialization
parent31c90e9e978f5bfd536be3dd79875fcdf0a02a15 (diff)
Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default encoding for compilers.
svn path=/trunk/mcs/; revision=64941
Diffstat (limited to 'mcs/class/System/System.ComponentModel.Design.Serialization')
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ContextStack.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/INameCreationService.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs4
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs4
10 files changed, 20 insertions, 20 deletions
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/ContextStack.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/ContextStack.cs
index 745c4dcd5f2..90d5ccd99eb 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/ContextStack.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/ContextStack.cs
@@ -2,10 +2,10 @@
// System.ComponentModel.Design.Serialization.ContextStack.cs
//
// Author:
-// Alejandro Sánchez Acosta (raciel@gnome.org)
+// Alejandro Sánchez Acosta (raciel@gnome.org)
// Andreas Nahr (ClassDevelopment@A-SoftTech.com)
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
// (C) 2003 Andreas Nahr
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs
index a56ac912b43..8ff57bd7430 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.IDesignerLoaderHost.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs
index 487ea8cec1a..e7b5c4a2041 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.IDesignerLoaderService.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs
index 7e86656d910..8133c22d70c 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.IDesignerSerializationManager.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs
index 1bfef07b524..96d688274fb 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.IDesignerSerializationProvider.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs
index 07068253736..5388ccffcac 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.IDesignerSerializationService.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/INameCreationService.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/INameCreationService.cs
index 61e2bd79ab2..7159189454a 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/INameCreationService.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/INameCreationService.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.INameCreationService.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs
index fd043fb69a9..0123275b842 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs
@@ -2,9 +2,9 @@
// System.ComponentModel.Design.Serialization.ResolveNameEventArgs.cs
//
// Author:
-// Alejandro Sánchez Acosta (raciel@gnome.org)
+// Alejandro Sánchez Acosta (raciel@gnome.org)
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs
index b42f4c6b2b3..a1ce32f4597 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs
@@ -1,9 +1,9 @@
// System.ComponentModel.Design.Serialization.ResolvedNameEventHandler.cs
//
// Author:
-// Alejandro Sánchez Acosta <raciel@gnome.org>
+// Alejandro Sánchez Acosta <raciel@gnome.org>
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
//
//
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs
index 64918dd829d..d0be65f2e45 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs
@@ -2,10 +2,10 @@
// System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.cs
//
// Authors:
-// Alejandro Sánchez Acosta (raciel@gnome.org)
+// Alejandro Sánchez Acosta (raciel@gnome.org)
// Andreas Nahr (ClassDevelopment@A-SoftTech.com)
//
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
// (C) 2003 Andreas Nahr
//