diff --git a/websocket-sharp/Net/AuthenticationSchemes.cs b/websocket-sharp/Net/AuthenticationSchemes.cs index 915ad14f..af0efb17 100644 --- a/websocket-sharp/Net/AuthenticationSchemes.cs +++ b/websocket-sharp/Net/AuthenticationSchemes.cs @@ -8,7 +8,7 @@ * The MIT License * * 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 * of this software and associated documentation files (the "Software"), to deal @@ -33,7 +33,7 @@ #region Authors /* * Authors: - * Atsushi Enomoto + * - Atsushi Enomoto */ #endregion @@ -62,6 +62,6 @@ namespace WebSocketSharp.Net /// /// Indicates anonymous authentication. /// - Anonymous = 0x8000, + Anonymous = 0x8000 } }