Skip to content

Commit 9793aaa

Browse files
committed
updated the header comment on new files
1 parent c8f4c0d commit 9793aaa

File tree

3 files changed

+51
-60
lines changed

3 files changed

+51
-60
lines changed

Ghostscript.NET/Helpers/CrossPlatformNativeLibraryHelper.cs

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
1+
// Copyright (C) 2025 Artifex Software, Inc.
12
//
2-
// CrossPlatformNativeLibraryHelper.cs
3-
// This file is part of Ghostscript.NET library
3+
// This file is part of Ghostscript.NET.
44
//
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.
79
//
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.
1514
//
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>
1818
//
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.
2623

2724
using System;
2825
using System.IO;

Ghostscript.NET/Microsoft.WinAny.Helper/Interop/CrossPlatformNativeLibrary.cs

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
1+
// Copyright (C) 2025 Artifex Software, Inc.
12
//
2-
// CrossPlatformNativeLibrary.cs
3-
// This file is part of Microsoft.WinAny.Helper library
3+
// This file is part of Ghostscript.NET.
44
//
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.
79
//
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.
1514
//
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>
1818
//
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.
2623

2724
using System;
2825
using System.Runtime.InteropServices;

Ghostscript.NET/Microsoft.WinAny.Helper/_native/LinuxBase.h.cs

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
1+
// Copyright (C) 2025 Artifex Software, Inc.
12
//
2-
// LinuxBase.h.cs
3-
// This file is part of Microsoft.WinAny.Helper library
3+
// This file is part of Ghostscript.NET.
44
//
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.
79
//
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.
1514
//
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>
1818
//
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.
2623

2724
using System;
2825
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)