From 11e1881badf80f7eacd99a55c5536e45e36b9e48 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Mon, 25 Aug 2014 04:26:59 +0000 Subject: Changed Claude Heiland-Allen's email as requested in http://lists.puredata.info/pipermail/pd-dev/2014-08/019935.html svn path=/trunk/externals/loaders/pdlua/; revision=17339 --- src/pdlua.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pdlua.c') diff --git a/src/pdlua.c b/src/pdlua.c index 7feb382..6891bfc 100644 --- a/src/pdlua.c +++ b/src/pdlua.c @@ -2,11 +2,11 @@ /* Reformmatted the code and added some debug messages. Changed the name of the class to pdlua */ /** @file lua.c * @brief pdlua -- a Lua embedding for Pd. - * @author Claude Heiland-Allen + * @author Claude Heiland-Allen * @date 2008 * @version 0.6~svn * - * Copyright (C) 2007,2008 Claude Heiland-Allen + * Copyright (C) 2007,2008 Claude Heiland-Allen * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1751,7 +1751,7 @@ void pdlua_setup(void) int fd; int result; char* pdluaver = "pdlua 0.7.2 (GPL) 2014 Martin Peach, based on"; - char* luaver = "lua 0.6~svn (GPL) 2008 Claude Heiland-Allen "; + char* luaver = "lua 0.6~svn (GPL) 2008 Claude Heiland-Allen "; char compiled[MAXPDSTRING]; char luaversionStr[MAXPDSTRING]; const lua_Number *luaversion = lua_version (NULL); -- cgit v1.2.1