Browse Source

relicense NR.VB under MIT X11 license

pull/254/head
Siegfried Pammer 14 years ago
parent
commit
7542cc72bb
  1. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs
  2. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs
  3. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs
  4. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs
  5. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs
  6. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs
  7. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs
  8. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs
  9. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs
  10. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs
  11. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs
  12. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs
  13. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs
  14. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs
  15. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs
  16. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs
  17. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs
  18. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs
  19. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs
  20. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs
  21. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs
  22. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs
  23. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs
  24. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs
  25. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs
  26. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs
  27. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs
  28. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs
  29. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs
  30. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs
  31. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs
  32. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs
  33. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs
  34. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs
  35. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs
  36. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs
  37. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs
  38. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs
  39. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs
  40. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs
  41. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs
  42. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs
  43. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs
  44. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs
  45. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs
  46. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs
  47. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs
  48. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs
  49. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs
  50. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs
  51. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs
  52. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs
  53. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs
  54. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs
  55. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs
  56. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs
  57. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs
  58. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs
  59. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs
  60. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs
  61. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs
  62. 2
      NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs
  63. 2
      NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs
  64. 2
      NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs
  65. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs
  66. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs
  67. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs
  68. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs
  69. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs
  70. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs
  71. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs
  72. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs
  73. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs
  74. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs
  75. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs
  76. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs
  77. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs
  78. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs
  79. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs
  80. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs
  81. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs
  82. 2
      NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs
  83. 2
      NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs
  84. 2
      NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs
  85. 2
      NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs
  86. 2
      NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs
  87. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs
  88. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs
  89. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs
  90. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs
  91. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs
  92. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs
  93. 2
      NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs
  94. 2
      NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs
  95. 2
      NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Enums.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AnonymousObjectCreationExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ArrayInitializerExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/AssignmentExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/BinaryOperatorExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/CollectionRangeVariableDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ConditionalExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/Expression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/FieldInitializerExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetTypeExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/GetXmlNamespaceExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/IdentifierExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InstanceExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/InvocationExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/LambdaExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/MemberAccessExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/NamedArgumentExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ObjectCreationExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/ParenthesizedExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/PrimitiveExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/QueryExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/SimpleNameExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeOfIsExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/TypeReferenceExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/UnaryOperatorExpression.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/VariableInitializer.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlIdentifier.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Expressions/XmlLiteralString.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/Attribute.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributeBlock.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/AttributedNode.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/CompilationUnit.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/EventMemberSpecifier.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/InterfaceMemberSpecifier.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/ParameterDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/General/TypeParameterDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Generated.cs

@ -1,5 +1,5 @@ @@ -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;
//

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/DelegateDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/EnumMemberDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsClause.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/ImportsStatement.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/NamespaceDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/OptionStatement.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/GlobalScope/TypeDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/INullable.cs

@ -1,5 +1,5 @@ @@ -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
{

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Identifier.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/Statements/BlockStatement.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/Accessor.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ConstructorDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/EventDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/ExternalMethodDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/FieldDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/MethodDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/OperatorDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/PropertyDeclaration.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeMembers/VariableDeclarator.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/AstType.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/ComposedType.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/PrimitiveType.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/TypeName/QualifiedType.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Ast/VBModifierToken.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/ExpressionBuilder.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/AstBuilder/StatementBuilder.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Block.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinder.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/ExpressionFinderState.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Extensions.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/LATextReader.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/LookupTable.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/SavepointEventArgs.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/BlankLine.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/Comment.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/ISpecial.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/PreProcessingDirective.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/SpecialTracker.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/TagComment.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/Token.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexer.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/VBLexerMemento.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Lexer/XmlModeInfo.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/OutputVisitor.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/OutputVisitor/VBFormattingOptions.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Parser/Errors.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Parser/VBParser.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractOutputFormatter.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/AbstractPrettyPrintOptions.cs

@ -1,5 +1,5 @@ @@ -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
{

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/IOutputAstVisitor.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/SpecialNodesInserter.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputFormatter.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetOutputVisitor.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/PrettyPrinter/VBNet/VBNetPrettyPrintOptions.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/VBParser.cs

@ -1,5 +1,5 @@ @@ -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;

2
NRefactory/ICSharpCode.NRefactory.VB/Visitors/CSharpToVBConverterVisitor.cs

@ -1,5 +1,5 @@ @@ -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;

Loading…
Cancel
Save