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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-06-25 01:38:17 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-06-25 01:38:17 +0400
commitbab786ade5ca79aef61cc8fb98607e606464612e (patch)
tree51f0c77cbd3f7b668d63326d58d61adda535c9be /mcs/class/Microsoft.VisualC
parentd1c09fcc674eb5bf479db2ba41d24c43ad3c6d4e (diff)
Add licensing info
svn path=/trunk/mcs/; revision=30348
Diffstat (limited to 'mcs/class/Microsoft.VisualC')
-rwxr-xr-xmcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs21
-rwxr-xr-xmcs/class/Microsoft.VisualC/Assembly/Locale.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/DebugInfoInPDBAttribute.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/DecoratedNameAttribute.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsCXXReferenceModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsConstModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsLongModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsSignedModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsVolatileModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/MiscellaneousBitsAttribute.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/NeedsCopyConstructorModifier.cs21
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC/NoSignSpecifiedModifier.cs21
12 files changed, 252 insertions, 0 deletions
diff --git a/mcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs b/mcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs
index 00b00d482fa..7cf6dad768e 100755
--- a/mcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs
@@ -7,6 +7,27 @@
// (C) 2003 Ximian, Inc. http://www.ximian.com
//
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
using System;
using System.Reflection;
using System.Runtime.InteropServices;
diff --git a/mcs/class/Microsoft.VisualC/Assembly/Locale.cs b/mcs/class/Microsoft.VisualC/Assembly/Locale.cs
index a456449296f..92fbf2abe01 100755
--- a/mcs/class/Microsoft.VisualC/Assembly/Locale.cs
+++ b/mcs/class/Microsoft.VisualC/Assembly/Locale.cs
@@ -8,6 +8,27 @@
// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
//
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
internal sealed class Locale {
private Locale ()
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DebugInfoInPDBAttribute.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DebugInfoInPDBAttribute.cs
index fd67a592bb8..26d237e47b1 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DebugInfoInPDBAttribute.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DebugInfoInPDBAttribute.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DecoratedNameAttribute.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DecoratedNameAttribute.cs
index ce7c2b365e9..7c40bedb011 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DecoratedNameAttribute.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/DecoratedNameAttribute.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsCXXReferenceModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsCXXReferenceModifier.cs
index e75e874a40f..7b9b8d52d25 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsCXXReferenceModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsCXXReferenceModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsConstModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsConstModifier.cs
index d47322c8dee..de5d4315696 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsConstModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsConstModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsLongModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsLongModifier.cs
index 6d09c17908c..4ed69697b28 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsLongModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsLongModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsSignedModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsSignedModifier.cs
index 4253d11630b..2e356c4da6f 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsSignedModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsSignedModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsVolatileModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsVolatileModifier.cs
index d9ff7133650..a8342ef33c3 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsVolatileModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/IsVolatileModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/MiscellaneousBitsAttribute.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/MiscellaneousBitsAttribute.cs
index 06700c6817a..90a5f8c4085 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/MiscellaneousBitsAttribute.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/MiscellaneousBitsAttribute.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NeedsCopyConstructorModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NeedsCopyConstructorModifier.cs
index c2b92865b2c..a952e8b46c8 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NeedsCopyConstructorModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NeedsCopyConstructorModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC
diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NoSignSpecifiedModifier.cs b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NoSignSpecifiedModifier.cs
index 4d6600e3977..257fad43dc4 100644
--- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NoSignSpecifiedModifier.cs
+++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC/NoSignSpecifiedModifier.cs
@@ -1,3 +1,24 @@
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
using System;
namespace Microsoft.VisualC