Skip to content

liblicense 0.5: first stable version of C library supporting CC metadata

Uncategorized

With the help of Hubert Figuiere, Nathan Yergler, Peter Miller, Scott Shawcroft, and Jason Kivlighn, I’m happy to finally announce a new version of liblicense. Summary: Now this is really worth using.

For those just joining us now, liblicense is a library to make it easy to add CC metadata support to desktop and server side software you write. The biggest reason to choose liblicense rather than handling CC metadata yourself is that we (huge thanks to Jason and Hubert) have written handlers for many file formats. We use Hubert’s Exempi library that is derived from Adobe’s Free/Open Source XMP library.

The two major driving factors on this release were making it crash less and providing a stable interface (API and ABI) for others to build upon. Earlier versions of liblicense would crash on invalid files. Also, crucially, this release has metadata inside the library, called “shared object versioning,” indicating what features the library supports.

As always, you can reuse this under the terms of the GNU LGPL. It’s interoperable with our metadata panel for Adobe applications, supports embedding into files ranging from JPEG to MP3 to Ogg Vorbis, and is available from SourceForge.net. It is written in C and comes with bindings for Python and Ruby. Finally, thanks to Venkatesh Srinivas for his tireless help.

Posted 15 January 2008

Tags