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