Revision: 8117 http://playerstage.svn.sourceforge.net/playerstage/?rev=8117&view=rev Author: thjc Date: 2009-07-24 12:25:28 +0000 (Fri, 24 Jul 2009)
Log Message: ----------- added copyright header to libplayerwkb Modified Paths: -------------- code/player/trunk/libplayerwkb/playerwkb.c code/player/trunk/libplayerwkb/playerwkb.h Modified: code/player/trunk/libplayerwkb/playerwkb.c =================================================================== --- code/player/trunk/libplayerwkb/playerwkb.c 2009-07-24 12:19:56 UTC (rev 8116) +++ code/player/trunk/libplayerwkb/playerwkb.c 2009-07-24 12:25:28 UTC (rev 8117) @@ -1,3 +1,24 @@ +/* + * Player - One Hell of a Robot Server + * Copyright (C) 2009 + * Paul Osmialowski + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include <stddef.h> /* NULL, size_t typedef and some versions of GEOS CAPI need this */ #include <string.h> #include <playerconfig.h> /* this also includes <stdint.h> if needed for types like uint8_t */ Modified: code/player/trunk/libplayerwkb/playerwkb.h =================================================================== --- code/player/trunk/libplayerwkb/playerwkb.h 2009-07-24 12:19:56 UTC (rev 8116) +++ code/player/trunk/libplayerwkb/playerwkb.h 2009-07-24 12:25:28 UTC (rev 8117) @@ -1,3 +1,24 @@ +/* + * Player - One Hell of a Robot Server + * Copyright (C) 2009 + * Paul Osmialowski + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #ifndef __PLAYER_WKB_H #define __PLAYER_WKB_H This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit