Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 3.13 KB

File metadata and controls

70 lines (45 loc) · 3.13 KB

Ghostscript

Ghostscript is available under both, open-source AGPL and commercial license agreements.

Please read the full text of the AGPL license agreement (which is also included here in file LICENSE) to ensure that your use case complies with the guidelines of this license.

If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.

Artifex is the exclusive commercial licensing agent for Ghostscript.

This library is derived from the Ghostscript.NET library authored by Josip Habjan (version 1.0.0 - 1.2.3). Additional modifications were made under the library name Ghostscript.Core authored by Daniel Porrey (version 1.1.6 - 1.2.3).

Ghostscript.NET

Version 1.0.0 - 1.2.3

Author: Josip Habjan (habjan@gmail.com, http://www.linkedin.com/in/habjan, https://habjan.blogspot.com/)

Development files: https://github.com/jhabjan/Ghostscript.NET

License: Affero General Public License (AGPL) http://www.gnu.org/licenses/agpl.html

Copyright (c) 2013-2022 by Josip Habjan. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Microsoft.WinAny.Helper

Files under the directory WinAnyHelper are modified from the Microsoft.WinAny.Helper library authored by Josip Habjan.

The directory name is changed to reduce possibility of conflation with Microsoft. This library was not authored by Microsoft.

The codeplex repository is no longer active.

Wayback Machine: https://web.archive.org/web/20130824225233/http://microsoftwinanyhelper.codeplex.com/

Repository: http://microsoftwinanyhelper.codeplex.com/

DynamicNativeLibrary.cs / MemoryModule.c

Author: Josip Habjan (habjan@gmail.com, http://www.linkedin.com/in/habjan)

Copyright (c) 2013-2022 by Josip Habjan. All rights reserved.

Parts of this source code are ported from C to C# by Josip Habjan

The Original Code is MemoryModule.c https://github.com/fancycode/MemoryModule/blob/master/MemoryModule.c

under Mozilla Public License Version 1.1 (http://www.mozilla.org/MPL/)

The Initial Developer of the Original Code is Joachim Bauch

Copyright (C) 2004-2012 Joachim Bauch (mail@joachim-bauch.de).

Repository: https://github.com/fancycode/MemoryModule