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/Mono.Xml.Ext
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/Mono.Xml.Ext')
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XPath2Expression.cs2
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryContext.cs2
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryExpression.cs2
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunctionContextAttribute.cs2
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryModuleProlog.cs2
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml/XmlStoredResolver.cs2
6 files changed, 6 insertions, 6 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XPath2Expression.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XPath2Expression.cs
index f4ec7fff289..cdcb88e0ea5 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XPath2Expression.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XPath2Expression.cs
@@ -1,4 +1,4 @@
-//
+//
// XPath2Expression.cs - abstract syntax tree for XPath 2.0
//
// Author:
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryContext.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryContext.cs
index c4367efcb80..f5be00c2241 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryContext.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryContext.cs
@@ -1,4 +1,4 @@
-//
+//
// XQueryContext.cs - XQuery/XPath2 dynamic context
//
// Author:
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryExpression.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryExpression.cs
index fcb6dc00db7..2b1b0c01560 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryExpression.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryExpression.cs
@@ -1,4 +1,4 @@
-//
+//
// XQueryExpression.cs - abstract syntax tree for XQuery 1.0
//
// Author:
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunctionContextAttribute.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunctionContextAttribute.cs
index 5c8d6b9c8c4..c93b2fa8757 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunctionContextAttribute.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunctionContextAttribute.cs
@@ -1,4 +1,4 @@
-//
+//
// XQueryFunctionContextAttribute.cs
//
// Author:
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryModuleProlog.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryModuleProlog.cs
index 7091c775e71..2df8a8efe00 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryModuleProlog.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryModuleProlog.cs
@@ -1,4 +1,4 @@
-//
+//
// XQueryModuleProlog.cs - abstract syntax tree for XQuery
//
// Author:
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml/XmlStoredResolver.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml/XmlStoredResolver.cs
index 8464e32d5f3..73215bb9dfa 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml/XmlStoredResolver.cs
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml/XmlStoredResolver.cs
@@ -1,4 +1,4 @@
-//
+//
// XmlStoredResolver.cs
//
// Author: Atsushi Enomoto <atsushi@ximian.com>