Index: library/mongodb/COPYRIGHT =================================================================== diff -u -N -r3ccf7f8d21448b7baa3b348a2f8d99a25e20de21 -r4b99da620d8f9099dafa48f1099b5fbd5737aba5 --- library/mongodb/COPYRIGHT (.../COPYRIGHT) (revision 3ccf7f8d21448b7baa3b348a2f8d99a25e20de21) +++ library/mongodb/COPYRIGHT (.../COPYRIGHT) (revision 4b99da620d8f9099dafa48f1099b5fbd5737aba5) @@ -1,20 +1,11 @@ /* - * Next Scripting Framework + * MongoDB driver for the Next Scripting Framework * - * Copyright (C) 1999-2014 Gustaf Neumann (a) (b) - * Copyright (C) 1999-2007 Uwe Zdun (a) (b) - * Copyright (C) 2007-2008 Martin Matuska (b) - * Copyright (C) 2010-2014 Stefan Sobernig (b) + * Copyright (C) 2011-2018 Gustaf Neumann (a) (b) * - * - * (a) University of Essen - * Specification of Software Systems - * Altendorferstrasse 97-101 - * D-45143 Essen, Germany - * - * (b) Vienna University of Economics and Business + * Vienna University of Economics and Business * Institute of Information Systems and New Media - * A-1090, Augasse 2-6 + * A-1020, Welthandelsplatz 1 * Vienna, Austria * * This work is licensed under the MIT License Index: library/mongodb/nsfmongo.c =================================================================== diff -u -N -r63cca48b152e7d05d77e6fc5986695113f11a672 -r4b99da620d8f9099dafa48f1099b5fbd5737aba5 --- library/mongodb/nsfmongo.c (.../nsfmongo.c) (revision 63cca48b152e7d05d77e6fc5986695113f11a672) +++ library/mongodb/nsfmongo.c (.../nsfmongo.c) (revision 4b99da620d8f9099dafa48f1099b5fbd5737aba5) @@ -1,16 +1,13 @@ /* - * Experimental Interface to MongoDB based on nsf (Next Scripting + * Interface between MongoDB based on NSF (Next Scripting * Framework) * - * The example shows how to use the source code generator from nsf to - * generate a c interface. - - * This implementation provides a low level interface based on tagged - * elements to force / preserve the datatypes of mongodb. + * This implementation provides a low level interface based on tagged elements + * to force / preserve the datatypes of MongoDB when converting into Tcl. * - * This code serves as well as an example how to use the source code - * generator of nsf to provide a C interface for optional nsf - * packages. + * This code serves as well as an example how to use the source code generator + * of NSF. The example shows how to use the source code generator from NSF to + * generate a C interface. * * -gustaf neumann March 27, 2011 *