diff options
Diffstat (limited to 'csharp/Punycode.cs')
-rw-r--r-- | csharp/Punycode.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csharp/Punycode.cs b/csharp/Punycode.cs index 4a9463a..410b1c6 100644 --- a/csharp/Punycode.cs +++ b/csharp/Punycode.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 /// * @@ -296,4 +297,4 @@ namespace Gnu.Inet.Encoding } } } -}
\ No newline at end of file +} |