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