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