From d8596dd801ec343b947654e1660b71dd1dda7ec0 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Wed, 9 Apr 2014 17:42:04 +0200 Subject: [PATCH] Added copyright notice from PDFbox and a licensing paragraph in the Readme --- NOTICE.txt | 14 ++++++++++++++ README.md | 7 ++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000..2d28d372 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,14 @@ +Apache PDFBox +Copyright 2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Based on source code originally developed in the PDFBox, JempBox and +FontBox projects. +Copyright (c) 2002-2007, www.pdfbox.org +Copyright (c) 2006-2007, www.jempbox.org + +Based on source code originally developed in the PaDaF project. +Copyright (c) 2010 Atos Worldline SAS + diff --git a/README.md b/README.md index 6a996617..74d78740 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ PDFA3 ===== -A demo application how to create PDF/A3 files with file attachments using Apache PDFBOX \ No newline at end of file +Some samples how to create PDF/A3 files and PDF/A3 files with embedded files using Apache PDFBOX. + +License +----- + +The samples PDFAFile, PDFA3File and PDFA3FileAttachment are subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html