diff options
Diffstat (limited to 'csharp/PunycodeException.cs')
-rw-r--r-- | csharp/PunycodeException.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csharp/PunycodeException.cs b/csharp/PunycodeException.cs index d1ec0f6..211c198 100644 --- a/csharp/PunycodeException.cs +++ b/csharp/PunycodeException.cs @@ -1,5 +1,6 @@ /// <summary> -/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +/// Foundation, Inc. /// * /// Author: Alexander Gnauck AG-Software, mailto:gnauck@ag-software.de /// * @@ -39,4 +40,4 @@ namespace Gnu.Inet.Encoding { } } -}
\ No newline at end of file +} |