summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/Ivy/IvyException.cs11
1 files changed, 5 insertions, 6 deletions
diff --git a/CSharp/Ivy/Ivy/IvyException.cs b/CSharp/Ivy/Ivy/IvyException.cs
index bc1bbf4..90a91b8 100644
--- a/CSharp/Ivy/Ivy/IvyException.cs
+++ b/CSharp/Ivy/Ivy/IvyException.cs
@@ -1,15 +1,14 @@
+/// François-Régis Colin
+/// http://www.tls.cena.fr/products/ivy/
+/// *
+/// (C) CENA
+/// *
namespace IvyBus
{
using System;
/// <summary> signals that an unrecoverrable Ivy exception has occured.
- /// *
/// </summary>
- /// <author> François-Régis Colin
- /// </author>
- /// <author> <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a>
- ///
- /// </author>
public class IvyException:System.Exception
{