57 | | == license == |
58 | | The Aperture project is published with the following licensing policy. The core parts are free to use and to extend. They should be as open as possible so that anyone can include the core Aperture in a project, commercial, closed source or not. The concrete adapter and extractor implementations, which include much work and bugfixing, are licensed under a '''reciprocal''' license, meaning that changes to the code have to be published again and external developers contribute bugfixes, improvements and extensions to the core adapters implementations. |
59 | | |
60 | | '''still open: AFL or BSD for core: If BSD is similiar to AFL, Leo would recommend BSD as it is more commonly used.''' |
61 | | |
62 | | The core project interfaces and architecture is published using the AFL |
63 | | http://www.opensource.org/licenses/afl-2.1.php |
64 | | OR BSD: |
65 | | http://www.opensource.org/licenses/bsd-license.php |
66 | | |
67 | | The implementations of adapters are licensed under the OSL (Open Software License). |
68 | | http://www.opensource.org/licenses/osl-2.1.php |
69 | | |
70 | | |
71 | | more about OSL / AFL: |
72 | | * http://www.rosenlaw.com/Rosen_Ch09.pdf |
73 | | * http://www.rosenlaw.com/oslbook.htm |
74 | | |
75 | | == credits == |
76 | | |
77 | | The following third party libraries have helped making the metadata framework |
78 | | the success that it is. These freely available libraries deserve |
79 | | a lot of credit for that, and we highly recommend them to others |
80 | | as well! |
81 | | |
82 | | * Gnowsis: http://www.gnowsis.org/ |
83 | | * HtmlParser: http://htmlparser.sourceforge.net/ |
84 | | * Idmeta: http://www.geocities.com/marcoschmidt.geo/ |
85 | | * Jakarta Commons FileUpload: http://jakarta.apache.org/commons/fileupload/ |
86 | | * Jakarta Lucene: http://jakarta.apache.org/lucene/ |
87 | | * Jakarta POI: http://jakarta.apache.org/poi/ |
88 | | * Java Look and Feel Graphics Repository: http://java.sun.com/developer/techDocs/hi/repository/ |
89 | | * JavaBeans Activation Framework: http://java.sun.com/products/javabeans/glasgow/jaf.html |
90 | | * JavaMail API: http://java.sun.com/products/javamail/ |
91 | | * JGoodies Looks: http://www.jgoodies.com/freeware/looks/ |
92 | | * NGramJ: http://ngramj.sourceforge.net/ |
93 | | * PDFBox: http://www.pdfbox.org/ |
94 | | * Sesame: http://www.openrdf.org/ |
95 | | * WinLAF: https://winlaf.dev.java.net/ |
96 | | * Xpdf: http://www.foolabs.com/xpdf/ |
97 | | |