diff --git a/ICSharpCode.TextEditor/copyright.txt b/ICSharpCode.TextEditor/copyright.txt index 055998e68..914c9875c 100644 --- a/ICSharpCode.TextEditor/copyright.txt +++ b/ICSharpCode.TextEditor/copyright.txt @@ -1,4 +1,4 @@ -Copyright 2002-2012 by +Copyright 2002-2010 by AlphaSierraPapa, Christoph Wille Vordernberger Strasse 27/8 diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs b/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs index a92512631..1fd74da2e 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs @@ -1,4 +1,6 @@ -using System.Collections.Generic; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System.Collections.Generic; using PascalABCCompiler.SyntaxTree; using PascalABCCompiler.Errors; using QUT.Gppg; diff --git a/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs b/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs index 3ed590c01..8cb02259f 100644 --- a/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs +++ b/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.IO; using PascalABCCompiler.ParserTools; using PascalABCCompiler.SyntaxTree; diff --git a/Parsers/PascalABCParserNewSaushkin/Errors1.cs b/Parsers/PascalABCParserNewSaushkin/Errors1.cs index 407e069b0..0954e4c11 100644 --- a/Parsers/PascalABCParserNewSaushkin/Errors1.cs +++ b/Parsers/PascalABCParserNewSaushkin/Errors1.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.SyntaxTree; using System.Collections.Generic; diff --git a/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs b/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs index 034c46308..a7c8456ce 100644 --- a/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs +++ b/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs b/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs index 0e8e0cf0b..b45c6803f 100644 --- a/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs +++ b/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs b/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs index a3825341d..aa0c14b26 100644 --- a/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs +++ b/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Globalization; using System.Text; diff --git a/PluginsSupport/Classes.cs b/PluginsSupport/Classes.cs index eb9d0f7a1..39719fd65 100644 --- a/PluginsSupport/Classes.cs +++ b/PluginsSupport/Classes.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/PluginsSupport/Interfaces.cs b/PluginsSupport/Interfaces.cs index d57d0e86b..3077374f2 100644 --- a/PluginsSupport/Interfaces.cs +++ b/PluginsSupport/Interfaces.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/PluginsSupport/Properties/AssemblyInfo.cs b/PluginsSupport/Properties/AssemblyInfo.cs index 361d087b8..2494fdeaf 100644 --- a/PluginsSupport/Properties/AssemblyInfo.cs +++ b/PluginsSupport/Properties/AssemblyInfo.cs @@ -1,4 +1,6 @@ -using System.Reflection; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -8,9 +10,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("PluginsController")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DSS")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PluginsController")] -[assembly: AssemblyCopyright("Copyright © DSS 2006")] +[assembly: AssemblyCopyright("Copyright © Ivan Bondarev, Stanislav Mihalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SyntaxTree/tree/AbstractVisitor.cs b/SyntaxTree/tree/AbstractVisitor.cs index 44f9c0b3c..d8ef4ca20 100644 --- a/SyntaxTree/tree/AbstractVisitor.cs +++ b/SyntaxTree/tree/AbstractVisitor.cs @@ -1,4 +1,3 @@ - namespace PascalABCCompiler.SyntaxTree { diff --git a/VisualPascalABCNET/AboutBox.cs b/VisualPascalABCNET/AboutBox.cs index 3c296fe40..2127ff157 100644 --- a/VisualPascalABCNET/AboutBox.cs +++ b/VisualPascalABCNET/AboutBox.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs b/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs index 2f7333ec2..71d2d63d6 100644 --- a/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs +++ b/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/CompileOptionsSet.cs b/VisualPascalABCNET/CompileOptionsSet.cs index e0a4f4415..89c8ef97a 100644 --- a/VisualPascalABCNET/CompileOptionsSet.cs +++ b/VisualPascalABCNET/CompileOptionsSet.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/CompilerForm.cs b/VisualPascalABCNET/CompilerForm.cs index 75b0e821a..41a553a46 100644 --- a/VisualPascalABCNET/CompilerForm.cs +++ b/VisualPascalABCNET/CompilerForm.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/Config/AssemblyInfo.cs b/VisualPascalABCNET/Config/AssemblyInfo.cs index b0b754c73..1c5924efd 100644 --- a/VisualPascalABCNET/Config/AssemblyInfo.cs +++ b/VisualPascalABCNET/Config/AssemblyInfo.cs @@ -1,4 +1,6 @@ -using System.Reflection; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyTitle("PascalABC.NET")] diff --git a/VisualPascalABCNET/FSWatcherService.cs b/VisualPascalABCNET/FSWatcherService.cs index 75c27c46b..edec9f933 100644 --- a/VisualPascalABCNET/FSWatcherService.cs +++ b/VisualPascalABCNET/FSWatcherService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/VisualPascalABCNET/FileMonitoring.cs b/VisualPascalABCNET/FileMonitoring.cs index 340bdb99e..5034a12ab 100644 --- a/VisualPascalABCNET/FileMonitoring.cs +++ b/VisualPascalABCNET/FileMonitoring.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.IO; diff --git a/VisualPascalABCNET/Form1.cs b/VisualPascalABCNET/Form1.cs index e55af91f8..a53a7ab21 100644 --- a/VisualPascalABCNET/Form1.cs +++ b/VisualPascalABCNET/Form1.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/GotoLine.cs b/VisualPascalABCNET/GotoLine.cs index 25ecc29d3..811ee8561 100644 --- a/VisualPascalABCNET/GotoLine.cs +++ b/VisualPascalABCNET/GotoLine.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs index 63bce12d2..aa66f55a9 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Drawing; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs index 3e32c80df..8c5bd0d96 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs index b9538e156..745cb1117 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs index e58644b7b..b9930d766 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs index 349aa918d..308f16aee 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs index b034e8b5b..39800e105 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs index 986527f07..ce83eb986 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs index 82941dbb5..c970b9203 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs b/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs index b4692d5b8..720100745 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs b/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs index 814690053..49ad81565 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs index aa7ea0024..aef2a6457 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Drawing; diff --git a/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs b/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs index 32da3d1c6..1a6166c82 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Drawing; using System.IO; diff --git a/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs b/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs index d48173abe..59134fb96 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/VisualPascalABCNET/IB/Debugger/Actions.cs b/VisualPascalABCNET/IB/Debugger/Actions.cs index 58844d2a9..40556cdea 100644 --- a/VisualPascalABCNET/IB/Debugger/Actions.cs +++ b/VisualPascalABCNET/IB/Debugger/Actions.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using ICSharpCode.TextEditor; namespace VisualPascalABC diff --git a/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs b/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs index 6188fd590..3dbfc5447 100644 --- a/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs +++ b/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs @@ -1,4 +1,5 @@ - +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/VisualPascalABCNET/IB/Debugger/Bookmarks.cs b/VisualPascalABCNET/IB/Debugger/Bookmarks.cs index 59d46950d..318e65f36 100644 --- a/VisualPascalABCNET/IB/Debugger/Bookmarks.cs +++ b/VisualPascalABCNET/IB/Debugger/Bookmarks.cs @@ -1,3 +1,6 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +// This is a modified file from SharpDevelop project (Copyright (c) AlphaSierraPapa) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs b/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs index bdbf74be2..8691f1697 100644 --- a/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs +++ b/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs @@ -1,4 +1,5 @@ - +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/VisualPascalABCNET/IB/Debugger/Debugger.cs b/VisualPascalABCNET/IB/Debugger/Debugger.cs index 8041d56d8..1a5e876ce 100644 --- a/VisualPascalABCNET/IB/Debugger/Debugger.cs +++ b/VisualPascalABCNET/IB/Debugger/Debugger.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs b/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs index 988cf692b..d12631739 100644 --- a/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs +++ b/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Drawing; diff --git a/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs b/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs index 129e6f432..3595147de 100644 --- a/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs +++ b/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs @@ -1,4 +1,5 @@ - +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using PascalABCCompiler.SyntaxTree; diff --git a/VisualPascalABCNET/IB/Debugger/Immediate.cs b/VisualPascalABCNET/IB/Debugger/Immediate.cs index 3c3c04e80..eedf1b456 100644 --- a/VisualPascalABCNET/IB/Debugger/Immediate.cs +++ b/VisualPascalABCNET/IB/Debugger/Immediate.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using PascalABCCompiler.SyntaxTree; using System.Text; diff --git a/VisualPascalABCNET/IB/Debugger/LocalVars.cs b/VisualPascalABCNET/IB/Debugger/LocalVars.cs index 2163db45c..f431dfdc2 100644 --- a/VisualPascalABCNET/IB/Debugger/LocalVars.cs +++ b/VisualPascalABCNET/IB/Debugger/LocalVars.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/Utility.cs b/VisualPascalABCNET/IB/Debugger/Utility.cs index 27ee4e6cb..95ae809d0 100644 --- a/VisualPascalABCNET/IB/Debugger/Utility.cs +++ b/VisualPascalABCNET/IB/Debugger/Utility.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Data; diff --git a/VisualPascalABCNET/IB/FormExtensions.cs b/VisualPascalABCNET/IB/FormExtensions.cs index 9694bea42..802bc3929 100644 --- a/VisualPascalABCNET/IB/FormExtensions.cs +++ b/VisualPascalABCNET/IB/FormExtensions.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/IB/Refactoring/RenameForm.cs b/VisualPascalABCNET/IB/Refactoring/RenameForm.cs index b8a2c9276..5cb7f9a7a 100644 --- a/VisualPascalABCNET/IB/Refactoring/RenameForm.cs +++ b/VisualPascalABCNET/IB/Refactoring/RenameForm.cs @@ -1,4 +1,5 @@ - +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs b/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs index 7b1d7da40..933e33cdb 100644 --- a/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs +++ b/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs b/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs index 11faaa5d8..864a5f1a6 100644 --- a/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs +++ b/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs b/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs index c533a6b65..d26bcdfe2 100644 --- a/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs b/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs index 39554d2c0..d3b92a83b 100644 --- a/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/OptionsContent/IOptionsContent.cs b/VisualPascalABCNET/OptionsContent/IOptionsContent.cs index b860e43c1..2a6dedd11 100644 --- a/VisualPascalABCNET/OptionsContent/IOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/IOptionsContent.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs b/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs index 1262056f0..1243c88f8 100644 --- a/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs b/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs index 28e39ebcb..ff619483d 100644 --- a/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs +++ b/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/OptionsContent/OptionsForm.cs b/VisualPascalABCNET/OptionsContent/OptionsForm.cs index c9e586bb7..c6c33bc22 100644 --- a/VisualPascalABCNET/OptionsContent/OptionsForm.cs +++ b/VisualPascalABCNET/OptionsContent/OptionsForm.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs b/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs index 77930d91f..cbcdf7826 100644 --- a/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/Program.cs b/VisualPascalABCNET/Program.cs index 5cd51dd5e..18ff1fc1e 100644 --- a/VisualPascalABCNET/Program.cs +++ b/VisualPascalABCNET/Program.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/VisualPascalABCNET/ReplaceConfirmDialog.cs b/VisualPascalABCNET/ReplaceConfirmDialog.cs index 8fdd9f086..55ce1fd0a 100644 --- a/VisualPascalABCNET/ReplaceConfirmDialog.cs +++ b/VisualPascalABCNET/ReplaceConfirmDialog.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/ReplaceForm.cs b/VisualPascalABCNET/ReplaceForm.cs index 03066a277..8dad21b49 100644 --- a/VisualPascalABCNET/ReplaceForm.cs +++ b/VisualPascalABCNET/ReplaceForm.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/VisualPascalABCNET/RunArguments.cs b/VisualPascalABCNET/RunArguments.cs index bd253def8..5554ae254 100644 --- a/VisualPascalABCNET/RunArguments.cs +++ b/VisualPascalABCNET/RunArguments.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/VisualPascalABCNET/RunProcessOptions.cs b/VisualPascalABCNET/RunProcessOptions.cs index a337fa55c..3ce908fd0 100644 --- a/VisualPascalABCNET/RunProcessOptions.cs +++ b/VisualPascalABCNET/RunProcessOptions.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/UserOptions.cs b/VisualPascalABCNET/UserOptions.cs index c2b03b23f..7a64d6b30 100644 --- a/VisualPascalABCNET/UserOptions.cs +++ b/VisualPascalABCNET/UserOptions.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/VisualStates.cs b/VisualPascalABCNET/VisualStates.cs index 272af30e3..736b70645 100644 --- a/VisualPascalABCNET/VisualStates.cs +++ b/VisualPascalABCNET/VisualStates.cs @@ -1,3 +1,5 @@ +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Text; diff --git a/VisualPascalABCNET/Workbench/BuildService.cs b/VisualPascalABCNET/Workbench/BuildService.cs index bd3b83e6c..a61cd5d1d 100644 --- a/VisualPascalABCNET/Workbench/BuildService.cs +++ b/VisualPascalABCNET/Workbench/BuildService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/VisualPascalABCNET/Workbench/DesignerService.cs b/VisualPascalABCNET/Workbench/DesignerService.cs index b4408566c..0f4c9ce3d 100644 --- a/VisualPascalABCNET/Workbench/DesignerService.cs +++ b/VisualPascalABCNET/Workbench/DesignerService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.IO; diff --git a/VisualPascalABCNET/Workbench/DialogsService.cs b/VisualPascalABCNET/Workbench/DialogsService.cs index 66a7fd00a..ec7dd4fb4 100644 --- a/VisualPascalABCNET/Workbench/DialogsService.cs +++ b/VisualPascalABCNET/Workbench/DialogsService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/VisualPascalABCNET/Workbench/EditorServices.cs b/VisualPascalABCNET/Workbench/EditorServices.cs index 0e620bfe3..0638d66b6 100644 --- a/VisualPascalABCNET/Workbench/EditorServices.cs +++ b/VisualPascalABCNET/Workbench/EditorServices.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/VisualPascalABCNET/Workbench/FileOperations.cs b/VisualPascalABCNET/Workbench/FileOperations.cs index 5d7aba22d..07417a74c 100644 --- a/VisualPascalABCNET/Workbench/FileOperations.cs +++ b/VisualPascalABCNET/Workbench/FileOperations.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/VisualPascalABCNET/Workbench/HelpService.cs b/VisualPascalABCNET/Workbench/HelpService.cs index 4f4a2e1d1..d77c36574 100644 --- a/VisualPascalABCNET/Workbench/HelpService.cs +++ b/VisualPascalABCNET/Workbench/HelpService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.IO; using System.Windows.Forms; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/OptionsManager.cs b/VisualPascalABCNET/Workbench/OptionsManager.cs index e3943a98c..80d92b047 100644 --- a/VisualPascalABCNET/Workbench/OptionsManager.cs +++ b/VisualPascalABCNET/Workbench/OptionsManager.cs @@ -1,4 +1,6 @@ -using Microsoft.Win32; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/ProjectService.cs b/VisualPascalABCNET/Workbench/ProjectService.cs index 207c24c79..a7d6216e7 100644 --- a/VisualPascalABCNET/Workbench/ProjectService.cs +++ b/VisualPascalABCNET/Workbench/ProjectService.cs @@ -1,4 +1,6 @@ -using PascalABCCompiler; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using PascalABCCompiler; using System; using System.Collections.Generic; using System.IO; diff --git a/VisualPascalABCNET/Workbench/RunService.cs b/VisualPascalABCNET/Workbench/RunService.cs index e6e25bc14..06147be0c 100644 --- a/VisualPascalABCNET/Workbench/RunService.cs +++ b/VisualPascalABCNET/Workbench/RunService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs b/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs index aae5644b6..7aae2aaf9 100644 --- a/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs +++ b/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/VisualPascalABCNET/Workbench/VisibilityService.cs b/VisualPascalABCNET/Workbench/VisibilityService.cs index edd435cf2..cbacc4fe5 100644 --- a/VisualPascalABCNET/Workbench/VisibilityService.cs +++ b/VisualPascalABCNET/Workbench/VisibilityService.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/VisualPascalABCNET/Workbench/WindowOperations.cs b/VisualPascalABCNET/Workbench/WindowOperations.cs index a4f8427a3..33e7c5cda 100644 --- a/VisualPascalABCNET/Workbench/WindowOperations.cs +++ b/VisualPascalABCNET/Workbench/WindowOperations.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs b/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs index c09827c23..fe08ef109 100644 --- a/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs +++ b/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// This code is distributed under the GNU LGPL (for details please see \doc\license.txt) +using System; using System.Collections; using System.Collections.Generic; using System.IO;