Index: generic/nsfAccessInt.h =================================================================== diff -u -rc209eaaec1fd3c37443ef858b0071be626bc1123 -r481023b062fc427439a749b930969ee7411dd261 --- generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision c209eaaec1fd3c37443ef858b0071be626bc1123) +++ generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision 481023b062fc427439a749b930969ee7411dd261) @@ -2,8 +2,17 @@ * Macros to abstract access to Tcl internals where possible. * This file is part of the Next Scripting Framework * - * 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-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 @@ -21,6 +30,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. + * */ #define Tcl_Interp_numLevels(interp) ((Interp *)(interp))->numLevels #define Tcl_Interp_framePtr(interp) ((Tcl_CallFrame *)((Interp *)(interp))->framePtr)