add copyrights on csharp
This commit is contained in:
parent
ca144945ac
commit
43370a6e12
|
@ -1,4 +1,9 @@
|
|||
namespace Antlr4.Runtime
|
||||
/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved.
|
||||
* Use is of this file is governed by the BSD 3-clause license that
|
||||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
|
||||
namespace Antlr4.Runtime
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Antlr4.Runtime
|
||||
/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved.
|
||||
* Use is of this file is governed by the BSD 3-clause license that
|
||||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
|
||||
namespace Antlr4.Runtime
|
||||
{
|
||||
using System;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#if PORTABLE
|
||||
/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved.
|
||||
* Use is of this file is governed by the BSD 3-clause license that
|
||||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
|
||||
#if PORTABLE
|
||||
|
||||
namespace System
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Antlr4.Runtime.Sharpen
|
||||
/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved.
|
||||
* Use is of this file is governed by the BSD 3-clause license that
|
||||
* can be found in the LICENSE.txt file in the project root.
|
||||
*/
|
||||
|
||||
namespace Antlr4.Runtime.Sharpen
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
Loading…
Reference in New Issue