OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Add license header for source files #28

Closed congysu closed 8 years ago

congysu commented 8 years ago

Such as:

// Copyright (c) Microsoft Corporation.  All rights reserved.
// Licensed under the MIT License.  See License.txt in the project root for license information.
LaylaLiu commented 8 years ago

There is an extension tool ( https://visualstudiogallery.msdn.microsoft.com/5647a099-77c9-4a49-91c3-94001828e99e) in VS which can help to add license headers

TomDu commented 8 years ago

Merged, thanks.

EMMWIS commented 3 months ago

Such as:

// Copyright (c) Microsoft Corporation.  All rights reserved.
// Licensed under the MIT License.  See License.txt in the project root for license information.

c0rey.be.side.be