Index: generic/stubs8.5/nsfDecls.h =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.5/nsfDecls.h (.../nsfDecls.h) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.5/nsfDecls.h (.../nsfDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -5,14 +5,46 @@ * * This file is part of the Next Scripting Framework. * - * Copyright (C) 1999-2014 Gustaf Neumann - * Copyright (C) 1999-2007 Uwe Zdun + * Copyright (C) 1999-2014 Gustaf Neumann (a, b) + * Copyright (C) 1999-2007 Uwe Zdun (a, b) + * + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ + * + */ + #ifndef _NSFDECLS #define _NSFDECLS Index: generic/stubs8.5/nsfIntDecls.h =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.5/nsfIntDecls.h (.../nsfIntDecls.h) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.5/nsfIntDecls.h (.../nsfIntDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -9,9 +9,38 @@ * Copyright (C) 1998-2008 Uwe Zdun * Copyright (C) 1998-2014 Gustaf Neumann * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ #ifndef _NSFINTDECLS Index: generic/stubs8.5/nsfStubInit.c =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.5/nsfStubInit.c (.../nsfStubInit.c) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.5/nsfStubInit.c (.../nsfStubInit.c) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -1,14 +1,43 @@ /* - * nxStubInit.c -- + * nsfStubInit.c -- * * This file contains the initializers for the stub vectors of the Next * Scripting Framework. * - * Copyright (C) 1998-1999 by XXX + * Copyright (C) 1999-2014 Gustaf Neumann (a, b) * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ #include "nsfInt.h" Index: generic/stubs8.6/nsfDecls.h =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.6/nsfDecls.h (.../nsfDecls.h) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.6/nsfDecls.h (.../nsfDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -3,14 +3,43 @@ * * Declarations of functions in the platform independent public Nsf API. * - * This file is part of the Next Scripting Framework. + * This file is part of the Next Scripting Framework. * - * Copyright (C) 1999-2014 Gustaf Neumann - * Copyright (C) 1999-2007 Uwe Zdun + * Copyright (C) 1999-2014 Gustaf Neumann (a, b) + * Copyright (C) 1999-2007 Uwe Zdun (a, b) * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ #ifndef _NSFDECLS Index: generic/stubs8.6/nsfIntDecls.h =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.6/nsfIntDecls.h (.../nsfIntDecls.h) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.6/nsfIntDecls.h (.../nsfIntDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -6,12 +6,41 @@ * interfaces are not guaranteed to remain the same between * versions. Use at your own risk. * - * Copyright (C) 1998-2008 Uwe Zdun - * Copyright (C) 1998-2014 Gustaf Neumann + * Copyright (C) 1998-2008 Uwe Zdun (a, b) + * Copyright (C) 1998-2014 Gustaf Neumann (a, b) * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ #ifndef _NSFINTDECLS Index: generic/stubs8.6/nsfStubInit.c =================================================================== diff -u -r74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708 -r6d2855a9a603f924c8578abf30b374901741f4a1 --- generic/stubs8.6/nsfStubInit.c (.../nsfStubInit.c) (revision 74d3e18a8ce3eedc4cbf6b8900d0f262d59ea708) +++ generic/stubs8.6/nsfStubInit.c (.../nsfStubInit.c) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) @@ -1,14 +1,43 @@ /* - * nxStubInit.c -- + * nsfStubInit.c -- * * This file contains the initializers for the stub vectors of the Next * Scripting Framework. * - * Copyright (C) 1998-1999 by XXX + * Copyright (C) 1999-2014 Gustaf Neumann (a, b) * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) University of Essen + * Specification of Software Systems + * Altendorferstrasse 97-101 + * D-45143 Essen, Germany * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1090, Augasse 2-6 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * + * Copyright: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS 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. + * */ #include "nsfInt.h"