LICENSE.txt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. IronSoftware.Drawing Split License Version 1.0 Sep 2022
  2. Copyright (c) Iron Software LLC “Iron”
  3. IronSoftware.Drawing License v1.0 Sept 2022
  4. ============================================
  5. Summary:
  6. 1. You may license this software Commercially or Open Source at your own choice.
  7. 2. You are actively encouraged to report bugs and contribute to this repository.
  8. 3. Contributors have a voice, but are not the project or software owners.
  9. Iron Contribution Agreement
  10. ============================================
  11. This Iron Software LLC (aka “Iron” or “IronSoftware”) project and everyone participating in it is governed by the following Contribution Agreement which may evolve over time. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to developers@ironsoftware.com
  12. Contributions Are Appreciated and Welcome
  13. --------------------------------------------
  14. * If you are skilled enough to improve this library please share:
  15. * Please make a pull request to: https://github.com/iron-software/IronSoftware.System.Drawing/pulls
  16. * Contributions to this repository, any Fork, or copy remains with Iron Software LLC under the MIT license terms.
  17. * You may add a note to any significant code contributions you have made, but may not copyright or patent your changes.
  18. * Not all code or documentation is valuable. Iron may edit, use or discard your changes at their discretion.
  19. * You may not modify licensing or copyright of any part or any derivative work (including a fork) of this software in any way without formal written consent.
  20. * The software in this repository and all derivative works and related patents remain the property of Iron Software LLC
  21. * Notwithstanding, you may request a shoutout on our README or other documentation.
  22. * Iron may invite and badge you as a formal project contributor if you make significant improvement to this codebase.
  23. Bugs and Issues
  24. --------------------------------------------
  25. * If you find a bug please try and fix it yourself before delegating to a stranger.
  26. * Check the README file incase your bug is a feature (lol)
  27. * Check the issue log in case your issue is already documented.
  28. * Make a Pull Request if you are technically capable.
  29. * To make a Pull Request: https://github.com/iron-software/IronSoftware.System.Drawing/pulls
  30. * To post an issue: https://github.com/iron-software/IronSoftware.System.Drawing/issues
  31. * Commercial Licensing users may be entitled to support and SLA as purchased. All other issues reports are merely requests.
  32. License Awareness
  33. --------------------------------------------
  34. Obey copyright and patents. The software industry revolves on trust.
  35. You should be aware of the license of all required or optional Nuget dependencies including .NET libraries published on nuget.org or elsewhere including:
  36. * Six Labors ImageSharp under Split commercial & Apache split licensing. Commercial licensing fees may apply to your project based on revenue and usage intent. Their license may evolve over time.
  37. * https://github.com/SixLabors/ImageSharp/blob/main/LICENSE
  38. * They deserve your funding if you can support this amazing project
  39. * Optional Commercial Licensing of our software may unlock software versions with no reference to Six Labors ImageSharp and its license.
  40. * System.Drawing.Common under MIT licensing (like us)
  41. * Microsoft.Maui.Graphics under MIT licensing (like us)
  42. * SkiaSharp under BSD 3 Clause from Microsoft, Inc and Xamarin (compatible with us)
  43. * https://github.com/mono/SkiaSharp/blob/main/LICENSE.md
  44. * Please check all other dependencies and their dependencies recursively.
  45. Permissive Split Licensing
  46. --------------------------------------------
  47. Works in Source or Object form are split licensed and may be licensed your choice of either:
  48. 1. Iron Software Commercial Licensing documented below
  49. 2. MIT Open Source License included in this document
  50. Iron Commercial Licensing
  51. ============================================
  52. You may choose Commercial Licensing for this software and / or its derived works by purchasing “Iron Suite for .NET” at https://ironsoftware.com/suite/
  53. Summary of Commercial Licensing Benefits:
  54. --------------------------------------------
  55. It is often worth paying for something that is free:
  56. * Developer support is available to Commercial Licensing customers when purchased and agreed by both parties.
  57. * Purchasing gives you the option to replace the MIT Open Source license below with Commercial Licensing
  58. * Commercial Licensing Terms are found at: https://github.com/iron-software/IronSoftware.System.Drawing/blob/master/NuGet/EULA.txt and within this software.
  59. * The MIT public license agreement no longer applies and the MIT license below need not be shipped inside or alongside your software
  60. * Enhanced versions of IronSoftware.Drawing with additional features may be released and available to Commercial Licensing users.
  61. * This may include:
  62. * Additional features and documentation
  63. * The option for no dependency to SixLabors.ImageSharp and its commercial licensing fees for some use cases.
  64. Open Source Licensing
  65. ============================================
  66. If Commercial Licensing is not purchased, then Open Source Licensing applies. The MIT License within this license should be included inside your product or project as clearly as possible.
  67. The MIT License (MIT)
  68. ----------------------------
  69. Copyright (c) IronSotware LLC
  70. All rights reserved.
  71. Permission is hereby granted, free of charge, to any person obtaining a copy
  72. of this software and associated documentation files (the “Software”), to deal
  73. in the Software without restriction, including without limitation the rights
  74. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  75. copies of the Software, and to permit persons to whom the Software is
  76. furnished to do so, subject to the following conditions:
  77. The above copyright notice and this permission notice shall be included in all
  78. copies or substantial portions of the Software.
  79. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  80. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  81. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  82. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  83. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  84. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  85. SOFTWARE.