diff --git a/build/Avalonia.Desktop.props b/build/Avalonia.Desktop.props index 156fb15..bc9322d 100644 --- a/build/Avalonia.Desktop.props +++ b/build/Avalonia.Desktop.props @@ -1,7 +1,7 @@  - + diff --git a/build/Avalonia.props b/build/Avalonia.props index 1f018e8..3cfb847 100644 --- a/build/Avalonia.props +++ b/build/Avalonia.props @@ -1,7 +1,7 @@  - + diff --git a/build/Base.props b/build/Base.props index 6a0f6d2..58dd5fd 100644 --- a/build/Base.props +++ b/build/Base.props @@ -1,11 +1,11 @@ - 0.6.7 + 0.8.0 Wiesław Šoltés Wiesław Šoltés - Copyright © Wiesław Šoltés 2018 - https://github.com/wieslawsoltes/SpiroNet/blob/master/COPYING + Copyright © Wiesław Šoltés 2019 + GPL-3.0-or-later https://github.com/wieslawsoltes/SpiroNet diff --git a/samples/SpiroNet.Avalonia/App.xaml.cs b/samples/SpiroNet.Avalonia/App.xaml.cs index 5d0e111..1b1bf7c 100644 --- a/samples/SpiroNet.Avalonia/App.xaml.cs +++ b/samples/SpiroNet.Avalonia/App.xaml.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/samples/SpiroNet.Avalonia/MainWindow.xaml.cs b/samples/SpiroNet.Avalonia/MainWindow.xaml.cs index 9ba8ca5..a622fae 100644 --- a/samples/SpiroNet.Avalonia/MainWindow.xaml.cs +++ b/samples/SpiroNet.Avalonia/MainWindow.xaml.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor.Avalonia/Converters/EnumToBooleanConverter.cs b/src/SpiroNet.Editor.Avalonia/Converters/EnumToBooleanConverter.cs index bf39c17..ac761a5 100644 --- a/src/SpiroNet.Editor.Avalonia/Converters/EnumToBooleanConverter.cs +++ b/src/SpiroNet.Editor.Avalonia/Converters/EnumToBooleanConverter.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor.Avalonia/Converters/ShapeToDataConverter.cs b/src/SpiroNet.Editor.Avalonia/Converters/ShapeToDataConverter.cs index 75c4022..0d09986 100644 --- a/src/SpiroNet.Editor.Avalonia/Converters/ShapeToDataConverter.cs +++ b/src/SpiroNet.Editor.Avalonia/Converters/ShapeToDataConverter.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor.Avalonia/Renderer/BasicStyleCache.cs b/src/SpiroNet.Editor.Avalonia/Renderer/BasicStyleCache.cs index d635bfc..7413afa 100644 --- a/src/SpiroNet.Editor.Avalonia/Renderer/BasicStyleCache.cs +++ b/src/SpiroNet.Editor.Avalonia/Renderer/BasicStyleCache.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor.Avalonia/Renderer/CanvasRenderer.cs b/src/SpiroNet.Editor.Avalonia/Renderer/CanvasRenderer.cs index 2ef4ac5..e3bc5a0 100644 --- a/src/SpiroNet.Editor.Avalonia/Renderer/CanvasRenderer.cs +++ b/src/SpiroNet.Editor.Avalonia/Renderer/CanvasRenderer.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor.Avalonia/Views/EditorView.xaml.cs b/src/SpiroNet.Editor.Avalonia/Views/EditorView.xaml.cs index 34cf00d..02a4264 100644 --- a/src/SpiroNet.Editor.Avalonia/Views/EditorView.xaml.cs +++ b/src/SpiroNet.Editor.Avalonia/Views/EditorView.xaml.cs @@ -1,6 +1,6 @@ /* SpiroNet.Avalonia -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Contexts/HitTestBezierContext.cs b/src/SpiroNet.Editor/Contexts/HitTestBezierContext.cs index 2ef408e..5e1219d 100644 --- a/src/SpiroNet.Editor/Contexts/HitTestBezierContext.cs +++ b/src/SpiroNet.Editor/Contexts/HitTestBezierContext.cs @@ -1,7 +1,7 @@ /* ppedit - A pattern plate editor for Spiro splines. Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Contexts/PathBezierContext.cs b/src/SpiroNet.Editor/Contexts/PathBezierContext.cs index f57782f..628c571 100644 --- a/src/SpiroNet.Editor/Contexts/PathBezierContext.cs +++ b/src/SpiroNet.Editor/Contexts/PathBezierContext.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Contexts/PsBezierContext.cs b/src/SpiroNet.Editor/Contexts/PsBezierContext.cs index 54db610..051b8de 100644 --- a/src/SpiroNet.Editor/Contexts/PsBezierContext.cs +++ b/src/SpiroNet.Editor/Contexts/PsBezierContext.cs @@ -1,7 +1,7 @@ /* ppedit - A pattern plate editor for Spiro splines. Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/EditorMeasure.cs b/src/SpiroNet.Editor/Editor/EditorMeasure.cs index 1b2164b..44bd04e 100644 --- a/src/SpiroNet.Editor/Editor/EditorMeasure.cs +++ b/src/SpiroNet.Editor/Editor/EditorMeasure.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/EditorMode.cs b/src/SpiroNet.Editor/Editor/EditorMode.cs index aa11d0f..8bd1980 100644 --- a/src/SpiroNet.Editor/Editor/EditorMode.cs +++ b/src/SpiroNet.Editor/Editor/EditorMode.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/EditorState.cs b/src/SpiroNet.Editor/Editor/EditorState.cs index 8d765d1..3ff744d 100644 --- a/src/SpiroNet.Editor/Editor/EditorState.cs +++ b/src/SpiroNet.Editor/Editor/EditorState.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/EditorTool.cs b/src/SpiroNet.Editor/Editor/EditorTool.cs index d8c8a3f..15bc146 100644 --- a/src/SpiroNet.Editor/Editor/EditorTool.cs +++ b/src/SpiroNet.Editor/Editor/EditorTool.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/GuideHelpers.cs b/src/SpiroNet.Editor/Editor/GuideHelpers.cs index ee176c9..5c1bfea 100644 --- a/src/SpiroNet.Editor/Editor/GuideHelpers.cs +++ b/src/SpiroNet.Editor/Editor/GuideHelpers.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/GuideLine.cs b/src/SpiroNet.Editor/Editor/GuideLine.cs index dcc51f6..62c1456 100644 --- a/src/SpiroNet.Editor/Editor/GuideLine.cs +++ b/src/SpiroNet.Editor/Editor/GuideLine.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/GuidePoint.cs b/src/SpiroNet.Editor/Editor/GuidePoint.cs index 0fb6e04..961076c 100644 --- a/src/SpiroNet.Editor/Editor/GuidePoint.cs +++ b/src/SpiroNet.Editor/Editor/GuidePoint.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/GuideSnapMode.cs b/src/SpiroNet.Editor/Editor/GuideSnapMode.cs index 6776a8c..0341b58 100644 --- a/src/SpiroNet.Editor/Editor/GuideSnapMode.cs +++ b/src/SpiroNet.Editor/Editor/GuideSnapMode.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/SpiroDrawing.cs b/src/SpiroNet.Editor/Editor/SpiroDrawing.cs index ac8cafe..7608c46 100644 --- a/src/SpiroNet.Editor/Editor/SpiroDrawing.cs +++ b/src/SpiroNet.Editor/Editor/SpiroDrawing.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/SpiroEditor.cs b/src/SpiroNet.Editor/Editor/SpiroEditor.cs index 4787013..f5120bf 100644 --- a/src/SpiroNet.Editor/Editor/SpiroEditor.cs +++ b/src/SpiroNet.Editor/Editor/SpiroEditor.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/SpiroKnot.cs b/src/SpiroNet.Editor/Editor/SpiroKnot.cs index c79b4c1..efa3285 100644 --- a/src/SpiroNet.Editor/Editor/SpiroKnot.cs +++ b/src/SpiroNet.Editor/Editor/SpiroKnot.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/SpiroPlate.cs b/src/SpiroNet.Editor/Editor/SpiroPlate.cs index b9e2783..0b1e698 100644 --- a/src/SpiroNet.Editor/Editor/SpiroPlate.cs +++ b/src/SpiroNet.Editor/Editor/SpiroPlate.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Editor/SpiroShape.cs b/src/SpiroNet.Editor/Editor/SpiroShape.cs index 460a5f0..ebeffd7 100644 --- a/src/SpiroNet.Editor/Editor/SpiroShape.cs +++ b/src/SpiroNet.Editor/Editor/SpiroShape.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Style/Argb.cs b/src/SpiroNet.Editor/Style/Argb.cs index a72ab86..18ec965 100644 --- a/src/SpiroNet.Editor/Style/Argb.cs +++ b/src/SpiroNet.Editor/Style/Argb.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Style/BasicStyle.cs b/src/SpiroNet.Editor/Style/BasicStyle.cs index ac8dd8f..94fb584 100644 --- a/src/SpiroNet.Editor/Style/BasicStyle.cs +++ b/src/SpiroNet.Editor/Style/BasicStyle.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Util/Command.cs b/src/SpiroNet.Editor/Util/Command.cs index 7b069ca..b0b8572 100644 --- a/src/SpiroNet.Editor/Util/Command.cs +++ b/src/SpiroNet.Editor/Util/Command.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Util/CommandOfT.cs b/src/SpiroNet.Editor/Util/CommandOfT.cs index 98c80f1..f2916b7 100644 --- a/src/SpiroNet.Editor/Util/CommandOfT.cs +++ b/src/SpiroNet.Editor/Util/CommandOfT.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Editor/Util/ObservableObject.cs b/src/SpiroNet.Editor/Util/ObservableObject.cs index 13a7182..f056e76 100644 --- a/src/SpiroNet.Editor/Util/ObservableObject.cs +++ b/src/SpiroNet.Editor/Util/ObservableObject.cs @@ -1,6 +1,6 @@ /* SpiroNet.Editor -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Json/JsonSerializer.cs b/src/SpiroNet.Json/JsonSerializer.cs index 185e35b..e6f637d 100644 --- a/src/SpiroNet.Json/JsonSerializer.cs +++ b/src/SpiroNet.Json/JsonSerializer.cs @@ -1,6 +1,6 @@ /* SpiroNet.Json -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.Json/ObservableCollectionContractResolver.cs b/src/SpiroNet.Json/ObservableCollectionContractResolver.cs index a172600..607479b 100644 --- a/src/SpiroNet.Json/ObservableCollectionContractResolver.cs +++ b/src/SpiroNet.Json/ObservableCollectionContractResolver.cs @@ -1,6 +1,6 @@ /* SpiroNet.Json -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet.ViewModels/EditorViewModel.cs b/src/SpiroNet.ViewModels/EditorViewModel.cs index 65d8f9c..18990a4 100644 --- a/src/SpiroNet.ViewModels/EditorViewModel.cs +++ b/src/SpiroNet.ViewModels/EditorViewModel.cs @@ -1,6 +1,6 @@ /* SpiroNet.ViewModels -Copyright (C) 2015 Wiesław Šoltés +Copyright (C) 2019 Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/BandMatrix.cs b/src/SpiroNet/BandMatrix.cs index f87f2ec..3b1a589 100644 --- a/src/SpiroNet/BandMatrix.cs +++ b/src/SpiroNet/BandMatrix.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/IBezierContext.cs b/src/SpiroNet/IBezierContext.cs index 84df017..232f41d 100644 --- a/src/SpiroNet/IBezierContext.cs +++ b/src/SpiroNet/IBezierContext.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/Spiro.cs b/src/SpiroNet/Spiro.cs index b9a918c..f854e5d 100644 --- a/src/SpiroNet/Spiro.cs +++ b/src/SpiroNet/Spiro.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/SpiroControlPoint.cs b/src/SpiroNet/SpiroControlPoint.cs index 51c2ae9..bcdf56e 100644 --- a/src/SpiroNet/SpiroControlPoint.cs +++ b/src/SpiroNet/SpiroControlPoint.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/SpiroImpl.cs b/src/SpiroNet/SpiroImpl.cs index 6fa60ba..d806d5f 100644 --- a/src/SpiroNet/SpiroImpl.cs +++ b/src/SpiroNet/SpiroImpl.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/SpiroPointType.cs b/src/SpiroNet/SpiroPointType.cs index bd40710..ffd5a3c 100644 --- a/src/SpiroNet/SpiroPointType.cs +++ b/src/SpiroNet/SpiroPointType.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/SpiroNet/SpiroSegment.cs b/src/SpiroNet/SpiroSegment.cs index 8f0472c..1499965 100644 --- a/src/SpiroNet/SpiroSegment.cs +++ b/src/SpiroNet/SpiroSegment.cs @@ -1,7 +1,7 @@ /* libspiro - conversion between spiro control points and bezier's Copyright (C) 2007 Raph Levien - 2015 converted to C# by Wiesław Šoltés + 2019 converted to C# by Wiesław Šoltés This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License