Fix a few for AuthenticationSchemes.cs

This commit is contained in:
sta 2014-04-11 16:07:07 +09:00
parent aa3f297670
commit 93d4c77a4b

View File

@ -8,7 +8,7 @@
* The MIT License * The MIT License
* *
* Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-2013 sta.blockhead * Copyright (c) 2012-2014 sta.blockhead
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
@ -33,7 +33,7 @@
#region Authors #region Authors
/* /*
* Authors: * Authors:
* Atsushi Enomoto <atsushi@ximian.com> * - Atsushi Enomoto <atsushi@ximian.com>
*/ */
#endregion #endregion
@ -62,6 +62,6 @@ namespace WebSocketSharp.Net
/// <summary> /// <summary>
/// Indicates anonymous authentication. /// Indicates anonymous authentication.
/// </summary> /// </summary>
Anonymous = 0x8000, Anonymous = 0x8000
} }
} }