Skip to content

Commit

Permalink
Change license to GNU Affero General Public License
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 15, 2023
1 parent 73e896f commit bc0bf1a
Show file tree
Hide file tree
Showing 205 changed files with 4,159 additions and 268 deletions.
661 changes: 661 additions & 0 deletions COPYING

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions LICENSE.TXT

This file was deleted.

20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,22 @@ The `Svg.Skia` library is using code from the https://github.com/vvvv/SVG

Parts of Svg.Skia source code are adapted from the https://github.com/vvvv/SVG

Svg.Skia is licensed under the [MIT license](LICENSE.TXT).
Svg.Skia is licensed under the [GNU Affero General Public License](COPYING).

```
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```
2 changes: 1 addition & 1 deletion Svg.Skia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{8F2FA341-A87B-4BF8-986F-95A123073091}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE.TXT = LICENSE.TXT
README.md = README.md
COPYING = COPYING
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{62AC62E7-F0DB-4D3E-8CC5-DEAE81B4F942}"
Expand Down
4 changes: 2 additions & 2 deletions build/Base.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>1.0.0.7</VersionPrefix>
<VersionPrefix>1.0.0.8</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AvaloniaVersionPrefix>11.0.0.7</AvaloniaVersionPrefix>
<AvaloniaVersionPrefix>11.0.0.8</AvaloniaVersionPrefix>
<AvaloniaVersionSuffix>$(VersionSuffix)</AvaloniaVersionSuffix>
<Authors>Wiesław Šoltés</Authors>
<Company>Wiesław Šoltés</Company>
Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaControlsSample/App.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Application xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="AvaloniaControlsSample.App"
Name="AvaloniaControlsSample"
Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaControlsSample/App.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using Avalonia;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaControlsSample/MainWindow.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Window xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaControlsSample/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using Avalonia;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using Avalonia;
using Avalonia.Controls;
using SkiaSharp;

Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaControlsSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using System;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using Avalonia;
using Avalonia.Controls.Skia;

Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaSKPictureImageSample/App.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Application xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="AvaloniaSKPictureImageSample.App"
Name="AvaloniaSKPictureImageSample"
Expand Down
21 changes: 19 additions & 2 deletions samples/AvaloniaSKPictureImageSample/App.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using Avalonia;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

Expand All @@ -20,4 +37,4 @@ public override void OnFrameworkInitializationCompleted()

base.OnFrameworkInitializationCompleted();
}
}
}
19 changes: 18 additions & 1 deletion samples/AvaloniaSKPictureImageSample/MainWindow.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Window xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaSKPictureImageSample/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using Avalonia;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;

Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaSKPictureImageSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using System;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using Avalonia;
using Avalonia.Controls.Skia;

Expand Down
19 changes: 18 additions & 1 deletion samples/AvaloniaSvgSample/App.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Application xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="AvaloniaSvgSample.App"
Name="AvaloniaSvgSample"
Expand Down
21 changes: 19 additions & 2 deletions samples/AvaloniaSvgSample/App.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
using Avalonia;
/*
* Svg.Skia SVG rendering library.
* Copyright (C) 2023 Wiesław Šoltés
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

Expand All @@ -20,4 +37,4 @@ public override void OnFrameworkInitializationCompleted()

base.OnFrameworkInitializationCompleted();
}
}
}
19 changes: 18 additions & 1 deletion samples/AvaloniaSvgSample/MainWindow.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<Window xmlns="https://github.com/avaloniaui"
<!--
Svg.Skia SVG rendering library.
Copyright (C) 2023 Wiesław Šoltés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down
Loading

0 comments on commit bc0bf1a

Please sign in to comment.