|
| 1 | +// Copyright (C) 2025 Artifex Software, Inc. |
1 | 2 | // |
2 | | -// CrossPlatformNativeLibrary.cs |
3 | | -// This file is part of Microsoft.WinAny.Helper library |
| 3 | +// This file is part of Ghostscript.NET. |
4 | 4 | // |
5 | | -// Author: Josip Habjan (habjan@gmail.com, http://www.linkedin.com/in/habjan) |
6 | | -// Copyright (c) 2013-2016 by Josip Habjan. All rights reserved. |
| 5 | +// Ghostscript.NET is free software: you can redistribute it and/or modify it |
| 6 | +// under the terms of the GNU Affero General Public License as published by the |
| 7 | +// Free Software Foundation, either version 3 of the License, or (at your option) |
| 8 | +// any later version. |
7 | 9 | // |
8 | | -// Permission is hereby granted, free of charge, to any person obtaining |
9 | | -// a copy of this software and associated documentation files (the |
10 | | -// "Software"), to deal in the Software without restriction, including |
11 | | -// without limitation the rights to use, copy, modify, merge, publish, |
12 | | -// distribute, sublicense, and/or sell copies of the Software, and to |
13 | | -// permit persons to whom the Software is furnished to do so, subject to |
14 | | -// the following conditions: |
| 10 | +// Ghostscript.NET is distributed in the hope that it will be useful, but WITHOUT |
| 11 | +// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 12 | +// FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more |
| 13 | +// details. |
15 | 14 | // |
16 | | -// The above copyright notice and this permission notice shall be |
17 | | -// included in all copies or substantial portions of the Software. |
| 15 | +// You should have received a copy of the GNU Affero General Public License |
| 16 | +// along with Ghostscript.NET. If not, see |
| 17 | +// <https://www.gnu.org/licenses/agpl-3.0.en.html> |
18 | 18 | // |
19 | | -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
20 | | -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
21 | | -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
22 | | -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
23 | | -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
24 | | -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
25 | | -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 19 | +// Alternative licensing terms are available from the licensor. |
| 20 | +// For commercial licensing, see <https://www.artifex.com/> or contact |
| 21 | +// Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco, |
| 22 | +// CA 94129, USA, for further information. |
26 | 23 |
|
27 | 24 | using System; |
28 | 25 | using System.Runtime.InteropServices; |
|
0 commit comments