aboutsummaryrefslogtreecommitdiff
path: root/libs/dompdf/vendor/composer/LICENSE
diff options
context:
space:
mode:
authorGeorgi Nikolov <ggeorgi60@gmail.com>2025-02-04 21:03:44 +0200
committerGeorgi Nikolov <ggeorgi60@gmail.com>2025-02-04 21:03:44 +0200
commit83304592d155b0fed33dcdac3ffdf0b6ca393ab6 (patch)
treed014e71838fff983b3c041f0bfc277aca0a1e16c /libs/dompdf/vendor/composer/LICENSE
parente2e0c2ffd139d3f2a653fbe4ffa110c2d58bcce6 (diff)
downloadnowayforward_human-83304592d155b0fed33dcdac3ffdf0b6ca393ab6.tar
nowayforward_human-83304592d155b0fed33dcdac3ffdf0b6ca393ab6.tar.gz
nowayforward_human-83304592d155b0fed33dcdac3ffdf0b6ca393ab6.zip
Added a basic pdf exporter that works 50% of the times
Diffstat (limited to 'libs/dompdf/vendor/composer/LICENSE')
-rw-r--r--libs/dompdf/vendor/composer/LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/dompdf/vendor/composer/LICENSE b/libs/dompdf/vendor/composer/LICENSE
new file mode 100644
index 0000000..f27399a
--- /dev/null
+++ b/libs/dompdf/vendor/composer/LICENSE
@@ -0,0 +1,21 @@
+
+Copyright (c) Nils Adermann, Jordi Boggiano
+
+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.
+