add copyright
This commit is contained in:
Родитель
927935fefc
Коммит
3227912793
|
@ -1,4 +1,6 @@
|
|||
using System.Web;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace ChatRoomAspNet
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Configuration;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System.Configuration;
|
||||
using Owin;
|
||||
|
||||
namespace ChatRoomAspNet
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Web.Http;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System.Web.Http;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
|
||||
namespace ChatRoomAspNet
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Configuration;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System.Configuration;
|
||||
using System.Security.Claims;
|
||||
using System.Web.Http;
|
||||
using Microsoft.Azure.SignalR;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.AspNetCore.SignalR;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace ChatRoomAspNet
|
||||
{
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Reflection;
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
namespace Timer
|
||||
{
|
||||
using System;
|
||||
|
|
Загрузка…
Ссылка в новой задаче