Merge pull request #204 from piotrpMSFT/LicenseHeaders

Update Copyright headers in all source files.
This commit is contained in:
Piotr Puszkiewicz 2015-11-16 22:12:05 -08:00
commit 4bc69ed204
167 changed files with 550 additions and 143 deletions

View file

@ -1,3 +1,8 @@
#
# Copyright (c) .NET Foundation and contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
param(
[Parameter(Mandatory=$true)][string]$Tfm,
[Parameter(Mandatory=$true)][string]$Rid,

View file

@ -1,4 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) .NET Foundation and contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
set -e

View file

@ -1,4 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) .NET Foundation and contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
# Managed code doesn't need 'x'
find . -type f -name "*.dll" | xargs chmod 644