debian/0000775000000000000000000000000011723353321007170 5ustar debian/copyright_hints0000664000000000000000000000631411561742355012345 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: AUTHORS ChangeLog INSTALL Makefile.am NEWS README autogen.sh config.h.in configure.ac debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1001_disable_libtool_-version-info.patch debian/patches/1002_rename_clashing_md5_symbols.patch debian/patches/README debian/patches/series debian/source/format debian/watch examples/Makefile.am examples/add_test.c examples/default-sample.rdf examples/dumpstatements.c examples/example.rdf examples/export_test.c examples/instances_test.c examples/ladspa.rdfs examples/multi_test.c examples/preset-in.n3 examples/remove_test.c examples/sample.rdf examples/scale-example.rdf examples/scale_test.c examples/setting_test.c examples/showdefaults.c examples/showtaxonomy.c examples/subclass_test.c examples/test-in.n3 lrdf.h lrdf.i lrdf.pc.in lrdf_types.h mkinstalldirs src/Makefile.am src/lrdf.c src/lrdf_multi.c Copyright: *No copyright* License: UNKNOWN FIXME Files: Makefile.in examples/Makefile.in src/Makefile.in Copyright: 1994-2002 License: UNKNOWN FIXME Files: depcomp missing Copyright: 1996-1997, 1999-2000, Free Software Foundation, Inc 1999-2000, Free Software Foundation, Inc License: GPL FIXME Files: config.guess config.sub Copyright: 1992-1999, 1992-2001 License: GPL-2+ FIXME Files: src/lrdf_md5.h Copyright: 1995-1996, Free Software License: GPL FIXME Files: src/md5.c Copyright: 1995-1996, Free Software Foundation, Inc. NOTE: The License: GPL FIXME Files: debian/rules Copyright: 2003-2004, Robert Jordens 2010-2011, Jonas Smedegaard License: GPL FIXME Files: configure Copyright: (ISLOWER ? 'A' + ( - 'a') : ) (ISLOWER ? ( | 0x40) : ) 1996-2001, 2003, Free Software Foundation, Inc License: GPL-2+ FIXME Files: aclocal.m4 Copyright: 1996-1997, 2000-2001, 2003 Free Software Foundation, Inc 1996-2001, 1996-2004, 1997, 1999-2001, 2003 Free Software Foundation, Inc 1997, 2000-2001, 2003-2004, Free Software Foundation, Inc 1999-2004, 2001, 2003 Free Software Foundation, Inc 2001-2003, Free Software Foundation, Inc 2002-2003, Free Software Foundation, Inc 2003, Free Software Foundation, Inc 2003-2004, Free Software Foundation, Inc 2004, Free Software Foundation, Inc License: GPL-2+ FIXME Files: ltmain.sh Copyright: 1996-2001, 2003-2004 2003, Free Software Foundation, Inc." License: GPL-2+ FIXME Files: COPYING Copyright: 1989, 1991 Free Software Foundation, Inc HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: src/ladspa.h Copyright: 2000-2002, Richard W.E. Furse, Paul applying to the plugin. If no applies the License: LGPL-2.1+ FIXME Files: install-sh Copyright: 1994, X Consortium License: MIT/X11 (BSD like) FIXME Files: src/md5_loc.h Copyright: 1991-2, RSA Data Security, Inc. Created 1991. All License: UNKNOWN FIXME debian/source/0000775000000000000000000000000011561742355010501 5ustar debian/source/format0000664000000000000000000000001411561742355011707 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000024511561742355010233 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 # use qa.debian.org redirector; see man uscan http://sf.net/lrdf/liblrdf-(\d.*)\.tar\.gz debian/compat0000664000000000000000000000000211561742355010377 0ustar 6 debian/patches/0000775000000000000000000000000011561742355010630 5ustar debian/patches/1002_rename_clashing_md5_symbols.patch0000664000000000000000000000131611561742355017750 0ustar Index: liblrdf/src/lrdf_md5.h =================================================================== --- liblrdf.orig/src/lrdf_md5.h +++ liblrdf/src/lrdf_md5.h @@ -32,6 +32,15 @@ #ifndef __MD5_H__ #define __MD5_H__ +/* Change function names to prevent symbol conflicts */ +#define md5_init _lrdf_md5_init +#define md5_buffer _lrdf_md5_buffer +#define md5_sig_from_string _lrdf_md5_sig_from_string +#define md5_finish _lrdf_md5_finish +#define md5_process _lrdf_md5_process +#define md5_sig_to_string _lrdf_md5_sig_to_string +#define md5_get_result _lrdf_md5_get_result + /* * Size of a standard MD5 signature in bytes. This definition is for * external programs only. The MD5 routines themselves reference the debian/patches/series0000664000000000000000000000012011561742355012036 0ustar 1001_disable_libtool_-version-info.patch 1002_rename_clashing_md5_symbols.patch debian/patches/README0000664000000000000000000000021111561742355011502 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/1001_disable_libtool_-version-info.patch0000664000000000000000000000056711561742355020224 0ustar Index: liblrdf/src/Makefile.am =================================================================== --- liblrdf.orig/src/Makefile.am +++ liblrdf/src/Makefile.am @@ -5,4 +5,4 @@ liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c liblrdf_la_LIBADD = -lraptor -liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@ +#liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@ debian/rules0000775000000000000000000000476011561765243010271 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2003-2004 Robert Jordens # Copyright © 2010-2011 Jonas Smedegaard # Description: Main Debian packaging script for liblrdf # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . DEB_AUTO_UPDATE_LIBTOOL = pre DEB_AUTO_UPDATE_AUTOCONF = 2.65 DEB_AUTO_UPDATE_AUTOHEADER = 2.65 DEB_AUTO_UPDATE_ACLOCAL = 1.11 DEB_AUTO_UPDATE_AUTOMAKE = 1.11 include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk DEB_UPSTREAM_URL = http://downloads.sourceforge.net/lrdf CDBS_BUILD_DEPENDS += , d-shlibs, ladspa-sdk # Explicitly depend on versioned libraptor. See #613675. CDBS_BUILD_DEPENDS += , libraptor1-dev (>= 1.4.21-3) # put aside upstream-shipped temp files during build but after copyright-check upstreamtmpfiles = INSTALL \ Makefile.in \ aclocal.m4 \ config.guess \ config.h.in \ config.sub \ configure \ depcomp \ examples/Makefile.in \ install-sh \ ltmain.sh \ missing \ mkinstalldirs \ src/Makefile.am \ src/Makefile.in \ src/lrdf_md5.h pre-build:: debian/stamp-upstreamtmpstuff debian/stamp-upstreamtmpstuff: debian/stamp-copyright-check for file in $(upstreamtmpfiles); do \ [ ! -e $$file ] || [ -e $$file.upstream ] || cp $$file $$file.upstream; \ done touch $@ clean:: for file in $(upstreamtmpfiles); do \ [ ! -e $$file.upstream ] || mv -f $$file.upstream $$file; \ done rm -f debian/stamp-upstreamtmpstuff clean:: rm -f stamp-h binary-post-install/liblrdf0:: d-shlibmove --commit \ --movedev "debian/tmp/usr/include/*" usr/include/ \ --movedev "debian/tmp/usr/lib/pkgconfig/*.pc" usr/lib/pkgconfig/ \ --moveshl debian/tmp/usr/share/ladspa/rdf/ladspa.rdfs usr/share/ladspa/rdf/ \ debian/tmp/usr/lib/liblrdf.so binary-predeb/liblrdf0-dev:: find debian/liblrdf0-dev/ -type f -name '*.la' -delete debian/control0000664000000000000000000000276711561767631010624 0ustar Section: libs Source: liblrdf Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard , Adrian Knoth DM-Upload-Allowed: yes Build-Depends: cdbs (>= 0.4.70~), autotools-dev, libtool, automake1.11, autoconf, debhelper (>= 6), dh-buildinfo, devscripts (>= 2.10.7~), d-shlibs, ladspa-sdk, libraptor1-dev (>= 1.4.21-3) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-multimedia/liblrdf Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblrdf.git Homepage: http://sourceforge.net/projects/lrdf/ Package: liblrdf0-dev Section: libdevel Architecture: any Depends: ${devlibs:Depends}, ${misc:Depends}, liblrdf0 (= ${binary:Version}), ladspa-sdk Provides: liblrdf-dev Conflicts: liblrdf-dev Description: liblrdf0 development files Liblrdf can read RDF/XML and N3 files and export N3 files. It also has a light taxonomic inference capablility. . It can also be used for general RDF manipulation. . This package holds static libraries and headers needed by developers who wish to use liblrdf0 in their programs. Package: liblrdf0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: liblrdf0-dev Description: library to manipulate RDF files describing LADSPA plugins Liblrdf can read RDF/XML and N3 files and export N3 files. It also has a light taxonomic inference capablility. . It can also be used for general RDF manipulation. debian/control.in0000664000000000000000000000250511561767606011221 0ustar Section: libs Source: liblrdf Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jonas Smedegaard , Adrian Knoth DM-Upload-Allowed: yes Build-Depends: @cdbs@ Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-multimedia/liblrdf Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblrdf.git Homepage: http://sourceforge.net/projects/lrdf/ Package: liblrdf0-dev Section: libdevel Architecture: any Depends: ${devlibs:Depends}, ${misc:Depends}, liblrdf0 (= ${binary:Version}), ladspa-sdk Provides: liblrdf-dev Conflicts: liblrdf-dev Description: liblrdf0 development files Liblrdf can read RDF/XML and N3 files and export N3 files. It also has a light taxonomic inference capablility. . It can also be used for general RDF manipulation. . This package holds static libraries and headers needed by developers who wish to use liblrdf0 in their programs. Package: liblrdf0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: liblrdf0-dev Description: library to manipulate RDF files describing LADSPA plugins Liblrdf can read RDF/XML and N3 files and export N3 files. It also has a light taxonomic inference capablility. . It can also be used for general RDF manipulation. debian/changelog0000644000000000000000000001610111723353321011037 0ustar liblrdf (0.4.0-5build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 08:42:09 +0100 liblrdf (0.4.0-5) unstable; urgency=low * Team upload. * Get rid of unneeded *.la files (Closes: #621598). * The short-description should not start with an article, fix another lintian warning. * Update Standards-Version to 3.9.2. * Regenerate debian/control. -- Alessio Treglia Mon, 09 May 2011 15:44:06 +0200 liblrdf (0.4.0-4) unstable; urgency=low [ Adrian Knoth ] * Explicitly depend on versioned libraptor. Closes: #613675. * Add myself as uploader. * Allow DMs to upload the package. * Bump standards version. [ Jonas Smedegaard ] * Maintain build-dependencies in rules file and add reasoning comment. * Tidy control file: + Shorten Vcs-* URLs. + Wrap long descriptions at 72 chars. + Newline-delimit package relations. * Extend copyright years in rules file header. * Rewrite copyright file using draft svn166 of DEP5 format. * Ease building with git-buildpackage: + Git-ignore quilt .pc dir. + Add dpkg-source local-options. -- Jonas Smedegaard Sat, 26 Feb 2011 14:43:23 +0100 liblrdf (0.4.0-3) unstable; urgency=medium * Stop relaxing build rules only required in DEB_MAINTAINER_MODE, and related relaxing/suppression of build-dependencies: We rely on copyright-check rule for putting aside upstream autobuilt files during build, so always need a new CDBS. * Tighten build-dependency on cdbs to be versioned. * Build-depend on devscripts and dh-buildinfo. * Set urgency=medium as above affects only packaging hints and the prior 0.4.0-2 release was kept from entering testing due to a too old version of cdbs on hppa buildd. -- Jonas Smedegaard Mon, 29 Mar 2010 10:07:05 +0200 liblrdf (0.4.0-2) unstable; urgency=low * Friendly takeover: Move packaging to Debian Multimedia Maintainers, with myself as uploader. Thanks for your past contributions, Robert! * Packaging now maintained using Git: Add Vcs-* stanzas to control file. * Enable CDBS semi-automated control file updating. * Enable CDBS copyright check (weak-included to ease backporting). * Enable CDBS get-orig-source handling. * Enable CDBS autoreconf. Revert source-applied autoreconf. * Use dpkg source format "3.0 (quilt)". * Add proper licensing header to debian/rules. * Rewrite copyright file conforming to draft DEP5 rev. 135. * Add Homepage stanza to control file. * Update URL to upstream source. * Rewrite watch file. Closes: bug#449752, thanks to Raphael Geissert. * Relax build-dependency on libraptor1-dev to be unversioned (needed version satisfied in oldstable). * Bump debhelper compat level to 6 (new enough to be modern, while still ease backporting. Tighten build-dependency accordingly. * Install files and resolve development dependencies using d-shlibs. * Use ${binary:Version} (not ${Source-Version}), and relax library package suggestion on development header package to be unversioned. * Set section in source section, thanks to lintian. * Use ${misc:Depends}. * Bump Standards-Version to 3.8.4. * Isolate patch 1001 disabling libtool -version-info. * Isolate patch 1002 renaming clashing md5 symbols. -- Jonas Smedegaard Fri, 12 Mar 2010 06:51:49 +0100 liblrdf (0.4.0-1.2) unstable; urgency=high * Non-maintainer upload. * src/lrdf_md5.h: Fix symbol conflicts with other MD5 implementations. Exporting symbols like md5_init() is not a good idea. This fixes the crashes when initializing the GStreamer when the LADSPA plugin is installed (which should be the case in all installations). Essentially this made pidgin, empathy, totem and a lot of other applications unusable (Closes: #521898). -- Sebastian Dröge Sat, 04 Apr 2009 12:01:07 +0200 liblrdf (0.4.0-1.1) unstable; urgency=low * NMU. * debian/control: Stop needlessly build depending on automake1.8. (Closes: #473327) -- Eric Dorland Sat, 03 May 2008 01:23:09 -0400 liblrdf (0.4.0-1) unstable; urgency=low * new upstream release -- Robert Jordens Mon, 20 Dec 2004 09:17:16 +0100 liblrdf (0.3.7-3) unstable; urgency=medium * debian/watch: added * otherwise simply rebuild because arm and sparc buildds failed on 0.3.7-1 due to a broken libraptor-dev and didn't bother to requeue during 60 days neither reacted to pings about the issue. Urgency medium to hurry into testing after 60 days of waiting. -- Robert Jordens Sun, 8 Aug 2004 09:59:13 +0200 liblrdf (0.3.7-2) unstable; urgency=low * fix package description (its XML, not XLM; add a missing full stop); closes: Bug#253558 -- Robert Jordens Fri, 11 Jun 2004 00:27:56 +0200 liblrdf (0.3.7-1) unstable; urgency=low * new upstream relese -- Robert Jordens Tue, 11 May 2004 14:26:10 +0200 liblrdf (0.3.5-2) unstable; urgency=low * src/Makefile.am: reset SONAME to 0. There was no need to change it need. Would break everything. * debian/control: Build-Depend on automake-1.7, autoconf, libtool closes: Bug#240085 -- Robert Jordens Thu, 25 Mar 2004 20:53:54 +0100 liblrdf (0.3.5-1) unstable; urgency=low * new upstream version -- Robert Jordens Thu, 25 Mar 2004 14:32:23 +0100 liblrdf (0.3.2-2) unstable; urgency=low * compile against libraptor1-dev, closes: Bug#229418 -- Robert Jordens Sat, 24 Jan 2004 22:23:39 +0100 liblrdf (0.3.2-1) unstable; urgency=low * new upstream release * debian/rules: converted to cdbs, use dh-buildinfo * debian/control: Build-Depends dh-buildinfo, cdbs * debian/*.files replaced by debian/*.install (dh_install) -- Robert Jordens Sat, 27 Sep 2003 00:17:13 +0200 liblrdf (0.3.1-4) unstable; urgency=low * debian/control: liblrdf0-dev is section libdevel * debian/control: changed rjo@gmx.de to jordens@debian.org * debian/rules DEB_BUILD_OPTS uses noopt now. -- Robert Jordens Tue, 2 Sep 2003 22:18:02 +0200 liblrdf (0.3.1-3) unstable; urgency=low * debian/control: Build-Depends (and liblrdf0-dev: Depends:) cleaned up, since libraptor0-dev is fixed (#204539) -- Robert Jordens Wed, 6 Aug 2003 13:52:45 +0200 liblrdf (0.3.1-2) unstable; urgency=low * debian/control: liblrdf0-dev depends libraptor0-dev, ldaspa-sdk (closes: #202768) * comply with Policy 3.6.0: no changes -- Robert Jordens Fri, 25 Jul 2003 13:57:32 +0200 liblrdf (0.3.1-1) unstable; urgency=low * New upstream release -- Robert Jordens Sat, 3 May 2003 11:15:21 +0200 liblrdf (0.2.4-1) unstable; urgency=low * New upstream release -- Robert Jordens Mon, 31 Mar 2003 01:05:22 +0200 liblrdf (0.2.3-1) unstable; urgency=low * Initial Release. -- Robert Jordens Sat, 15 Feb 2003 15:06:04 +0100 debian/gbp.conf0000664000000000000000000000014611561742355010621 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/copyright0000664000000000000000000001413611561742355011141 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: liblrdf Upstream-Contact: Steve Harris Taybin Rutkin Source: http://sourceforge.net/projects/lrdf/ Files: Makefile.in Copyright: 1994-2003, Free Software Foundation, Inc. License: GAP-Makefile.in Files: config.guess config.sub depcomp ltmain.sh missing Copyright: 1992-2004, Free Software Foundation, Inc License: GPL-2+ with Autoconf exception As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: src/lrdf_md5.h src/md5.c Copyright: 1995-1996, Free Software Foundation, Inc. License: GPL-2+ Files: configure Copyright: 1992-1996,1998-2003, Free Software Foundation, Inc. License: GAP-configure Files: aclocal.m4 Copyright: 1995-2003, Free Software Foundation, Inc License: GPL-2+ and GAP-Makefile Files: src/ladspa.h Copyright: 2000-2002, Paul Barton-Davis 2000-2002, Richard W.E. Furse 2000-2002, Stefan Westerfeld License: LGPL-2.1+ Files: install-sh Copyright: 1994, X Consortium License: Expat-X with X exception Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. Files: INSTALL Copyright: 1994-1996, 1999-2002, Free Software Foundation, Inc. License: GAP Files: src/md5_loc.h Copyright: 1991-2, RSA Data Security, Inc. Created 1991. All License: other-RSA Files: debian/* Copyright: 2003-2004, Robert Jordens 2010-2011, Jonas Smedegaard License: GPL-2+ License: GPL-2+ This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the full text of the GNU General Public License (GPL) version 2 can be found an "/usr/share/common-licenses/GPL-2". . You should have received a copy of the GNU General Public License along with this program. If not, see . License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: On Debian systems the full text of the GNU Lesser General Public License (LGPL, formerly named GNU Library General Public License) version 2.1 can be found in '/usr/share/common-licenses/LGPL-2.1'. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . License: GAP-configure This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: GAP This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: GAP-Makefile.in This Makefile.in is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License: GAP-Makefile This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, License: Expat-X 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 X CONSORTIUM 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. License: RSA License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. . License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. . RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. . These notices must be retained in any copies of any part of this documentation and/or software.