summaryrefslogtreecommitdiff
path: root/src/ilasm
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-27 11:41:24 -0800
committerstephentoub <stoub@microsoft.com>2016-01-27 13:22:16 -0800
commit21f8416ad4204afc18ce315d99baa5f4ada28d9a (patch)
tree6767624f3ab0c185ad7ceec5d6e07c2784058ecf /src/ilasm
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/ilasm')
-rw-r--r--src/ilasm/MscorpeSxS.cpp7
-rw-r--r--src/ilasm/MscorpeSxS.h7
-rw-r--r--src/ilasm/Native.rc7
-rw-r--r--src/ilasm/asmenum.h7
-rw-r--r--src/ilasm/asmman.cpp7
-rw-r--r--src/ilasm/asmman.hpp7
-rw-r--r--src/ilasm/asmparse.h7
-rw-r--r--src/ilasm/asmparse.y8
-rw-r--r--src/ilasm/asmtemplates.h7
-rw-r--r--src/ilasm/assem.cpp7
-rw-r--r--src/ilasm/assembler.cpp7
-rw-r--r--src/ilasm/assembler.h7
-rw-r--r--src/ilasm/binstr.h7
-rw-r--r--src/ilasm/class.hpp7
-rw-r--r--src/ilasm/extractGrammar.pl6
-rw-r--r--src/ilasm/grammar_after.cpp7
-rw-r--r--src/ilasm/grammar_before.cpp7
-rw-r--r--src/ilasm/ilasmpch.cpp7
-rw-r--r--src/ilasm/ilasmpch.h7
-rw-r--r--src/ilasm/main.cpp7
-rw-r--r--src/ilasm/method.cpp7
-rw-r--r--src/ilasm/method.hpp7
-rw-r--r--src/ilasm/nvpair.h7
-rw-r--r--src/ilasm/prebuilt/asmparse.c7
-rw-r--r--src/ilasm/typar.hpp7
-rw-r--r--src/ilasm/writer.cpp7
-rw-r--r--src/ilasm/writer_enc.cpp7
27 files changed, 82 insertions, 107 deletions
diff --git a/src/ilasm/MscorpeSxS.cpp b/src/ilasm/MscorpeSxS.cpp
index c10d772c6b..b3b94f466b 100644
--- a/src/ilasm/MscorpeSxS.cpp
+++ b/src/ilasm/MscorpeSxS.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: MscorpeSxS.cpp
//
diff --git a/src/ilasm/MscorpeSxS.h b/src/ilasm/MscorpeSxS.h
index 92b15b76da..8cee9c49cd 100644
--- a/src/ilasm/MscorpeSxS.h
+++ b/src/ilasm/MscorpeSxS.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: MscorpeSxS.h
//
diff --git a/src/ilasm/Native.rc b/src/ilasm/Native.rc
index 41216be0ed..2164680d3c 100644
--- a/src/ilasm/Native.rc
+++ b/src/ilasm/Native.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Framework IL assembler\0"
diff --git a/src/ilasm/asmenum.h b/src/ilasm/asmenum.h
index 8dd4318cb5..e16ee23dd0 100644
--- a/src/ilasm/asmenum.h
+++ b/src/ilasm/asmenum.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef __asmenum_h__
#define __asmenum_h__
diff --git a/src/ilasm/asmman.cpp b/src/ilasm/asmman.cpp
index aab06a818b..715a4e88c8 100644
--- a/src/ilasm/asmman.cpp
+++ b/src/ilasm/asmman.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// asmman.cpp - manifest info handling (implementation of class AsmMan, see asmman.hpp)
//
diff --git a/src/ilasm/asmman.hpp b/src/ilasm/asmman.hpp
index 31e73b743b..35d8fdc0bc 100644
--- a/src/ilasm/asmman.hpp
+++ b/src/ilasm/asmman.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// asmman.hpp - header file for manifest-related ILASM functions
//
diff --git a/src/ilasm/asmparse.h b/src/ilasm/asmparse.h
index 2f9cf21bc5..3c18f35a75 100644
--- a/src/ilasm/asmparse.h
+++ b/src/ilasm/asmparse.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/**************************************************************************/
/* asmParse is basically a wrapper around a YACC grammer COM+ assembly */
diff --git a/src/ilasm/asmparse.y b/src/ilasm/asmparse.y
index 6619cfba20..051df92199 100644
--- a/src/ilasm/asmparse.y
+++ b/src/ilasm/asmparse.y
@@ -1,9 +1,9 @@
%{
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
//
// File asmparse.y
//
diff --git a/src/ilasm/asmtemplates.h b/src/ilasm/asmtemplates.h
index 7ec206ec80..eb2b413abf 100644
--- a/src/ilasm/asmtemplates.h
+++ b/src/ilasm/asmtemplates.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef ASMTEMPLATES_H
#define ASMTEMPLATES_H
diff --git a/src/ilasm/assem.cpp b/src/ilasm/assem.cpp
index f06320eda5..3de34e5aec 100644
--- a/src/ilasm/assem.cpp
+++ b/src/ilasm/assem.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: assem.cpp
//
diff --git a/src/ilasm/assembler.cpp b/src/ilasm/assembler.cpp
index a027a10620..690da64890 100644
--- a/src/ilasm/assembler.cpp
+++ b/src/ilasm/assembler.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: assembler.cpp
//
diff --git a/src/ilasm/assembler.h b/src/ilasm/assembler.h
index 8f3a71e7cc..cbb591ac1c 100644
--- a/src/ilasm/assembler.h
+++ b/src/ilasm/assembler.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/************************************************************************/
/* Assembler.h */
/************************************************************************/
diff --git a/src/ilasm/binstr.h b/src/ilasm/binstr.h
index 0b8ee1794f..275b810a5c 100644
--- a/src/ilasm/binstr.h
+++ b/src/ilasm/binstr.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/**************************************************************************/
/* a binary string (blob) class */
diff --git a/src/ilasm/class.hpp b/src/ilasm/class.hpp
index 027021de37..f281c77f5a 100644
--- a/src/ilasm/class.hpp
+++ b/src/ilasm/class.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// class.hpp
//
diff --git a/src/ilasm/extractGrammar.pl b/src/ilasm/extractGrammar.pl
index b5a99b1fea..0fac9b5804 100644
--- a/src/ilasm/extractGrammar.pl
+++ b/src/ilasm/extractGrammar.pl
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft. All rights reserved.
-# Licensed under the MIT license. See LICENSE file in the project root for full license information.
+# Licensed to the .NET Foundation under one or more agreements.
+# The .NET Foundation licenses this file to you under the MIT license.
+# See the LICENSE file in the project root for more information.
#
# a simple script that extracts the grammar from a yacc file
diff --git a/src/ilasm/grammar_after.cpp b/src/ilasm/grammar_after.cpp
index d0271a64e1..61de517e0e 100644
--- a/src/ilasm/grammar_after.cpp
+++ b/src/ilasm/grammar_after.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/********************************************************************************/
/* Code goes here */
diff --git a/src/ilasm/grammar_before.cpp b/src/ilasm/grammar_before.cpp
index c6b238813d..42d2927fa5 100644
--- a/src/ilasm/grammar_before.cpp
+++ b/src/ilasm/grammar_before.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include <asmparse.h>
#include <assembler.h>
diff --git a/src/ilasm/ilasmpch.cpp b/src/ilasm/ilasmpch.cpp
index c4e6eb73de..96e6eb9bf0 100644
--- a/src/ilasm/ilasmpch.cpp
+++ b/src/ilasm/ilasmpch.cpp
@@ -1,6 +1,5 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ilasmpch.h"
diff --git a/src/ilasm/ilasmpch.h b/src/ilasm/ilasmpch.h
index 16d1cad64b..6e9df46910 100644
--- a/src/ilasm/ilasmpch.h
+++ b/src/ilasm/ilasmpch.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#if !defined(_ILASMPCH_H)
#define _ILASMPCH_H
diff --git a/src/ilasm/main.cpp b/src/ilasm/main.cpp
index 18142e3f9f..f52cf3f215 100644
--- a/src/ilasm/main.cpp
+++ b/src/ilasm/main.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
// File: main.cpp
//
diff --git a/src/ilasm/method.cpp b/src/ilasm/method.cpp
index 1e3eec5e65..18f6c47b00 100644
--- a/src/ilasm/method.cpp
+++ b/src/ilasm/method.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// file: method.cpp
//
diff --git a/src/ilasm/method.hpp b/src/ilasm/method.hpp
index 86019201e6..a70fab43a8 100644
--- a/src/ilasm/method.hpp
+++ b/src/ilasm/method.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// method.hpp
//
diff --git a/src/ilasm/nvpair.h b/src/ilasm/nvpair.h
index 9f67b98b42..8e0f4bd4ac 100644
--- a/src/ilasm/nvpair.h
+++ b/src/ilasm/nvpair.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/***************************************************************************/
/* Name value pair (both strings) which can be linked into a list of pairs */
diff --git a/src/ilasm/prebuilt/asmparse.c b/src/ilasm/prebuilt/asmparse.c
index be0a26e821..71b31a5ed6 100644
--- a/src/ilasm/prebuilt/asmparse.c
+++ b/src/ilasm/prebuilt/asmparse.c
@@ -4,10 +4,9 @@
#line 2 "asmparse.y"
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+ // Licensed to the .NET Foundation under one or more agreements.
+ // The .NET Foundation licenses this file to you under the MIT license.
+ // See the LICENSE file in the project root for more information.
//
// File asmparse.y
//
diff --git a/src/ilasm/typar.hpp b/src/ilasm/typar.hpp
index ad5cb0e997..143a4a2da3 100644
--- a/src/ilasm/typar.hpp
+++ b/src/ilasm/typar.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/**************************************************************************/
/* a type parameter list */
diff --git a/src/ilasm/writer.cpp b/src/ilasm/writer.cpp
index 542b2fd3c3..b5b87ce1ad 100644
--- a/src/ilasm/writer.cpp
+++ b/src/ilasm/writer.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// writer.cpp
//
diff --git a/src/ilasm/writer_enc.cpp b/src/ilasm/writer_enc.cpp
index d8b87bb88c..055b2edca9 100644
--- a/src/ilasm/writer_enc.cpp
+++ b/src/ilasm/writer_enc.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// writer_ENC.cpp
//