From 93d4c77a4bcfcb97af749c93f10bfd555694deef Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 11 Apr 2014 16:07:07 +0900 Subject: [PATCH] Fix a few for AuthenticationSchemes.cs --- websocket-sharp/Net/AuthenticationSchemes.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } }