From 7542cc72bb9240b1c45a804c1778da41c0dc8bad Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 14 Jul 2011 12:17:11 +0200 Subject: [PATCH] relicense NR.VB under MIT X11 license --- NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs | 2 +- .../Ast/Expressions/AnonymousObjectCreationExpression.cs | 2 +- .../Ast/Expressions/ArrayInitializerExpression.cs | 2 +- .../Ast/Expressions/AssignmentExpression.cs | 2 +- .../Ast/Expressions/BinaryOperatorExpression.cs | 2 +- .../Ast/Expressions/CollectionRangeVariableDeclaration.cs | 2 +- .../Ast/Expressions/ConditionalExpression.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs | 2 +- .../Ast/Expressions/FieldInitializerExpression.cs | 2 +- .../Ast/Expressions/GetTypeExpression.cs | 2 +- .../Ast/Expressions/GetXmlNamespaceExpression.cs | 2 +- .../Ast/Expressions/IdentifierExpression.cs | 2 +- .../Ast/Expressions/InstanceExpression.cs | 2 +- .../Ast/Expressions/InvocationExpression.cs | 2 +- .../Ast/Expressions/LambdaExpression.cs | 2 +- .../Ast/Expressions/MemberAccessExpression.cs | 2 +- .../Ast/Expressions/NamedArgumentExpression.cs | 2 +- .../Ast/Expressions/ObjectCreationExpression.cs | 2 +- .../Ast/Expressions/ParenthesizedExpression.cs | 2 +- .../Ast/Expressions/PrimitiveExpression.cs | 2 +- .../Ast/Expressions/QueryExpression.cs | 2 +- .../Ast/Expressions/SimpleNameExpression.cs | 2 +- .../Ast/Expressions/TypeOfIsExpression.cs | 2 +- .../Ast/Expressions/TypeReferenceExpression.cs | 2 +- .../Ast/Expressions/UnaryOperatorExpression.cs | 2 +- .../Ast/Expressions/VariableInitializer.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs | 2 +- .../Ast/Expressions/XmlLiteralString.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs | 2 +- .../Ast/General/EventMemberSpecifier.cs | 2 +- .../Ast/General/InterfaceMemberSpecifier.cs | 2 +- .../Ast/General/ParameterDeclaration.cs | 2 +- .../Ast/General/TypeParameterDeclaration.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs | 2 +- .../Ast/GlobalScope/DelegateDeclaration.cs | 2 +- .../Ast/GlobalScope/EnumDeclaration.cs | 2 +- .../Ast/GlobalScope/EnumMemberDeclaration.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs | 2 +- .../Ast/GlobalScope/ImportsStatement.cs | 2 +- .../Ast/GlobalScope/NamespaceDeclaration.cs | 2 +- .../Ast/GlobalScope/OptionStatement.cs | 2 +- .../Ast/GlobalScope/TypeDeclaration.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs | 2 +- .../Ast/TypeMembers/ConstructorDeclaration.cs | 2 +- .../Ast/TypeMembers/EventDeclaration.cs | 2 +- .../Ast/TypeMembers/ExternalMethodDeclaration.cs | 2 +- .../Ast/TypeMembers/FieldDeclaration.cs | 2 +- .../Ast/TypeMembers/MethodDeclaration.cs | 2 +- .../Ast/TypeMembers/OperatorDeclaration.cs | 2 +- .../Ast/TypeMembers/PropertyDeclaration.cs | 2 +- .../Ast/TypeMembers/VariableDeclarator.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs | 2 +- .../ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs | 2 +- .../ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs | 2 +- .../ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs | 2 +- .../ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs | 2 +- .../ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs | 2 +- .../ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs | 2 +- .../Lexer/Special/PreProcessingDirective.cs | 2 +- .../ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs | 2 +- .../ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs | 2 +- .../ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs | 2 +- .../OutputVisitor/VBFormattingOptions.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs | 2 +- .../PrettyPrinter/AbstractOutputFormatter.cs | 2 +- .../PrettyPrinter/AbstractPrettyPrintOptions.cs | 2 +- .../PrettyPrinter/IOutputAstVisitor.cs | 2 +- .../PrettyPrinter/SpecialNodesInserter.cs | 2 +- .../PrettyPrinter/VBNet/VBNetOutputFormatter.cs | 2 +- .../PrettyPrinter/VBNet/VBNetOutputVisitor.cs | 2 +- .../PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs | 2 +- NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs | 2 +- .../Visitors/CSharpToVBConverterVisitor.cs | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs index 3d6e42369..a3fa8d618 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs index 98f7875a5..ac3f8d0da 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs index 772602de9..785f2c19b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs index 250e27b71..bab517a57 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs index d406be199..b83a0909f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs index 1e2fb7643..711341d0c 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs index 94d9949bd..4b53d5663 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs index 85ccf6ac4..dad5cd933 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs index 7a005a4fd..bc77666c8 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs index ce118eb63..573d1cf8b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs index 07a523738..390281d3f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs index 89e6d4ec1..fa3b642d5 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs index 80e376524..d51972cb1 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs index e0eec7b05..6a81c0376 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs index 25090d7ad..75863cbfc 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs index ca030b2f1..17e805775 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs index be4c3249d..730eaafaf 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs index 093efb737..6e28b292d 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs index 492426b66..31c234044 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs index 08e469b1a..39eeabc07 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using ICSharpCode.NRefactory.VB.PrettyPrinter; using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs index 235035034..2701d4e89 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs index 82250a8fa..0face5c9e 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs index a1dfa6ea5..54ef20f94 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs index cfe920d1e..d163fcd77 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs index 43c7881c8..787698484 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs index f73833de4..7d1cb87e7 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs index 7d3a6ca0b..97860526f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs index 3195bcd69..90845e0fb 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs index 22261575e..a46e27549 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs index 2e06d3917..57d69db33 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs index 160ab9145..f7330195f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs index 6dbe78427..fcc2f2b1b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs index 5550ed53a..da1e14cf4 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs index 1cf061018..84cc23da6 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs index f382cfeb5..61b4f2ae3 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs index e82a50c90..cfce07056 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs index bd973a0d7..dee6e4d96 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs @@ -1,5 +1,5 @@ //// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -//// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +//// This code is distributed under MIT X11 license (for details please see \doc\license.txt) //using System; //using System.Collections.Generic; // diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs index bc2d06ca0..8a88c9135 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs index b24fc4b23..736d579ff 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs index 476ec5636..72e757c60 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs index a7c8dfa17..a9d7f45bf 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs index 6691b852b..24ea944d6 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; using ICSharpCode.NRefactory.PatternMatching; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs index 5c392a73a..5859cc40a 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs index 903439c89..299cc5b01 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; using ICSharpCode.NRefactory.PatternMatching; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs index 1c7af2966..1780cb59d 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs index 14a65a444..1ce646f6b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) namespace ICSharpCode.NRefactory.VB.Ast { diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs index 72f3cbdd2..99028a896 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs index 2e03e0ab9..1cce01649 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs index be9751b6a..7eb287c26 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs index 7076d2215..9e57fc572 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs index 5357ef47d..ce0181964 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs index a706ceaaa..d5d975447 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Runtime.InteropServices; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs index 06cf639d9..528d632cb 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs index 7da71936a..a6dd87159 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs index 8e3574e53..f6591e4a4 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs index 1b0a7d7d2..6fdab3842 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs index 94227bdc7..a3ad2892a 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs index 0fe6228a2..d9f7e4ce2 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs index e214a7e4b..4b688366c 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Linq; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs index 8d6badc8f..d7dc0c245 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Linq; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs index 116f9918c..4c3d93cd3 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs b/NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs index bd87cca4e..2039901e4 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs b/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs index 402dc449f..7ac2ef32c 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs b/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs index 1f3541f15..eb227171f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs index c9ffba0d2..b568e0440 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs index 15b9bdd6d..cb6f23615 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs index 485ed3d23..0feda1f93 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs index 7b5d4163a..0107d3f08 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs index f11043307..eff8b821e 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs index 2ec80b687..eb2c94dfc 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Globalization; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs index f3ee77a93..651ecb71b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs index 5120bd765..5821ca6a9 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs index 82772f2d4..ecfc393fa 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs index 1c9bb63e9..7eac974d5 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs index a58964211..52c1abb37 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs index 97c0a7481..4b9222190 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs index 2107163e4..6ae334b2f 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs index 3209cf162..39863d125 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs index ae4ed7d63..54df5cab6 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs index 6aac502c2..ea2dc116e 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs index 148475ccd..30e9d0f8c 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs index 4f3ef71e9..2141ac353 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs b/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs index 88d001350..925f7168a 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs b/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs index 8888bf2ff..5dbf95054 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs b/NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs index 6cd0b2e24..ab9e615bd 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Text; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs b/NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs index c099d7981..bb3516cb2 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs index c69a56b12..c858d664b 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs index 438fc54a3..7da8a578c 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) namespace ICSharpCode.NRefactory.VB.PrettyPrinter { diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs index 71ccb5d0f..049696dad 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using ICSharpCode.NRefactory.VB.Parser; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs index 95fdcf389..f44d91263 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs index ca2325bba..aadd790af 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using ICSharpCode.NRefactory.VB.Parser; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs index 972c09260..d4635d1d1 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs index 0b6170a07..8178afde0 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs b/NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs index 27d244be1..5f62f952a 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs b/NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs index f1c6e3949..683ae235a 100644 --- a/NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs +++ b/NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs @@ -1,5 +1,5 @@ // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) -// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic;