Index: generic/nsfObjectData.c =================================================================== diff -u -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"