Index: generic/aolstub.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/aolstub.c (.../aolstub.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/aolstub.c (.../aolstub.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,17 +1,23 @@ /* - This file provides the stubs needed for the AOLserver, to load nsf. - Please note, that if you have an ancient version of the AOLserver, you - might have to have to apply a small patch to the AOLserver as well - (available from www.xotcl.org) in order to get it working. - - Originally developed by - - Zoran Vasiljevic - Archiware Inc. + * aolstub.c -- * - * Copyright (C) 2006-2013 Zoran Vasiljevic - * Copyright (C) 2006-2014 Gustaf Neumann + * This file provides the stubs needed for the AOLserver, to load NSF. + * Please note, that if you have an ancient version of the AOLserver, you + * might have to have to apply a small patch to the AOLserver as well + * (available from www.xotcl.org) in order to get it working. * + * Copyright (C) 2006-2013 Zoran Vasiljevic (a) + * Copyright (C) 2006-2014 Gustaf Neumann (b) + * + * (a) Archiware Inc. + * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * Vienna, Austria + * + * This work is licensed under the MIT License http://www.opensource.org/licenses/MIT + * * 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 @@ -29,7 +35,8 @@ * 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. -*/ + * + */ #ifdef AOL_SERVER Index: generic/nsf.c =================================================================== diff -u -N -r2298203da43f1d10b0e1151944606a934fb6b727 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsf.c (.../nsf.c) (revision 2298203da43f1d10b0e1151944606a934fb6b727) +++ generic/nsf.c (.../nsf.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,9 +1,9 @@ /* * nsf.c -- * - * Basic Machinery of the Next Scripting Framework, a Tcl based framework - * for supporting language oriented programming. For Details, see - * http://next-scripting.org/ + * Basic Machinery of the Next Scripting Framework, a Tcl-based framework + * for supporting language-oriented programming. For details, see + * http://next-scripting.org/. * * Copyright (C) 1999-2014 Gustaf Neumann (a) (b) * Copyright (C) 1999-2007 Uwe Zdun (a) (b) @@ -18,7 +18,7 @@ * * (b) 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: generic/nsf.decls =================================================================== diff -u -N -r4344f09a497442a67dd503dcdce348a376491749 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsf.decls (.../nsf.decls) (revision 4344f09a497442a67dd503dcdce348a376491749) +++ generic/nsf.decls (.../nsf.decls) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,14 +1,47 @@ -# -*- Tcl -*- nx.decls -- +# -*- Tcl -*- # +# nx.decls -- +# # This file contains the declarations for all supported public -# functions that are exported by the Next scripting library via the stubs table. -# This file is used to generate the nxDecls.h, nxPlatDecls.h, -# nxStub.c, and nxPlatStub.c files. +# functions that are exported by the Next Scripting Framework +# (NSF) library via stubs tables. This file is used to +# generate nsfDecls.h. # -# 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 +# +# (b) Vienna University of Economics and Business +# Institute of Information Systems and New Media +# A-1020, Welthandelsplatz 1 +# 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. +# library nsf Index: generic/nsfAPI.decls =================================================================== diff -u -N -r3016e6466668218392140bc884fa8bf489721eda -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfAPI.decls (.../nsfAPI.decls) (revision 3016e6466668218392140bc884fa8bf489721eda) +++ generic/nsfAPI.decls (.../nsfAPI.decls) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,40 @@ # -*- Tcl -*- # -# This script is sourced by the C-code generator gentclAPI.tcl in the -# same directory. It is also used by the nx::doc toolkit to generate -# the authorative language reference documents. +# nsfAPI.decls -- # -# Copyright (C) 2009-2014 Gustaf Neumann +# Public functions and Tcl commands offered by the Next +# Scripting Framework (NSF) library. This script is sourced by +# the C-code generator gentclAPI.tcl in the same directory. # +# Copyright (C) 2009-2014 Gustaf Neumann +# +# Vienna University of Economics and Business +# Institute of Information Systems and New Media +# A-1020, Welthandelsplatz 1 +# 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. +# # namespaces for types of methods array set ns { Index: generic/nsfAccessInt.h =================================================================== diff -u -N -r481023b062fc427439a749b930969ee7411dd261 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision 481023b062fc427439a749b930969ee7411dd261) +++ generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -6,7 +6,7 @@ * * 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 http://www.opensource.org/licenses/MIT Index: generic/nsfCmdDefinitions.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfCmdDefinitions.c (.../nsfCmdDefinitions.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfCmdDefinitions.c (.../nsfCmdDefinitions.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfCmdDefinitions.c -- + * nsfCmdDefinitions.c -- * * Provide API for registering method definitions * and obtaining this data for introspection * - * Copyright (C) 2014 Gustaf Neumann + * Copyright (C) 2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -23,6 +32,7 @@ * 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/nsfCompile.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfCompile.c (.../nsfCompile.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfCompile.c (.../nsfCompile.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -9,6 +9,15 @@ * * Copyright (C) 2005-2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 Index: generic/nsfDTrace.d =================================================================== diff -u -N -r481023b062fc427439a749b930969ee7411dd261 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfDTrace.d (.../nsfDTrace.d) (revision 481023b062fc427439a749b930969ee7411dd261) +++ generic/nsfDTrace.d (.../nsfDTrace.d) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -7,7 +7,7 @@ * * 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 http://www.opensource.org/licenses/MIT Index: generic/nsfDTrace.h =================================================================== diff -u -N -r481023b062fc427439a749b930969ee7411dd261 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfDTrace.h (.../nsfDTrace.h) (revision 481023b062fc427439a749b930969ee7411dd261) +++ generic/nsfDTrace.h (.../nsfDTrace.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -7,7 +7,7 @@ * * 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 http://www.opensource.org/licenses/MIT Index: generic/nsfDebug.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfDebug.c (.../nsfDebug.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfDebug.c (.../nsfDebug.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -3,9 +3,23 @@ * * Debugging facilities for 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 + * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 Index: generic/nsfEnumerationType.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfEnumerationType.c (.../nsfEnumerationType.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfEnumerationType.c (.../nsfEnumerationType.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfEnumerationType.c -- + * nsfEnumerationType.c -- * * Provide API for registering enumeration types * and obtaining their domain. * - * Copyright (C) 2014 Gustaf Neumann + * Copyright (C) 2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -23,6 +32,7 @@ * 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/nsfError.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfError.c (.../nsfError.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfError.c (.../nsfError.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,12 +1,26 @@ /* - * nsfError.c -- + * nsfError.c -- * * Error reporting functions for the Next Scripting Framework. * - * Copyright (C) 1999-2014 Gustaf Neumann - * Copyright (C) 1999-2007 Uwe Zdun - * Copyright (C) 2011 Stefan Sobernig + * Copyright (C) 1999-2014 Gustaf Neumann (a, b) + * Copyright (C) 1999-2007 Uwe Zdun (a, b) + * Copyright (C) 2011 Stefan Sobernig (b) * + * (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-1020, Welthandelsplatz 1 + * 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 @@ -24,6 +38,7 @@ * 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/nsfInt.decls =================================================================== diff -u -N -ra09faeafaaacd8dcd4c52cdb86653993e8dc499a -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfInt.decls (.../nsfInt.decls) (revision a09faeafaaacd8dcd4c52cdb86653993e8dc499a) +++ generic/nsfInt.decls (.../nsfInt.decls) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,14 +1,47 @@ -# -*- Tcl -*-nsfInt.decls -- +# -*- Tcl -*- # -# This file contains the declarations for all unsupported -# functions that are exported by the Tcl library. This file -# is used to generate the itclIntDecls.h and itclIntStub.c -# files +# nsfInt.decls -- # -# Copyright (c) 1998-1999 by Scriptics Corporation. -# See the file "tcl-license.terms" for information on usage and redistribution -# of this file, and for a DISCLAIMER OF ALL WARRANTIES. +# This file contains the declarations for all internal +# functions that are exported by the Next Scripting Framework +# (NSF) library via stubs tables. This file is used to +# generate nsfIntDecls.h. +# +# 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 +# +# (b) Vienna University of Economics and Business +# Institute of Information Systems and New Media +# A-1020, Welthandelsplatz 1 +# 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. +# library nsf Index: generic/nsfInt.h =================================================================== diff -u -N -r481023b062fc427439a749b930969ee7411dd261 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfInt.h (.../nsfInt.h) (revision 481023b062fc427439a749b930969ee7411dd261) +++ generic/nsfInt.h (.../nsfInt.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -15,7 +15,7 @@ * * (b) 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: generic/nsfObj.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfObj.c (.../nsfObj.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfObj.c (.../nsfObj.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,10 +1,19 @@ /* - * nsfError.c -- + * nsfError.c -- * * Tcl_Obj types provided by the Next Scripting Framework. * - * Copyright (C) 1999-2014 Gustaf Neumann + * Copyright (C) 1999-2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 Index: generic/nsfObjectData.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfObjectData.c (.../nsfObjectData.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfObjectData.c (.../nsfObjectData.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,13 +1,27 @@ /* - * nsfObjectData.c -- + * nsfObjectData.c -- * - * Nsf Object Data, needs NSF_OBJECTDATA to be compiled in. When - * specified, it can be use to equip every object from C with an - * additional payload. + * NSF object data assumes NSF_OBJECTDATA to be compiled in. When + * specified, it can be used to equip every object with an + * additional payload from C. * - * 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 * + * (b) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -25,6 +39,7 @@ * 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/nsfPointer.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfPointer.c (.../nsfPointer.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfPointer.c (.../nsfPointer.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfPointer.c -- + * nsfPointer.c -- * * Provide API for accessing mallocated data via Tcl. - * this is used e.q. via the MongoDB interface. + * This is used e.g. via the MongoDB interface. * - * Copyright (C) 2011-2014 Gustaf Neumann + * Copyright (C) 2011-2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 Index: generic/nsfProfile.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfProfile.c (.../nsfProfile.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfProfile.c (.../nsfProfile.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfProfile.c -- + * nsfProfile.c -- * - * Profiling information printout for Next Scripting Framework. - * For profiling infos NSF_PROFILE must be configured. + * Provides profiling information about Next Scripting Framework internals. + * For turning on profiling, NSF_PROFILE must be configured. * - * Copyright (C) 2010-2014 Gustaf Neumann + * Copyright (C) 2010-2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -23,6 +32,7 @@ * 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/nsfShadow.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfShadow.c (.../nsfShadow.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfShadow.c (.../nsfShadow.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfShadow.c -- + * nsfShadow.c -- * * API support for shadowing (overloading) and accessing C-implemented * Tcl obj-commands. * - * Copyright (C) 1999-2014 Gustaf Neumann + * Copyright (C) 1999-2014 Gustaf Neumann * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -23,6 +32,7 @@ * 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/nsfStack.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfStack.c (.../nsfStack.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfStack.c (.../nsfStack.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -1,11 +1,20 @@ /* - * nsfStack.c -- + * nsfStack.c -- * * Stack handling functions of the Next Scripting Framework. * - * Copyright (C) 2010-2014 Gustaf Neumann - * Copyright (C) 2011 Stefan Sobernig + * Copyright (C) 2010-2014 Gustaf Neumann + * Copyright (C) 2011 Stefan Sobernig * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 Index: generic/nsfStubLib.c =================================================================== diff -u -N -r8e0b30355e24d03a7baba8b701cbab2aa7694157 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfStubLib.c (.../nsfStubLib.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) +++ generic/nsfStubLib.c (.../nsfStubLib.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -5,12 +5,43 @@ * Scripting Framework. * * Copyright (C) 1998 Paul Duffin - * Copyright (C) 2001-2014 Gustaf Neumann - * Copyright (C) 2001-2007 Uwe Zdun + * Copyright (C) 2001-2014 Gustaf Neumann (a) + * Copyright (C) 2001-2007 Uwe Zdun (a) * - * See the file "tcl-license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * (a) Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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. + * + * The original work by Paul Duffin was licensed as: + * + * "See the file "tcl-license.terms" for information on usage and redistribution + * of this file, and for a DISCLAIMER OF ALL WARRANTIES." + * + * See also http://www.tcl.tk/software/tcltk/license.html. + * */ /* Index: generic/nsfUtil.c =================================================================== diff -u -N -r92ab630ebd3c1b907e3d0fdf97cc07914245c028 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/nsfUtil.c (.../nsfUtil.c) (revision 92ab630ebd3c1b907e3d0fdf97cc07914245c028) +++ generic/nsfUtil.c (.../nsfUtil.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -6,6 +6,15 @@ * Copyright (C) 2001-2014 Gustaf Neumann * Copyright (C) 2001-2007 Uwe Zdun * + * Vienna University of Economics and Business + * Institute of Information Systems and New Media + * A-1020, Welthandelsplatz 1 + * 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 @@ -22,7 +31,7 @@ * 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. + * DEALINGS IN THE SOFTWARE. * */ Index: generic/stubs8.5/nsfDecls.h =================================================================== diff -u -N -r6d2855a9a603f924c8578abf30b374901741f4a1 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/stubs8.5/nsfDecls.h (.../nsfDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) +++ generic/stubs8.5/nsfDecls.h (.../nsfDecls.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -15,7 +15,7 @@ * * (b) 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 http://www.opensource.org/licenses/MIT Index: generic/stubs8.5/nsfIntDecls.h =================================================================== diff -u -N -r6d2855a9a603f924c8578abf30b374901741f4a1 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/stubs8.5/nsfIntDecls.h (.../nsfIntDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) +++ generic/stubs8.5/nsfIntDecls.h (.../nsfIntDecls.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -16,7 +16,7 @@ * * (b) 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 http://www.opensource.org/licenses/MIT Index: generic/stubs8.5/nsfStubInit.c =================================================================== diff -u -N -r6d2855a9a603f924c8578abf30b374901741f4a1 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/stubs8.5/nsfStubInit.c (.../nsfStubInit.c) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) +++ generic/stubs8.5/nsfStubInit.c (.../nsfStubInit.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -13,7 +13,7 @@ * * (b) 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 http://www.opensource.org/licenses/MIT Index: generic/stubs8.6/nsfIntDecls.h =================================================================== diff -u -N -r6d2855a9a603f924c8578abf30b374901741f4a1 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/stubs8.6/nsfIntDecls.h (.../nsfIntDecls.h) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) +++ generic/stubs8.6/nsfIntDecls.h (.../nsfIntDecls.h) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -16,7 +16,7 @@ * * (b) 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 http://www.opensource.org/licenses/MIT Index: generic/stubs8.6/nsfStubInit.c =================================================================== diff -u -N -r6d2855a9a603f924c8578abf30b374901741f4a1 -rcbcfec72376d549a806859c873195cc0ebc9c9ea --- generic/stubs8.6/nsfStubInit.c (.../nsfStubInit.c) (revision 6d2855a9a603f924c8578abf30b374901741f4a1) +++ generic/stubs8.6/nsfStubInit.c (.../nsfStubInit.c) (revision cbcfec72376d549a806859c873195cc0ebc9c9ea) @@ -13,7 +13,7 @@ * * (b) 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 http://www.opensource.org/licenses/MIT