wok diff exempi/description.txt @ rev 24987
grub: add gpt support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 12 07:08:39 2022 +0000 (2022-05-12) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exempi/description.txt Thu May 12 07:08:39 2022 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +Exempi is an implementation of XMP. 1.5 +Version 2.x is based on Adobe XMP SDK and released under a BSD-style 1.6 +license like Adobe's. 1.7 +The 3 clause BSD (aka New-BSD) license is compatible with GPL. 1.8 +The licensing is kept identical in order to allow two-way merging of 1.9 +the code (ie sending our change to the XMP SDK to Adobe for integration). 1.10 + 1.11 +The API is C based and means to be used from any language and be easier 1.12 +to maintain ABI stability.