Index: API/application.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/application.h,v
retrieving revision 1.5
diff -u -r1.5 application.h
--- API/application.h 1 Mar 2002 22:00:15 -0000 1.5
+++ API/application.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: application.h,v 1.5 2002/03/01 22:00:15 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: application.h,v 1.5 2002/03/01 22:00:15 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Application bootstrapping library. When booting your application,
Index: API/core.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/core.h,v
retrieving revision 1.51
diff -u -r1.51 core.h
--- API/core.h 5 May 2003 14:07:48 -0000 1.51
+++ API/core.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: core.h,v 1.51 2003/05/05 14:07:48 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: core.h,v 1.51 2003/05/05 14:07:48 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
This is the heart of ClanLib. The core library contain the glue that
Index: API/display.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/display.h,v
retrieving revision 1.24
diff -u -r1.24 display.h
--- API/display.h 8 Apr 2003 22:15:38 -0000 1.24
+++ API/display.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display.h,v 1.24 2003/04/08 22:15:38 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display.h,v 1.24 2003/04/08 22:15:38 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
ClanLib display and input library. This provide you with 2D display
Index: API/dx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/dx7.h,v
retrieving revision 1.1
diff -u -r1.1 dx7.h
--- API/dx7.h 11 May 2002 12:27:58 -0000 1.1
+++ API/dx7.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dx7.h,v 1.1 2002/05/11 12:27:58 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dx7.h,v 1.1 2002/05/11 12:27:58 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
ClanLib DirectX 7 support. Contains DirectX 7 binding code.
Index: API/dx8.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/dx8.h,v
retrieving revision 1.1
diff -u -r1.1 dx8.h
--- API/dx8.h 11 May 2002 12:27:58 -0000 1.1
+++ API/dx8.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dx8.h,v 1.1 2002/05/11 12:27:58 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dx8.h,v 1.1 2002/05/11 12:27:58 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//: ClanLib DirectX 8 support. Contains DirectX 8 binding code.
Index: API/efence.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/efence.h,v
retrieving revision 1.4
diff -u -r1.4 efence.h
--- API/efence.h 6 Sep 2001 18:52:04 -0000 1.4
+++ API/efence.h 20 Jul 2003 11:43:15 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: efence.h,v 1.4 2001/09/06 18:52:04 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: efence.h,v 1.4 2001/09/06 18:52:04 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
Electric fence, C++ enable code.
Index: API/gl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/gl.h,v
retrieving revision 1.11
diff -u -r1.11 gl.h
--- API/gl.h 11 Feb 2003 18:43:29 -0000 1.11
+++ API/gl.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: gl.h,v 1.11 2003/02/11 18:43:29 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: gl.h,v 1.11 2003/02/11 18:43:29 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//: ClanLib OpenGL support. Contains OpenGL binding code and 3D helper
Index: API/gui.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/gui.h,v
retrieving revision 1.44
diff -u -r1.44 gui.h
--- API/gui.h 24 Feb 2003 21:00:29 -0000 1.44
+++ API/gui.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: gui.h,v 1.44 2003/02/24 21:00:29 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: gui.h,v 1.44 2003/02/24 21:00:29 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Graphical User Interface API. Provides a themeable and very flexible GUI
Index: API/guistyleboring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/guistyleboring.h,v
retrieving revision 1.1
diff -u -r1.1 guistyleboring.h
--- API/guistyleboring.h 18 Feb 2003 14:25:09 -0000 1.1
+++ API/guistyleboring.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: guistyleboring.h,v 1.1 2003/02/18 14:25:09 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: guistyleboring.h,v 1.1 2003/02/18 14:25:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Graphical User Interface API. Provides a themeable and very flexible GUI
Index: API/guistylesilver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/guistylesilver.h,v
retrieving revision 1.1
diff -u -r1.1 guistylesilver.h
--- API/guistylesilver.h 18 Feb 2003 14:25:09 -0000 1.1
+++ API/guistylesilver.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: guistylesilver.h,v 1.1 2003/02/18 14:25:09 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: guistylesilver.h,v 1.1 2003/02/18 14:25:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Graphical User Interface API. Provides a themeable and very flexible GUI
Index: API/javascript.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/javascript.h,v
retrieving revision 1.2
diff -u -r1.2 javascript.h
--- API/javascript.h 18 Dec 2001 15:55:33 -0000 1.2
+++ API/javascript.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: javascript.h,v 1.2 2001/12/18 15:55:33 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: javascript.h,v 1.2 2001/12/18 15:55:33 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
JavaScript script support.
Index: API/mikmod.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/mikmod.h,v
retrieving revision 1.8
diff -u -r1.8 mikmod.h
--- API/mikmod.h 20 Apr 2003 12:29:49 -0000 1.8
+++ API/mikmod.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: mikmod.h,v 1.8 2003/04/20 12:29:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: mikmod.h,v 1.8 2003/04/20 12:29:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//: MikMod module playback support. Supports all the module formats of
Index: API/network.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/network.h,v
retrieving revision 1.11
diff -u -r1.11 network.h
--- API/network.h 9 Jun 2002 00:28:02 -0000 1.11
+++ API/network.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: network.h,v 1.11 2002/06/09 00:28:02 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: network.h,v 1.11 2002/06/09 00:28:02 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Enables network communication. Includes low-lever socket access as well
Index: API/signals.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/signals.h,v
retrieving revision 1.10
diff -u -r1.10 signals.h
--- API/signals.h 18 Dec 2001 15:55:33 -0000 1.10
+++ API/signals.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signals.h,v 1.10 2001/12/18 15:55:33 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signals.h,v 1.10 2001/12/18 15:55:33 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
ClanLib signal system. Signals is an other word for callback functions. A
Index: API/sound.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/sound.h,v
retrieving revision 1.9
diff -u -r1.9 sound.h
--- API/sound.h 18 Apr 2003 10:19:08 -0000 1.9
+++ API/sound.h 20 Jul 2003 11:43:16 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sound.h,v 1.9 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sound.h,v 1.9 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Sound support. If you want sound in your application, you defiantly
Index: API/voice.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/voice.h,v
retrieving revision 1.4
diff -u -r1.4 voice.h
--- API/voice.h 6 Apr 2002 16:58:25 -0000 1.4
+++ API/voice.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice.h,v 1.4 2002/04/06 16:58:25 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice.h,v 1.4 2002/04/06 16:58:25 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Voice communication over the network. With ClanVoice, players can communicate
Index: API/vorbis.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/vorbis.h,v
retrieving revision 1.8
diff -u -r1.8 vorbis.h
--- API/vorbis.h 21 Apr 2003 23:29:21 -0000 1.8
+++ API/vorbis.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: vorbis.h,v 1.8 2003/04/21 23:29:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: vorbis.h,v 1.8 2003/04/21 23:29:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//:
Ogg Vorbis playback. With this library, you can play music with the same
Index: API/Application/clanapp.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Application/clanapp.h,v
retrieving revision 1.14
diff -u -r1.14 clanapp.h
--- API/Application/clanapp.h 15 Nov 2002 10:40:07 -0000 1.14
+++ API/Application/clanapp.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: clanapp.h,v 1.14 2002/11/15 10:40:07 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: clanapp.h,v 1.14 2002/11/15 10:40:07 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanApp="System"
Index: API/Core/IOData/cl_endian.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/cl_endian.h,v
retrieving revision 1.11
diff -u -r1.11 cl_endian.h
--- API/Core/IOData/cl_endian.h 16 Jul 2002 12:39:46 -0000 1.11
+++ API/Core/IOData/cl_endian.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cl_endian.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cl_endian.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/datatypes.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/datatypes.h,v
retrieving revision 1.1
diff -u -r1.1 datatypes.h
--- API/Core/IOData/datatypes.h 26 Feb 2003 23:03:56 -0000 1.1
+++ API/Core/IOData/datatypes.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: datatypes.h,v 1.1 2003/02/26 23:03:56 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: datatypes.h,v 1.1 2003/02/26 23:03:56 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/directory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/directory.h,v
retrieving revision 1.2
diff -u -r1.2 directory.h
--- API/Core/IOData/directory.h 23 Feb 2003 12:06:04 -0000 1.2
+++ API/Core/IOData/directory.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: directory.h,v 1.2 2003/02/23 12:06:04 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: directory.h,v 1.2 2003/02/23 12:06:04 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/directory_scanner.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/directory_scanner.h,v
retrieving revision 1.17
diff -u -r1.17 directory_scanner.h
--- API/Core/IOData/directory_scanner.h 27 Nov 2002 19:24:55 -0000 1.17
+++ API/Core/IOData/directory_scanner.h 20 Jul 2003 11:43:17 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: directory_scanner.h,v 1.17 2002/11/27 19:24:55 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: directory_scanner.h,v 1.17 2002/11/27 19:24:55 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource.h,v
retrieving revision 1.15
diff -u -r1.15 inputsource.h
--- API/Core/IOData/inputsource.h 26 Feb 2003 22:46:30 -0000 1.15
+++ API/Core/IOData/inputsource.h 20 Jul 2003 11:43:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource.h,v 1.15 2003/02/26 22:46:30 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource.h,v 1.15 2003/02/26 22:46:30 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource_file.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource_file.h,v
retrieving revision 1.10
diff -u -r1.10 inputsource_file.h
--- API/Core/IOData/inputsource_file.h 16 Jul 2002 12:39:46 -0000 1.10
+++ API/Core/IOData/inputsource_file.h 20 Jul 2003 11:43:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_file.h,v 1.10 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_file.h,v 1.10 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource_memory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource_memory.h,v
retrieving revision 1.12
diff -u -r1.12 inputsource_memory.h
--- API/Core/IOData/inputsource_memory.h 16 Jul 2002 12:39:46 -0000 1.12
+++ API/Core/IOData/inputsource_memory.h 20 Jul 2003 11:43:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_memory.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_memory.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource_provider.h,v
retrieving revision 1.14
diff -u -r1.14 inputsource_provider.h
--- API/Core/IOData/inputsource_provider.h 10 May 2003 20:10:07 -0000 1.14
+++ API/Core/IOData/inputsource_provider.h 20 Jul 2003 11:43:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_provider.h,v 1.14 2003/05/10 20:10:07 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_provider.h,v 1.14 2003/05/10 20:10:07 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource_provider_file.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource_provider_file.h,v
retrieving revision 1.12
diff -u -r1.12 inputsource_provider_file.h
--- API/Core/IOData/inputsource_provider_file.h 10 May 2003 19:05:28 -0000 1.12
+++ API/Core/IOData/inputsource_provider_file.h 20 Jul 2003 11:43:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_provider_file.h,v 1.12 2003/05/10 19:05:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_provider_file.h,v 1.12 2003/05/10 19:05:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/inputsource_zipped.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/inputsource_zipped.h,v
retrieving revision 1.11
diff -u -r1.11 inputsource_zipped.h
--- API/Core/IOData/inputsource_zipped.h 16 Jul 2002 12:39:46 -0000 1.11
+++ API/Core/IOData/inputsource_zipped.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_zipped.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_zipped.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/outputsource.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/outputsource.h,v
retrieving revision 1.16
diff -u -r1.16 outputsource.h
--- API/Core/IOData/outputsource.h 26 Feb 2003 22:46:30 -0000 1.16
+++ API/Core/IOData/outputsource.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource.h,v 1.16 2003/02/26 22:46:30 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource.h,v 1.16 2003/02/26 22:46:30 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/outputsource_file.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/outputsource_file.h,v
retrieving revision 1.12
diff -u -r1.12 outputsource_file.h
--- API/Core/IOData/outputsource_file.h 16 Jul 2002 12:39:46 -0000 1.12
+++ API/Core/IOData/outputsource_file.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_file.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_file.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/outputsource_memory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/outputsource_memory.h,v
retrieving revision 1.15
diff -u -r1.15 outputsource_memory.h
--- API/Core/IOData/outputsource_memory.h 16 Jul 2002 12:39:46 -0000 1.15
+++ API/Core/IOData/outputsource_memory.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_memory.h,v 1.15 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_memory.h,v 1.15 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/outputsource_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/outputsource_provider.h,v
retrieving revision 1.11
diff -u -r1.11 outputsource_provider.h
--- API/Core/IOData/outputsource_provider.h 16 Jul 2002 12:39:46 -0000 1.11
+++ API/Core/IOData/outputsource_provider.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_provider.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_provider.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/outputsource_zipped.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/outputsource_zipped.h,v
retrieving revision 1.12
diff -u -r1.12 outputsource_zipped.h
--- API/Core/IOData/outputsource_zipped.h 16 Jul 2002 12:39:46 -0000 1.12
+++ API/Core/IOData/outputsource_zipped.h 20 Jul 2003 11:43:19 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_zipped.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_zipped.h,v 1.12 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/zip_archive.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/zip_archive.h,v
retrieving revision 1.4
diff -u -r1.4 zip_archive.h
--- API/Core/IOData/zip_archive.h 10 May 2003 19:05:28 -0000 1.4
+++ API/Core/IOData/zip_archive.h 20 Jul 2003 11:43:20 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: zip_archive.h,v 1.4 2003/05/10 19:05:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: zip_archive.h,v 1.4 2003/05/10 19:05:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/IOData/zip_file_entry.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/IOData/zip_file_entry.h,v
retrieving revision 1.5
diff -u -r1.5 zip_file_entry.h
--- API/Core/IOData/zip_file_entry.h 1 Mar 2003 15:36:37 -0000 1.5
+++ API/Core/IOData/zip_file_entry.h 20 Jul 2003 11:43:20 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: zip_file_entry.h,v 1.5 2003/03/01 15:36:37 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: zip_file_entry.h,v 1.5 2003/03/01 15:36:37 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="I/O Data"
Index: API/Core/Math/cl_vector.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/cl_vector.h,v
retrieving revision 1.13
diff -u -r1.13 cl_vector.h
--- API/Core/Math/cl_vector.h 16 Jul 2002 12:39:46 -0000 1.13
+++ API/Core/Math/cl_vector.h 20 Jul 2003 11:43:20 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cl_vector.h,v 1.13 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cl_vector.h,v 1.13 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
1999/06/19 Daniel Vogel
Index: API/Core/Math/math.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/math.h,v
retrieving revision 1.4
diff -u -r1.4 math.h
--- API/Core/Math/math.h 8 Nov 2002 18:06:02 -0000 1.4
+++ API/Core/Math/math.h 20 Jul 2003 11:43:20 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: math.h,v 1.4 2002/11/08 18:06:02 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: math.h,v 1.4 2002/11/08 18:06:02 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_math
Index: API/Core/Math/origin.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/origin.h,v
retrieving revision 1.2
diff -u -r1.2 origin.h
--- API/Core/Math/origin.h 10 Feb 2003 22:25:54 -0000 1.2
+++ API/Core/Math/origin.h 20 Jul 2003 11:43:20 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: origin.h,v 1.2 2003/02/10 22:25:54 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: origin.h,v 1.2 2003/02/10 22:25:54 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Core/Math/point.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/point.h,v
retrieving revision 1.19
diff -u -r1.19 point.h
--- API/Core/Math/point.h 25 Mar 2003 01:51:53 -0000 1.19
+++ API/Core/Math/point.h 20 Jul 2003 11:43:21 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: point.h,v 1.19 2003/03/25 01:51:53 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: point.h,v 1.19 2003/03/25 01:51:53 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Math"
Index: API/Core/Math/rect.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/rect.h,v
retrieving revision 1.38
diff -u -r1.38 rect.h
--- API/Core/Math/rect.h 17 Mar 2003 15:51:39 -0000 1.38
+++ API/Core/Math/rect.h 20 Jul 2003 11:43:21 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: rect.h,v 1.38 2003/03/17 15:51:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: rect.h,v 1.38 2003/03/17 15:51:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Math"
Index: API/Core/Math/size.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/size.h,v
retrieving revision 1.17
diff -u -r1.17 size.h
--- API/Core/Math/size.h 20 Oct 2002 14:59:24 -0000 1.17
+++ API/Core/Math/size.h 20 Jul 2003 11:43:21 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: size.h,v 1.17 2002/10/20 14:59:24 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: size.h,v 1.17 2002/10/20 14:59:24 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Math"
Index: API/Core/Math/vector2.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Math/vector2.h,v
retrieving revision 1.7
diff -u -r1.7 vector2.h
--- API/Core/Math/vector2.h 15 Jul 2002 16:49:49 -0000 1.7
+++ API/Core/Math/vector2.h 20 Jul 2003 11:43:22 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: vector2.h,v 1.7 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: vector2.h,v 1.7 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
Credits for this class:
Magic Software - www.magic-software.com
Index: API/Core/Resources/resource.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resource.h,v
retrieving revision 1.25
diff -u -r1.25 resource.h
--- API/Core/Resources/resource.h 24 Mar 2003 22:15:44 -0000 1.25
+++ API/Core/Resources/resource.h 20 Jul 2003 11:43:22 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resource.h,v 1.25 2003/03/24 22:15:44 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resource.h,v 1.25 2003/03/24 22:15:44 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resource_manager.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resource_manager.h,v
retrieving revision 1.28
diff -u -r1.28 resource_manager.h
--- API/Core/Resources/resource_manager.h 24 Mar 2003 22:15:45 -0000 1.28
+++ API/Core/Resources/resource_manager.h 20 Jul 2003 11:43:22 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resource_manager.h,v 1.28 2003/03/24 22:15:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resource_manager.h,v 1.28 2003/03/24 22:15:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resourcedata.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resourcedata.h,v
retrieving revision 1.9
diff -u -r1.9 resourcedata.h
--- API/Core/Resources/resourcedata.h 16 Jul 2002 12:39:46 -0000 1.9
+++ API/Core/Resources/resourcedata.h 20 Jul 2003 11:43:22 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resourcedata.h,v 1.9 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resourcedata.h,v 1.9 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resourcetype_boolean.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resourcetype_boolean.h,v
retrieving revision 1.15
diff -u -r1.15 resourcetype_boolean.h
--- API/Core/Resources/resourcetype_boolean.h 18 Jul 2002 10:31:11 -0000 1.15
+++ API/Core/Resources/resourcetype_boolean.h 20 Jul 2003 11:43:22 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resourcetype_boolean.h,v 1.15 2002/07/18 10:31:11 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resourcetype_boolean.h,v 1.15 2002/07/18 10:31:11 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resourcetype_integer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resourcetype_integer.h,v
retrieving revision 1.14
diff -u -r1.14 resourcetype_integer.h
--- API/Core/Resources/resourcetype_integer.h 16 Jul 2002 12:39:46 -0000 1.14
+++ API/Core/Resources/resourcetype_integer.h 20 Jul 2003 11:43:23 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resourcetype_integer.h,v 1.14 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resourcetype_integer.h,v 1.14 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resourcetype_raw.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resourcetype_raw.h,v
retrieving revision 1.15
diff -u -r1.15 resourcetype_raw.h
--- API/Core/Resources/resourcetype_raw.h 9 Mar 2003 12:35:51 -0000 1.15
+++ API/Core/Resources/resourcetype_raw.h 20 Jul 2003 11:43:23 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resourcetype_raw.h,v 1.15 2003/03/09 12:35:51 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resourcetype_raw.h,v 1.15 2003/03/09 12:35:51 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/Resources/resourcetype_string.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/Resources/resourcetype_string.h,v
retrieving revision 1.11
diff -u -r1.11 resourcetype_string.h
--- API/Core/Resources/resourcetype_string.h 16 Jul 2002 12:39:46 -0000 1.11
+++ API/Core/Resources/resourcetype_string.h 20 Jul 2003 11:43:23 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: resourcetype_string.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: resourcetype_string.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="Resources"
Index: API/Core/System/cl_assert.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/cl_assert.h,v
retrieving revision 1.17
diff -u -r1.17 cl_assert.h
--- API/Core/System/cl_assert.h 3 Apr 2003 11:09:39 -0000 1.17
+++ API/Core/System/cl_assert.h 20 Jul 2003 11:43:23 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cl_assert.h,v 1.17 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cl_assert.h,v 1.17 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/clanstring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/clanstring.h,v
retrieving revision 1.51
diff -u -r1.51 clanstring.h
--- API/Core/System/clanstring.h 10 May 2003 20:36:18 -0000 1.51
+++ API/Core/System/clanstring.h 20 Jul 2003 11:43:23 -0000
@@ -1,16 +1,23 @@
- /*
- $Id: clanstring.h,v 1.51 2003/05/10 20:36:18 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+ /* $Id: clanstring.h,v 1.51 2003/05/10 20:36:18 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/console_window.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/console_window.h,v
retrieving revision 1.13
diff -u -r1.13 console_window.h
--- API/Core/System/console_window.h 16 Jul 2002 12:39:46 -0000 1.13
+++ API/Core/System/console_window.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: console_window.h,v 1.13 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: console_window.h,v 1.13 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/error.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/error.h,v
retrieving revision 1.11
diff -u -r1.11 error.h
--- API/Core/System/error.h 16 Jul 2002 12:39:46 -0000 1.11
+++ API/Core/System/error.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: error.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: error.h,v 1.11 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/event_listener.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/event_listener.h,v
retrieving revision 1.19
diff -u -r1.19 event_listener.h
--- API/Core/System/event_listener.h 16 Jul 2002 12:39:46 -0000 1.19
+++ API/Core/System/event_listener.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: event_listener.h,v 1.19 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: event_listener.h,v 1.19 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/event_trigger.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/event_trigger.h,v
retrieving revision 1.16
diff -u -r1.16 event_trigger.h
--- API/Core/System/event_trigger.h 16 Jul 2002 12:39:46 -0000 1.16
+++ API/Core/System/event_trigger.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: event_trigger.h,v 1.16 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: event_trigger.h,v 1.16 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/keep_alive.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/keep_alive.h,v
retrieving revision 1.8
diff -u -r1.8 keep_alive.h
--- API/Core/System/keep_alive.h 22 Sep 2001 15:52:11 -0000 1.8
+++ API/Core/System/keep_alive.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: keep_alive.h,v 1.8 2001/09/22 15:52:11 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: keep_alive.h,v 1.8 2001/09/22 15:52:11 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/log.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/log.h,v
retrieving revision 1.2
diff -u -r1.2 log.h
--- API/Core/System/log.h 10 May 2003 19:05:28 -0000 1.2
+++ API/Core/System/log.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
- /*
- $Id: log.h,v 1.2 2003/05/10 19:05:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+ /* $Id: log.h,v 1.2 2003/05/10 19:05:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/mutex.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/mutex.h,v
retrieving revision 1.14
diff -u -r1.14 mutex.h
--- API/Core/System/mutex.h 16 Jul 2002 12:39:46 -0000 1.14
+++ API/Core/System/mutex.h 20 Jul 2003 11:43:24 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: mutex.h,v 1.14 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: mutex.h,v 1.14 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/setupcore.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/setupcore.h,v
retrieving revision 1.17
diff -u -r1.17 setupcore.h
--- API/Core/System/setupcore.h 16 Jul 2002 12:39:46 -0000 1.17
+++ API/Core/System/setupcore.h 20 Jul 2003 11:43:25 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupcore.h,v 1.17 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupcore.h,v 1.17 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/system.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/system.h,v
retrieving revision 1.12
diff -u -r1.12 system.h
--- API/Core/System/system.h 9 Aug 2002 13:06:42 -0000 1.12
+++ API/Core/System/system.h 20 Jul 2003 11:43:25 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: system.h,v 1.12 2002/08/09 13:06:42 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: system.h,v 1.12 2002/08/09 13:06:42 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/thread.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/thread.h,v
retrieving revision 1.16
diff -u -r1.16 thread.h
--- API/Core/System/thread.h 16 Jul 2002 12:39:46 -0000 1.16
+++ API/Core/System/thread.h 20 Jul 2003 11:43:25 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: thread.h,v 1.16 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: thread.h,v 1.16 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/System/threadfunc_v0.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/threadfunc_v0.h,v
retrieving revision 1.3
diff -u -r1.3 threadfunc_v0.h
--- API/Core/System/threadfunc_v0.h 15 Jul 2002 16:49:49 -0000 1.3
+++ API/Core/System/threadfunc_v0.h 20 Jul 2003 11:43:25 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_threadfunc_v0
#define header_threadfunc_v0
Index: API/Core/System/threadfunc_v1.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/threadfunc_v1.h,v
retrieving revision 1.3
diff -u -r1.3 threadfunc_v1.h
--- API/Core/System/threadfunc_v1.h 15 Jul 2002 16:49:49 -0000 1.3
+++ API/Core/System/threadfunc_v1.h 20 Jul 2003 11:43:25 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_threadfunc_v1
#define header_threadfunc_v1
Index: API/Core/System/threadfunc_v2.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/threadfunc_v2.h,v
retrieving revision 1.3
diff -u -r1.3 threadfunc_v2.h
--- API/Core/System/threadfunc_v2.h 15 Jul 2002 16:49:49 -0000 1.3
+++ API/Core/System/threadfunc_v2.h 20 Jul 2003 11:43:25 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_threadfunc_v2
#define header_threadfunc_v2
Index: API/Core/System/timer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/System/timer.h,v
retrieving revision 1.15
diff -u -r1.15 timer.h
--- API/Core/System/timer.h 16 Jul 2002 12:39:46 -0000 1.15
+++ API/Core/System/timer.h 20 Jul 2003 11:43:25 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: timer.h,v 1.15 2002/07/16 12:39:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: timer.h,v 1.15 2002/07/16 12:39:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="System"
Index: API/Core/XML/dom_attr.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_attr.h,v
retrieving revision 1.7
diff -u -r1.7 dom_attr.h
--- API/Core/XML/dom_attr.h 22 Apr 2003 05:55:20 -0000 1.7
+++ API/Core/XML/dom_attr.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_attr.h,v 1.7 2003/04/22 05:55:20 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_attr.h,v 1.7 2003/04/22 05:55:20 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_cdata_section.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_cdata_section.h,v
retrieving revision 1.4
diff -u -r1.4 dom_cdata_section.h
--- API/Core/XML/dom_cdata_section.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_cdata_section.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_cdata_section.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_cdata_section.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_character_data.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_character_data.h,v
retrieving revision 1.5
diff -u -r1.5 dom_character_data.h
--- API/Core/XML/dom_character_data.h 19 Apr 2003 20:08:21 -0000 1.5
+++ API/Core/XML/dom_character_data.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_character_data.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_character_data.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_comment.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_comment.h,v
retrieving revision 1.4
diff -u -r1.4 dom_comment.h
--- API/Core/XML/dom_comment.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_comment.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_comment.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_comment.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_document.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_document.h,v
retrieving revision 1.6
diff -u -r1.6 dom_document.h
--- API/Core/XML/dom_document.h 19 Apr 2003 20:08:21 -0000 1.6
+++ API/Core/XML/dom_document.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_document.h,v 1.6 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_document.h,v 1.6 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_document_fragment.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_document_fragment.h,v
retrieving revision 1.4
diff -u -r1.4 dom_document_fragment.h
--- API/Core/XML/dom_document_fragment.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_document_fragment.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_document_fragment.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_document_fragment.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_document_type.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_document_type.h,v
retrieving revision 1.4
diff -u -r1.4 dom_document_type.h
--- API/Core/XML/dom_document_type.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_document_type.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_document_type.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_document_type.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_element.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_element.h,v
retrieving revision 1.6
diff -u -r1.6 dom_element.h
--- API/Core/XML/dom_element.h 19 Apr 2003 20:08:21 -0000 1.6
+++ API/Core/XML/dom_element.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_element.h,v 1.6 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_element.h,v 1.6 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_entity.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_entity.h,v
retrieving revision 1.5
diff -u -r1.5 dom_entity.h
--- API/Core/XML/dom_entity.h 19 Apr 2003 20:08:21 -0000 1.5
+++ API/Core/XML/dom_entity.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_entity.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_entity.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_entity_reference.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_entity_reference.h,v
retrieving revision 1.5
diff -u -r1.5 dom_entity_reference.h
--- API/Core/XML/dom_entity_reference.h 19 Apr 2003 20:08:21 -0000 1.5
+++ API/Core/XML/dom_entity_reference.h 20 Jul 2003 11:43:26 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_entity_reference.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_entity_reference.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_exception.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_exception.h,v
retrieving revision 1.2
diff -u -r1.2 dom_exception.h
--- API/Core/XML/dom_exception.h 19 Apr 2003 20:08:21 -0000 1.2
+++ API/Core/XML/dom_exception.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_exception.h,v 1.2 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_exception.h,v 1.2 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_implementation.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_implementation.h,v
retrieving revision 1.3
diff -u -r1.3 dom_implementation.h
--- API/Core/XML/dom_implementation.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/dom_implementation.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_implementation.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_implementation.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_named_node_map.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_named_node_map.h,v
retrieving revision 1.3
diff -u -r1.3 dom_named_node_map.h
--- API/Core/XML/dom_named_node_map.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/dom_named_node_map.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_named_node_map.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_named_node_map.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_node.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_node.h,v
retrieving revision 1.9
diff -u -r1.9 dom_node.h
--- API/Core/XML/dom_node.h 19 Apr 2003 20:08:21 -0000 1.9
+++ API/Core/XML/dom_node.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_node.h,v 1.9 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_node.h,v 1.9 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_node_list.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_node_list.h,v
retrieving revision 1.3
diff -u -r1.3 dom_node_list.h
--- API/Core/XML/dom_node_list.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/dom_node_list.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_node_list.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_node_list.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_notation.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_notation.h,v
retrieving revision 1.4
diff -u -r1.4 dom_notation.h
--- API/Core/XML/dom_notation.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_notation.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_notation.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_notation.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_processing_instruction.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_processing_instruction.h,v
retrieving revision 1.4
diff -u -r1.4 dom_processing_instruction.h
--- API/Core/XML/dom_processing_instruction.h 19 Apr 2003 20:08:21 -0000 1.4
+++ API/Core/XML/dom_processing_instruction.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_processing_instruction.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_processing_instruction.h,v 1.4 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/dom_text.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/dom_text.h,v
retrieving revision 1.5
diff -u -r1.5 dom_text.h
--- API/Core/XML/dom_text.h 19 Apr 2003 20:08:21 -0000 1.5
+++ API/Core/XML/dom_text.h 20 Jul 2003 11:43:27 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dom_text.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dom_text.h,v 1.5 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/xml_token.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/xml_token.h,v
retrieving revision 1.3
diff -u -r1.3 xml_token.h
--- API/Core/XML/xml_token.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/xml_token.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: xml_token.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: xml_token.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/xml_tokenizer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/xml_tokenizer.h,v
retrieving revision 1.3
diff -u -r1.3 xml_tokenizer.h
--- API/Core/XML/xml_tokenizer.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/xml_tokenizer.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: xml_tokenizer.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: xml_tokenizer.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/Core/XML/xml_writer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Core/XML/xml_writer.h,v
retrieving revision 1.3
diff -u -r1.3 xml_writer.h
--- API/Core/XML/xml_writer.h 19 Apr 2003 20:08:21 -0000 1.3
+++ API/Core/XML/xml_writer.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: xml_writer.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: xml_writer.h,v 1.3 2003/04/19 20:08:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanCore="XML"
Index: API/DX7/setupdx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/DX7/setupdx7.h,v
retrieving revision 1.2
diff -u -r1.2 setupdx7.h
--- API/DX7/setupdx7.h 10 Jul 2002 12:44:21 -0000 1.2
+++ API/DX7/setupdx7.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupdx7.h,v 1.2 2002/07/10 12:44:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupdx7.h,v 1.2 2002/07/10 12:44:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDX7="System"
Index: API/DX8/direct3d_window.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/DX8/direct3d_window.h,v
retrieving revision 1.8
diff -u -r1.8 direct3d_window.h
--- API/DX8/direct3d_window.h 17 Jul 2002 13:48:49 -0000 1.8
+++ API/DX8/direct3d_window.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: direct3d_window.h,v 1.8 2002/07/17 13:48:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: direct3d_window.h,v 1.8 2002/07/17 13:48:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDX8="Display 2D"
Index: API/DX8/setupdx8.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/DX8/setupdx8.h,v
retrieving revision 1.2
diff -u -r1.2 setupdx8.h
--- API/DX8/setupdx8.h 10 Jul 2002 12:44:23 -0000 1.2
+++ API/DX8/setupdx8.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupdx8.h,v 1.2 2002/07/10 12:44:23 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupdx8.h,v 1.2 2002/07/10 12:44:23 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDX8="System"
Index: API/Display/blend_func.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/blend_func.h,v
retrieving revision 1.5
diff -u -r1.5 blend_func.h
--- API/Display/blend_func.h 16 Jul 2002 22:10:30 -0000 1.5
+++ API/Display/blend_func.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: blend_func.h,v 1.5 2002/07/16 22:10:30 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: blend_func.h,v 1.5 2002/07/16 22:10:30 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/canvas.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/canvas.h,v
retrieving revision 1.17
diff -u -r1.17 canvas.h
--- API/Display/canvas.h 25 Jul 2002 12:38:47 -0000 1.17
+++ API/Display/canvas.h 20 Jul 2003 11:43:28 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: canvas.h,v 1.17 2002/07/25 12:38:47 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: canvas.h,v 1.17 2002/07/25 12:38:47 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/color.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/color.h,v
retrieving revision 1.19
diff -u -r1.19 color.h
--- API/Display/color.h 21 Aug 2002 15:41:13 -0000 1.19
+++ API/Display/color.h 20 Jul 2003 11:43:30 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: color.h,v 1.19 2002/08/21 15:41:13 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: color.h,v 1.19 2002/08/21 15:41:13 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/display.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/display.h,v
retrieving revision 1.29
diff -u -r1.29 display.h
--- API/Display/display.h 26 Mar 2003 17:45:00 -0000 1.29
+++ API/Display/display.h 20 Jul 2003 11:43:30 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display.h,v 1.29 2003/03/26 17:45:00 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display.h,v 1.29 2003/03/26 17:45:00 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/display_mode.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/display_mode.h,v
retrieving revision 1.9
diff -u -r1.9 display_mode.h
--- API/Display/display_mode.h 26 Mar 2003 19:48:44 -0000 1.9
+++ API/Display/display_mode.h 20 Jul 2003 11:43:30 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display_mode.h,v 1.9 2003/03/26 19:48:44 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display_mode.h,v 1.9 2003/03/26 19:48:44 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/display_window.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/display_window.h,v
retrieving revision 1.33
diff -u -r1.33 display_window.h
--- API/Display/display_window.h 26 Mar 2003 17:45:00 -0000 1.33
+++ API/Display/display_window.h 20 Jul 2003 11:43:31 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display_window.h,v 1.33 2003/03/26 17:45:00 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display_window.h,v 1.33 2003/03/26 17:45:00 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/display_window_description.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/display_window_description.h,v
retrieving revision 1.3
diff -u -r1.3 display_window_description.h
--- API/Display/display_window_description.h 26 Mar 2003 17:45:00 -0000 1.3
+++ API/Display/display_window_description.h 20 Jul 2003 11:43:31 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display_window_description.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display_window_description.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/font.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/font.h,v
retrieving revision 1.40
diff -u -r1.40 font.h
--- API/Display/font.h 3 Apr 2003 11:09:39 -0000 1.40
+++ API/Display/font.h 20 Jul 2003 11:43:32 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: font.h,v 1.40 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: font.h,v 1.40 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Fonts"
Index: API/Display/glyph_buffer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/glyph_buffer.h,v
retrieving revision 1.16
diff -u -r1.16 glyph_buffer.h
--- API/Display/glyph_buffer.h 3 Apr 2003 11:09:39 -0000 1.16
+++ API/Display/glyph_buffer.h 20 Jul 2003 11:43:33 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: glyph_buffer.h,v 1.16 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: glyph_buffer.h,v 1.16 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Fonts"
Index: API/Display/gradient.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/gradient.h,v
retrieving revision 1.1
diff -u -r1.1 gradient.h
--- API/Display/gradient.h 17 Feb 2003 22:28:16 -0000 1.1
+++ API/Display/gradient.h 20 Jul 2003 11:43:33 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: gradient.h,v 1.1 2003/02/17 22:28:16 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: gradient.h,v 1.1 2003/02/17 22:28:16 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/graphic_context.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/graphic_context.h,v
retrieving revision 1.27
diff -u -r1.27 graphic_context.h
--- API/Display/graphic_context.h 17 Feb 2003 22:28:16 -0000 1.27
+++ API/Display/graphic_context.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: graphic_context.h,v 1.27 2003/02/17 22:28:16 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: graphic_context.h,v 1.27 2003/02/17 22:28:16 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/input_buffer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/input_buffer.h,v
retrieving revision 1.10
diff -u -r1.10 input_buffer.h
--- API/Display/input_buffer.h 6 Aug 2002 11:44:30 -0000 1.10
+++ API/Display/input_buffer.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
- /*
- $Id: input_buffer.h,v 1.10 2002/08/06 11:44:30 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+ /* $Id: input_buffer.h,v 1.10 2002/08/06 11:44:30 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/input_button.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/input_button.h,v
retrieving revision 1.1
diff -u -r1.1 input_button.h
--- API/Display/input_button.h 23 Apr 2003 11:20:55 -0000 1.1
+++ API/Display/input_button.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
- /*
- $Id: input_button.h,v 1.1 2003/04/23 11:20:55 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+ /* $Id: input_button.h,v 1.1 2003/04/23 11:20:55 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/input_context.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/input_context.h,v
retrieving revision 1.14
diff -u -r1.14 input_context.h
--- API/Display/input_context.h 19 Aug 2002 11:07:15 -0000 1.14
+++ API/Display/input_context.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: input_context.h,v 1.14 2002/08/19 11:07:15 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: input_context.h,v 1.14 2002/08/19 11:07:15 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/input_device.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/input_device.h,v
retrieving revision 1.14
diff -u -r1.14 input_device.h
--- API/Display/input_device.h 5 Aug 2002 21:11:12 -0000 1.14
+++ API/Display/input_device.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: input_device.h,v 1.14 2002/08/05 21:11:12 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: input_device.h,v 1.14 2002/08/05 21:11:12 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/input_event.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/input_event.h,v
retrieving revision 1.1
diff -u -r1.1 input_event.h
--- API/Display/input_event.h 1 Aug 2002 10:39:23 -0000 1.1
+++ API/Display/input_event.h 20 Jul 2003 11:43:34 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: input_event.h,v 1.1 2002/08/01 10:39:23 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: input_event.h,v 1.1 2002/08/01 10:39:23 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/joystick.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/joystick.h,v
retrieving revision 1.1
diff -u -r1.1 joystick.h
--- API/Display/joystick.h 2 Aug 2002 22:43:39 -0000 1.1
+++ API/Display/joystick.h 20 Jul 2003 11:43:35 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: joystick.h,v 1.1 2002/08/02 22:43:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: joystick.h,v 1.1 2002/08/02 22:43:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/key_binding.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/key_binding.h,v
retrieving revision 1.4
diff -u -r1.4 key_binding.h
--- API/Display/key_binding.h 8 Aug 2002 06:11:23 -0000 1.4
+++ API/Display/key_binding.h 20 Jul 2003 11:43:35 -0000
@@ -1,16 +1,23 @@
- /*
- $Id: key_binding.h,v 1.4 2002/08/08 06:11:23 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+ /* $Id: key_binding.h,v 1.4 2002/08/08 06:11:23 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/keyboard.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/keyboard.h,v
retrieving revision 1.10
diff -u -r1.10 keyboard.h
--- API/Display/keyboard.h 2 Aug 2002 22:43:39 -0000 1.10
+++ API/Display/keyboard.h 20 Jul 2003 11:43:35 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: keyboard.h,v 1.10 2002/08/02 22:43:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: keyboard.h,v 1.10 2002/08/02 22:43:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/keys.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/keys.h,v
retrieving revision 1.4
diff -u -r1.4 keys.h
--- API/Display/keys.h 8 Aug 2002 00:26:26 -0000 1.4
+++ API/Display/keys.h 20 Jul 2003 11:43:35 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: keys.h,v 1.4 2002/08/08 00:26:26 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: keys.h,v 1.4 2002/08/08 00:26:26 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/mouse.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/mouse.h,v
retrieving revision 1.2
diff -u -r1.2 mouse.h
--- API/Display/mouse.h 9 Aug 2002 13:06:43 -0000 1.2
+++ API/Display/mouse.h 20 Jul 2003 11:43:35 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: mouse.h,v 1.2 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: mouse.h,v 1.2 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Input"
Index: API/Display/palette.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/palette.h,v
retrieving revision 1.7
diff -u -r1.7 palette.h
--- API/Display/palette.h 16 Jul 2002 22:10:30 -0000 1.7
+++ API/Display/palette.h 20 Jul 2003 11:43:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: palette.h,v 1.7 2002/07/16 22:10:30 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: palette.h,v 1.7 2002/07/16 22:10:30 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/pixel_buffer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/pixel_buffer.h,v
retrieving revision 1.32
diff -u -r1.32 pixel_buffer.h
--- API/Display/pixel_buffer.h 15 Feb 2003 16:02:17 -0000 1.32
+++ API/Display/pixel_buffer.h 20 Jul 2003 11:43:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: pixel_buffer.h,v 1.32 2003/02/15 16:02:17 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: pixel_buffer.h,v 1.32 2003/02/15 16:02:17 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/pixel_format.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/pixel_format.h,v
retrieving revision 1.11
diff -u -r1.11 pixel_format.h
--- API/Display/pixel_format.h 20 Aug 2002 10:41:24 -0000 1.11
+++ API/Display/pixel_format.h 20 Jul 2003 11:43:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: pixel_format.h,v 1.11 2002/08/20 10:41:24 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: pixel_format.h,v 1.11 2002/08/20 10:41:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/rle_surface.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/rle_surface.h,v
retrieving revision 1.8
diff -u -r1.8 rle_surface.h
--- API/Display/rle_surface.h 17 Jul 2002 10:55:40 -0000 1.8
+++ API/Display/rle_surface.h 20 Jul 2003 11:43:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: rle_surface.h,v 1.8 2002/07/17 10:55:40 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: rle_surface.h,v 1.8 2002/07/17 10:55:40 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/setupdisplay.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/setupdisplay.h,v
retrieving revision 1.5
diff -u -r1.5 setupdisplay.h
--- API/Display/setupdisplay.h 18 Feb 2003 14:25:09 -0000 1.5
+++ API/Display/setupdisplay.h 20 Jul 2003 11:43:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupdisplay.h,v 1.5 2003/02/18 14:25:09 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupdisplay.h,v 1.5 2003/02/18 14:25:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="System"
Index: API/Display/sprite.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/sprite.h,v
retrieving revision 1.44
diff -u -r1.44 sprite.h
--- API/Display/sprite.h 5 Feb 2003 04:38:24 -0000 1.44
+++ API/Display/sprite.h 20 Jul 2003 11:43:37 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sprite.h,v 1.44 2003/02/05 04:38:24 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sprite.h,v 1.44 2003/02/05 04:38:24 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Sprites"
Index: API/Display/sprite_description.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/sprite_description.h,v
retrieving revision 1.21
diff -u -r1.21 sprite_description.h
--- API/Display/sprite_description.h 3 Apr 2003 11:09:39 -0000 1.21
+++ API/Display/sprite_description.h 20 Jul 2003 11:43:37 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sprite_description.h,v 1.21 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sprite_description.h,v 1.21 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Sprites"
Index: API/Display/sprite_packer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/sprite_packer.h,v
retrieving revision 1.13
diff -u -r1.13 sprite_packer.h
--- API/Display/sprite_packer.h 17 Jul 2002 11:44:21 -0000 1.13
+++ API/Display/sprite_packer.h 20 Jul 2003 11:43:37 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sprite_packer.h,v 1.13 2002/07/17 11:44:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sprite_packer.h,v 1.13 2002/07/17 11:44:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Sprites"
Index: API/Display/surface.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/surface.h,v
retrieving revision 1.37
diff -u -r1.37 surface.h
--- API/Display/surface.h 5 Feb 2003 04:38:24 -0000 1.37
+++ API/Display/surface.h 20 Jul 2003 11:43:38 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: surface.h,v 1.37 2003/02/05 04:38:24 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: surface.h,v 1.37 2003/02/05 04:38:24 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/text_styler.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/text_styler.h,v
retrieving revision 1.8
diff -u -r1.8 text_styler.h
--- API/Display/text_styler.h 3 Apr 2003 11:09:39 -0000 1.8
+++ API/Display/text_styler.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: text_styler.h,v 1.8 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: text_styler.h,v 1.8 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Fonts"
Index: API/Display/texture.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/texture.h,v
retrieving revision 1.14
diff -u -r1.14 texture.h
--- API/Display/texture.h 18 Aug 2002 16:34:32 -0000 1.14
+++ API/Display/texture.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: texture.h,v 1.14 2002/08/18 16:34:32 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: texture.h,v 1.14 2002/08/18 16:34:32 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Display 2D"
Index: API/Display/Providers/dc_buffer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/dc_buffer.h,v
retrieving revision 1.5
diff -u -r1.5 dc_buffer.h
--- API/Display/Providers/dc_buffer.h 15 Jul 2002 16:49:49 -0000 1.5
+++ API/Display/Providers/dc_buffer.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: dc_buffer.h,v 1.5 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: dc_buffer.h,v 1.5 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/jpeg_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/jpeg_provider.h,v
retrieving revision 1.6
diff -u -r1.6 jpeg_provider.h
--- API/Display/Providers/jpeg_provider.h 15 Jul 2002 16:49:49 -0000 1.6
+++ API/Display/Providers/jpeg_provider.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: jpeg_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: jpeg_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/pcx_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/pcx_provider.h,v
retrieving revision 1.6
diff -u -r1.6 pcx_provider.h
--- API/Display/Providers/pcx_provider.h 15 Jul 2002 16:49:49 -0000 1.6
+++ API/Display/Providers/pcx_provider.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: pcx_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: pcx_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/png_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/png_provider.h,v
retrieving revision 1.6
diff -u -r1.6 png_provider.h
--- API/Display/Providers/png_provider.h 15 Jul 2002 16:49:49 -0000 1.6
+++ API/Display/Providers/png_provider.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: png_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: png_provider.h,v 1.6 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/provider_factory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/provider_factory.h,v
retrieving revision 1.7
diff -u -r1.7 provider_factory.h
--- API/Display/Providers/provider_factory.h 20 Aug 2002 10:41:24 -0000 1.7
+++ API/Display/Providers/provider_factory.h 20 Jul 2003 11:43:39 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: provider_factory.h,v 1.7 2002/08/20 10:41:24 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: provider_factory.h,v 1.7 2002/08/20 10:41:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/provider_type.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/provider_type.h,v
retrieving revision 1.5
diff -u -r1.5 provider_type.h
--- API/Display/Providers/provider_type.h 15 Jul 2002 16:49:49 -0000 1.5
+++ API/Display/Providers/provider_type.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: provider_type.h,v 1.5 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: provider_type.h,v 1.5 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers
Index: API/Display/Providers/provider_type_register.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/provider_type_register.h,v
retrieving revision 1.4
diff -u -r1.4 provider_type_register.h
--- API/Display/Providers/provider_type_register.h 10 Jul 2002 12:27:08 -0000 1.4
+++ API/Display/Providers/provider_type_register.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: provider_type_register.h,v 1.4 2002/07/10 12:27:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: provider_type_register.h,v 1.4 2002/07/10 12:27:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/Display/Providers/targa_provider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Display/Providers/targa_provider.h,v
retrieving revision 1.7
diff -u -r1.7 targa_provider.h
--- API/Display/Providers/targa_provider.h 15 Jul 2002 16:49:49 -0000 1.7
+++ API/Display/Providers/targa_provider.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: targa_provider.h,v 1.7 2002/07/15 16:49:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: targa_provider.h,v 1.7 2002/07/15 16:49:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanDisplay="Surface Providers"
Index: API/GL/opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GL/opengl.h,v
retrieving revision 1.15
diff -u -r1.15 opengl.h
--- API/GL/opengl.h 11 Feb 2003 21:27:08 -0000 1.15
+++ API/GL/opengl.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: opengl.h,v 1.15 2003/02/11 21:27:08 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: opengl.h,v 1.15 2003/02/11 21:27:08 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGL="System"
Index: API/GL/opengl_window.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GL/opengl_window.h,v
retrieving revision 1.9
diff -u -r1.9 opengl_window.h
--- API/GL/opengl_window.h 31 Aug 2002 09:14:33 -0000 1.9
+++ API/GL/opengl_window.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: opengl_window.h,v 1.9 2002/08/31 09:14:33 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: opengl_window.h,v 1.9 2002/08/31 09:14:33 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGL="Display 2D"
Index: API/GL/setupgl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GL/setupgl.h,v
retrieving revision 1.13
diff -u -r1.13 setupgl.h
--- API/GL/setupgl.h 18 Feb 2003 14:25:09 -0000 1.13
+++ API/GL/setupgl.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupgl.h,v 1.13 2003/02/18 14:25:09 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupgl.h,v 1.13 2003/02/18 14:25:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGL="System"
Index: API/GUI/button.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/button.h,v
retrieving revision 1.63
diff -u -r1.63 button.h
--- API/GUI/button.h 13 Feb 2003 11:47:09 -0000 1.63
+++ API/GUI/button.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: button.h,v 1.63 2003/02/13 11:47:09 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: button.h,v 1.63 2003/02/13 11:47:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/checkbox.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/checkbox.h,v
retrieving revision 1.30
diff -u -r1.30 checkbox.h
--- API/GUI/checkbox.h 18 Feb 2003 21:01:31 -0000 1.30
+++ API/GUI/checkbox.h 20 Jul 2003 11:43:40 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: checkbox.h,v 1.30 2003/02/18 21:01:31 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: checkbox.h,v 1.30 2003/02/18 21:01:31 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/component.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component.h,v
retrieving revision 1.113
diff -u -r1.113 component.h
--- API/GUI/component.h 27 Feb 2003 09:02:17 -0000 1.113
+++ API/GUI/component.h 20 Jul 2003 11:43:41 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component.h,v 1.113 2003/02/27 09:02:17 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component.h,v 1.113 2003/02/27 09:02:17 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_manager.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_manager.h,v
retrieving revision 1.29
diff -u -r1.29 component_manager.h
--- API/GUI/component_manager.h 8 Aug 2002 12:34:00 -0000 1.29
+++ API/GUI/component_manager.h 20 Jul 2003 11:43:41 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_manager.h,v 1.29 2002/08/08 12:34:00 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_manager.h,v 1.29 2002/08/08 12:34:00 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_move_handler.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_move_handler.h,v
retrieving revision 1.17
diff -u -r1.17 component_move_handler.h
--- API/GUI/component_move_handler.h 15 Feb 2003 23:13:21 -0000 1.17
+++ API/GUI/component_move_handler.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_move_handler.h,v 1.17 2003/02/15 23:13:21 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_move_handler.h,v 1.17 2003/02/15 23:13:21 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_options.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_options.h,v
retrieving revision 1.41
diff -u -r1.41 component_options.h
--- API/GUI/component_options.h 30 Dec 2002 22:39:34 -0000 1.41
+++ API/GUI/component_options.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_options.h,v 1.41 2002/12/30 22:39:34 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_options.h,v 1.41 2002/12/30 22:39:34 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_resize_handler.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_resize_handler.h,v
retrieving revision 1.10
diff -u -r1.10 component_resize_handler.h
--- API/GUI/component_resize_handler.h 15 Feb 2003 23:13:21 -0000 1.10
+++ API/GUI/component_resize_handler.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_resize_handler.h,v 1.10 2003/02/15 23:13:21 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_resize_handler.h,v 1.10 2003/02/15 23:13:21 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_style.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_style.h,v
retrieving revision 1.14
diff -u -r1.14 component_style.h
--- API/GUI/component_style.h 18 Feb 2003 14:25:10 -0000 1.14
+++ API/GUI/component_style.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_style.h,v 1.14 2003/02/18 14:25:10 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_style.h,v 1.14 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/component_type.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/component_type.h,v
retrieving revision 1.29
diff -u -r1.29 component_type.h
--- API/GUI/component_type.h 18 Feb 2003 21:01:31 -0000 1.29
+++ API/GUI/component_type.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_type.h,v 1.29 2003/02/18 21:01:31 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_type.h,v 1.29 2003/02/18 21:01:31 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/filedialog.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/filedialog.h,v
retrieving revision 1.20
diff -u -r1.20 filedialog.h
--- API/GUI/filedialog.h 15 Jul 2002 16:49:50 -0000 1.20
+++ API/GUI/filedialog.h 20 Jul 2003 11:43:42 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: filedialog.h,v 1.20 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: filedialog.h,v 1.20 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/frame.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/frame.h,v
retrieving revision 1.26
diff -u -r1.26 frame.h
--- API/GUI/frame.h 27 Dec 2001 23:23:34 -0000 1.26
+++ API/GUI/frame.h 20 Jul 2003 11:43:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: frame.h,v 1.26 2001/12/27 23:23:34 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: frame.h,v 1.26 2001/12/27 23:23:34 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/gui_file_parser.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/gui_file_parser.h,v
retrieving revision 1.6
diff -u -r1.6 gui_file_parser.h
--- API/GUI/gui_file_parser.h 18 Feb 2003 21:01:31 -0000 1.6
+++ API/GUI/gui_file_parser.h 20 Jul 2003 11:43:43 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: gui_file_parser.h,v 1.6 2003/02/18 21:01:31 sphair Exp $
+/* $Id: gui_file_parser.h,v 1.6 2003/02/18 21:01:31 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUI/gui_manager.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/gui_manager.h,v
retrieving revision 1.41
diff -u -r1.41 gui_manager.h
--- API/GUI/gui_manager.h 23 Feb 2003 17:01:03 -0000 1.41
+++ API/GUI/gui_manager.h 20 Jul 2003 11:43:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: gui_manager.h,v 1.41 2003/02/23 17:01:03 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: gui_manager.h,v 1.41 2003/02/23 17:01:03 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/image.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/image.h,v
retrieving revision 1.11
diff -u -r1.11 image.h
--- API/GUI/image.h 4 Feb 2002 15:21:34 -0000 1.11
+++ API/GUI/image.h 20 Jul 2003 11:43:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: image.h,v 1.11 2002/02/04 15:21:34 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: image.h,v 1.11 2002/02/04 15:21:34 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/inputbox.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/inputbox.h,v
retrieving revision 1.41
diff -u -r1.41 inputbox.h
--- API/GUI/inputbox.h 2 Mar 2003 16:00:22 -0000 1.41
+++ API/GUI/inputbox.h 20 Jul 2003 11:43:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputbox.h,v 1.41 2003/03/02 16:00:22 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputbox.h,v 1.41 2003/03/02 16:00:22 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/inputdialog.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/inputdialog.h,v
retrieving revision 1.3
diff -u -r1.3 inputdialog.h
--- API/GUI/inputdialog.h 25 Feb 2003 21:08:37 -0000 1.3
+++ API/GUI/inputdialog.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputdialog.h,v 1.3 2003/02/25 21:08:37 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputdialog.h,v 1.3 2003/02/25 21:08:37 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/label.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/label.h,v
retrieving revision 1.39
diff -u -r1.39 label.h
--- API/GUI/label.h 5 Feb 2003 04:38:24 -0000 1.39
+++ API/GUI/label.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: label.h,v 1.39 2003/02/05 04:38:24 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: label.h,v 1.39 2003/02/05 04:38:24 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/listbox.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/listbox.h,v
retrieving revision 1.53
diff -u -r1.53 listbox.h
--- API/GUI/listbox.h 24 Feb 2003 21:00:29 -0000 1.53
+++ API/GUI/listbox.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: listbox.h,v 1.53 2003/02/24 21:00:29 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: listbox.h,v 1.53 2003/02/24 21:00:29 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/listitem.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/listitem.h,v
retrieving revision 1.2
diff -u -r1.2 listitem.h
--- API/GUI/listitem.h 24 Feb 2003 21:00:29 -0000 1.2
+++ API/GUI/listitem.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: listitem.h,v 1.2 2003/02/24 21:00:29 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: listitem.h,v 1.2 2003/02/24 21:00:29 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/menudata.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/menudata.h,v
retrieving revision 1.23
diff -u -r1.23 menudata.h
--- API/GUI/menudata.h 15 Jul 2002 16:49:50 -0000 1.23
+++ API/GUI/menudata.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: menudata.h,v 1.23 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: menudata.h,v 1.23 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/menunode.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/menunode.h,v
retrieving revision 1.4
diff -u -r1.4 menunode.h
--- API/GUI/menunode.h 15 Jul 2002 16:49:50 -0000 1.4
+++ API/GUI/menunode.h 20 Jul 2003 11:43:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: menunode.h,v 1.4 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: menunode.h,v 1.4 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/messagebox.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/messagebox.h,v
retrieving revision 1.24
diff -u -r1.24 messagebox.h
--- API/GUI/messagebox.h 25 Feb 2003 21:08:37 -0000 1.24
+++ API/GUI/messagebox.h 20 Jul 2003 11:43:45 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: messagebox.h,v 1.24 2003/02/25 21:08:37 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: messagebox.h,v 1.24 2003/02/25 21:08:37 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/popupmenu.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/popupmenu.h,v
retrieving revision 1.33
diff -u -r1.33 popupmenu.h
--- API/GUI/popupmenu.h 5 Dec 2002 00:01:25 -0000 1.33
+++ API/GUI/popupmenu.h 20 Jul 2003 11:43:45 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: popupmenu.h,v 1.33 2002/12/05 00:01:25 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: popupmenu.h,v 1.33 2002/12/05 00:01:25 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/progressbar.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/progressbar.h,v
retrieving revision 1.11
diff -u -r1.11 progressbar.h
--- API/GUI/progressbar.h 4 Feb 2002 15:21:34 -0000 1.11
+++ API/GUI/progressbar.h 20 Jul 2003 11:43:45 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: progressbar.h,v 1.11 2002/02/04 15:21:34 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: progressbar.h,v 1.11 2002/02/04 15:21:34 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/radiobutton.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/radiobutton.h,v
retrieving revision 1.5
diff -u -r1.5 radiobutton.h
--- API/GUI/radiobutton.h 1 Mar 2002 13:05:57 -0000 1.5
+++ API/GUI/radiobutton.h 20 Jul 2003 11:43:45 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: radiobutton.h,v 1.5 2002/03/01 13:05:57 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: radiobutton.h,v 1.5 2002/03/01 13:05:57 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/radiogroup.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/radiogroup.h,v
retrieving revision 1.5
diff -u -r1.5 radiogroup.h
--- API/GUI/radiogroup.h 6 Aug 2002 17:04:30 -0000 1.5
+++ API/GUI/radiogroup.h 20 Jul 2003 11:43:45 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: radiogroup.h,v 1.5 2002/08/06 17:04:30 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: radiogroup.h,v 1.5 2002/08/06 17:04:30 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/scrollbar.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/scrollbar.h,v
retrieving revision 1.47
diff -u -r1.47 scrollbar.h
--- API/GUI/scrollbar.h 5 Dec 2002 00:01:25 -0000 1.47
+++ API/GUI/scrollbar.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: scrollbar.h,v 1.47 2002/12/05 00:01:25 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: scrollbar.h,v 1.47 2002/12/05 00:01:25 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/setupgui.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/setupgui.h,v
retrieving revision 1.16
diff -u -r1.16 setupgui.h
--- API/GUI/setupgui.h 22 Jan 2002 10:14:01 -0000 1.16
+++ API/GUI/setupgui.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupgui.h,v 1.16 2002/01/22 10:14:01 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupgui.h,v 1.16 2002/01/22 10:14:01 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="System"
Index: API/GUI/stylemanager.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/stylemanager.h,v
retrieving revision 1.31
diff -u -r1.31 stylemanager.h
--- API/GUI/stylemanager.h 15 Jul 2002 16:49:50 -0000 1.31
+++ API/GUI/stylemanager.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: stylemanager.h,v 1.31 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: stylemanager.h,v 1.31 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Framework"
Index: API/GUI/treeitem.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/treeitem.h,v
retrieving revision 1.3
diff -u -r1.3 treeitem.h
--- API/GUI/treeitem.h 15 Jul 2002 16:49:50 -0000 1.3
+++ API/GUI/treeitem.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: treeitem.h,v 1.3 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: treeitem.h,v 1.3 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/treenode.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/treenode.h,v
retrieving revision 1.4
diff -u -r1.4 treenode.h
--- API/GUI/treenode.h 15 Jul 2002 16:49:50 -0000 1.4
+++ API/GUI/treenode.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: treenode.h,v 1.4 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: treenode.h,v 1.4 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/treeview.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/treeview.h,v
retrieving revision 1.20
diff -u -r1.20 treeview.h
--- API/GUI/treeview.h 18 Feb 2003 14:25:10 -0000 1.20
+++ API/GUI/treeview.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: treeview.h,v 1.20 2003/02/18 14:25:10 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: treeview.h,v 1.20 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUI/window.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUI/window.h,v
retrieving revision 1.30
diff -u -r1.30 window.h
--- API/GUI/window.h 15 Feb 2003 12:07:22 -0000 1.30
+++ API/GUI/window.h 20 Jul 2003 11:43:46 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: window.h,v 1.30 2003/02/15 12:07:22 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: window.h,v 1.30 2003/02/15 12:07:22 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: API/GUIStyleBoring/button_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/button_boring.h,v
retrieving revision 1.2
diff -u -r1.2 button_boring.h
--- API/GUIStyleBoring/button_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/button_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: button_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: button_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/checkbox_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/checkbox_boring.h,v
retrieving revision 1.2
diff -u -r1.2 checkbox_boring.h
--- API/GUIStyleBoring/checkbox_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/checkbox_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: checkbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: checkbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/frame_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/frame_boring.h,v
retrieving revision 1.3
diff -u -r1.3 frame_boring.h
--- API/GUIStyleBoring/frame_boring.h 18 Feb 2003 15:31:58 -0000 1.3
+++ API/GUIStyleBoring/frame_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: frame_boring.h,v 1.3 2003/02/18 15:31:58 sphair Exp $
+/* $Id: frame_boring.h,v 1.3 2003/02/18 15:31:58 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/image_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/image_boring.h,v
retrieving revision 1.2
diff -u -r1.2 image_boring.h
--- API/GUIStyleBoring/image_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/image_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: image_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: image_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/inputbox_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/inputbox_boring.h,v
retrieving revision 1.2
diff -u -r1.2 inputbox_boring.h
--- API/GUIStyleBoring/inputbox_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/inputbox_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: inputbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: inputbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/label_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/label_boring.h,v
retrieving revision 1.2
diff -u -r1.2 label_boring.h
--- API/GUIStyleBoring/label_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/label_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: label_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: label_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/listbox_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/listbox_boring.h,v
retrieving revision 1.2
diff -u -r1.2 listbox_boring.h
--- API/GUIStyleBoring/listbox_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/listbox_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: listbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: listbox_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/popupmenu_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/popupmenu_boring.h,v
retrieving revision 1.2
diff -u -r1.2 popupmenu_boring.h
--- API/GUIStyleBoring/popupmenu_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/popupmenu_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: popupmenu_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: popupmenu_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/progressbar_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/progressbar_boring.h,v
retrieving revision 1.2
diff -u -r1.2 progressbar_boring.h
--- API/GUIStyleBoring/progressbar_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/progressbar_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: progressbar_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: progressbar_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/radiobutton_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/radiobutton_boring.h,v
retrieving revision 1.2
diff -u -r1.2 radiobutton_boring.h
--- API/GUIStyleBoring/radiobutton_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/radiobutton_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: radiobutton_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: radiobutton_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/scrollbar_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/scrollbar_boring.h,v
retrieving revision 1.2
diff -u -r1.2 scrollbar_boring.h
--- API/GUIStyleBoring/scrollbar_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/scrollbar_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: scrollbar_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: scrollbar_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/stylemanager_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/stylemanager_boring.h,v
retrieving revision 1.2
diff -u -r1.2 stylemanager_boring.h
--- API/GUIStyleBoring/stylemanager_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/stylemanager_boring.h 20 Jul 2003 11:43:47 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: stylemanager_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: stylemanager_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Style: Boring"
Index: API/GUIStyleBoring/treeitem_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/treeitem_boring.h,v
retrieving revision 1.2
diff -u -r1.2 treeitem_boring.h
--- API/GUIStyleBoring/treeitem_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/treeitem_boring.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: treeitem_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: treeitem_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/treeview_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/treeview_boring.h,v
retrieving revision 1.2
diff -u -r1.2 treeview_boring.h
--- API/GUIStyleBoring/treeview_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/treeview_boring.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: treeview_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: treeview_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleBoring/window_boring.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleBoring/window_boring.h,v
retrieving revision 1.2
diff -u -r1.2 window_boring.h
--- API/GUIStyleBoring/window_boring.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleBoring/window_boring.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: window_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: window_boring.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/button_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/button_silver.h,v
retrieving revision 1.2
diff -u -r1.2 button_silver.h
--- API/GUIStyleSilver/button_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/button_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: button_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: button_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/checkbox_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/checkbox_silver.h,v
retrieving revision 1.3
diff -u -r1.3 checkbox_silver.h
--- API/GUIStyleSilver/checkbox_silver.h 18 Feb 2003 21:01:31 -0000 1.3
+++ API/GUIStyleSilver/checkbox_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: checkbox_silver.h,v 1.3 2003/02/18 21:01:31 sphair Exp $
+/* $Id: checkbox_silver.h,v 1.3 2003/02/18 21:01:31 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/frame_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/frame_silver.h,v
retrieving revision 1.2
diff -u -r1.2 frame_silver.h
--- API/GUIStyleSilver/frame_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/frame_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: frame_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: frame_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/image_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/image_silver.h,v
retrieving revision 1.2
diff -u -r1.2 image_silver.h
--- API/GUIStyleSilver/image_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/image_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: image_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: image_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/inputbox_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/inputbox_silver.h,v
retrieving revision 1.3
diff -u -r1.3 inputbox_silver.h
--- API/GUIStyleSilver/inputbox_silver.h 24 Feb 2003 20:26:07 -0000 1.3
+++ API/GUIStyleSilver/inputbox_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: inputbox_silver.h,v 1.3 2003/02/24 20:26:07 sphair Exp $
+/* $Id: inputbox_silver.h,v 1.3 2003/02/24 20:26:07 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/label_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/label_silver.h,v
retrieving revision 1.2
diff -u -r1.2 label_silver.h
--- API/GUIStyleSilver/label_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/label_silver.h 20 Jul 2003 11:43:48 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: label_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: label_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/listbox_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/listbox_silver.h,v
retrieving revision 1.2
diff -u -r1.2 listbox_silver.h
--- API/GUIStyleSilver/listbox_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/listbox_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: listbox_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: listbox_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/progressbar_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/progressbar_silver.h,v
retrieving revision 1.2
diff -u -r1.2 progressbar_silver.h
--- API/GUIStyleSilver/progressbar_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/progressbar_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: progressbar_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: progressbar_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/radiobutton_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/radiobutton_silver.h,v
retrieving revision 1.2
diff -u -r1.2 radiobutton_silver.h
--- API/GUIStyleSilver/radiobutton_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/radiobutton_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: radiobutton_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: radiobutton_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/scrollbar_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/scrollbar_silver.h,v
retrieving revision 1.2
diff -u -r1.2 scrollbar_silver.h
--- API/GUIStyleSilver/scrollbar_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/scrollbar_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: scrollbar_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: scrollbar_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/stylemanager_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/stylemanager_silver.h,v
retrieving revision 1.3
diff -u -r1.3 stylemanager_silver.h
--- API/GUIStyleSilver/stylemanager_silver.h 18 Feb 2003 15:31:58 -0000 1.3
+++ API/GUIStyleSilver/stylemanager_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: stylemanager_silver.h,v 1.3 2003/02/18 15:31:58 sphair Exp $
+/* $Id: stylemanager_silver.h,v 1.3 2003/02/18 15:31:58 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/GUIStyleSilver/window_silver.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/GUIStyleSilver/window_silver.h,v
retrieving revision 1.2
diff -u -r1.2 window_silver.h
--- API/GUIStyleSilver/window_silver.h 18 Feb 2003 14:43:10 -0000 1.2
+++ API/GUIStyleSilver/window_silver.h 20 Jul 2003 11:43:49 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: window_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
+/* $Id: window_silver.h,v 1.2 2003/02/18 14:43:10 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: API/JavaScript/js_arguments.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_arguments.h,v
retrieving revision 1.3
diff -u -r1.3 js_arguments.h
--- API/JavaScript/js_arguments.h 15 Jul 2002 16:49:50 -0000 1.3
+++ API/JavaScript/js_arguments.h 20 Jul 2003 11:43:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_classfactory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_classfactory.h,v
retrieving revision 1.4
diff -u -r1.4 js_classfactory.h
--- API/JavaScript/js_classfactory.h 13 Nov 2002 10:33:34 -0000 1.4
+++ API/JavaScript/js_classfactory.h 20 Jul 2003 11:43:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_config.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_config.h,v
retrieving revision 1.2
diff -u -r1.2 js_config.h
--- API/JavaScript/js_config.h 28 Feb 2002 21:36:50 -0000 1.2
+++ API/JavaScript/js_config.h 20 Jul 2003 11:43:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_context.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_context.h,v
retrieving revision 1.3
diff -u -r1.3 js_context.h
--- API/JavaScript/js_context.h 15 Jul 2002 16:49:50 -0000 1.3
+++ API/JavaScript/js_context.h 20 Jul 2003 11:43:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_error.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_error.h,v
retrieving revision 1.2
diff -u -r1.2 js_error.h
--- API/JavaScript/js_error.h 28 Feb 2002 21:36:50 -0000 1.2
+++ API/JavaScript/js_error.h 20 Jul 2003 11:43:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_object.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_object.h,v
retrieving revision 1.4
diff -u -r1.4 js_object.h
--- API/JavaScript/js_object.h 13 Nov 2002 10:31:48 -0000 1.4
+++ API/JavaScript/js_object.h 20 Jul 2003 11:43:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_runtime.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_runtime.h,v
retrieving revision 1.3
diff -u -r1.3 js_runtime.h
--- API/JavaScript/js_runtime.h 15 Jul 2002 16:49:50 -0000 1.3
+++ API/JavaScript/js_runtime.h 20 Jul 2003 11:43:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/JavaScript/js_value.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/JavaScript/js_value.h,v
retrieving revision 1.3
diff -u -r1.3 js_value.h
--- API/JavaScript/js_value.h 15 Jul 2002 16:49:50 -0000 1.3
+++ API/JavaScript/js_value.h 20 Jul 2003 11:43:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanJavaScript="Framework"
//! header=javascript.h
Index: API/MikMod/setupmikmod.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/MikMod/setupmikmod.h,v
retrieving revision 1.9
diff -u -r1.9 setupmikmod.h
--- API/MikMod/setupmikmod.h 22 Jan 2002 10:14:01 -0000 1.9
+++ API/MikMod/setupmikmod.h 20 Jul 2003 11:43:51 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupmikmod.h,v 1.9 2002/01/22 10:14:01 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupmikmod.h,v 1.9 2002/01/22 10:14:01 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanMikMod="System"
Index: API/MikMod/soundprovider_mikmod.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/MikMod/soundprovider_mikmod.h,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_mikmod.h
--- API/MikMod/soundprovider_mikmod.h 20 Apr 2003 12:43:40 -0000 1.2
+++ API/MikMod/soundprovider_mikmod.h 20 Jul 2003 11:43:51 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_mikmod.h,v 1.2 2003/04/20 12:43:40 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_mikmod.h,v 1.2 2003/04/20 12:43:40 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanMikMod="Sound Providers"
Index: API/Network/setupnetwork.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/setupnetwork.h,v
retrieving revision 1.2
diff -u -r1.2 setupnetwork.h
--- API/Network/setupnetwork.h 23 Jan 2002 22:40:47 -0000 1.2
+++ API/Network/setupnetwork.h 20 Jul 2003 11:43:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupnetwork.h,v 1.2 2002/01/23 22:40:47 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupnetwork.h,v 1.2 2002/01/23 22:40:47 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="System"
Index: API/Network/Browse/browse_client.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Browse/browse_client.h,v
retrieving revision 1.5
diff -u -r1.5 browse_client.h
--- API/Network/Browse/browse_client.h 9 Aug 2002 13:06:43 -0000 1.5
+++ API/Network/Browse/browse_client.h 20 Jul 2003 11:43:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: browse_client.h,v 1.5 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: browse_client.h,v 1.5 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Browsing"
Index: API/Network/Browse/browse_master.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Browse/browse_master.h,v
retrieving revision 1.4
diff -u -r1.4 browse_master.h
--- API/Network/Browse/browse_master.h 28 Jul 2002 16:46:17 -0000 1.4
+++ API/Network/Browse/browse_master.h 20 Jul 2003 11:43:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: browse_master.h,v 1.4 2002/07/28 16:46:17 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: browse_master.h,v 1.4 2002/07/28 16:46:17 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Browsing"
Index: API/Network/Browse/browse_server.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Browse/browse_server.h,v
retrieving revision 1.4
diff -u -r1.4 browse_server.h
--- API/Network/Browse/browse_server.h 28 Jul 2002 16:27:24 -0000 1.4
+++ API/Network/Browse/browse_server.h 20 Jul 2003 11:43:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: browse_server.h,v 1.4 2002/07/28 16:27:24 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: browse_server.h,v 1.4 2002/07/28 16:27:24 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Browsing"
Index: API/Network/IRC/irc_connection.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/IRC/irc_connection.h,v
retrieving revision 1.6
diff -u -r1.6 irc_connection.h
--- API/Network/IRC/irc_connection.h 9 Aug 2002 13:06:43 -0000 1.6
+++ API/Network/IRC/irc_connection.h 20 Jul 2003 11:43:52 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanNetwork="Internet Relay Chat"
//! header=network.h
Index: API/Network/IRC/irc_numerics.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/IRC/irc_numerics.h,v
retrieving revision 1.1
diff -u -r1.1 irc_numerics.h
--- API/Network/IRC/irc_numerics.h 9 Jun 2002 00:28:04 -0000 1.1
+++ API/Network/IRC/irc_numerics.h 20 Jul 2003 11:43:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 irc_numerics
#define irc_numerics
Index: API/Network/NetObjects/netobject_client.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetObjects/netobject_client.h,v
retrieving revision 1.7
diff -u -r1.7 netobject_client.h
--- API/Network/NetObjects/netobject_client.h 9 Aug 2002 13:06:43 -0000 1.7
+++ API/Network/NetObjects/netobject_client.h 20 Jul 2003 11:43:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netobject_client.h,v 1.7 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netobject_client.h,v 1.7 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetObjects"
Index: API/Network/NetObjects/netobject_controller.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetObjects/netobject_controller.h,v
retrieving revision 1.8
diff -u -r1.8 netobject_controller.h
--- API/Network/NetObjects/netobject_controller.h 9 Aug 2002 13:06:43 -0000 1.8
+++ API/Network/NetObjects/netobject_controller.h 20 Jul 2003 11:43:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netobject_controller.h,v 1.8 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netobject_controller.h,v 1.8 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetObjects"
Index: API/Network/NetObjects/netobject_server.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetObjects/netobject_server.h,v
retrieving revision 1.8
diff -u -r1.8 netobject_server.h
--- API/Network/NetObjects/netobject_server.h 9 Aug 2002 13:06:43 -0000 1.8
+++ API/Network/NetObjects/netobject_server.h 20 Jul 2003 11:43:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netobject_server.h,v 1.8 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netobject_server.h,v 1.8 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetObjects"
Index: API/Network/NetSession/inputsource_netpacket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/inputsource_netpacket.h,v
retrieving revision 1.5
diff -u -r1.5 inputsource_netpacket.h
--- API/Network/NetSession/inputsource_netpacket.h 15 Jul 2002 16:49:50 -0000 1.5
+++ API/Network/NetSession/inputsource_netpacket.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_netpacket.h,v 1.5 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_netpacket.h,v 1.5 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/inputsource_netstream.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/inputsource_netstream.h,v
retrieving revision 1.5
diff -u -r1.5 inputsource_netstream.h
--- API/Network/NetSession/inputsource_netstream.h 15 Jul 2002 16:49:50 -0000 1.5
+++ API/Network/NetSession/inputsource_netstream.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_netstream.h,v 1.5 2002/07/15 16:49:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_netstream.h,v 1.5 2002/07/15 16:49:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/netcomputer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/netcomputer.h,v
retrieving revision 1.7
diff -u -r1.7 netcomputer.h
--- API/Network/NetSession/netcomputer.h 6 Dec 2002 05:24:34 -0000 1.7
+++ API/Network/NetSession/netcomputer.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netcomputer.h,v 1.7 2002/12/06 05:24:34 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netcomputer.h,v 1.7 2002/12/06 05:24:34 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/netgroup.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/netgroup.h,v
retrieving revision 1.5
diff -u -r1.5 netgroup.h
--- API/Network/NetSession/netgroup.h 19 Jul 2002 10:08:22 -0000 1.5
+++ API/Network/NetSession/netgroup.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netgroup.h,v 1.5 2002/07/19 10:08:22 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netgroup.h,v 1.5 2002/07/19 10:08:22 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/netpacket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/netpacket.h,v
retrieving revision 1.10
diff -u -r1.10 netpacket.h
--- API/Network/NetSession/netpacket.h 19 Jul 2002 10:08:22 -0000 1.10
+++ API/Network/NetSession/netpacket.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netpacket.h,v 1.10 2002/07/19 10:08:22 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netpacket.h,v 1.10 2002/07/19 10:08:22 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/netsession.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/netsession.h,v
retrieving revision 1.13
diff -u -r1.13 netsession.h
--- API/Network/NetSession/netsession.h 9 Aug 2002 13:06:43 -0000 1.13
+++ API/Network/NetSession/netsession.h 20 Jul 2003 11:43:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netsession.h,v 1.13 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netsession.h,v 1.13 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/netstream.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/netstream.h,v
retrieving revision 1.6
diff -u -r1.6 netstream.h
--- API/Network/NetSession/netstream.h 19 Jul 2002 10:08:22 -0000 1.6
+++ API/Network/NetSession/netstream.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netstream.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netstream.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/outputsource_netpacket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/outputsource_netpacket.h,v
retrieving revision 1.6
diff -u -r1.6 outputsource_netpacket.h
--- API/Network/NetSession/outputsource_netpacket.h 19 Jul 2002 10:08:22 -0000 1.6
+++ API/Network/NetSession/outputsource_netpacket.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_netpacket.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_netpacket.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetSession/outputsource_netstream.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetSession/outputsource_netstream.h,v
retrieving revision 1.6
diff -u -r1.6 outputsource_netstream.h
--- API/Network/NetSession/outputsource_netstream.h 19 Jul 2002 10:08:22 -0000 1.6
+++ API/Network/NetSession/outputsource_netstream.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_netstream.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_netstream.h,v 1.6 2002/07/19 10:08:22 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetSessions"
Index: API/Network/NetVariables/netvariables.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/NetVariables/netvariables.h,v
retrieving revision 1.1
diff -u -r1.1 netvariables.h
--- API/Network/NetVariables/netvariables.h 13 Jan 2002 17:23:39 -0000 1.1
+++ API/Network/NetVariables/netvariables.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: netvariables.h,v 1.1 2002/01/13 17:23:39 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: netvariables.h,v 1.1 2002/01/13 17:23:39 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="NetObjects"
Index: API/Network/Socket/inputsource_socket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Socket/inputsource_socket.h,v
retrieving revision 1.6
diff -u -r1.6 inputsource_socket.h
--- API/Network/Socket/inputsource_socket.h 19 Jul 2002 10:08:27 -0000 1.6
+++ API/Network/Socket/inputsource_socket.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_socket.h,v 1.6 2002/07/19 10:08:27 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_socket.h,v 1.6 2002/07/19 10:08:27 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Sockets"
Index: API/Network/Socket/ip_address.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Socket/ip_address.h,v
retrieving revision 1.10
diff -u -r1.10 ip_address.h
--- API/Network/Socket/ip_address.h 30 May 2003 21:27:17 -0000 1.10
+++ API/Network/Socket/ip_address.h 20 Jul 2003 11:43:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: ip_address.h,v 1.10 2003/05/30 21:27:17 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: ip_address.h,v 1.10 2003/05/30 21:27:17 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Sockets"
Index: API/Network/Socket/outputsource_socket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Socket/outputsource_socket.h,v
retrieving revision 1.6
diff -u -r1.6 outputsource_socket.h
--- API/Network/Socket/outputsource_socket.h 19 Jul 2002 10:08:27 -0000 1.6
+++ API/Network/Socket/outputsource_socket.h 20 Jul 2003 11:43:56 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: outputsource_socket.h,v 1.6 2002/07/19 10:08:27 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: outputsource_socket.h,v 1.6 2002/07/19 10:08:27 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Sockets"
Index: API/Network/Socket/socket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Network/Socket/socket.h,v
retrieving revision 1.11
diff -u -r1.11 socket.h
--- API/Network/Socket/socket.h 17 Apr 2003 00:27:05 -0000 1.11
+++ API/Network/Socket/socket.h 20 Jul 2003 11:43:56 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: socket.h,v 1.11 2003/04/17 00:27:05 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: socket.h,v 1.11 2003/04/17 00:27:05 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanNetwork="Sockets"
Index: API/Signals/signal_v0.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v0.h,v
retrieving revision 1.12
diff -u -r1.12 signal_v0.h
--- API/Signals/signal_v0.h 13 Jun 2002 14:44:53 -0000 1.12
+++ API/Signals/signal_v0.h 20 Jul 2003 11:43:56 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v0.h,v 1.12 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v0.h,v 1.12 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/signal_v1.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v1.h,v
retrieving revision 1.11
diff -u -r1.11 signal_v1.h
--- API/Signals/signal_v1.h 13 Jun 2002 14:44:53 -0000 1.11
+++ API/Signals/signal_v1.h 20 Jul 2003 11:43:56 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v1.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v1.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/signal_v2.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v2.h,v
retrieving revision 1.11
diff -u -r1.11 signal_v2.h
--- API/Signals/signal_v2.h 13 Jun 2002 14:44:53 -0000 1.11
+++ API/Signals/signal_v2.h 20 Jul 2003 11:43:57 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v2.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v2.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/signal_v3.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v3.h,v
retrieving revision 1.12
diff -u -r1.12 signal_v3.h
--- API/Signals/signal_v3.h 13 Jun 2002 14:44:53 -0000 1.12
+++ API/Signals/signal_v3.h 20 Jul 2003 11:43:57 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v3.h,v 1.12 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v3.h,v 1.12 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/signal_v4.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v4.h,v
retrieving revision 1.11
diff -u -r1.11 signal_v4.h
--- API/Signals/signal_v4.h 13 Jun 2002 14:44:53 -0000 1.11
+++ API/Signals/signal_v4.h 20 Jul 2003 11:43:57 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v4.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v4.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/signal_v5.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/signal_v5.h,v
retrieving revision 1.11
diff -u -r1.11 signal_v5.h
--- API/Signals/signal_v5.h 13 Jun 2002 14:44:53 -0000 1.11
+++ API/Signals/signal_v5.h 20 Jul 2003 11:43:57 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: signal_v5.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: signal_v5.h,v 1.11 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot.h,v
retrieving revision 1.15
diff -u -r1.15 slot.h
--- API/Signals/slot.h 22 Sep 2001 15:52:17 -0000 1.15
+++ API/Signals/slot.h 20 Jul 2003 11:43:57 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot.h,v 1.15 2001/09/22 15:52:17 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot.h,v 1.15 2001/09/22 15:52:17 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_container.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_container.h,v
retrieving revision 1.13
diff -u -r1.13 slot_container.h
--- API/Signals/slot_container.h 15 Jul 2002 16:49:50 -0000 1.13
+++ API/Signals/slot_container.h 20 Jul 2003 11:43:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
//! clanSignal="System"
//! header=signals.h
Index: API/Signals/slot_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_generic.h,v
retrieving revision 1.8
diff -u -r1.8 slot_generic.h
--- API/Signals/slot_generic.h 22 Sep 2001 15:52:17 -0000 1.8
+++ API/Signals/slot_generic.h 20 Jul 2003 11:43:58 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_generic.h,v 1.8 2001/09/22 15:52:17 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_generic.h,v 1.8 2001/09/22 15:52:17 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v0.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v0.h,v
retrieving revision 1.11
diff -u -r1.11 slot_v0.h
--- API/Signals/slot_v0.h 16 Dec 2001 18:17:45 -0000 1.11
+++ API/Signals/slot_v0.h 20 Jul 2003 11:43:58 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v0.h,v 1.11 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v0.h,v 1.11 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v1.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v1.h,v
retrieving revision 1.9
diff -u -r1.9 slot_v1.h
--- API/Signals/slot_v1.h 16 Dec 2001 18:17:45 -0000 1.9
+++ API/Signals/slot_v1.h 20 Jul 2003 11:43:58 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v1.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v1.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v2.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v2.h,v
retrieving revision 1.9
diff -u -r1.9 slot_v2.h
--- API/Signals/slot_v2.h 16 Dec 2001 18:17:45 -0000 1.9
+++ API/Signals/slot_v2.h 20 Jul 2003 11:43:58 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v2.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v2.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v3.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v3.h,v
retrieving revision 1.9
diff -u -r1.9 slot_v3.h
--- API/Signals/slot_v3.h 16 Dec 2001 18:17:45 -0000 1.9
+++ API/Signals/slot_v3.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v3.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v3.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v4.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v4.h,v
retrieving revision 1.9
diff -u -r1.9 slot_v4.h
--- API/Signals/slot_v4.h 16 Dec 2001 18:17:45 -0000 1.9
+++ API/Signals/slot_v4.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v4.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v4.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slot_v5.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slot_v5.h,v
retrieving revision 1.9
diff -u -r1.9 slot_v5.h
--- API/Signals/slot_v5.h 16 Dec 2001 18:17:45 -0000 1.9
+++ API/Signals/slot_v5.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slot_v5.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slot_v5.h,v 1.9 2001/12/16 18:17:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slotbuffer_v0.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slotbuffer_v0.h,v
retrieving revision 1.9
diff -u -r1.9 slotbuffer_v0.h
--- API/Signals/slotbuffer_v0.h 13 Jun 2002 14:44:53 -0000 1.9
+++ API/Signals/slotbuffer_v0.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slotbuffer_v0.h,v 1.9 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slotbuffer_v0.h,v 1.9 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Signals/slotbuffer_v1.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Signals/slotbuffer_v1.h,v
retrieving revision 1.10
diff -u -r1.10 slotbuffer_v1.h
--- API/Signals/slotbuffer_v1.h 13 Jun 2002 14:44:53 -0000 1.10
+++ API/Signals/slotbuffer_v1.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: slotbuffer_v1.h,v 1.10 2002/06/13 14:44:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: slotbuffer_v1.h,v 1.10 2002/06/13 14:44:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSignal="System"
Index: API/Sound/cd_drive.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/cd_drive.h,v
retrieving revision 1.1
diff -u -r1.1 cd_drive.h
--- API/Sound/cd_drive.h 10 Apr 2003 18:34:50 -0000 1.1
+++ API/Sound/cd_drive.h 20 Jul 2003 11:43:59 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cd_drive.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cd_drive.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="CD Audio"
Index: API/Sound/setupsound.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/setupsound.h,v
retrieving revision 1.9
diff -u -r1.9 setupsound.h
--- API/Sound/setupsound.h 10 Apr 2003 18:34:50 -0000 1.9
+++ API/Sound/setupsound.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupsound.h,v 1.9 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupsound.h,v 1.9 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="System"
Index: API/Sound/sound.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/sound.h,v
retrieving revision 1.10
diff -u -r1.10 sound.h
--- API/Sound/sound.h 11 Apr 2003 20:48:31 -0000 1.10
+++ API/Sound/sound.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sound.h,v 1.10 2003/04/11 20:48:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sound.h,v 1.10 2003/04/11 20:48:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundbuffer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundbuffer.h,v
retrieving revision 1.16
diff -u -r1.16 soundbuffer.h
--- API/Sound/soundbuffer.h 21 Apr 2003 21:24:00 -0000 1.16
+++ API/Sound/soundbuffer.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer.h,v 1.16 2003/04/21 21:24:00 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer.h,v 1.16 2003/04/21 21:24:00 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundbuffer_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundbuffer_session.h,v
retrieving revision 1.10
diff -u -r1.10 soundbuffer_session.h
--- API/Sound/soundbuffer_session.h 22 Apr 2003 05:42:27 -0000 1.10
+++ API/Sound/soundbuffer_session.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_session.h,v 1.10 2003/04/22 05:42:27 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_session.h,v 1.10 2003/04/22 05:42:27 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundfilter.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundfilter.h,v
retrieving revision 1.8
diff -u -r1.8 soundfilter.h
--- API/Sound/soundfilter.h 17 Apr 2003 15:24:43 -0000 1.8
+++ API/Sound/soundfilter.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundfilter.h,v 1.8 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundfilter.h,v 1.8 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundformat.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundformat.h,v
retrieving revision 1.6
diff -u -r1.6 soundformat.h
--- API/Sound/soundformat.h 17 Apr 2003 15:24:43 -0000 1.6
+++ API/Sound/soundformat.h 20 Jul 2003 11:44:00 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundformat.h,v 1.6 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundformat.h,v 1.6 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundoutput.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundoutput.h,v
retrieving revision 1.3
diff -u -r1.3 soundoutput.h
--- API/Sound/soundoutput.h 22 Apr 2003 05:42:27 -0000 1.3
+++ API/Sound/soundoutput.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput.h,v 1.3 2003/04/22 05:42:27 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput.h,v 1.3 2003/04/22 05:42:27 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundoutput_description.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundoutput_description.h,v
retrieving revision 1.1
diff -u -r1.1 soundoutput_description.h
--- API/Sound/soundoutput_description.h 10 Apr 2003 18:34:50 -0000 1.1
+++ API/Sound/soundoutput_description.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_description.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_description.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundprovider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundprovider.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider.h
--- API/Sound/soundprovider.h 10 Apr 2003 18:34:50 -0000 1.1
+++ API/Sound/soundprovider.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/soundprovider_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/soundprovider_session.h,v
retrieving revision 1.4
diff -u -r1.4 soundprovider_session.h
--- API/Sound/soundprovider_session.h 19 Apr 2003 22:37:26 -0000 1.4
+++ API/Sound/soundprovider_session.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_session.h,v 1.4 2003/04/19 22:37:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_session.h,v 1.4 2003/04/19 22:37:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Audio Mixing"
Index: API/Sound/SoundFilters/echofilter.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundFilters/echofilter.h,v
retrieving revision 1.6
diff -u -r1.6 echofilter.h
--- API/Sound/SoundFilters/echofilter.h 10 Oct 2001 12:51:05 -0000 1.6
+++ API/Sound/SoundFilters/echofilter.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: echofilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: echofilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Filters"
Index: API/Sound/SoundFilters/fadefilter.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundFilters/fadefilter.h,v
retrieving revision 1.6
diff -u -r1.6 fadefilter.h
--- API/Sound/SoundFilters/fadefilter.h 10 Oct 2001 12:51:05 -0000 1.6
+++ API/Sound/SoundFilters/fadefilter.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: fadefilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: fadefilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Filters"
Index: API/Sound/SoundFilters/inverse_echofilter.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundFilters/inverse_echofilter.h,v
retrieving revision 1.6
diff -u -r1.6 inverse_echofilter.h
--- API/Sound/SoundFilters/inverse_echofilter.h 10 Oct 2001 12:51:05 -0000 1.6
+++ API/Sound/SoundFilters/inverse_echofilter.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inverse_echofilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inverse_echofilter.h,v 1.6 2001/10/10 12:51:05 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Filters"
Index: API/Sound/SoundProviders/soundprovider_factory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundProviders/soundprovider_factory.h,v
retrieving revision 1.3
diff -u -r1.3 soundprovider_factory.h
--- API/Sound/SoundProviders/soundprovider_factory.h 17 Apr 2003 15:24:43 -0000 1.3
+++ API/Sound/SoundProviders/soundprovider_factory.h 20 Jul 2003 11:44:01 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_factory.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_factory.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Sound Providers"
Index: API/Sound/SoundProviders/soundprovider_raw.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundProviders/soundprovider_raw.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_raw.h
--- API/Sound/SoundProviders/soundprovider_raw.h 18 Apr 2003 10:19:08 -0000 1.1
+++ API/Sound/SoundProviders/soundprovider_raw.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_raw.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_raw.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Sound Providers"
Index: API/Sound/SoundProviders/soundprovider_type.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundProviders/soundprovider_type.h,v
retrieving revision 1.3
diff -u -r1.3 soundprovider_type.h
--- API/Sound/SoundProviders/soundprovider_type.h 17 Apr 2003 15:24:43 -0000 1.3
+++ API/Sound/SoundProviders/soundprovider_type.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_type.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_type.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Sound Providers"
Index: API/Sound/SoundProviders/soundprovider_type_register.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundProviders/soundprovider_type_register.h,v
retrieving revision 1.3
diff -u -r1.3 soundprovider_type_register.h
--- API/Sound/SoundProviders/soundprovider_type_register.h 18 Apr 2003 10:19:08 -0000 1.3
+++ API/Sound/SoundProviders/soundprovider_type_register.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_type_register.h,v 1.3 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_type_register.h,v 1.3 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Sound Providers"
Index: API/Sound/SoundProviders/soundprovider_wave.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Sound/SoundProviders/soundprovider_wave.h,v
retrieving revision 1.3
diff -u -r1.3 soundprovider_wave.h
--- API/Sound/SoundProviders/soundprovider_wave.h 19 Apr 2003 20:39:29 -0000 1.3
+++ API/Sound/SoundProviders/soundprovider_wave.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_wave.h,v 1.3 2003/04/19 20:39:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_wave.h,v 1.3 2003/04/19 20:39:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanSound="Sound Providers"
Index: API/Voice/voice_client.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Voice/voice_client.h,v
retrieving revision 1.8
diff -u -r1.8 voice_client.h
--- API/Voice/voice_client.h 17 Mar 2003 15:51:39 -0000 1.8
+++ API/Voice/voice_client.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice_client.h,v 1.8 2003/03/17 15:51:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice_client.h,v 1.8 2003/03/17 15:51:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVoice="Network"
Index: API/Voice/voice_codec.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Voice/voice_codec.h,v
retrieving revision 1.4
diff -u -r1.4 voice_codec.h
--- API/Voice/voice_codec.h 17 Mar 2003 15:51:39 -0000 1.4
+++ API/Voice/voice_codec.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice_codec.h,v 1.4 2003/03/17 15:51:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice_codec.h,v 1.4 2003/03/17 15:51:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVoice="System"
Index: API/Voice/voice_decoder.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Voice/voice_decoder.h,v
retrieving revision 1.8
diff -u -r1.8 voice_decoder.h
--- API/Voice/voice_decoder.h 20 Apr 2003 12:29:49 -0000 1.8
+++ API/Voice/voice_decoder.h 20 Jul 2003 11:44:02 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice_decoder.h,v 1.8 2003/04/20 12:29:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice_decoder.h,v 1.8 2003/04/20 12:29:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVoice="Encoding"
Index: API/Voice/voice_encoder.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Voice/voice_encoder.h,v
retrieving revision 1.6
diff -u -r1.6 voice_encoder.h
--- API/Voice/voice_encoder.h 17 Mar 2003 15:51:39 -0000 1.6
+++ API/Voice/voice_encoder.h 20 Jul 2003 11:44:03 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice_encoder.h,v 1.6 2003/03/17 15:51:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice_encoder.h,v 1.6 2003/03/17 15:51:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVoice="Encoding"
Index: API/Voice/voice_server.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Voice/voice_server.h,v
retrieving revision 1.7
diff -u -r1.7 voice_server.h
--- API/Voice/voice_server.h 17 Mar 2003 15:51:39 -0000 1.7
+++ API/Voice/voice_server.h 20 Jul 2003 11:44:03 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: voice_server.h,v 1.7 2003/03/17 15:51:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: voice_server.h,v 1.7 2003/03/17 15:51:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVoice="Network"
Index: API/Vorbis/soundprovider_vorbis.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/API/Vorbis/soundprovider_vorbis.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_vorbis.h
--- API/Vorbis/soundprovider_vorbis.h 20 Apr 2003 18:13:50 -0000 1.1
+++ API/Vorbis/soundprovider_vorbis.h 20 Jul 2003 11:44:03 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_vorbis.h,v 1.1 2003/04/20 18:13:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_vorbis.h,v 1.1 2003/04/20 18:13:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanVorbis="Sound Providers"
Index: Application/Makefile.am
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Application/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- Application/Makefile.am 13 Apr 2002 12:12:41 -0000 1.4
+++ Application/Makefile.am 20 Jul 2003 11:44:03 -0000
@@ -3,4 +3,5 @@
libclanApp_la_SOURCES = Unix/clanapp.cpp
libclanApp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
# EOF #
Index: Application/MacOS/clanapp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Application/MacOS/clanapp.cpp,v
retrieving revision 1.1
diff -u -r1.1 clanapp.cpp
--- Application/MacOS/clanapp.cpp 15 Dec 2001 03:29:26 -0000 1.1
+++ Application/MacOS/clanapp.cpp 20 Jul 2003 11:44:03 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: clanapp.cpp,v 1.1 2001/12/15 03:29:26 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: clanapp.cpp,v 1.1 2001/12/15 03:29:26 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
Index: Application/Unix/clanapp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Application/Unix/clanapp.cpp,v
retrieving revision 1.6
diff -u -r1.6 clanapp.cpp
--- Application/Unix/clanapp.cpp 1 Apr 2002 21:45:46 -0000 1.6
+++ Application/Unix/clanapp.cpp 20 Jul 2003 11:44:03 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: clanapp.cpp,v 1.6 2002/04/01 21:45:46 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: clanapp.cpp,v 1.6 2002/04/01 21:45:46 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
Index: Application/Win32/clanapp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Application/Win32/clanapp.cpp,v
retrieving revision 1.10
diff -u -r1.10 clanapp.cpp
--- Application/Win32/clanapp.cpp 28 Mar 2003 01:03:45 -0000 1.10
+++ Application/Win32/clanapp.cpp 20 Jul 2003 11:44:03 -0000
@@ -1,13 +1,22 @@
/*
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
Index: Core/precomp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/precomp.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 precomp.cpp
--- Core/precomp.cpp 9 Apr 2000 12:18:00 -0000 1.1.1.1
+++ Core/precomp.cpp 20 Jul 2003 11:44:03 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: precomp.cpp,v 1.1.1.1 2000/04/09 12:18:00 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: precomp.cpp,v 1.1.1.1 2000/04/09 12:18:00 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/precomp.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/precomp.h,v
retrieving revision 1.10
diff -u -r1.10 precomp.h
--- Core/precomp.h 14 Dec 2001 02:39:57 -0000 1.10
+++ Core/precomp.h 20 Jul 2003 11:44:04 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: precomp.h,v 1.10 2001/12/14 02:39:57 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: precomp.h,v 1.10 2001/12/14 02:39:57 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_precomp
Index: Core/IOData/inputsource_memory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/inputsource_memory.cpp,v
retrieving revision 1.6
diff -u -r1.6 inputsource_memory.cpp
--- Core/IOData/inputsource_memory.cpp 29 Apr 2001 17:04:27 -0000 1.6
+++ Core/IOData/inputsource_memory.cpp 20 Jul 2003 11:44:04 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_memory.cpp,v 1.6 2001/04/29 17:04:27 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_memory.cpp,v 1.6 2001/04/29 17:04:27 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/inputsource_zip_fileentry.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/inputsource_zip_fileentry.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputsource_zip_fileentry.cpp
--- Core/IOData/inputsource_zip_fileentry.cpp 14 Apr 2003 06:34:46 -0000 1.3
+++ Core/IOData/inputsource_zip_fileentry.cpp 20 Jul 2003 11:44:04 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_zip_fileentry.cpp,v 1.3 2003/04/14 06:34:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_zip_fileentry.cpp,v 1.3 2003/04/14 06:34:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/inputsource_zip_fileentry.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/inputsource_zip_fileentry.h,v
retrieving revision 1.2
diff -u -r1.2 inputsource_zip_fileentry.h
--- Core/IOData/inputsource_zip_fileentry.h 1 Mar 2003 19:54:09 -0000 1.2
+++ Core/IOData/inputsource_zip_fileentry.h 20 Jul 2003 11:44:04 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: inputsource_zip_fileentry.h,v 1.2 2003/03/01 19:54:09 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: inputsource_zip_fileentry.h,v 1.2 2003/03/01 19:54:09 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_inputsource_zip_fileentry
Index: Core/IOData/outputsource_memory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/outputsource_memory.cpp,v
retrieving revision 1.4
diff -u -r1.4 outputsource_memory.cpp
--- Core/IOData/outputsource_memory.cpp 29 Apr 2001 17:04:27 -0000 1.4
+++ Core/IOData/outputsource_memory.cpp 20 Jul 2003 11:44:04 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_memory.cpp,v 1.4 2001/04/29 17:04:27 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_memory.cpp,v 1.4 2001/04/29 17:04:27 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/zip_64_end_of_central_directory_locator.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_64_end_of_central_directory_locator.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_64_end_of_central_directory_locator.cpp
--- Core/IOData/zip_64_end_of_central_directory_locator.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_64_end_of_central_directory_locator.cpp 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_64_end_of_central_directory_locator.h"
Index: Core/IOData/zip_64_end_of_central_directory_locator.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_64_end_of_central_directory_locator.h,v
retrieving revision 1.2
diff -u -r1.2 zip_64_end_of_central_directory_locator.h
--- Core/IOData/zip_64_end_of_central_directory_locator.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_64_end_of_central_directory_locator.h 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_64_end_of_central_directory_locator
#define header_zip_64_end_of_central_directory_locator
Index: Core/IOData/zip_64_end_of_central_directory_record.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_64_end_of_central_directory_record.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_64_end_of_central_directory_record.cpp
--- Core/IOData/zip_64_end_of_central_directory_record.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_64_end_of_central_directory_record.cpp 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_64_end_of_central_directory_record.h"
Index: Core/IOData/zip_64_end_of_central_directory_record.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_64_end_of_central_directory_record.h,v
retrieving revision 1.2
diff -u -r1.2 zip_64_end_of_central_directory_record.h
--- Core/IOData/zip_64_end_of_central_directory_record.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_64_end_of_central_directory_record.h 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_64_end_of_central_directory_record
#define header_zip_64_end_of_central_directory_record
Index: Core/IOData/zip_archive.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_archive.cpp,v
retrieving revision 1.6
diff -u -r1.6 zip_archive.cpp
--- Core/IOData/zip_archive.cpp 10 May 2003 19:05:28 -0000 1.6
+++ Core/IOData/zip_archive.cpp 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/IOData/zip_archive.h"
Index: Core/IOData/zip_archive_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_archive_generic.h,v
retrieving revision 1.3
diff -u -r1.3 zip_archive_generic.h
--- Core/IOData/zip_archive_generic.h 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_archive_generic.h 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_archive_generic
#define header_zip_archive_generic
Index: Core/IOData/zip_compression_method.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_compression_method.h,v
retrieving revision 1.1
diff -u -r1.1 zip_compression_method.h
--- Core/IOData/zip_compression_method.h 26 Feb 2003 13:35:25 -0000 1.1
+++ Core/IOData/zip_compression_method.h 20 Jul 2003 11:44:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_compression_method
#define header_zip_compression_method
Index: Core/IOData/zip_digital_signature.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_digital_signature.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_digital_signature.cpp
--- Core/IOData/zip_digital_signature.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_digital_signature.cpp 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_digital_signature.h"
Index: Core/IOData/zip_digital_signature.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_digital_signature.h,v
retrieving revision 1.2
diff -u -r1.2 zip_digital_signature.h
--- Core/IOData/zip_digital_signature.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_digital_signature.h 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 zip_digital_signature
#define zip_digital_signature
Index: Core/IOData/zip_end_of_central_directory_record.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_end_of_central_directory_record.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_end_of_central_directory_record.cpp
--- Core/IOData/zip_end_of_central_directory_record.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_end_of_central_directory_record.cpp 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_end_of_central_directory_record.h"
Index: Core/IOData/zip_end_of_central_directory_record.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_end_of_central_directory_record.h,v
retrieving revision 1.3
diff -u -r1.3 zip_end_of_central_directory_record.h
--- Core/IOData/zip_end_of_central_directory_record.h 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_end_of_central_directory_record.h 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_end_of_central_directory_record
#define header_zip_end_of_central_directory_record
Index: Core/IOData/zip_file_entry.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_file_entry.cpp,v
retrieving revision 1.4
diff -u -r1.4 zip_file_entry.cpp
--- Core/IOData/zip_file_entry.cpp 1 Mar 2003 19:54:09 -0000 1.4
+++ Core/IOData/zip_file_entry.cpp 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/IOData/zip_file_entry.h"
Index: Core/IOData/zip_file_entry_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_file_entry_generic.h,v
retrieving revision 1.4
diff -u -r1.4 zip_file_entry_generic.h
--- Core/IOData/zip_file_entry_generic.h 1 Mar 2003 19:54:09 -0000 1.4
+++ Core/IOData/zip_file_entry_generic.h 20 Jul 2003 11:44:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_file_entry_generic
#define header_zip_file_entry_generic
Index: Core/IOData/zip_file_header.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_file_header.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_file_header.cpp
--- Core/IOData/zip_file_header.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_file_header.cpp 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_file_header.h"
Index: Core/IOData/zip_file_header.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_file_header.h,v
retrieving revision 1.2
diff -u -r1.2 zip_file_header.h
--- Core/IOData/zip_file_header.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_file_header.h 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_file_header
#define header_zip_file_header
Index: Core/IOData/zip_flags.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_flags.h,v
retrieving revision 1.1
diff -u -r1.1 zip_flags.h
--- Core/IOData/zip_flags.h 26 Feb 2003 13:35:25 -0000 1.1
+++ Core/IOData/zip_flags.h 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 zip_flags
#define zip_flags
Index: Core/IOData/zip_local_file_descriptor.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_local_file_descriptor.cpp,v
retrieving revision 1.3
diff -u -r1.3 zip_local_file_descriptor.cpp
--- Core/IOData/zip_local_file_descriptor.cpp 26 Feb 2003 23:46:05 -0000 1.3
+++ Core/IOData/zip_local_file_descriptor.cpp 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_local_file_descriptor.h"
Index: Core/IOData/zip_local_file_descriptor.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_local_file_descriptor.h,v
retrieving revision 1.2
diff -u -r1.2 zip_local_file_descriptor.h
--- Core/IOData/zip_local_file_descriptor.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_local_file_descriptor.h 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_local_file_descriptor
#define header_zip_local_file_descriptor
Index: Core/IOData/zip_local_file_header.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_local_file_header.cpp,v
retrieving revision 1.4
diff -u -r1.4 zip_local_file_header.cpp
--- Core/IOData/zip_local_file_header.cpp 1 Mar 2003 19:54:09 -0000 1.4
+++ Core/IOData/zip_local_file_header.cpp 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "zip_local_file_header.h"
Index: Core/IOData/zip_local_file_header.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_local_file_header.h,v
retrieving revision 1.2
diff -u -r1.2 zip_local_file_header.h
--- Core/IOData/zip_local_file_header.h 26 Feb 2003 23:46:05 -0000 1.2
+++ Core/IOData/zip_local_file_header.h 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_zip_local_file_header
#define header_zip_local_file_header
Index: Core/IOData/zip_version_attributes.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/zip_version_attributes.h,v
retrieving revision 1.1
diff -u -r1.1 zip_version_attributes.h
--- Core/IOData/zip_version_attributes.h 26 Feb 2003 13:35:25 -0000 1.1
+++ Core/IOData/zip_version_attributes.h 20 Jul 2003 11:44:07 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 zip_version_attributes
#define zip_version_attributes
Index: Core/IOData/Generic/datafile_inputprovider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/datafile_inputprovider.cpp,v
retrieving revision 1.17
diff -u -r1.17 datafile_inputprovider.cpp
--- Core/IOData/Generic/datafile_inputprovider.cpp 10 May 2003 19:05:28 -0000 1.17
+++ Core/IOData/Generic/datafile_inputprovider.cpp 20 Jul 2003 11:44:08 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: datafile_inputprovider.cpp,v 1.17 2003/05/10 19:05:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: datafile_inputprovider.cpp,v 1.17 2003/05/10 19:05:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/datafile_inputprovider.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/datafile_inputprovider.h,v
retrieving revision 1.12
diff -u -r1.12 datafile_inputprovider.h
--- Core/IOData/Generic/datafile_inputprovider.h 10 May 2003 19:05:29 -0000 1.12
+++ Core/IOData/Generic/datafile_inputprovider.h 20 Jul 2003 11:44:08 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: datafile_inputprovider.h,v 1.12 2003/05/10 19:05:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: datafile_inputprovider.h,v 1.12 2003/05/10 19:05:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_datafile_inputprovider
Index: Core/IOData/Generic/directory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/directory.cpp,v
retrieving revision 1.4
diff -u -r1.4 directory.cpp
--- Core/IOData/Generic/directory.cpp 19 Apr 2003 20:06:35 -0000 1.4
+++ Core/IOData/Generic/directory.cpp 20 Jul 2003 11:44:08 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: directory.cpp,v 1.4 2003/04/19 20:06:35 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: directory.cpp,v 1.4 2003/04/19 20:06:35 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/directory_scanner.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/directory_scanner.cpp,v
retrieving revision 1.9
diff -u -r1.9 directory_scanner.cpp
--- Core/IOData/Generic/directory_scanner.cpp 28 Mar 2003 01:03:45 -0000 1.9
+++ Core/IOData/Generic/directory_scanner.cpp 20 Jul 2003 11:44:09 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: directory_scanner.cpp,v 1.9 2003/03/28 01:03:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: directory_scanner.cpp,v 1.9 2003/03/28 01:03:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/directory_scanner_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/directory_scanner_generic.h,v
retrieving revision 1.9
diff -u -r1.9 directory_scanner_generic.h
--- Core/IOData/Generic/directory_scanner_generic.h 6 Aug 2002 12:06:40 -0000 1.9
+++ Core/IOData/Generic/directory_scanner_generic.h 20 Jul 2003 11:44:09 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: directory_scanner_generic.h,v 1.9 2002/08/06 12:06:40 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: directory_scanner_generic.h,v 1.9 2002/08/06 12:06:40 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_directory_scanner_generic
Index: Core/IOData/Generic/endianess.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/endianess.cpp,v
retrieving revision 1.7
diff -u -r1.7 endianess.cpp
--- Core/IOData/Generic/endianess.cpp 15 Sep 2001 14:54:50 -0000 1.7
+++ Core/IOData/Generic/endianess.cpp 20 Jul 2003 11:44:09 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: endianess.cpp,v 1.7 2001/09/15 14:54:50 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: endianess.cpp,v 1.7 2001/09/15 14:54:50 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/inputsource.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource.cpp,v
retrieving revision 1.5
diff -u -r1.5 inputsource.cpp
--- Core/IOData/Generic/inputsource.cpp 26 Feb 2003 22:46:31 -0000 1.5
+++ Core/IOData/Generic/inputsource.cpp 20 Jul 2003 11:44:09 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource.cpp,v 1.5 2003/02/26 22:46:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource.cpp,v 1.5 2003/02/26 22:46:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/inputsource_file.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource_file.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputsource_file.cpp
--- Core/IOData/Generic/inputsource_file.cpp 11 Dec 2001 20:44:21 -0000 1.3
+++ Core/IOData/Generic/inputsource_file.cpp 20 Jul 2003 11:44:09 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_file.cpp,v 1.3 2001/12/11 20:44:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_file.cpp,v 1.3 2001/12/11 20:44:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/inputsource_memory_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource_memory_generic.cpp,v
retrieving revision 1.11
diff -u -r1.11 inputsource_memory_generic.cpp
--- Core/IOData/Generic/inputsource_memory_generic.cpp 11 Dec 2001 20:44:21 -0000 1.11
+++ Core/IOData/Generic/inputsource_memory_generic.cpp 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_memory_generic.cpp,v 1.11 2001/12/11 20:44:21 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_memory_generic.cpp,v 1.11 2001/12/11 20:44:21 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/inputsource_memory_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource_memory_generic.h,v
retrieving revision 1.8
diff -u -r1.8 inputsource_memory_generic.h
--- Core/IOData/Generic/inputsource_memory_generic.h 17 Jul 2002 14:55:29 -0000 1.8
+++ Core/IOData/Generic/inputsource_memory_generic.h 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_memory_generic.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_memory_generic.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_inputsource_memory_generic
Index: Core/IOData/Generic/inputsource_provider_file.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource_provider_file.cpp,v
retrieving revision 1.14
diff -u -r1.14 inputsource_provider_file.cpp
--- Core/IOData/Generic/inputsource_provider_file.cpp 10 May 2003 19:05:29 -0000 1.14
+++ Core/IOData/Generic/inputsource_provider_file.cpp 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_provider_file.cpp,v 1.14 2003/05/10 19:05:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_provider_file.cpp,v 1.14 2003/05/10 19:05:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/inputsource_zipped.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/inputsource_zipped.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputsource_zipped.cpp
--- Core/IOData/Generic/inputsource_zipped.cpp 8 Sep 2001 19:12:44 -0000 1.3
+++ Core/IOData/Generic/inputsource_zipped.cpp 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_zipped.cpp,v 1.3 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_zipped.cpp,v 1.3 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/outputsource.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/outputsource.cpp,v
retrieving revision 1.4
diff -u -r1.4 outputsource.cpp
--- Core/IOData/Generic/outputsource.cpp 26 Feb 2003 22:46:31 -0000 1.4
+++ Core/IOData/Generic/outputsource.cpp 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource.cpp,v 1.4 2003/02/26 22:46:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource.cpp,v 1.4 2003/02/26 22:46:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/outputsource_file.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/outputsource_file.cpp,v
retrieving revision 1.4
diff -u -r1.4 outputsource_file.cpp
--- Core/IOData/Generic/outputsource_file.cpp 19 Jul 2002 11:19:52 -0000 1.4
+++ Core/IOData/Generic/outputsource_file.cpp 20 Jul 2003 11:44:10 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_file.cpp,v 1.4 2002/07/19 11:19:52 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_file.cpp,v 1.4 2002/07/19 11:19:52 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/outputsource_memory_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/outputsource_memory_generic.cpp,v
retrieving revision 1.6
diff -u -r1.6 outputsource_memory_generic.cpp
--- Core/IOData/Generic/outputsource_memory_generic.cpp 29 Apr 2001 17:04:28 -0000 1.6
+++ Core/IOData/Generic/outputsource_memory_generic.cpp 20 Jul 2003 11:44:11 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_memory_generic.cpp,v 1.6 2001/04/29 17:04:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_memory_generic.cpp,v 1.6 2001/04/29 17:04:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Generic/outputsource_memory_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/outputsource_memory_generic.h,v
retrieving revision 1.5
diff -u -r1.5 outputsource_memory_generic.h
--- Core/IOData/Generic/outputsource_memory_generic.h 17 Jul 2002 14:55:29 -0000 1.5
+++ Core/IOData/Generic/outputsource_memory_generic.h 20 Jul 2003 11:44:11 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_memory_generic.h,v 1.5 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_memory_generic.h,v 1.5 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_outputsource_memory_generic
Index: Core/IOData/Generic/outputsource_zipped.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Generic/outputsource_zipped.cpp,v
retrieving revision 1.5
diff -u -r1.5 outputsource_zipped.cpp
--- Core/IOData/Generic/outputsource_zipped.cpp 23 Feb 2003 12:06:04 -0000 1.5
+++ Core/IOData/Generic/outputsource_zipped.cpp 20 Jul 2003 11:44:11 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_zipped.cpp,v 1.5 2003/02/23 12:06:04 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_zipped.cpp,v 1.5 2003/02/23 12:06:04 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Unix/directory_scanner_unix.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Unix/directory_scanner_unix.cpp,v
retrieving revision 1.12
diff -u -r1.12 directory_scanner_unix.cpp
--- Core/IOData/Unix/directory_scanner_unix.cpp 30 Apr 2003 18:05:26 -0000 1.12
+++ Core/IOData/Unix/directory_scanner_unix.cpp 20 Jul 2003 11:44:11 -0000
@@ -1,16 +1,22 @@
-/*
- $Id: directory_scanner_unix.cpp,v 1.12 2003/04/30 18:05:26 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
Index: Core/IOData/Unix/directory_scanner_unix.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Unix/directory_scanner_unix.h,v
retrieving revision 1.8
diff -u -r1.8 directory_scanner_unix.h
--- Core/IOData/Unix/directory_scanner_unix.h 17 Jul 2002 14:55:29 -0000 1.8
+++ Core/IOData/Unix/directory_scanner_unix.h 20 Jul 2003 11:44:11 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: directory_scanner_unix.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: directory_scanner_unix.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_directory_scanner_unix
Index: Core/IOData/Win32/directory_scanner_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Win32/directory_scanner_win32.cpp,v
retrieving revision 1.12
diff -u -r1.12 directory_scanner_win32.cpp
--- Core/IOData/Win32/directory_scanner_win32.cpp 29 Nov 2002 02:58:05 -0000 1.12
+++ Core/IOData/Win32/directory_scanner_win32.cpp 20 Jul 2003 11:44:12 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: directory_scanner_win32.cpp,v 1.12 2002/11/29 02:58:05 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: directory_scanner_win32.cpp,v 1.12 2002/11/29 02:58:05 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/IOData/Win32/directory_scanner_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/IOData/Win32/directory_scanner_win32.h,v
retrieving revision 1.9
diff -u -r1.9 directory_scanner_win32.h
--- Core/IOData/Win32/directory_scanner_win32.h 29 Nov 2002 02:58:05 -0000 1.9
+++ Core/IOData/Win32/directory_scanner_win32.h 20 Jul 2003 11:44:12 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: directory_scanner_win32.h,v 1.9 2002/11/29 02:58:05 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: directory_scanner_win32.h,v 1.9 2002/11/29 02:58:05 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_directory_scanner_win32
Index: Core/Math/cl_vector.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Math/cl_vector.cpp,v
retrieving revision 1.15
diff -u -r1.15 cl_vector.cpp
--- Core/Math/cl_vector.cpp 13 Jun 2002 17:50:40 -0000 1.15
+++ Core/Math/cl_vector.cpp 20 Jul 2003 11:44:12 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: cl_vector.cpp,v 1.15 2002/06/13 17:50:40 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: cl_vector.cpp,v 1.15 2002/06/13 17:50:40 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
1999/06/19 Daniel Vogel
Index: Core/Math/origin.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Math/origin.cpp,v
retrieving revision 1.3
diff -u -r1.3 origin.cpp
--- Core/Math/origin.cpp 10 Feb 2003 22:25:54 -0000 1.3
+++ Core/Math/origin.cpp 20 Jul 2003 11:44:12 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: origin.cpp,v 1.3 2003/02/10 22:25:54 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: origin.cpp,v 1.3 2003/02/10 22:25:54 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Math/rect.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Math/rect.cpp,v
retrieving revision 1.8
diff -u -r1.8 rect.cpp
--- Core/Math/rect.cpp 4 Feb 2003 09:03:14 -0000 1.8
+++ Core/Math/rect.cpp 20 Jul 2003 11:44:12 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: rect.cpp,v 1.8 2003/02/04 09:03:14 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: rect.cpp,v 1.8 2003/02/04 09:03:14 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Math/vector2.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Math/vector2.cpp,v
retrieving revision 1.5
diff -u -r1.5 vector2.cpp
--- Core/Math/vector2.cpp 15 Sep 2001 14:54:51 -0000 1.5
+++ Core/Math/vector2.cpp 20 Jul 2003 11:44:13 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: vector2.cpp,v 1.5 2001/09/15 14:54:51 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: vector2.cpp,v 1.5 2001/09/15 14:54:51 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
Credits for this class:
Magic Software - www.magic-software.com
Index: Core/Resources/resource.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource.cpp,v
retrieving revision 1.24
diff -u -r1.24 resource.cpp
--- Core/Resources/resource.cpp 5 Apr 2003 17:53:20 -0000 1.24
+++ Core/Resources/resource.cpp 20 Jul 2003 11:44:13 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resource.cpp,v 1.24 2003/04/05 17:53:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resource.cpp,v 1.24 2003/04/05 17:53:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Resources/resource_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource_generic.cpp,v
retrieving revision 1.2
diff -u -r1.2 resource_generic.cpp
--- Core/Resources/resource_generic.cpp 24 Mar 2003 22:15:45 -0000 1.2
+++ Core/Resources/resource_generic.cpp 20 Jul 2003 11:44:13 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resource_generic.cpp,v 1.2 2003/03/24 22:15:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resource_generic.cpp,v 1.2 2003/03/24 22:15:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Resources/resource_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource_generic.h,v
retrieving revision 1.2
diff -u -r1.2 resource_generic.h
--- Core/Resources/resource_generic.h 24 Mar 2003 22:15:45 -0000 1.2
+++ Core/Resources/resource_generic.h 20 Jul 2003 11:44:13 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resource_generic
#define header_resource_generic
Index: Core/Resources/resource_manager.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource_manager.cpp,v
retrieving revision 1.15
diff -u -r1.15 resource_manager.cpp
--- Core/Resources/resource_manager.cpp 7 Apr 2003 20:43:50 -0000 1.15
+++ Core/Resources/resource_manager.cpp 20 Jul 2003 11:44:13 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resource_manager.cpp,v 1.15 2003/04/07 20:43:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resource_manager.cpp,v 1.15 2003/04/07 20:43:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Resources/resource_manager_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource_manager_generic.cpp,v
retrieving revision 1.13
diff -u -r1.13 resource_manager_generic.cpp
--- Core/Resources/resource_manager_generic.cpp 16 May 2003 21:06:57 -0000 1.13
+++ Core/Resources/resource_manager_generic.cpp 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resource_manager_generic.cpp,v 1.13 2003/05/16 21:06:57 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resource_manager_generic.cpp,v 1.13 2003/05/16 21:06:57 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Resources/resource_manager_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resource_manager_generic.h,v
retrieving revision 1.5
diff -u -r1.5 resource_manager_generic.h
--- Core/Resources/resource_manager_generic.h 24 Mar 2003 22:15:45 -0000 1.5
+++ Core/Resources/resource_manager_generic.h 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resource_manager_generic.h,v 1.5 2003/03/24 22:15:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resource_manager_generic.h,v 1.5 2003/03/24 22:15:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resource_manager_generic
Index: Core/Resources/resourcedata.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resourcedata.cpp,v
retrieving revision 1.2
diff -u -r1.2 resourcedata.cpp
--- Core/Resources/resourcedata.cpp 8 Sep 2001 19:12:44 -0000 1.2
+++ Core/Resources/resourcedata.cpp 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcedata.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcedata.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/Resources/resourcetype_boolean.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resourcetype_boolean.cpp,v
retrieving revision 1.5
diff -u -r1.5 resourcetype_boolean.cpp
--- Core/Resources/resourcetype_boolean.cpp 5 Apr 2003 14:07:29 -0000 1.5
+++ Core/Resources/resourcetype_boolean.cpp 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_boolean.cpp,v 1.5 2003/04/05 14:07:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_boolean.cpp,v 1.5 2003/04/05 14:07:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Boolean resource type
Index: Core/Resources/resourcetype_integer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resourcetype_integer.cpp,v
retrieving revision 1.7
diff -u -r1.7 resourcetype_integer.cpp
--- Core/Resources/resourcetype_integer.cpp 5 Apr 2003 14:07:29 -0000 1.7
+++ Core/Resources/resourcetype_integer.cpp 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_integer.cpp,v 1.7 2003/04/05 14:07:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_integer.cpp,v 1.7 2003/04/05 14:07:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Integer resource type
Index: Core/Resources/resourcetype_raw.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resourcetype_raw.cpp,v
retrieving revision 1.7
diff -u -r1.7 resourcetype_raw.cpp
--- Core/Resources/resourcetype_raw.cpp 5 Apr 2003 14:07:29 -0000 1.7
+++ Core/Resources/resourcetype_raw.cpp 20 Jul 2003 11:44:14 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_raw.cpp,v 1.7 2003/04/05 14:07:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_raw.cpp,v 1.7 2003/04/05 14:07:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Raw resource type
Index: Core/Resources/resourcetype_string.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/Resources/resourcetype_string.cpp,v
retrieving revision 1.5
diff -u -r1.5 resourcetype_string.cpp
--- Core/Resources/resourcetype_string.cpp 5 Apr 2003 14:07:29 -0000 1.5
+++ Core/Resources/resourcetype_string.cpp 20 Jul 2003 11:44:15 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_string.cpp,v 1.5 2003/04/05 14:07:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_string.cpp,v 1.5 2003/04/05 14:07:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
String resource type
Index: Core/System/Generic/cl_assert.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/cl_assert.cpp,v
retrieving revision 1.7
diff -u -r1.7 cl_assert.cpp
--- Core/System/Generic/cl_assert.cpp 3 Apr 2003 11:09:39 -0000 1.7
+++ Core/System/Generic/cl_assert.cpp 20 Jul 2003 11:44:15 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: cl_assert.cpp,v 1.7 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: cl_assert.cpp,v 1.7 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/clanstring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/clanstring.cpp,v
retrieving revision 1.17
diff -u -r1.17 clanstring.cpp
--- Core/System/Generic/clanstring.cpp 10 May 2003 20:36:19 -0000 1.17
+++ Core/System/Generic/clanstring.cpp 20 Jul 2003 11:44:15 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/System/clanstring.h"
Index: Core/System/Generic/clanstring_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/clanstring_generic.cpp,v
retrieving revision 1.9
diff -u -r1.9 clanstring_generic.cpp
--- Core/System/Generic/clanstring_generic.cpp 30 Dec 2002 22:35:11 -0000 1.9
+++ Core/System/Generic/clanstring_generic.cpp 20 Jul 2003 11:44:15 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/clanstring_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/clanstring_generic.h,v
retrieving revision 1.4
diff -u -r1.4 clanstring_generic.h
--- Core/System/Generic/clanstring_generic.h 30 Dec 2002 22:35:11 -0000 1.4
+++ Core/System/Generic/clanstring_generic.h 20 Jul 2003 11:44:15 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_clanstring_generic
#define header_clanstring_generic
Index: Core/System/Generic/console_window.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/console_window.cpp,v
retrieving revision 1.4
diff -u -r1.4 console_window.cpp
--- Core/System/Generic/console_window.cpp 8 Sep 2001 19:12:44 -0000 1.4
+++ Core/System/Generic/console_window.cpp 20 Jul 2003 11:44:15 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: console_window.cpp,v 1.4 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: console_window.cpp,v 1.4 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/console_window_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/console_window_generic.cpp,v
retrieving revision 1.18
diff -u -r1.18 console_window_generic.cpp
--- Core/System/Generic/console_window_generic.cpp 18 Mar 2002 06:31:56 -0000 1.18
+++ Core/System/Generic/console_window_generic.cpp 20 Jul 2003 11:44:16 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: console_window_generic.cpp,v 1.18 2002/03/18 06:31:56 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: console_window_generic.cpp,v 1.18 2002/03/18 06:31:56 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/console_window_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/console_window_generic.h,v
retrieving revision 1.10
diff -u -r1.10 console_window_generic.h
--- Core/System/Generic/console_window_generic.h 6 Aug 2002 12:06:40 -0000 1.10
+++ Core/System/Generic/console_window_generic.h 20 Jul 2003 11:44:16 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: console_window_generic.h,v 1.10 2002/08/06 12:06:40 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: console_window_generic.h,v 1.10 2002/08/06 12:06:40 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_console_window_generic
Index: Core/System/Generic/detect_3dnow.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/detect_3dnow.cpp,v
retrieving revision 1.8
diff -u -r1.8 detect_3dnow.cpp
--- Core/System/Generic/detect_3dnow.cpp 3 Apr 2003 11:09:39 -0000 1.8
+++ Core/System/Generic/detect_3dnow.cpp 20 Jul 2003 11:44:16 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: detect_3dnow.cpp,v 1.8 2003/04/03 11:09:39 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: detect_3dnow.cpp,v 1.8 2003/04/03 11:09:39 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/detect_mmx.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/detect_mmx.cpp,v
retrieving revision 1.10
diff -u -r1.10 detect_mmx.cpp
--- Core/System/Generic/detect_mmx.cpp 3 Apr 2003 11:09:39 -0000 1.10
+++ Core/System/Generic/detect_mmx.cpp 20 Jul 2003 11:44:16 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
/***************************************************************************
*
* DetectMMX.cpp
Index: Core/System/Generic/error.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/error.cpp,v
retrieving revision 1.1
diff -u -r1.1 error.cpp
--- Core/System/Generic/error.cpp 11 Dec 2001 22:16:49 -0000 1.1
+++ Core/System/Generic/error.cpp 20 Jul 2003 11:44:16 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
void cl_throw_error(const char *message)
Index: Core/System/Generic/event_listener.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_listener.cpp,v
retrieving revision 1.8
diff -u -r1.8 event_listener.cpp
--- Core/System/Generic/event_listener.cpp 8 Sep 2001 19:12:44 -0000 1.8
+++ Core/System/Generic/event_listener.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener.cpp,v 1.8 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener.cpp,v 1.8 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/event_listener_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_listener_generic.cpp,v
retrieving revision 1.7
diff -u -r1.7 event_listener_generic.cpp
--- Core/System/Generic/event_listener_generic.cpp 8 Sep 2001 19:12:44 -0000 1.7
+++ Core/System/Generic/event_listener_generic.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_generic.cpp,v 1.7 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_generic.cpp,v 1.7 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/event_listener_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_listener_generic.h,v
retrieving revision 1.9
diff -u -r1.9 event_listener_generic.h
--- Core/System/Generic/event_listener_generic.h 17 Jul 2002 14:55:29 -0000 1.9
+++ Core/System/Generic/event_listener_generic.h 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_generic.h,v 1.9 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_generic.h,v 1.9 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_listener_generic
Index: Core/System/Generic/event_trigger.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_trigger.cpp,v
retrieving revision 1.6
diff -u -r1.6 event_trigger.cpp
--- Core/System/Generic/event_trigger.cpp 5 Dec 2001 23:50:52 -0000 1.6
+++ Core/System/Generic/event_trigger.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger.cpp,v 1.6 2001/12/05 23:50:52 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger.cpp,v 1.6 2001/12/05 23:50:52 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/event_trigger_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_trigger_generic.cpp,v
retrieving revision 1.2
diff -u -r1.2 event_trigger_generic.cpp
--- Core/System/Generic/event_trigger_generic.cpp 8 Sep 2001 19:12:44 -0000 1.2
+++ Core/System/Generic/event_trigger_generic.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_generic.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_generic.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/event_trigger_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/event_trigger_generic.h,v
retrieving revision 1.8
diff -u -r1.8 event_trigger_generic.h
--- Core/System/Generic/event_trigger_generic.h 17 Jul 2002 14:55:29 -0000 1.8
+++ Core/System/Generic/event_trigger_generic.h 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_generic.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_generic.h,v 1.8 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_trigger_generic
Index: Core/System/Generic/keep_alive_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/keep_alive_generic.cpp,v
retrieving revision 1.6
diff -u -r1.6 keep_alive_generic.cpp
--- Core/System/Generic/keep_alive_generic.cpp 14 Dec 2002 22:44:04 -0000 1.6
+++ Core/System/Generic/keep_alive_generic.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: keep_alive_generic.cpp,v 1.6 2002/12/14 22:44:04 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: keep_alive_generic.cpp,v 1.6 2002/12/14 22:44:04 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/log.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/log.cpp,v
retrieving revision 1.1
diff -u -r1.1 log.cpp
--- Core/System/Generic/log.cpp 5 May 2003 14:09:08 -0000 1.1
+++ Core/System/Generic/log.cpp 20 Jul 2003 11:44:17 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/System/log.h"
Index: Core/System/Generic/runnable_func.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/runnable_func.cpp,v
retrieving revision 1.2
diff -u -r1.2 runnable_func.cpp
--- Core/System/Generic/runnable_func.cpp 8 Sep 2001 19:12:44 -0000 1.2
+++ Core/System/Generic/runnable_func.cpp 20 Jul 2003 11:44:18 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: runnable_func.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: runnable_func.cpp,v 1.2 2001/09/08 19:12:44 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/setupcore.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/setupcore.cpp,v
retrieving revision 1.22
diff -u -r1.22 setupcore.cpp
--- Core/System/Generic/setupcore.cpp 5 Apr 2003 17:53:20 -0000 1.22
+++ Core/System/Generic/setupcore.cpp 20 Jul 2003 11:44:18 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: setupcore.cpp,v 1.22 2003/04/05 17:53:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: setupcore.cpp,v 1.22 2003/04/05 17:53:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Generic/timer_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Generic/timer_generic.cpp,v
retrieving revision 1.10
diff -u -r1.10 timer_generic.cpp
--- Core/System/Generic/timer_generic.cpp 23 Jan 2002 22:51:15 -0000 1.10
+++ Core/System/Generic/timer_generic.cpp 20 Jul 2003 11:44:19 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: timer_generic.cpp,v 1.10 2002/01/23 22:51:15 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: timer_generic.cpp,v 1.10 2002/01/23 22:51:15 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Unix/appconf.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/appconf.cpp,v
retrieving revision 1.6
diff -u -r1.6 appconf.cpp
--- Core/System/Unix/appconf.cpp 23 Jan 2002 22:32:40 -0000 1.6
+++ Core/System/Unix/appconf.cpp 20 Jul 2003 11:44:22 -0000
@@ -1,4 +1,3 @@
-
#include "Core/precomp.h"
/*****************************************************************************\
Index: Core/System/Unix/event_listener_unix.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/event_listener_unix.cpp,v
retrieving revision 1.8
diff -u -r1.8 event_listener_unix.cpp
--- Core/System/Unix/event_listener_unix.cpp 22 Dec 2001 11:27:28 -0000 1.8
+++ Core/System/Unix/event_listener_unix.cpp 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_unix.cpp,v 1.8 2001/12/22 11:27:28 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_unix.cpp,v 1.8 2001/12/22 11:27:28 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Unix/event_listener_unix.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/event_listener_unix.h,v
retrieving revision 1.4
diff -u -r1.4 event_listener_unix.h
--- Core/System/Unix/event_listener_unix.h 17 Jul 2002 14:55:29 -0000 1.4
+++ Core/System/Unix/event_listener_unix.h 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_unix.h,v 1.4 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_unix.h,v 1.4 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_listener_unix
Index: Core/System/Unix/event_trigger_unix.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/event_trigger_unix.cpp,v
retrieving revision 1.5
diff -u -r1.5 event_trigger_unix.cpp
--- Core/System/Unix/event_trigger_unix.cpp 22 Dec 2001 11:25:19 -0000 1.5
+++ Core/System/Unix/event_trigger_unix.cpp 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_unix.cpp,v 1.5 2001/12/22 11:25:19 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_unix.cpp,v 1.5 2001/12/22 11:25:19 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Unix/event_trigger_unix.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/event_trigger_unix.h,v
retrieving revision 1.3
diff -u -r1.3 event_trigger_unix.h
--- Core/System/Unix/event_trigger_unix.h 17 Jul 2002 14:55:29 -0000 1.3
+++ Core/System/Unix/event_trigger_unix.h 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_unix.h,v 1.3 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_unix.h,v 1.3 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_trigger_unix
Index: Core/System/Unix/implementation.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/implementation.h,v
retrieving revision 1.2
diff -u -r1.2 implementation.h
--- Core/System/Unix/implementation.h 8 Sep 2001 19:12:45 -0000 1.2
+++ Core/System/Unix/implementation.h 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: implementation.h,v 1.2 2001/09/08 19:12:45 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: implementation.h,v 1.2 2001/09/08 19:12:45 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
Index: Core/System/Unix/init_linux.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/init_linux.cpp,v
retrieving revision 1.29
diff -u -r1.29 init_linux.cpp
--- Core/System/Unix/init_linux.cpp 19 Dec 2002 18:52:47 -0000 1.29
+++ Core/System/Unix/init_linux.cpp 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: init_linux.cpp,v 1.29 2002/12/19 18:52:47 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: init_linux.cpp,v 1.29 2002/12/19 18:52:47 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Unix/init_linux.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/init_linux.h,v
retrieving revision 1.4
diff -u -r1.4 init_linux.h
--- Core/System/Unix/init_linux.h 12 Apr 2001 21:11:29 -0000 1.4
+++ Core/System/Unix/init_linux.h 20 Jul 2003 11:44:24 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: init_linux.h,v 1.4 2001/04/12 21:11:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: init_linux.h,v 1.4 2001/04/12 21:11:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Initializes ClanLib under Linux. Home of the legendary main().
Index: Core/System/Unix/mutex_pthread.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/mutex_pthread.cpp,v
retrieving revision 1.6
diff -u -r1.6 mutex_pthread.cpp
--- Core/System/Unix/mutex_pthread.cpp 22 May 2002 00:57:30 -0000 1.6
+++ Core/System/Unix/mutex_pthread.cpp 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: mutex_pthread.cpp,v 1.6 2002/05/22 00:57:30 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: mutex_pthread.cpp,v 1.6 2002/05/22 00:57:30 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 __USE_UNIX98
Index: Core/System/Unix/mutex_pthread.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/mutex_pthread.h,v
retrieving revision 1.2
diff -u -r1.2 mutex_pthread.h
--- Core/System/Unix/mutex_pthread.h 7 May 2001 17:10:12 -0000 1.2
+++ Core/System/Unix/mutex_pthread.h 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: mutex_pthread.h,v 1.2 2001/05/07 17:10:12 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: mutex_pthread.h,v 1.2 2001/05/07 17:10:12 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_mutex_pthread
Index: Core/System/Unix/thread_pthread.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/thread_pthread.cpp,v
retrieving revision 1.8
diff -u -r1.8 thread_pthread.cpp
--- Core/System/Unix/thread_pthread.cpp 12 Apr 2003 06:44:04 -0000 1.8
+++ Core/System/Unix/thread_pthread.cpp 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: thread_pthread.cpp,v 1.8 2003/04/12 06:44:04 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: thread_pthread.cpp,v 1.8 2003/04/12 06:44:04 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Unix/thread_pthread.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Unix/thread_pthread.h,v
retrieving revision 1.4
diff -u -r1.4 thread_pthread.h
--- Core/System/Unix/thread_pthread.h 11 Oct 2001 15:19:56 -0000 1.4
+++ Core/System/Unix/thread_pthread.h 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: thread_pthread.h,v 1.4 2001/10/11 15:19:56 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: thread_pthread.h,v 1.4 2001/10/11 15:19:56 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_thread_pthread
Index: Core/System/Win32/event_listener_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/event_listener_win32.cpp,v
retrieving revision 1.5
diff -u -r1.5 event_listener_win32.cpp
--- Core/System/Win32/event_listener_win32.cpp 8 Sep 2001 19:12:45 -0000 1.5
+++ Core/System/Win32/event_listener_win32.cpp 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_win32.cpp,v 1.5 2001/09/08 19:12:45 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_win32.cpp,v 1.5 2001/09/08 19:12:45 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Win32/event_listener_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/event_listener_win32.h,v
retrieving revision 1.5
diff -u -r1.5 event_listener_win32.h
--- Core/System/Win32/event_listener_win32.h 17 Jul 2002 14:55:29 -0000 1.5
+++ Core/System/Win32/event_listener_win32.h 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_listener_win32.h,v 1.5 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_listener_win32.h,v 1.5 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_listener_win32
Index: Core/System/Win32/event_trigger_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/event_trigger_win32.cpp,v
retrieving revision 1.8
diff -u -r1.8 event_trigger_win32.cpp
--- Core/System/Win32/event_trigger_win32.cpp 17 Dec 2001 20:11:40 -0000 1.8
+++ Core/System/Win32/event_trigger_win32.cpp 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_win32.cpp,v 1.8 2001/12/17 20:11:40 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_win32.cpp,v 1.8 2001/12/17 20:11:40 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Win32/event_trigger_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/event_trigger_win32.h,v
retrieving revision 1.7
diff -u -r1.7 event_trigger_win32.h
--- Core/System/Win32/event_trigger_win32.h 17 Jul 2002 14:55:29 -0000 1.7
+++ Core/System/Win32/event_trigger_win32.h 20 Jul 2003 11:44:25 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_win32.h,v 1.7 2002/07/17 14:55:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_win32.h,v 1.7 2002/07/17 14:55:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_trigger_generic_win32
Index: Core/System/Win32/init_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/init_win32.cpp,v
retrieving revision 1.40
diff -u -r1.40 init_win32.cpp
--- Core/System/Win32/init_win32.cpp 19 Dec 2002 18:52:47 -0000 1.40
+++ Core/System/Win32/init_win32.cpp 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: init_win32.cpp,v 1.40 2002/12/19 18:52:47 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: init_win32.cpp,v 1.40 2002/12/19 18:52:47 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
This file is the WinMain entry point. It will setup the clanCore
Index: Core/System/Win32/init_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/init_win32.h,v
retrieving revision 1.2
diff -u -r1.2 init_win32.h
--- Core/System/Win32/init_win32.h 15 Jul 2000 15:45:55 -0000 1.2
+++ Core/System/Win32/init_win32.h 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: init_win32.h,v 1.2 2000/07/15 15:45:55 starch Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: init_win32.h,v 1.2 2000/07/15 15:45:55 starch Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
clanCore initialization headers and win32 event routing support.
Index: Core/System/Win32/mutex_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/mutex_win32.cpp,v
retrieving revision 1.3
diff -u -r1.3 mutex_win32.cpp
--- Core/System/Win32/mutex_win32.cpp 7 May 2001 08:36:59 -0000 1.3
+++ Core/System/Win32/mutex_win32.cpp 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: mutex_win32.cpp,v 1.3 2001/05/07 08:36:59 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: mutex_win32.cpp,v 1.3 2001/05/07 08:36:59 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Win32/mutex_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/mutex_win32.h,v
retrieving revision 1.4
diff -u -r1.4 mutex_win32.h
--- Core/System/Win32/mutex_win32.h 7 May 2001 08:36:59 -0000 1.4
+++ Core/System/Win32/mutex_win32.h 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: mutex_win32.h,v 1.4 2001/05/07 08:36:59 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: mutex_win32.h,v 1.4 2001/05/07 08:36:59 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_mutex_win32
Index: Core/System/Win32/thread_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/thread_win32.cpp,v
retrieving revision 1.8
diff -u -r1.8 thread_win32.cpp
--- Core/System/Win32/thread_win32.cpp 19 Dec 2001 19:23:03 -0000 1.8
+++ Core/System/Win32/thread_win32.cpp 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: thread_win32.cpp,v 1.8 2001/12/19 19:23:03 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: thread_win32.cpp,v 1.8 2001/12/19 19:23:03 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
Index: Core/System/Win32/thread_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/System/Win32/thread_win32.h,v
retrieving revision 1.6
diff -u -r1.6 thread_win32.h
--- Core/System/Win32/thread_win32.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Core/System/Win32/thread_win32.h 20 Jul 2003 11:44:26 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: thread_win32.h,v 1.6 2002/08/06 12:06:40 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: thread_win32.h,v 1.6 2002/08/06 12:06:40 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_thread_win32
Index: Core/XML/dom_attr.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_attr.cpp,v
retrieving revision 1.7
diff -u -r1.7 dom_attr.cpp
--- Core/XML/dom_attr.cpp 22 Apr 2003 05:55:20 -0000 1.7
+++ Core/XML/dom_attr.cpp 20 Jul 2003 11:44:26 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_attr.h"
Index: Core/XML/dom_cdata_section.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_cdata_section.cpp,v
retrieving revision 1.4
diff -u -r1.4 dom_cdata_section.cpp
--- Core/XML/dom_cdata_section.cpp 30 Mar 2003 17:31:06 -0000 1.4
+++ Core/XML/dom_cdata_section.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_cdata_section.h"
Index: Core/XML/dom_character_data.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_character_data.cpp,v
retrieving revision 1.6
diff -u -r1.6 dom_character_data.cpp
--- Core/XML/dom_character_data.cpp 1 Apr 2003 22:57:09 -0000 1.6
+++ Core/XML/dom_character_data.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_character_data.h"
Index: Core/XML/dom_comment.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_comment.cpp,v
retrieving revision 1.4
diff -u -r1.4 dom_comment.cpp
--- Core/XML/dom_comment.cpp 30 Mar 2003 17:31:06 -0000 1.4
+++ Core/XML/dom_comment.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_comment.h"
Index: Core/XML/dom_document.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_document.cpp,v
retrieving revision 1.12
diff -u -r1.12 dom_document.cpp
--- Core/XML/dom_document.cpp 4 Apr 2003 18:53:34 -0000 1.12
+++ Core/XML/dom_document.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_document.h"
Index: Core/XML/dom_document_fragment.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_document_fragment.cpp,v
retrieving revision 1.4
diff -u -r1.4 dom_document_fragment.cpp
--- Core/XML/dom_document_fragment.cpp 30 Mar 2003 17:31:06 -0000 1.4
+++ Core/XML/dom_document_fragment.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_document_fragment.h"
Index: Core/XML/dom_document_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_document_generic.cpp,v
retrieving revision 1.1
diff -u -r1.1 dom_document_generic.cpp
--- Core/XML/dom_document_generic.cpp 30 Mar 2003 14:11:37 -0000 1.1
+++ Core/XML/dom_document_generic.cpp 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "dom_document_generic.h"
Index: Core/XML/dom_document_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_document_generic.h,v
retrieving revision 1.1
diff -u -r1.1 dom_document_generic.h
--- Core/XML/dom_document_generic.h 30 Mar 2003 14:11:37 -0000 1.1
+++ Core/XML/dom_document_generic.h 20 Jul 2003 11:44:27 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_dom_document_generic
#define header_dom_document_generic
Index: Core/XML/dom_document_type.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_document_type.cpp,v
retrieving revision 1.6
diff -u -r1.6 dom_document_type.cpp
--- Core/XML/dom_document_type.cpp 1 Apr 2003 22:57:09 -0000 1.6
+++ Core/XML/dom_document_type.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_document_type.h"
Index: Core/XML/dom_element.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_element.cpp,v
retrieving revision 1.10
diff -u -r1.10 dom_element.cpp
--- Core/XML/dom_element.cpp 2 Apr 2003 20:32:09 -0000 1.10
+++ Core/XML/dom_element.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_element.h"
Index: Core/XML/dom_entity.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_entity.cpp,v
retrieving revision 1.3
diff -u -r1.3 dom_entity.cpp
--- Core/XML/dom_entity.cpp 30 Mar 2003 14:33:30 -0000 1.3
+++ Core/XML/dom_entity.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_entity.h"
Index: Core/XML/dom_entity_reference.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_entity_reference.cpp,v
retrieving revision 1.4
diff -u -r1.4 dom_entity_reference.cpp
--- Core/XML/dom_entity_reference.cpp 30 Mar 2003 17:31:06 -0000 1.4
+++ Core/XML/dom_entity_reference.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_entity_reference.h"
Index: Core/XML/dom_exception.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_exception.cpp,v
retrieving revision 1.2
diff -u -r1.2 dom_exception.cpp
--- Core/XML/dom_exception.cpp 24 Mar 2003 22:15:45 -0000 1.2
+++ Core/XML/dom_exception.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_exception.h"
Index: Core/XML/dom_implementation.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_implementation.cpp,v
retrieving revision 1.2
diff -u -r1.2 dom_implementation.cpp
--- Core/XML/dom_implementation.cpp 30 Mar 2003 14:35:38 -0000 1.2
+++ Core/XML/dom_implementation.cpp 20 Jul 2003 11:44:28 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_implementation.h"
Index: Core/XML/dom_named_node_map.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_named_node_map.cpp,v
retrieving revision 1.3
diff -u -r1.3 dom_named_node_map.cpp
--- Core/XML/dom_named_node_map.cpp 1 Apr 2003 22:16:12 -0000 1.3
+++ Core/XML/dom_named_node_map.cpp 20 Jul 2003 11:44:29 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_named_node_map.h"
Index: Core/XML/dom_node.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_node.cpp,v
retrieving revision 1.12
diff -u -r1.12 dom_node.cpp
--- Core/XML/dom_node.cpp 2 Apr 2003 20:32:09 -0000 1.12
+++ Core/XML/dom_node.cpp 20 Jul 2003 11:44:29 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_node.h"
Index: Core/XML/dom_node_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_node_generic.h,v
retrieving revision 1.5
diff -u -r1.5 dom_node_generic.h
--- Core/XML/dom_node_generic.h 1 Apr 2003 22:57:09 -0000 1.5
+++ Core/XML/dom_node_generic.h 20 Jul 2003 11:44:29 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_dom_node_generic
#define header_dom_node_generic
Index: Core/XML/dom_node_list.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_node_list.cpp,v
retrieving revision 1.3
diff -u -r1.3 dom_node_list.cpp
--- Core/XML/dom_node_list.cpp 30 Mar 2003 14:35:38 -0000 1.3
+++ Core/XML/dom_node_list.cpp 20 Jul 2003 11:44:29 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_node_list.h"
Index: Core/XML/dom_notation.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_notation.cpp,v
retrieving revision 1.4
diff -u -r1.4 dom_notation.cpp
--- Core/XML/dom_notation.cpp 30 Mar 2003 14:33:30 -0000 1.4
+++ Core/XML/dom_notation.cpp 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_notation.h"
Index: Core/XML/dom_processing_instruction.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_processing_instruction.cpp,v
retrieving revision 1.5
diff -u -r1.5 dom_processing_instruction.cpp
--- Core/XML/dom_processing_instruction.cpp 30 Mar 2003 17:31:06 -0000 1.5
+++ Core/XML/dom_processing_instruction.cpp 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_processing_instruction.h"
Index: Core/XML/dom_text.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/dom_text.cpp,v
retrieving revision 1.5
diff -u -r1.5 dom_text.cpp
--- Core/XML/dom_text.cpp 30 Mar 2003 17:31:06 -0000 1.5
+++ Core/XML/dom_text.cpp 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/dom_text.h"
Index: Core/XML/xml_token.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_token.cpp,v
retrieving revision 1.1
diff -u -r1.1 xml_token.cpp
--- Core/XML/xml_token.cpp 2 Apr 2003 21:25:54 -0000 1.1
+++ Core/XML/xml_token.cpp 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/xml_token.h"
Index: Core/XML/xml_token_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_token_generic.h,v
retrieving revision 1.1
diff -u -r1.1 xml_token_generic.h
--- Core/XML/xml_token_generic.h 2 Apr 2003 21:25:54 -0000 1.1
+++ Core/XML/xml_token_generic.h 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_xml_token_generic
#define header_xml_token_generic
Index: Core/XML/xml_tokenizer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_tokenizer.cpp,v
retrieving revision 1.7
diff -u -r1.7 xml_tokenizer.cpp
--- Core/XML/xml_tokenizer.cpp 6 May 2003 21:53:16 -0000 1.7
+++ Core/XML/xml_tokenizer.cpp 20 Jul 2003 11:44:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/xml_tokenizer.h"
Index: Core/XML/xml_tokenizer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_tokenizer_generic.h,v
retrieving revision 1.2
diff -u -r1.2 xml_tokenizer_generic.h
--- Core/XML/xml_tokenizer_generic.h 3 Apr 2003 23:01:55 -0000 1.2
+++ Core/XML/xml_tokenizer_generic.h 20 Jul 2003 11:44:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_xml_tokenizer_generic
#define header_xml_tokenizer_generic
Index: Core/XML/xml_writer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_writer.cpp,v
retrieving revision 1.5
diff -u -r1.5 xml_writer.cpp
--- Core/XML/xml_writer.cpp 5 May 2003 00:40:11 -0000 1.5
+++ Core/XML/xml_writer.cpp 20 Jul 2003 11:44:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Core/precomp.h"
#include "API/Core/XML/xml_writer.h"
Index: Core/XML/xml_writer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Core/XML/xml_writer_generic.h,v
retrieving revision 1.1
diff -u -r1.1 xml_writer_generic.h
--- Core/XML/xml_writer_generic.h 2 Apr 2003 20:57:07 -0000 1.1
+++ Core/XML/xml_writer_generic.h 20 Jul 2003 11:44:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_xml_writer_generic
#define header_xml_writer_generic
Index: DX7/back_buffer_dx7.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/back_buffer_dx7.cpp,v
retrieving revision 1.2
diff -u -r1.2 back_buffer_dx7.cpp
--- DX7/back_buffer_dx7.cpp 21 May 2002 21:57:35 -0000 1.2
+++ DX7/back_buffer_dx7.cpp 20 Jul 2003 11:44:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "back_buffer_dx7.h"
Index: DX7/back_buffer_dx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/back_buffer_dx7.h,v
retrieving revision 1.3
diff -u -r1.3 back_buffer_dx7.h
--- DX7/back_buffer_dx7.h 21 Jul 2002 20:29:34 -0000 1.3
+++ DX7/back_buffer_dx7.h 20 Jul 2003 11:44:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_backbuffer_dx7
#define header_backbuffer_dx7
Index: DX7/display_window_dx7.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/display_window_dx7.cpp,v
retrieving revision 1.10
diff -u -r1.10 display_window_dx7.cpp
--- DX7/display_window_dx7.cpp 25 Dec 2002 02:01:43 -0000 1.10
+++ DX7/display_window_dx7.cpp 20 Jul 2003 11:44:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_window_dx7.h"
Index: DX7/display_window_dx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/display_window_dx7.h,v
retrieving revision 1.9
diff -u -r1.9 display_window_dx7.h
--- DX7/display_window_dx7.h 25 Dec 2002 02:01:43 -0000 1.9
+++ DX7/display_window_dx7.h 20 Jul 2003 11:44:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_dx7
#define header_display_window_dx7
Index: DX7/dx7_target.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/dx7_target.cpp,v
retrieving revision 1.3
diff -u -r1.3 dx7_target.cpp
--- DX7/dx7_target.cpp 21 May 2002 21:57:35 -0000 1.3
+++ DX7/dx7_target.cpp 20 Jul 2003 11:44:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "dx7_target.h"
Index: DX7/dx7_target.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/dx7_target.h,v
retrieving revision 1.2
diff -u -r1.2 dx7_target.h
--- DX7/dx7_target.h 21 May 2002 21:57:35 -0000 1.2
+++ DX7/dx7_target.h 20 Jul 2003 11:44:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_dx7_target
#define header_dx7_target
Index: DX7/graphic_context_dx7.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/graphic_context_dx7.cpp,v
retrieving revision 1.3
diff -u -r1.3 graphic_context_dx7.cpp
--- DX7/graphic_context_dx7.cpp 21 May 2002 21:57:35 -0000 1.3
+++ DX7/graphic_context_dx7.cpp 20 Jul 2003 11:44:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "graphic_context_dx7.h"
Index: DX7/graphic_context_dx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/graphic_context_dx7.h,v
retrieving revision 1.3
diff -u -r1.3 graphic_context_dx7.h
--- DX7/graphic_context_dx7.h 21 Jul 2002 20:29:34 -0000 1.3
+++ DX7/graphic_context_dx7.h 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_graphic_context_dx7
#define header_graphic_context_dx7
Index: DX7/setupdx7.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/setupdx7.cpp,v
retrieving revision 1.1
diff -u -r1.1 setupdx7.cpp
--- DX7/setupdx7.cpp 11 May 2002 12:27:58 -0000 1.1
+++ DX7/setupdx7.cpp 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/DX7/setupdx7.h"
#include "dx7_target.h"
Index: DX7/surface_dx7.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/surface_dx7.cpp,v
retrieving revision 1.6
diff -u -r1.6 surface_dx7.cpp
--- DX7/surface_dx7.cpp 21 Jul 2002 20:29:34 -0000 1.6
+++ DX7/surface_dx7.cpp 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "surface_dx7.h"
#include "API/Display/pixel_buffer.h"
Index: DX7/surface_dx7.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX7/surface_dx7.h,v
retrieving revision 1.4
diff -u -r1.4 surface_dx7.h
--- DX7/surface_dx7.h 24 May 2002 16:51:41 -0000 1.4
+++ DX7/surface_dx7.h 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_surface_dx7
#define header_surface_dx7
Index: DX8/direct3d_window.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/direct3d_window.cpp,v
retrieving revision 1.3
diff -u -r1.3 direct3d_window.cpp
--- DX8/direct3d_window.cpp 21 May 2002 21:57:35 -0000 1.3
+++ DX8/direct3d_window.cpp 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/DX8/direct3d_window.h"
Index: DX8/display_window_dx8.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/display_window_dx8.cpp,v
retrieving revision 1.3
diff -u -r1.3 display_window_dx8.cpp
--- DX8/display_window_dx8.cpp 25 Dec 2002 02:01:43 -0000 1.3
+++ DX8/display_window_dx8.cpp 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_window_dx8.h"
Index: DX8/display_window_dx8.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/display_window_dx8.h,v
retrieving revision 1.5
diff -u -r1.5 display_window_dx8.h
--- DX8/display_window_dx8.h 25 Dec 2002 02:01:43 -0000 1.5
+++ DX8/display_window_dx8.h 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_dx8
#define header_display_window_dx8
Index: DX8/dx8_target.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/dx8_target.cpp,v
retrieving revision 1.2
diff -u -r1.2 dx8_target.cpp
--- DX8/dx8_target.cpp 21 May 2002 21:57:35 -0000 1.2
+++ DX8/dx8_target.cpp 20 Jul 2003 11:44:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "dx8_target.h"
Index: DX8/dx8_target.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/dx8_target.h,v
retrieving revision 1.3
diff -u -r1.3 dx8_target.h
--- DX8/dx8_target.h 17 Jul 2002 14:55:29 -0000 1.3
+++ DX8/dx8_target.h 20 Jul 2003 11:44:34 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_dx8_target
#define header_dx8_target
Index: DX8/setupdx8.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/DX8/setupdx8.cpp,v
retrieving revision 1.1
diff -u -r1.1 setupdx8.cpp
--- DX8/setupdx8.cpp 11 May 2002 12:27:58 -0000 1.1
+++ DX8/setupdx8.cpp 20 Jul 2003 11:44:34 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/DX8/setupdx8.h"
#include "dx8_target.h"
Index: Display/canvas.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/canvas.cpp,v
retrieving revision 1.7
diff -u -r1.7 canvas.cpp
--- Display/canvas.cpp 25 Jul 2002 12:42:16 -0000 1.7
+++ Display/canvas.cpp 20 Jul 2003 11:44:34 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/canvas.h"
Index: Display/canvas_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/canvas_generic.cpp,v
retrieving revision 1.2
diff -u -r1.2 canvas_generic.cpp
--- Display/canvas_generic.cpp 21 May 2002 21:57:35 -0000 1.2
+++ Display/canvas_generic.cpp 20 Jul 2003 11:44:34 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "canvas_generic.h"
Index: Display/canvas_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/canvas_generic.h,v
retrieving revision 1.5
diff -u -r1.5 canvas_generic.h
--- Display/canvas_generic.h 6 Aug 2002 12:06:40 -0000 1.5
+++ Display/canvas_generic.h 20 Jul 2003 11:44:34 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_canvas_generic
#define header_canvas_generic
Index: Display/color.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/color.cpp,v
retrieving revision 1.2
diff -u -r1.2 color.cpp
--- Display/color.cpp 25 Jul 2002 12:38:47 -0000 1.2
+++ Display/color.cpp 20 Jul 2003 11:44:35 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/color.h"
Index: Display/display.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display.cpp,v
retrieving revision 1.14
diff -u -r1.14 display.cpp
--- Display/display.cpp 26 Mar 2003 17:45:00 -0000 1.14
+++ Display/display.cpp 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/display.h"
Index: Display/display_mode.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_mode.cpp,v
retrieving revision 1.10
diff -u -r1.10 display_mode.cpp
--- Display/display_mode.cpp 26 Mar 2003 20:41:05 -0000 1.10
+++ Display/display_mode.cpp 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 WIN32
#include
Index: Display/display_mode_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_mode_generic.h,v
retrieving revision 1.3
diff -u -r1.3 display_mode_generic.h
--- Display/display_mode_generic.h 26 Mar 2003 17:45:00 -0000 1.3
+++ Display/display_mode_generic.h 20 Jul 2003 11:44:36 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display_mode_generic.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display_mode_generic.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_mode_generic
Index: Display/display_precomp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_precomp.cpp,v
retrieving revision 1.3
diff -u -r1.3 display_precomp.cpp
--- Display/display_precomp.cpp 21 May 2002 21:57:35 -0000 1.3
+++ Display/display_precomp.cpp 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
// msvc++ precompiled header file support.
Index: Display/display_precomp.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_precomp.h,v
retrieving revision 1.5
diff -u -r1.5 display_precomp.h
--- Display/display_precomp.h 4 Mar 2002 01:39:49 -0000 1.5
+++ Display/display_precomp.h 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
// Win32 precompiled header file support.
#ifdef WIN32
Index: Display/display_target.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_target.cpp,v
retrieving revision 1.2
diff -u -r1.2 display_target.cpp
--- Display/display_target.cpp 21 May 2002 21:57:35 -0000 1.2
+++ Display/display_target.cpp 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_target.h"
Index: Display/display_target.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_target.h,v
retrieving revision 1.3
diff -u -r1.3 display_target.h
--- Display/display_target.h 6 Aug 2002 12:06:40 -0000 1.3
+++ Display/display_target.h 20 Jul 2003 11:44:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_target
#define header_display_target
Index: Display/display_window.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_window.cpp,v
retrieving revision 1.29
diff -u -r1.29 display_window.cpp
--- Display/display_window.cpp 26 Mar 2003 17:45:00 -0000 1.29
+++ Display/display_window.cpp 20 Jul 2003 11:44:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/display_mode.h"
Index: Display/display_window_description.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_window_description.cpp,v
retrieving revision 1.3
diff -u -r1.3 display_window_description.cpp
--- Display/display_window_description.cpp 26 Mar 2003 17:45:00 -0000 1.3
+++ Display/display_window_description.cpp 20 Jul 2003 11:44:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/display_window_description.h"
Index: Display/display_window_description_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_window_description_generic.h,v
retrieving revision 1.3
diff -u -r1.3 display_window_description_generic.h
--- Display/display_window_description_generic.h 26 Mar 2003 17:45:00 -0000 1.3
+++ Display/display_window_description_generic.h 20 Jul 2003 11:44:37 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: display_window_description_generic.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: display_window_description_generic.h,v 1.3 2003/03/26 17:45:00 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_description_generic
Index: Display/display_window_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_window_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 display_window_generic.cpp
--- Display/display_window_generic.cpp 16 Nov 2002 01:26:00 -0000 1.3
+++ Display/display_window_generic.cpp 20 Jul 2003 11:44:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_window_generic.h"
Index: Display/display_window_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/display_window_generic.h,v
retrieving revision 1.29
diff -u -r1.29 display_window_generic.h
--- Display/display_window_generic.h 26 Mar 2003 17:45:00 -0000 1.29
+++ Display/display_window_generic.h 20 Jul 2003 11:44:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_generic
#define header_display_window_generic
Index: Display/font.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/font.cpp,v
retrieving revision 1.49
diff -u -r1.49 font.cpp
--- Display/font.cpp 2 May 2003 21:09:13 -0000 1.49
+++ Display/font.cpp 20 Jul 2003 11:44:38 -0000
@@ -1,3 +1,24 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/font.h"
#include "API/Display/display.h"
Index: Display/font_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/font_generic.cpp,v
retrieving revision 1.22
diff -u -r1.22 font_generic.cpp
--- Display/font_generic.cpp 26 Apr 2003 02:43:34 -0000 1.22
+++ Display/font_generic.cpp 20 Jul 2003 11:44:39 -0000
@@ -1,3 +1,24 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "font_generic.h"
#include "API/Core/Math/size.h"
Index: Display/font_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/font_generic.h,v
retrieving revision 1.17
diff -u -r1.17 font_generic.h
--- Display/font_generic.h 25 Mar 2003 09:14:01 -0000 1.17
+++ Display/font_generic.h 20 Jul 2003 11:44:39 -0000
@@ -1,3 +1,24 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_font_generic
#define header_font_generic
Index: Display/glyph_buffer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/glyph_buffer.cpp,v
retrieving revision 1.14
diff -u -r1.14 glyph_buffer.cpp
--- Display/glyph_buffer.cpp 3 Apr 2003 11:09:39 -0000 1.14
+++ Display/glyph_buffer.cpp 20 Jul 2003 11:44:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Core/Math/point.h"
#include "API/Core/Math/rect.h"
Index: Display/graphic_context.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/graphic_context.cpp,v
retrieving revision 1.18
diff -u -r1.18 graphic_context.cpp
--- Display/graphic_context.cpp 2 Mar 2003 16:46:37 -0000 1.18
+++ Display/graphic_context.cpp 20 Jul 2003 11:44:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/graphic_context.h"
Index: Display/graphic_context_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/graphic_context_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 graphic_context_generic.cpp
--- Display/graphic_context_generic.cpp 29 Oct 2002 21:44:44 -0000 1.3
+++ Display/graphic_context_generic.cpp 20 Jul 2003 11:44:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "graphic_context_generic.h"
Index: Display/graphic_context_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/graphic_context_generic.h,v
retrieving revision 1.6
diff -u -r1.6 graphic_context_generic.h
--- Display/graphic_context_generic.h 2 Mar 2003 16:46:37 -0000 1.6
+++ Display/graphic_context_generic.h 20 Jul 2003 11:44:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_graphic_context_generic
#define header_graphic_context_generic
Index: Display/input_buffer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_buffer.cpp,v
retrieving revision 1.5
diff -u -r1.5 input_buffer.cpp
--- Display/input_buffer.cpp 6 Aug 2002 11:44:30 -0000 1.5
+++ Display/input_buffer.cpp 20 Jul 2003 11:44:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_buffer.h"
Index: Display/input_buffer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_buffer_generic.h,v
retrieving revision 1.5
diff -u -r1.5 input_buffer_generic.h
--- Display/input_buffer_generic.h 6 Aug 2002 12:06:40 -0000 1.5
+++ Display/input_buffer_generic.h 20 Jul 2003 11:44:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_buffer_generic
#define header_input_buffer_generic
Index: Display/input_button.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_button.cpp,v
retrieving revision 1.4
diff -u -r1.4 input_button.cpp
--- Display/input_button.cpp 6 Aug 2002 11:44:30 -0000 1.4
+++ Display/input_button.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_button.h"
Index: Display/input_button_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_button_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 input_button_generic.cpp
--- Display/input_button_generic.cpp 23 Apr 2003 05:08:23 -0000 1.3
+++ Display/input_button_generic.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "input_button_generic.h"
Index: Display/input_button_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_button_generic.h,v
retrieving revision 1.4
diff -u -r1.4 input_button_generic.h
--- Display/input_button_generic.h 6 Aug 2002 12:06:40 -0000 1.4
+++ Display/input_button_generic.h 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_inputbutton_generic
#define header_inputbutton_generic
Index: Display/input_context.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_context.cpp,v
retrieving revision 1.10
diff -u -r1.10 input_context.cpp
--- Display/input_context.cpp 6 Aug 2002 12:06:40 -0000 1.10
+++ Display/input_context.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_context.h"
Index: Display/input_context_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_context_generic.cpp,v
retrieving revision 1.7
diff -u -r1.7 input_context_generic.cpp
--- Display/input_context_generic.cpp 1 Aug 2002 11:16:19 -0000 1.7
+++ Display/input_context_generic.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "input_context_generic.h"
Index: Display/input_context_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_context_generic.h,v
retrieving revision 1.6
diff -u -r1.6 input_context_generic.h
--- Display/input_context_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/input_context_generic.h 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_context_generic
#define header_input_context_generic
Index: Display/input_device.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_device.cpp,v
retrieving revision 1.6
diff -u -r1.6 input_device.cpp
--- Display/input_device.cpp 5 Aug 2002 21:11:12 -0000 1.6
+++ Display/input_device.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_device.h"
Index: Display/input_device_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_device_generic.cpp,v
retrieving revision 1.2
diff -u -r1.2 input_device_generic.cpp
--- Display/input_device_generic.cpp 21 May 2002 21:57:35 -0000 1.2
+++ Display/input_device_generic.cpp 20 Jul 2003 11:44:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "input_device_generic.h"
Index: Display/input_device_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_device_generic.h,v
retrieving revision 1.6
diff -u -r1.6 input_device_generic.h
--- Display/input_device_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/input_device_generic.h 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_device_generic
#define header_input_device_generic
Index: Display/input_event.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/input_event.cpp,v
retrieving revision 1.1
diff -u -r1.1 input_event.cpp
--- Display/input_event.cpp 1 Aug 2002 10:39:23 -0000 1.1
+++ Display/input_event.cpp 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_event.h"
Index: Display/joystick.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/joystick.cpp,v
retrieving revision 1.1
diff -u -r1.1 joystick.cpp
--- Display/joystick.cpp 2 Aug 2002 22:43:39 -0000 1.1
+++ Display/joystick.cpp 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/joystick.h"
Index: Display/key_binding.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/key_binding.cpp,v
retrieving revision 1.2
diff -u -r1.2 key_binding.cpp
--- Display/key_binding.cpp 1 Aug 2002 11:45:22 -0000 1.2
+++ Display/key_binding.cpp 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/key_binding.h"
Index: Display/key_binding_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/key_binding_generic.h,v
retrieving revision 1.2
diff -u -r1.2 key_binding_generic.h
--- Display/key_binding_generic.h 6 Aug 2002 12:06:40 -0000 1.2
+++ Display/key_binding_generic.h 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_keybinding_generic
#define header_keybinding_generic
Index: Display/keyboard.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/keyboard.cpp,v
retrieving revision 1.1
diff -u -r1.1 keyboard.cpp
--- Display/keyboard.cpp 2 Aug 2002 22:43:39 -0000 1.1
+++ Display/keyboard.cpp 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/keyboard.h"
Index: Display/mouse.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/mouse.cpp,v
retrieving revision 1.1
diff -u -r1.1 mouse.cpp
--- Display/mouse.cpp 2 Aug 2002 22:43:39 -0000 1.1
+++ Display/mouse.cpp 20 Jul 2003 11:44:43 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/mouse.h"
Index: Display/pixel_buffer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/pixel_buffer.cpp,v
retrieving revision 1.32
diff -u -r1.32 pixel_buffer.cpp
--- Display/pixel_buffer.cpp 15 Feb 2003 16:02:17 -0000 1.32
+++ Display/pixel_buffer.cpp 20 Jul 2003 11:44:44 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/pixel_buffer.h"
Index: Display/pixel_buffer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/pixel_buffer_generic.h,v
retrieving revision 1.3
diff -u -r1.3 pixel_buffer_generic.h
--- Display/pixel_buffer_generic.h 6 Aug 2002 12:06:40 -0000 1.3
+++ Display/pixel_buffer_generic.h 20 Jul 2003 11:44:44 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_pixel_buffer_generic
#define header_pixel_buffer_generic
Index: Display/pixel_buffer_memory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/pixel_buffer_memory.cpp,v
retrieving revision 1.7
diff -u -r1.7 pixel_buffer_memory.cpp
--- Display/pixel_buffer_memory.cpp 15 Feb 2003 16:02:17 -0000 1.7
+++ Display/pixel_buffer_memory.cpp 20 Jul 2003 11:44:44 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "pixel_buffer_memory.h"
Index: Display/pixel_buffer_memory.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/pixel_buffer_memory.h,v
retrieving revision 1.6
diff -u -r1.6 pixel_buffer_memory.h
--- Display/pixel_buffer_memory.h 15 Feb 2003 16:02:17 -0000 1.6
+++ Display/pixel_buffer_memory.h 20 Jul 2003 11:44:44 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_pixel_buffer_memory
#define header_pixel_buffer_memory
Index: Display/pixel_format.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/pixel_format.cpp,v
retrieving revision 1.1
diff -u -r1.1 pixel_format.cpp
--- Display/pixel_format.cpp 23 Jul 2002 20:27:41 -0000 1.1
+++ Display/pixel_format.cpp 20 Jul 2003 11:44:45 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/pixel_format.h"
Index: Display/resourcedata_font.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_font.cpp,v
retrieving revision 1.13
diff -u -r1.13 resourcedata_font.cpp
--- Display/resourcedata_font.cpp 23 Apr 2003 19:49:39 -0000 1.13
+++ Display/resourcedata_font.cpp 20 Jul 2003 11:44:45 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "resourcedata_font.h"
Index: Display/resourcedata_font.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_font.h,v
retrieving revision 1.4
diff -u -r1.4 resourcedata_font.h
--- Display/resourcedata_font.h 9 Mar 2003 22:51:27 -0000 1.4
+++ Display/resourcedata_font.h 20 Jul 2003 11:44:45 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resourcedata_font
#define header_resourcedata_font
Index: Display/resourcedata_sprite.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_sprite.cpp,v
retrieving revision 1.35
diff -u -r1.35 resourcedata_sprite.cpp
--- Display/resourcedata_sprite.cpp 26 Apr 2003 02:43:34 -0000 1.35
+++ Display/resourcedata_sprite.cpp 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "resourcedata_sprite.h"
Index: Display/resourcedata_sprite.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_sprite.h,v
retrieving revision 1.6
diff -u -r1.6 resourcedata_sprite.h
--- Display/resourcedata_sprite.h 9 Mar 2003 22:51:27 -0000 1.6
+++ Display/resourcedata_sprite.h 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resourcedata_sprite
#define header_resourcedata_sprite
Index: Display/resourcedata_sprite_description.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_sprite_description.cpp,v
retrieving revision 1.10
diff -u -r1.10 resourcedata_sprite_description.cpp
--- Display/resourcedata_sprite_description.cpp 7 Apr 2003 18:20:09 -0000 1.10
+++ Display/resourcedata_sprite_description.cpp 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "resourcedata_sprite_description.h"
Index: Display/resourcedata_sprite_description.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_sprite_description.h,v
retrieving revision 1.2
diff -u -r1.2 resourcedata_sprite_description.h
--- Display/resourcedata_sprite_description.h 6 Aug 2002 12:06:40 -0000 1.2
+++ Display/resourcedata_sprite_description.h 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resourcedata_sprite_description
#define header_resourcedata_sprite_description
Index: Display/resourcedata_surface.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_surface.cpp,v
retrieving revision 1.7
diff -u -r1.7 resourcedata_surface.cpp
--- Display/resourcedata_surface.cpp 24 Mar 2003 22:27:20 -0000 1.7
+++ Display/resourcedata_surface.cpp 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "resourcedata_surface.h"
Index: Display/resourcedata_surface.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_surface.h,v
retrieving revision 1.4
diff -u -r1.4 resourcedata_surface.h
--- Display/resourcedata_surface.h 9 Mar 2003 22:51:27 -0000 1.4
+++ Display/resourcedata_surface.h 20 Jul 2003 11:44:46 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resourcedata_surface
#define header_resourcedata_surface
Index: Display/resourcedata_texture.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_texture.cpp,v
retrieving revision 1.6
diff -u -r1.6 resourcedata_texture.cpp
--- Display/resourcedata_texture.cpp 24 Mar 2003 22:27:20 -0000 1.6
+++ Display/resourcedata_texture.cpp 20 Jul 2003 11:44:47 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "resourcedata_texture.h"
Index: Display/resourcedata_texture.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/resourcedata_texture.h,v
retrieving revision 1.4
diff -u -r1.4 resourcedata_texture.h
--- Display/resourcedata_texture.h 9 Mar 2003 22:51:27 -0000 1.4
+++ Display/resourcedata_texture.h 20 Jul 2003 11:44:47 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_resourcedata_texture
#define header_resourcedata_texture
Index: Display/setupdisplay.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/setupdisplay.cpp,v
retrieving revision 1.9
diff -u -r1.9 setupdisplay.cpp
--- Display/setupdisplay.cpp 5 Apr 2003 17:53:20 -0000 1.9
+++ Display/setupdisplay.cpp 20 Jul 2003 11:44:47 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/setupdisplay.h"
Index: Display/sprite.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite.cpp,v
retrieving revision 1.46
diff -u -r1.46 sprite.cpp
--- Display/sprite.cpp 23 Apr 2003 19:49:39 -0000 1.46
+++ Display/sprite.cpp 20 Jul 2003 11:44:48 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/pixel_format.h"
Index: Display/sprite_description.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_description.cpp,v
retrieving revision 1.16
diff -u -r1.16 sprite_description.cpp
--- Display/sprite_description.cpp 1 Dec 2002 17:59:44 -0000 1.16
+++ Display/sprite_description.cpp 20 Jul 2003 11:44:48 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/sprite_description.h"
Index: Display/sprite_description_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_description_generic.h,v
retrieving revision 1.8
diff -u -r1.8 sprite_description_generic.h
--- Display/sprite_description_generic.h 6 Aug 2002 12:06:40 -0000 1.8
+++ Display/sprite_description_generic.h 20 Jul 2003 11:44:48 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sprite_description_generic
#define header_sprite_description_generic
Index: Display/sprite_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_generic.cpp,v
retrieving revision 1.17
diff -u -r1.17 sprite_generic.cpp
--- Display/sprite_generic.cpp 23 Aug 2002 11:33:40 -0000 1.17
+++ Display/sprite_generic.cpp 20 Jul 2003 11:44:48 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Core/System/system.h"
Index: Display/sprite_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_generic.h,v
retrieving revision 1.18
diff -u -r1.18 sprite_generic.h
--- Display/sprite_generic.h 5 Feb 2003 04:38:24 -0000 1.18
+++ Display/sprite_generic.h 20 Jul 2003 11:44:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sprite_generic
#define header_sprite_generic
Index: Display/sprite_packer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_packer.cpp,v
retrieving revision 1.12
diff -u -r1.12 sprite_packer.cpp
--- Display/sprite_packer.cpp 26 Apr 2003 02:43:34 -0000 1.12
+++ Display/sprite_packer.cpp 20 Jul 2003 11:44:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/sprite_description.h"
Index: Display/sprite_packer_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_packer_generic.cpp,v
retrieving revision 1.11
diff -u -r1.11 sprite_packer_generic.cpp
--- Display/sprite_packer_generic.cpp 21 May 2002 21:57:35 -0000 1.11
+++ Display/sprite_packer_generic.cpp 20 Jul 2003 11:44:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "sprite_packer_generic.h"
@@ -103,4 +123,4 @@
// Insert into first child we created
return child[0]->insert(new_image);
}
-}
\ No newline at end of file
+}
Index: Display/sprite_packer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/sprite_packer_generic.h,v
retrieving revision 1.10
diff -u -r1.10 sprite_packer_generic.h
--- Display/sprite_packer_generic.h 6 Aug 2002 12:06:40 -0000 1.10
+++ Display/sprite_packer_generic.h 20 Jul 2003 11:44:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sprite_packer_generic
#define header_sprite_packer_generic
Index: Display/surface.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/surface.cpp,v
retrieving revision 1.25
diff -u -r1.25 surface.cpp
--- Display/surface.cpp 30 Apr 2003 18:04:34 -0000 1.25
+++ Display/surface.cpp 20 Jul 2003 11:44:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/display.h"
Index: Display/surface_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/surface_generic.cpp,v
retrieving revision 1.10
diff -u -r1.10 surface_generic.cpp
--- Display/surface_generic.cpp 31 May 2002 14:49:49 -0000 1.10
+++ Display/surface_generic.cpp 20 Jul 2003 11:44:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "surface_generic.h"
Index: Display/surface_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/surface_generic.h,v
retrieving revision 1.11
diff -u -r1.11 surface_generic.h
--- Display/surface_generic.h 5 Feb 2003 04:38:24 -0000 1.11
+++ Display/surface_generic.h 20 Jul 2003 11:44:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_surface_generic
#define header_surface_generic
Index: Display/surface_target.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/surface_target.cpp,v
retrieving revision 1.2
diff -u -r1.2 surface_target.cpp
--- Display/surface_target.cpp 21 May 2002 21:57:35 -0000 1.2
+++ Display/surface_target.cpp 20 Jul 2003 11:44:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "surface_target.h"
Index: Display/surface_target.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/surface_target.h,v
retrieving revision 1.5
diff -u -r1.5 surface_target.h
--- Display/surface_target.h 6 Aug 2002 12:06:40 -0000 1.5
+++ Display/surface_target.h 20 Jul 2003 11:44:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_surface_target
#define header_surface_target
Index: Display/text_styler.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/text_styler.cpp,v
retrieving revision 1.7
diff -u -r1.7 text_styler.cpp
--- Display/text_styler.cpp 28 Mar 2003 00:54:48 -0000 1.7
+++ Display/text_styler.cpp 20 Jul 2003 11:44:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "Display/font_generic.h" //For CL_Font_Generic::Justif and get_justif()
Index: Display/texture.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/texture.cpp,v
retrieving revision 1.13
diff -u -r1.13 texture.cpp
--- Display/texture.cpp 11 Apr 2003 20:48:31 -0000 1.13
+++ Display/texture.cpp 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/texture.h"
Index: Display/texture_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/texture_generic.h,v
retrieving revision 1.5
diff -u -r1.5 texture_generic.h
--- Display/texture_generic.h 6 Aug 2002 12:06:40 -0000 1.5
+++ Display/texture_generic.h 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_texture_generic
#define header_texture_generic
Index: Display/Blitting/blit_description.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Blitting/blit_description.h,v
retrieving revision 1.1
diff -u -r1.1 blit_description.h
--- Display/Blitting/blit_description.h 25 May 2002 16:33:37 -0000 1.1
+++ Display/Blitting/blit_description.h 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_blit_description
#define header_blit_description
Index: Display/Blitting/blitter.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Blitting/blitter.h,v
retrieving revision 1.1
diff -u -r1.1 blitter.h
--- Display/Blitting/blitter.h 25 May 2002 16:33:37 -0000 1.1
+++ Display/Blitting/blitter.h 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_blitter
#define header_blitter
Index: Display/Blitting/blitter_database.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Blitting/blitter_database.cpp,v
retrieving revision 1.1
diff -u -r1.1 blitter_database.cpp
--- Display/Blitting/blitter_database.cpp 25 May 2002 16:33:37 -0000 1.1
+++ Display/Blitting/blitter_database.cpp 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "blitter_database.h"
Index: Display/Blitting/blitter_database.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Blitting/blitter_database.h,v
retrieving revision 1.2
diff -u -r1.2 blitter_database.h
--- Display/Blitting/blitter_database.h 6 Aug 2002 12:06:40 -0000 1.2
+++ Display/Blitting/blitter_database.h 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_blitter_database
#define header_blitter_database
Index: Display/Providers/jpeg_provider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/jpeg_provider.cpp,v
retrieving revision 1.3
diff -u -r1.3 jpeg_provider.cpp
--- Display/Providers/jpeg_provider.cpp 21 Jul 2002 20:29:35 -0000 1.3
+++ Display/Providers/jpeg_provider.cpp 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/jpeg_provider.h"
Index: Display/Providers/jpeg_provider_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/jpeg_provider_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 jpeg_provider_generic.cpp
--- Display/Providers/jpeg_provider_generic.cpp 21 Jul 2002 20:29:35 -0000 1.3
+++ Display/Providers/jpeg_provider_generic.cpp 20 Jul 2003 11:44:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#define WIN32_LEAN_AND_MEAN
Index: Display/Providers/jpeg_provider_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/jpeg_provider_generic.h,v
retrieving revision 1.5
diff -u -r1.5 jpeg_provider_generic.h
--- Display/Providers/jpeg_provider_generic.h 6 Aug 2002 12:06:40 -0000 1.5
+++ Display/Providers/jpeg_provider_generic.h 20 Jul 2003 11:44:52 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_jpeg_provider_generic
#define header_jpeg_provider_generic
Index: Display/Providers/pcx_provider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/pcx_provider.cpp,v
retrieving revision 1.3
diff -u -r1.3 pcx_provider.cpp
--- Display/Providers/pcx_provider.cpp 21 Jul 2002 20:29:35 -0000 1.3
+++ Display/Providers/pcx_provider.cpp 20 Jul 2003 11:44:52 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/pcx_provider.h"
Index: Display/Providers/pcx_provider_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/pcx_provider_generic.cpp,v
retrieving revision 1.5
diff -u -r1.5 pcx_provider_generic.cpp
--- Display/Providers/pcx_provider_generic.cpp 21 Jul 2002 20:29:35 -0000 1.5
+++ Display/Providers/pcx_provider_generic.cpp 20 Jul 2003 11:44:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "pcx_provider_generic.h"
Index: Display/Providers/pcx_provider_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/pcx_provider_generic.h,v
retrieving revision 1.6
diff -u -r1.6 pcx_provider_generic.h
--- Display/Providers/pcx_provider_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/Providers/pcx_provider_generic.h 20 Jul 2003 11:44:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_pcx_provider_generic
#define header_pcx_provider_generic
Index: Display/Providers/png_provider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/png_provider.cpp,v
retrieving revision 1.4
diff -u -r1.4 png_provider.cpp
--- Display/Providers/png_provider.cpp 21 Jul 2002 20:29:35 -0000 1.4
+++ Display/Providers/png_provider.cpp 20 Jul 2003 11:44:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
Index: Display/Providers/png_provider_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/png_provider_generic.cpp,v
retrieving revision 1.9
diff -u -r1.9 png_provider_generic.cpp
--- Display/Providers/png_provider_generic.cpp 21 Jul 2002 20:29:35 -0000 1.9
+++ Display/Providers/png_provider_generic.cpp 20 Jul 2003 11:44:54 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
Index: Display/Providers/png_provider_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/png_provider_generic.h,v
retrieving revision 1.6
diff -u -r1.6 png_provider_generic.h
--- Display/Providers/png_provider_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/Providers/png_provider_generic.h 20 Jul 2003 11:44:54 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_png_provider_generic
#define header_png_provider_generic
Index: Display/Providers/provider_factory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/provider_factory.cpp,v
retrieving revision 1.5
diff -u -r1.5 provider_factory.cpp
--- Display/Providers/provider_factory.cpp 1 Jan 2003 21:32:01 -0000 1.5
+++ Display/Providers/provider_factory.cpp 20 Jul 2003 11:44:55 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/provider_factory.h"
Index: Display/Providers/provider_type.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/provider_type.cpp,v
retrieving revision 1.2
diff -u -r1.2 provider_type.cpp
--- Display/Providers/provider_type.cpp 21 May 2002 21:57:35 -0000 1.2
+++ Display/Providers/provider_type.cpp 20 Jul 2003 11:44:55 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/provider_type.h"
Index: Display/Providers/targa_provider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/targa_provider.cpp,v
retrieving revision 1.3
diff -u -r1.3 targa_provider.cpp
--- Display/Providers/targa_provider.cpp 21 Jul 2002 20:29:35 -0000 1.3
+++ Display/Providers/targa_provider.cpp 20 Jul 2003 11:44:55 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/targa_provider.h"
Index: Display/Providers/targa_provider_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/targa_provider_generic.cpp,v
retrieving revision 1.8
diff -u -r1.8 targa_provider_generic.cpp
--- Display/Providers/targa_provider_generic.cpp 3 Apr 2003 11:09:39 -0000 1.8
+++ Display/Providers/targa_provider_generic.cpp 20 Jul 2003 11:44:56 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include
Index: Display/Providers/targa_provider_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Providers/targa_provider_generic.h,v
retrieving revision 1.6
diff -u -r1.6 targa_provider_generic.h
--- Display/Providers/targa_provider_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/Providers/targa_provider_generic.h 20 Jul 2003 11:44:56 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_targaprovider_generic
#define header_targaprovider_generic
Index: Display/Win32/dc_buffer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/dc_buffer.cpp,v
retrieving revision 1.3
diff -u -r1.3 dc_buffer.cpp
--- Display/Win32/dc_buffer.cpp 21 Jul 2002 20:29:35 -0000 1.3
+++ Display/Win32/dc_buffer.cpp 20 Jul 2003 11:44:56 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/Providers/dc_buffer.h"
Index: Display/Win32/dc_buffer_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/dc_buffer_generic.cpp,v
retrieving revision 1.4
diff -u -r1.4 dc_buffer_generic.cpp
--- Display/Win32/dc_buffer_generic.cpp 21 May 2002 21:57:35 -0000 1.4
+++ Display/Win32/dc_buffer_generic.cpp 20 Jul 2003 11:44:57 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "dc_buffer_generic.h"
Index: Display/Win32/dc_buffer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/dc_buffer_generic.h,v
retrieving revision 1.6
diff -u -r1.6 dc_buffer_generic.h
--- Display/Win32/dc_buffer_generic.h 6 Aug 2002 12:06:40 -0000 1.6
+++ Display/Win32/dc_buffer_generic.h 20 Jul 2003 11:44:57 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_dc_buffer_generic
#define header_dc_buffer_generic
Index: Display/Win32/display_window_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/display_window_win32.cpp,v
retrieving revision 1.46
diff -u -r1.46 display_window_win32.cpp
--- Display/Win32/display_window_win32.cpp 7 Apr 2003 14:32:54 -0000 1.46
+++ Display/Win32/display_window_win32.cpp 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_window_win32.h"
Index: Display/Win32/display_window_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/display_window_win32.h,v
retrieving revision 1.24
diff -u -r1.24 display_window_win32.h
--- Display/Win32/display_window_win32.h 26 Mar 2003 17:45:00 -0000 1.24
+++ Display/Win32/display_window_win32.h 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_win32
#define header_display_window_win32
Index: Display/Win32/font_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/font_win32.cpp,v
retrieving revision 1.7
diff -u -r1.7 font_win32.cpp
--- Display/Win32/font_win32.cpp 27 Feb 2003 09:02:17 -0000 1.7
+++ Display/Win32/font_win32.cpp 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "font_win32.h"
Index: Display/Win32/font_win32.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/font_win32.h,v
retrieving revision 1.2
diff -u -r1.2 font_win32.h
--- Display/Win32/font_win32.h 6 Aug 2002 12:06:40 -0000 1.2
+++ Display/Win32/font_win32.h 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_font_win32
#define header_font_win32
Index: Display/Win32/input_device_win32keyboard.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/input_device_win32keyboard.cpp,v
retrieving revision 1.6
diff -u -r1.6 input_device_win32keyboard.cpp
--- Display/Win32/input_device_win32keyboard.cpp 5 Aug 2002 21:11:12 -0000 1.6
+++ Display/Win32/input_device_win32keyboard.cpp 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "input_device_win32keyboard.h"
Index: Display/Win32/input_device_win32keyboard.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/input_device_win32keyboard.h,v
retrieving revision 1.4
diff -u -r1.4 input_device_win32keyboard.h
--- Display/Win32/input_device_win32keyboard.h 6 Aug 2002 12:06:41 -0000 1.4
+++ Display/Win32/input_device_win32keyboard.h 20 Jul 2003 11:44:58 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_device_win32keyboard
#define header_input_device_win32keyboard
Index: Display/Win32/input_device_win32mouse.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/input_device_win32mouse.cpp,v
retrieving revision 1.11
diff -u -r1.11 input_device_win32mouse.cpp
--- Display/Win32/input_device_win32mouse.cpp 5 Aug 2002 21:11:12 -0000 1.11
+++ Display/Win32/input_device_win32mouse.cpp 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Display/input_event.h"
Index: Display/Win32/input_device_win32mouse.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/Win32/input_device_win32mouse.h,v
retrieving revision 1.6
diff -u -r1.6 input_device_win32mouse.h
--- Display/Win32/input_device_win32mouse.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Display/Win32/input_device_win32mouse.h 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_device_win32mouse
#define header_input_device_win32mouse
Index: Display/X11/font_x11.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/font_x11.cpp,v
retrieving revision 1.4
diff -u -r1.4 font_x11.cpp
--- Display/X11/font_x11.cpp 29 Dec 2002 23:48:47 -0000 1.4
+++ Display/X11/font_x11.cpp 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/Core/System/clanstring.h"
Index: Display/X11/font_x11.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/font_x11.h,v
retrieving revision 1.1
diff -u -r1.1 font_x11.h
--- Display/X11/font_x11.h 12 Mar 2002 21:26:36 -0000 1.1
+++ Display/X11/font_x11.h 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_font_x11
#define header_font_x11
Index: Display/X11/input_device_x11keyboard.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/input_device_x11keyboard.cpp,v
retrieving revision 1.14
diff -u -r1.14 input_device_x11keyboard.cpp
--- Display/X11/input_device_x11keyboard.cpp 8 Aug 2002 06:25:26 -0000 1.14
+++ Display/X11/input_device_x11keyboard.cpp 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
#include "API/Display/input_device.h"
Index: Display/X11/input_device_x11keyboard.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/input_device_x11keyboard.h,v
retrieving revision 1.5
diff -u -r1.5 input_device_x11keyboard.h
--- Display/X11/input_device_x11keyboard.h 8 Aug 2002 00:26:26 -0000 1.5
+++ Display/X11/input_device_x11keyboard.h 20 Jul 2003 11:44:59 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_device_x11keyboard
#define header_input_device_x11keyboard
Index: Display/X11/input_device_x11mouse.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/input_device_x11mouse.cpp,v
retrieving revision 1.12
diff -u -r1.12 input_device_x11mouse.cpp
--- Display/X11/input_device_x11mouse.cpp 7 Mar 2003 15:44:42 -0000 1.12
+++ Display/X11/input_device_x11mouse.cpp 20 Jul 2003 11:45:00 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
Index: Display/X11/input_device_x11mouse.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Display/X11/input_device_x11mouse.h,v
retrieving revision 1.8
diff -u -r1.8 input_device_x11mouse.h
--- Display/X11/input_device_x11mouse.h 7 Mar 2003 15:44:42 -0000 1.8
+++ Display/X11/input_device_x11mouse.h 20 Jul 2003 11:45:00 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_input_device_x11mouse
#define header_input_device_x11mouse
Index: GL/canvas_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/canvas_opengl.cpp,v
retrieving revision 1.11
diff -u -r1.11 canvas_opengl.cpp
--- GL/canvas_opengl.cpp 14 Nov 2002 09:50:39 -0000 1.11
+++ GL/canvas_opengl.cpp 20 Jul 2003 11:45:00 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "canvas_opengl.h"
Index: GL/canvas_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/canvas_opengl.h,v
retrieving revision 1.8
diff -u -r1.8 canvas_opengl.h
--- GL/canvas_opengl.h 2 Nov 2002 16:17:55 -0000 1.8
+++ GL/canvas_opengl.h 20 Jul 2003 11:45:00 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_canvas_opengl
#define header_canvas_opengl
Index: GL/gl_state.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/gl_state.h,v
retrieving revision 1.11
diff -u -r1.11 gl_state.h
--- GL/gl_state.h 17 Feb 2003 22:28:16 -0000 1.11
+++ GL/gl_state.h 20 Jul 2003 11:45:00 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_gl_state
#define header_gl_state
Index: GL/gl_state_checker.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/gl_state_checker.cpp,v
retrieving revision 1.18
diff -u -r1.18 gl_state_checker.cpp
--- GL/gl_state_checker.cpp 10 Mar 2003 21:55:29 -0000 1.18
+++ GL/gl_state_checker.cpp 20 Jul 2003 11:45:01 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "GL/gl_state.h"
Index: GL/gl_state_checker.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/gl_state_checker.h,v
retrieving revision 1.9
diff -u -r1.9 gl_state_checker.h
--- GL/gl_state_checker.h 17 Feb 2003 22:28:16 -0000 1.9
+++ GL/gl_state_checker.h 20 Jul 2003 11:45:01 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_gl_state_checker
#define header_gl_state_checker
Index: GL/graphic_context_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/graphic_context_opengl.cpp,v
retrieving revision 1.33
diff -u -r1.33 graphic_context_opengl.cpp
--- GL/graphic_context_opengl.cpp 2 Mar 2003 16:46:37 -0000 1.33
+++ GL/graphic_context_opengl.cpp 20 Jul 2003 11:45:02 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include
Index: GL/graphic_context_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/graphic_context_opengl.h,v
retrieving revision 1.12
diff -u -r1.12 graphic_context_opengl.h
--- GL/graphic_context_opengl.h 2 Mar 2003 16:46:37 -0000 1.12
+++ GL/graphic_context_opengl.h 20 Jul 2003 11:45:02 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_graphic_context_opengl
#define header_graphic_context_opengl
Index: GL/opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/opengl.cpp,v
retrieving revision 1.1
diff -u -r1.1 opengl.cpp
--- GL/opengl.cpp 11 Feb 2003 18:43:30 -0000 1.1
+++ GL/opengl.cpp 20 Jul 2003 11:45:02 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/GL/opengl.h"
Index: GL/opengl_target.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/opengl_target.cpp,v
retrieving revision 1.2
diff -u -r1.2 opengl_target.cpp
--- GL/opengl_target.cpp 21 May 2002 21:57:36 -0000 1.2
+++ GL/opengl_target.cpp 20 Jul 2003 11:45:02 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "opengl_target.h"
Index: GL/opengl_target.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/opengl_target.h,v
retrieving revision 1.3
diff -u -r1.3 opengl_target.h
--- GL/opengl_target.h 6 Aug 2002 12:06:41 -0000 1.3
+++ GL/opengl_target.h 20 Jul 2003 11:45:02 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_opengl_target
#define header_opengl_target
Index: GL/opengl_window.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/opengl_window.cpp,v
retrieving revision 1.6
diff -u -r1.6 opengl_window.cpp
--- GL/opengl_window.cpp 25 Dec 2002 02:01:43 -0000 1.6
+++ GL/opengl_window.cpp 20 Jul 2003 11:45:03 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "API/GL/opengl_window.h"
Index: GL/pixel_buffer_opengl_frame.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/pixel_buffer_opengl_frame.cpp,v
retrieving revision 1.2
diff -u -r1.2 pixel_buffer_opengl_frame.cpp
--- GL/pixel_buffer_opengl_frame.cpp 29 Oct 2002 21:44:45 -0000 1.2
+++ GL/pixel_buffer_opengl_frame.cpp 20 Jul 2003 11:45:03 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "pixel_buffer_opengl_frame.h"
Index: GL/pixel_buffer_opengl_frame.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/pixel_buffer_opengl_frame.h,v
retrieving revision 1.1
diff -u -r1.1 pixel_buffer_opengl_frame.h
--- GL/pixel_buffer_opengl_frame.h 22 Jul 2002 12:27:10 -0000 1.1
+++ GL/pixel_buffer_opengl_frame.h 20 Jul 2003 11:45:03 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_pixelbuffer_opengl_frame
#define header_pixelbuffer_opengl_frame
Index: GL/pixel_buffer_opengl_texture.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/pixel_buffer_opengl_texture.cpp,v
retrieving revision 1.9
diff -u -r1.9 pixel_buffer_opengl_texture.cpp
--- GL/pixel_buffer_opengl_texture.cpp 2 Nov 2002 17:10:33 -0000 1.9
+++ GL/pixel_buffer_opengl_texture.cpp 20 Jul 2003 11:45:03 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "pixel_buffer_opengl_texture.h"
Index: GL/pixel_buffer_opengl_texture.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/pixel_buffer_opengl_texture.h,v
retrieving revision 1.2
diff -u -r1.2 pixel_buffer_opengl_texture.h
--- GL/pixel_buffer_opengl_texture.h 25 Jul 2002 12:38:47 -0000 1.2
+++ GL/pixel_buffer_opengl_texture.h 20 Jul 2003 11:45:03 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_pixelbuffer_opengl_texture
#define header_pixelbuffer_opengl_texture
Index: GL/setupgl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/setupgl.cpp,v
retrieving revision 1.2
diff -u -r1.2 setupgl.cpp
--- GL/setupgl.cpp 18 Feb 2003 14:25:10 -0000 1.2
+++ GL/setupgl.cpp 20 Jul 2003 11:45:03 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: setupgl.cpp,v 1.2 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: setupgl.cpp,v 1.2 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/GL/setupgl.h"
Index: GL/surface_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/surface_opengl.cpp,v
retrieving revision 1.35
diff -u -r1.35 surface_opengl.cpp
--- GL/surface_opengl.cpp 14 Feb 2003 11:33:58 -0000 1.35
+++ GL/surface_opengl.cpp 20 Jul 2003 11:45:04 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "surface_opengl.h"
Index: GL/surface_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/surface_opengl.h,v
retrieving revision 1.17
diff -u -r1.17 surface_opengl.h
--- GL/surface_opengl.h 14 Feb 2003 11:33:58 -0000 1.17
+++ GL/surface_opengl.h 20 Jul 2003 11:45:04 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_surface_opengl
#define header_surface_opengl
Index: GL/texture_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/texture_opengl.cpp,v
retrieving revision 1.7
diff -u -r1.7 texture_opengl.cpp
--- GL/texture_opengl.cpp 16 Sep 2002 08:58:04 -0000 1.7
+++ GL/texture_opengl.cpp 20 Jul 2003 11:45:04 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "texture_opengl.h"
Index: GL/texture_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/texture_opengl.h,v
retrieving revision 1.6
diff -u -r1.6 texture_opengl.h
--- GL/texture_opengl.h 6 Aug 2002 12:06:41 -0000 1.6
+++ GL/texture_opengl.h 20 Jul 2003 11:45:04 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_texture_opengl
#define header_texture_opengl
Index: GL/GLX/display_window_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/GLX/display_window_opengl.cpp,v
retrieving revision 1.40
diff -u -r1.40 display_window_opengl.cpp
--- GL/GLX/display_window_opengl.cpp 4 May 2003 22:12:14 -0000 1.40
+++ GL/GLX/display_window_opengl.cpp 20 Jul 2003 11:45:05 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
#include
Index: GL/GLX/display_window_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/GLX/display_window_opengl.h,v
retrieving revision 1.22
diff -u -r1.22 display_window_opengl.h
--- GL/GLX/display_window_opengl.h 26 Mar 2003 17:55:11 -0000 1.22
+++ GL/GLX/display_window_opengl.h 20 Jul 2003 11:45:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_opengl
#define header_display_window_opengl
Index: GL/WGL/display_window_opengl.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/WGL/display_window_opengl.cpp,v
retrieving revision 1.20
diff -u -r1.20 display_window_opengl.cpp
--- GL/WGL/display_window_opengl.cpp 26 Mar 2003 17:55:11 -0000 1.20
+++ GL/WGL/display_window_opengl.cpp 20 Jul 2003 11:45:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Display/display_precomp.h"
#include "display_window_opengl.h"
Index: GL/WGL/display_window_opengl.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GL/WGL/display_window_opengl.h,v
retrieving revision 1.10
diff -u -r1.10 display_window_opengl.h
--- GL/WGL/display_window_opengl.h 25 Dec 2002 02:01:43 -0000 1.10
+++ GL/WGL/display_window_opengl.h 20 Jul 2003 11:45:06 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_display_window_opengl
#define header_display_window_opengl
Index: GUI/button.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/button.cpp,v
retrieving revision 1.65
diff -u -r1.65 button.cpp
--- GUI/button.cpp 23 Feb 2003 14:50:45 -0000 1.65
+++ GUI/button.cpp 20 Jul 2003 11:45:07 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: button.cpp,v 1.65 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: button.cpp,v 1.65 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/button_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/button_generic.cpp,v
retrieving revision 1.45
diff -u -r1.45 button_generic.cpp
--- GUI/button_generic.cpp 16 Feb 2003 11:58:30 -0000 1.45
+++ GUI/button_generic.cpp 20 Jul 2003 11:45:07 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: button_generic.cpp,v 1.45 2003/02/16 11:58:30 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: button_generic.cpp,v 1.45 2003/02/16 11:58:30 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/button_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/button_generic.h,v
retrieving revision 1.25
diff -u -r1.25 button_generic.h
--- GUI/button_generic.h 16 Feb 2003 11:58:30 -0000 1.25
+++ GUI/button_generic.h 20 Jul 2003 11:45:07 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: button_generic.h,v 1.25 2003/02/16 11:58:30 mbn Exp $
+/* $Id: button_generic.h,v 1.25 2003/02/16 11:58:30 mbn Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/checkbox.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/checkbox.cpp,v
retrieving revision 1.25
diff -u -r1.25 checkbox.cpp
--- GUI/checkbox.cpp 23 Feb 2003 14:50:45 -0000 1.25
+++ GUI/checkbox.cpp 20 Jul 2003 11:45:07 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: checkbox.cpp,v 1.25 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: checkbox.cpp,v 1.25 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component.cpp,v
retrieving revision 1.102
diff -u -r1.102 component.cpp
--- GUI/component.cpp 3 Apr 2003 11:57:32 -0000 1.102
+++ GUI/component.cpp 20 Jul 2003 11:45:08 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component.cpp,v 1.102 2003/04/03 11:57:32 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component.cpp,v 1.102 2003/04/03 11:57:32 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_generic.cpp,v
retrieving revision 1.66
diff -u -r1.66 component_generic.cpp
--- GUI/component_generic.cpp 23 Feb 2003 12:52:38 -0000 1.66
+++ GUI/component_generic.cpp 20 Jul 2003 11:45:08 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_generic.cpp,v 1.66 2003/02/23 12:52:38 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_generic.cpp,v 1.66 2003/02/23 12:52:38 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: GUI/component_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_generic.h,v
retrieving revision 1.41
diff -u -r1.41 component_generic.h
--- GUI/component_generic.h 13 Feb 2003 18:52:29 -0000 1.41
+++ GUI/component_generic.h 20 Jul 2003 11:45:08 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: component_generic.h,v 1.41 2003/02/13 18:52:29 sphair Exp $
+/* $Id: component_generic.h,v 1.41 2003/02/13 18:52:29 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/component_manager.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_manager.cpp,v
retrieving revision 1.4
diff -u -r1.4 component_manager.cpp
--- GUI/component_manager.cpp 8 Aug 2002 12:34:01 -0000 1.4
+++ GUI/component_manager.cpp 20 Jul 2003 11:45:08 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_manager.cpp,v 1.4 2002/08/08 12:34:01 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_manager.cpp,v 1.4 2002/08/08 12:34:01 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_manager_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_manager_generic.cpp,v
retrieving revision 1.39
diff -u -r1.39 component_manager_generic.cpp
--- GUI/component_manager_generic.cpp 23 Feb 2003 12:52:38 -0000 1.39
+++ GUI/component_manager_generic.cpp 20 Jul 2003 11:45:09 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_manager_generic.cpp,v 1.39 2003/02/23 12:52:38 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_manager_generic.cpp,v 1.39 2003/02/23 12:52:38 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_manager_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_manager_generic.h,v
retrieving revision 1.27
diff -u -r1.27 component_manager_generic.h
--- GUI/component_manager_generic.h 6 Aug 2002 12:06:41 -0000 1.27
+++ GUI/component_manager_generic.h 20 Jul 2003 11:45:09 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: component_manager_generic.h,v 1.27 2002/08/06 12:06:41 sphair Exp $
+/* $Id: component_manager_generic.h,v 1.27 2002/08/06 12:06:41 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/component_move_handler.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_move_handler.cpp,v
retrieving revision 1.29
diff -u -r1.29 component_move_handler.cpp
--- GUI/component_move_handler.cpp 15 Feb 2003 13:12:59 -0000 1.29
+++ GUI/component_move_handler.cpp 20 Jul 2003 11:45:09 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_move_handler.cpp,v 1.29 2003/02/15 13:12:59 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_move_handler.cpp,v 1.29 2003/02/15 13:12:59 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_resize_handler.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_resize_handler.cpp,v
retrieving revision 1.19
diff -u -r1.19 component_resize_handler.cpp
--- GUI/component_resize_handler.cpp 15 Feb 2003 13:12:59 -0000 1.19
+++ GUI/component_resize_handler.cpp 20 Jul 2003 11:45:09 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_resize_handler.cpp,v 1.19 2003/02/15 13:12:59 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_resize_handler.cpp,v 1.19 2003/02/15 13:12:59 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_tokenizer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_tokenizer.cpp,v
retrieving revision 1.15
diff -u -r1.15 component_tokenizer.cpp
--- GUI/component_tokenizer.cpp 30 Dec 2002 22:54:55 -0000 1.15
+++ GUI/component_tokenizer.cpp 20 Jul 2003 11:45:10 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: component_tokenizer.cpp,v 1.15 2002/12/30 22:54:55 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: component_tokenizer.cpp,v 1.15 2002/12/30 22:54:55 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_tokenizer.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_tokenizer.h,v
retrieving revision 1.6
diff -u -r1.6 component_tokenizer.h
--- GUI/component_tokenizer.h 8 Sep 2001 19:12:50 -0000 1.6
+++ GUI/component_tokenizer.h 20 Jul 2003 11:45:10 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: component_tokenizer.h,v 1.6 2001/09/08 19:12:50 japj Exp $
+/* $Id: component_tokenizer.h,v 1.6 2001/09/08 19:12:50 japj Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/component_type.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_type.cpp,v
retrieving revision 1.4
diff -u -r1.4 component_type.cpp
--- GUI/component_type.cpp 18 Feb 2003 21:01:31 -0000 1.4
+++ GUI/component_type.cpp 20 Jul 2003 11:45:10 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_type.cpp,v 1.4 2003/02/18 21:01:31 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_type.cpp,v 1.4 2003/02/18 21:01:31 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/component_type_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/component_type_generic.h,v
retrieving revision 1.2
diff -u -r1.2 component_type_generic.h
--- GUI/component_type_generic.h 18 Feb 2003 21:01:31 -0000 1.2
+++ GUI/component_type_generic.h 20 Jul 2003 11:45:10 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: component_type_generic.h,v 1.2 2003/02/18 21:01:31 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: component_type_generic.h,v 1.2 2003/02/18 21:01:31 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_component_type_generic
Index: GUI/componentfile_preprocess.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/componentfile_preprocess.cpp,v
retrieving revision 1.17
diff -u -r1.17 componentfile_preprocess.cpp
--- GUI/componentfile_preprocess.cpp 19 Jan 2003 19:19:12 -0000 1.17
+++ GUI/componentfile_preprocess.cpp 20 Jul 2003 11:45:10 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: componentfile_preprocess.cpp,v 1.17 2003/01/19 19:19:12 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: componentfile_preprocess.cpp,v 1.17 2003/01/19 19:19:12 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/componentfile_preprocess.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/componentfile_preprocess.h,v
retrieving revision 1.6
diff -u -r1.6 componentfile_preprocess.h
--- GUI/componentfile_preprocess.h 25 Aug 2002 10:50:06 -0000 1.6
+++ GUI/componentfile_preprocess.h 20 Jul 2003 11:45:11 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: componentfile_preprocess.h,v 1.6 2002/08/25 10:50:06 sphair Exp $
+/* $Id: componentfile_preprocess.h,v 1.6 2002/08/25 10:50:06 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/default_component_types.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/default_component_types.h,v
retrieving revision 1.40
diff -u -r1.40 default_component_types.h
--- GUI/default_component_types.h 18 Feb 2003 21:01:31 -0000 1.40
+++ GUI/default_component_types.h 20 Jul 2003 11:45:11 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: default_component_types.h,v 1.40 2003/02/18 21:01:31 sphair Exp $
+/* $Id: default_component_types.h,v 1.40 2003/02/18 21:01:31 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/filedialog.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/filedialog.cpp,v
retrieving revision 1.13
diff -u -r1.13 filedialog.cpp
--- GUI/filedialog.cpp 19 Jan 2003 14:30:23 -0000 1.13
+++ GUI/filedialog.cpp 20 Jul 2003 11:45:11 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: filedialog.cpp,v 1.13 2003/01/19 14:30:23 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: filedialog.cpp,v 1.13 2003/01/19 14:30:23 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/filedialog_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/filedialog_generic.cpp,v
retrieving revision 1.44
diff -u -r1.44 filedialog_generic.cpp
--- GUI/filedialog_generic.cpp 19 Jan 2003 17:32:25 -0000 1.44
+++ GUI/filedialog_generic.cpp 20 Jul 2003 11:45:12 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: filedialog_generic.cpp,v 1.44 2003/01/19 17:32:25 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: filedialog_generic.cpp,v 1.44 2003/01/19 17:32:25 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/filedialog_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/filedialog_generic.h,v
retrieving revision 1.17
diff -u -r1.17 filedialog_generic.h
--- GUI/filedialog_generic.h 8 Jan 2003 21:36:17 -0000 1.17
+++ GUI/filedialog_generic.h 20 Jul 2003 11:45:12 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: filedialog_generic.h,v 1.17 2003/01/08 21:36:17 sphair Exp $
+/* $Id: filedialog_generic.h,v 1.17 2003/01/08 21:36:17 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/frame.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/frame.cpp,v
retrieving revision 1.29
diff -u -r1.29 frame.cpp
--- GUI/frame.cpp 23 Feb 2003 14:50:45 -0000 1.29
+++ GUI/frame.cpp 20 Jul 2003 11:45:12 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: frame.cpp,v 1.29 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: frame.cpp,v 1.29 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/frame_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/frame_generic.cpp,v
retrieving revision 1.13
diff -u -r1.13 frame_generic.cpp
--- GUI/frame_generic.cpp 7 Mar 2003 15:44:42 -0000 1.13
+++ GUI/frame_generic.cpp 20 Jul 2003 11:45:12 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: frame_generic.cpp,v 1.13 2003/03/07 15:44:42 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: frame_generic.cpp,v 1.13 2003/03/07 15:44:42 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/frame_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/frame_generic.h,v
retrieving revision 1.10
diff -u -r1.10 frame_generic.h
--- GUI/frame_generic.h 7 Mar 2003 15:44:42 -0000 1.10
+++ GUI/frame_generic.h 20 Jul 2003 11:45:12 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: frame_generic.h,v 1.10 2003/03/07 15:44:42 sphair Exp $
+/* $Id: frame_generic.h,v 1.10 2003/03/07 15:44:42 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/gui_file_parser.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/gui_file_parser.cpp,v
retrieving revision 1.13
diff -u -r1.13 gui_file_parser.cpp
--- GUI/gui_file_parser.cpp 18 Feb 2003 21:45:51 -0000 1.13
+++ GUI/gui_file_parser.cpp 20 Jul 2003 11:45:13 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: gui_file_parser.cpp,v 1.13 2003/02/18 21:45:51 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: gui_file_parser.cpp,v 1.13 2003/02/18 21:45:51 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/gui_manager.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/gui_manager.cpp,v
retrieving revision 1.25
diff -u -r1.25 gui_manager.cpp
--- GUI/gui_manager.cpp 16 Feb 2003 22:05:54 -0000 1.25
+++ GUI/gui_manager.cpp 20 Jul 2003 11:45:13 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: gui_manager.cpp,v 1.25 2003/02/16 22:05:54 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: gui_manager.cpp,v 1.25 2003/02/16 22:05:54 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/gui_manager_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/gui_manager_generic.cpp,v
retrieving revision 1.101
diff -u -r1.101 gui_manager_generic.cpp
--- GUI/gui_manager_generic.cpp 1 Jun 2003 17:26:02 -0000 1.101
+++ GUI/gui_manager_generic.cpp 20 Jul 2003 11:45:14 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: gui_manager_generic.cpp,v 1.101 2003/06/01 17:26:02 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: gui_manager_generic.cpp,v 1.101 2003/06/01 17:26:02 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/gui_manager_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/gui_manager_generic.h,v
retrieving revision 1.43
diff -u -r1.43 gui_manager_generic.h
--- GUI/gui_manager_generic.h 16 Feb 2003 22:05:54 -0000 1.43
+++ GUI/gui_manager_generic.h 20 Jul 2003 11:45:14 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: gui_manager_generic.h,v 1.43 2003/02/16 22:05:54 mbn Exp $
+/* $Id: gui_manager_generic.h,v 1.43 2003/02/16 22:05:54 mbn Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/image.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/image.cpp,v
retrieving revision 1.8
diff -u -r1.8 image.cpp
--- GUI/image.cpp 23 Feb 2003 14:50:45 -0000 1.8
+++ GUI/image.cpp 20 Jul 2003 11:45:14 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: image.cpp,v 1.8 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: image.cpp,v 1.8 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/image_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/image_generic.cpp,v
retrieving revision 1.4
diff -u -r1.4 image_generic.cpp
--- GUI/image_generic.cpp 27 Dec 2001 23:30:08 -0000 1.4
+++ GUI/image_generic.cpp 20 Jul 2003 11:45:14 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: image_generic.cpp,v 1.4 2001/12/27 23:30:08 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: image_generic.cpp,v 1.4 2001/12/27 23:30:08 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/image_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/image_generic.h,v
retrieving revision 1.4
diff -u -r1.4 image_generic.h
--- GUI/image_generic.h 17 Jul 2002 14:55:29 -0000 1.4
+++ GUI/image_generic.h 20 Jul 2003 11:45:14 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: image_generic.h,v 1.4 2002/07/17 14:55:29 mbn Exp $
+/* $Id: image_generic.h,v 1.4 2002/07/17 14:55:29 mbn Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/inputbox.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputbox.cpp,v
retrieving revision 1.49
diff -u -r1.49 inputbox.cpp
--- GUI/inputbox.cpp 2 Mar 2003 16:00:22 -0000 1.49
+++ GUI/inputbox.cpp 20 Jul 2003 11:45:15 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputbox.cpp,v 1.49 2003/03/02 16:00:22 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputbox.cpp,v 1.49 2003/03/02 16:00:22 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/inputbox_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputbox_generic.cpp,v
retrieving revision 1.52
diff -u -r1.52 inputbox_generic.cpp
--- GUI/inputbox_generic.cpp 2 Mar 2003 19:58:13 -0000 1.52
+++ GUI/inputbox_generic.cpp 20 Jul 2003 11:45:15 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputbox_generic.cpp,v 1.52 2003/03/02 19:58:13 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputbox_generic.cpp,v 1.52 2003/03/02 19:58:13 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/inputbox_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputbox_generic.h,v
retrieving revision 1.24
diff -u -r1.24 inputbox_generic.h
--- GUI/inputbox_generic.h 2 Mar 2003 16:00:22 -0000 1.24
+++ GUI/inputbox_generic.h 20 Jul 2003 11:45:15 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: inputbox_generic.h,v 1.24 2003/03/02 16:00:22 sphair Exp $
+/* $Id: inputbox_generic.h,v 1.24 2003/03/02 16:00:22 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/inputdialog.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputdialog.cpp,v
retrieving revision 1.4
diff -u -r1.4 inputdialog.cpp
--- GUI/inputdialog.cpp 28 Mar 2003 01:03:45 -0000 1.4
+++ GUI/inputdialog.cpp 20 Jul 2003 11:45:15 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputdialog.cpp,v 1.4 2003/03/28 01:03:45 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputdialog.cpp,v 1.4 2003/03/28 01:03:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/inputdialog_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputdialog_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputdialog_generic.cpp
--- GUI/inputdialog_generic.cpp 25 Feb 2003 21:08:37 -0000 1.3
+++ GUI/inputdialog_generic.cpp 20 Jul 2003 11:45:16 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputdialog_generic.cpp,v 1.3 2003/02/25 21:08:37 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputdialog_generic.cpp,v 1.3 2003/02/25 21:08:37 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/inputdialog_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/inputdialog_generic.h,v
retrieving revision 1.3
diff -u -r1.3 inputdialog_generic.h
--- GUI/inputdialog_generic.h 25 Feb 2003 21:08:37 -0000 1.3
+++ GUI/inputdialog_generic.h 20 Jul 2003 11:45:16 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: inputdialog_generic.h,v 1.3 2003/02/25 21:08:37 sphair Exp $
+/* $Id: inputdialog_generic.h,v 1.3 2003/02/25 21:08:37 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/label.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/label.cpp,v
retrieving revision 1.50
diff -u -r1.50 label.cpp
--- GUI/label.cpp 23 Feb 2003 14:50:45 -0000 1.50
+++ GUI/label.cpp 20 Jul 2003 11:45:17 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: label.cpp,v 1.50 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: label.cpp,v 1.50 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/label_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/label_generic.cpp,v
retrieving revision 1.16
diff -u -r1.16 label_generic.cpp
--- GUI/label_generic.cpp 31 May 2002 13:01:17 -0000 1.16
+++ GUI/label_generic.cpp 20 Jul 2003 11:45:17 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: label_generic.cpp,v 1.16 2002/05/31 13:01:17 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: label_generic.cpp,v 1.16 2002/05/31 13:01:17 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/label_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/label_generic.h,v
retrieving revision 1.10
diff -u -r1.10 label_generic.h
--- GUI/label_generic.h 17 Jul 2002 14:55:29 -0000 1.10
+++ GUI/label_generic.h 20 Jul 2003 11:45:17 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: label_generic.h,v 1.10 2002/07/17 14:55:29 mbn Exp $
+/* $Id: label_generic.h,v 1.10 2002/07/17 14:55:29 mbn Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/listbox.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/listbox.cpp,v
retrieving revision 1.59
diff -u -r1.59 listbox.cpp
--- GUI/listbox.cpp 3 Apr 2003 11:57:32 -0000 1.59
+++ GUI/listbox.cpp 20 Jul 2003 11:45:17 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: listbox.cpp,v 1.59 2003/04/03 11:57:32 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: listbox.cpp,v 1.59 2003/04/03 11:57:32 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/listbox_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/listbox_generic.cpp,v
retrieving revision 1.70
diff -u -r1.70 listbox_generic.cpp
--- GUI/listbox_generic.cpp 3 Apr 2003 11:57:32 -0000 1.70
+++ GUI/listbox_generic.cpp 20 Jul 2003 11:45:17 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: listbox_generic.cpp,v 1.70 2003/04/03 11:57:32 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: listbox_generic.cpp,v 1.70 2003/04/03 11:57:32 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/listbox_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/listbox_generic.h,v
retrieving revision 1.36
diff -u -r1.36 listbox_generic.h
--- GUI/listbox_generic.h 24 Feb 2003 21:00:29 -0000 1.36
+++ GUI/listbox_generic.h 20 Jul 2003 11:45:18 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: listbox_generic.h,v 1.36 2003/02/24 21:00:29 sphair Exp $
+/* $Id: listbox_generic.h,v 1.36 2003/02/24 21:00:29 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/menudata.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/menudata.cpp,v
retrieving revision 1.13
diff -u -r1.13 menudata.cpp
--- GUI/menudata.cpp 6 Apr 2002 11:10:55 -0000 1.13
+++ GUI/menudata.cpp 20 Jul 2003 11:45:18 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: menudata.cpp,v 1.13 2002/04/06 11:10:55 grumbel Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: menudata.cpp,v 1.13 2002/04/06 11:10:55 grumbel Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/menudata_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/menudata_generic.h,v
retrieving revision 1.5
diff -u -r1.5 menudata_generic.h
--- GUI/menudata_generic.h 5 Apr 2002 14:18:33 -0000 1.5
+++ GUI/menudata_generic.h 20 Jul 2003 11:45:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: menudata_generic.h,v 1.5 2002/04/05 14:18:33 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: menudata_generic.h,v 1.5 2002/04/05 14:18:33 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_menudata_generic
Index: GUI/menunode.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/menunode.cpp,v
retrieving revision 1.4
diff -u -r1.4 menunode.cpp
--- GUI/menunode.cpp 6 Apr 2002 11:10:55 -0000 1.4
+++ GUI/menunode.cpp 20 Jul 2003 11:45:18 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: menunode.cpp,v 1.4 2002/04/06 11:10:55 grumbel Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: menunode.cpp,v 1.4 2002/04/06 11:10:55 grumbel Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/menunode_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/menunode_generic.cpp,v
retrieving revision 1.8
diff -u -r1.8 menunode_generic.cpp
--- GUI/menunode_generic.cpp 1 Aug 2002 10:39:24 -0000 1.8
+++ GUI/menunode_generic.cpp 20 Jul 2003 11:45:18 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: menunode_generic.cpp,v 1.8 2002/08/01 10:39:24 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: menunode_generic.cpp,v 1.8 2002/08/01 10:39:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/menunode_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/menunode_generic.h,v
retrieving revision 1.6
diff -u -r1.6 menunode_generic.h
--- GUI/menunode_generic.h 1 Aug 2002 10:39:24 -0000 1.6
+++ GUI/menunode_generic.h 20 Jul 2003 11:45:18 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: menunode_generic.h,v 1.6 2002/08/01 10:39:24 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: menunode_generic.h,v 1.6 2002/08/01 10:39:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_menunode_generic
Index: GUI/messagebox.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/messagebox.cpp,v
retrieving revision 1.17
diff -u -r1.17 messagebox.cpp
--- GUI/messagebox.cpp 25 Feb 2003 21:08:37 -0000 1.17
+++ GUI/messagebox.cpp 20 Jul 2003 11:45:18 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: messagebox.cpp,v 1.17 2003/02/25 21:08:37 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: messagebox.cpp,v 1.17 2003/02/25 21:08:37 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/messagebox_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/messagebox_generic.cpp,v
retrieving revision 1.34
diff -u -r1.34 messagebox_generic.cpp
--- GUI/messagebox_generic.cpp 1 Jun 2003 16:47:41 -0000 1.34
+++ GUI/messagebox_generic.cpp 20 Jul 2003 11:45:19 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: messagebox_generic.cpp,v 1.34 2003/06/01 16:47:41 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: messagebox_generic.cpp,v 1.34 2003/06/01 16:47:41 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/messagebox_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/messagebox_generic.h,v
retrieving revision 1.12
diff -u -r1.12 messagebox_generic.h
--- GUI/messagebox_generic.h 25 Feb 2003 20:47:27 -0000 1.12
+++ GUI/messagebox_generic.h 20 Jul 2003 11:45:19 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: messagebox_generic.h,v 1.12 2003/02/25 20:47:27 sphair Exp $
+/* $Id: messagebox_generic.h,v 1.12 2003/02/25 20:47:27 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/popupmenu.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/popupmenu.cpp,v
retrieving revision 1.34
diff -u -r1.34 popupmenu.cpp
--- GUI/popupmenu.cpp 5 Dec 2002 00:01:25 -0000 1.34
+++ GUI/popupmenu.cpp 20 Jul 2003 11:45:19 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: popupmenu.cpp,v 1.34 2002/12/05 00:01:25 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: popupmenu.cpp,v 1.34 2002/12/05 00:01:25 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/popupmenu_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/popupmenu_generic.cpp,v
retrieving revision 1.24
diff -u -r1.24 popupmenu_generic.cpp
--- GUI/popupmenu_generic.cpp 19 Jan 2003 19:19:12 -0000 1.24
+++ GUI/popupmenu_generic.cpp 20 Jul 2003 11:45:19 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: popupmenu_generic.cpp,v 1.24 2003/01/19 19:19:12 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: popupmenu_generic.cpp,v 1.24 2003/01/19 19:19:12 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/popupmenu_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/popupmenu_generic.h,v
retrieving revision 1.16
diff -u -r1.16 popupmenu_generic.h
--- GUI/popupmenu_generic.h 5 Dec 2002 00:01:25 -0000 1.16
+++ GUI/popupmenu_generic.h 20 Jul 2003 11:45:19 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: popupmenu_generic.h,v 1.16 2002/12/05 00:01:25 sphair Exp $
+/* $Id: popupmenu_generic.h,v 1.16 2002/12/05 00:01:25 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/precomp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/precomp.cpp,v
retrieving revision 1.2
diff -u -r1.2 precomp.cpp
--- GUI/precomp.cpp 6 Apr 2002 11:10:55 -0000 1.2
+++ GUI/precomp.cpp 20 Jul 2003 11:45:19 -0000
@@ -1 +1,21 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/precomp.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/precomp.h,v
retrieving revision 1.14
diff -u -r1.14 precomp.h
--- GUI/precomp.h 16 Feb 2003 11:50:08 -0000 1.14
+++ GUI/precomp.h 20 Jul 2003 11:45:20 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_precomp_gui
#define header_precomp_gui
Index: GUI/progressbar.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/progressbar.cpp,v
retrieving revision 1.9
diff -u -r1.9 progressbar.cpp
--- GUI/progressbar.cpp 23 Feb 2003 14:50:45 -0000 1.9
+++ GUI/progressbar.cpp 20 Jul 2003 11:45:20 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: progressbar.cpp,v 1.9 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: progressbar.cpp,v 1.9 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/progressbar_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/progressbar_generic.cpp,v
retrieving revision 1.8
diff -u -r1.8 progressbar_generic.cpp
--- GUI/progressbar_generic.cpp 8 Aug 2002 11:28:02 -0000 1.8
+++ GUI/progressbar_generic.cpp 20 Jul 2003 11:45:20 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: progressbar_generic.cpp,v 1.8 2002/08/08 11:28:02 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: progressbar_generic.cpp,v 1.8 2002/08/08 11:28:02 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/progressbar_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/progressbar_generic.h,v
retrieving revision 1.7
diff -u -r1.7 progressbar_generic.h
--- GUI/progressbar_generic.h 1 Aug 2002 10:39:24 -0000 1.7
+++ GUI/progressbar_generic.h 20 Jul 2003 11:45:20 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: progressbar_generic.h,v 1.7 2002/08/01 10:39:24 sphair Exp $
+/* $Id: progressbar_generic.h,v 1.7 2002/08/01 10:39:24 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/radiobutton.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/radiobutton.cpp,v
retrieving revision 1.9
diff -u -r1.9 radiobutton.cpp
--- GUI/radiobutton.cpp 23 Feb 2003 14:50:45 -0000 1.9
+++ GUI/radiobutton.cpp 20 Jul 2003 11:45:20 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: radiobutton.cpp,v 1.9 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: radiobutton.cpp,v 1.9 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/radiogroup.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/radiogroup.cpp,v
retrieving revision 1.4
diff -u -r1.4 radiogroup.cpp
--- GUI/radiogroup.cpp 6 Aug 2002 17:04:30 -0000 1.4
+++ GUI/radiogroup.cpp 20 Jul 2003 11:45:20 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: radiogroup.cpp,v 1.4 2002/08/06 17:04:30 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: radiogroup.cpp,v 1.4 2002/08/06 17:04:30 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/radiogroup_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/radiogroup_generic.cpp,v
retrieving revision 1.7
diff -u -r1.7 radiogroup_generic.cpp
--- GUI/radiogroup_generic.cpp 6 Aug 2002 17:04:30 -0000 1.7
+++ GUI/radiogroup_generic.cpp 20 Jul 2003 11:45:20 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: radiogroup_generic.cpp,v 1.7 2002/08/06 17:04:30 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: radiogroup_generic.cpp,v 1.7 2002/08/06 17:04:30 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/radiogroup_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/radiogroup_generic.h,v
retrieving revision 1.5
diff -u -r1.5 radiogroup_generic.h
--- GUI/radiogroup_generic.h 6 Aug 2002 17:04:30 -0000 1.5
+++ GUI/radiogroup_generic.h 20 Jul 2003 11:45:20 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: radiogroup_generic.h,v 1.5 2002/08/06 17:04:30 sphair Exp $
+/* $Id: radiogroup_generic.h,v 1.5 2002/08/06 17:04:30 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/scrollbar.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/scrollbar.cpp,v
retrieving revision 1.49
diff -u -r1.49 scrollbar.cpp
--- GUI/scrollbar.cpp 23 Feb 2003 14:50:45 -0000 1.49
+++ GUI/scrollbar.cpp 20 Jul 2003 11:45:21 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: scrollbar.cpp,v 1.49 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: scrollbar.cpp,v 1.49 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/scrollbar_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/scrollbar_generic.cpp,v
retrieving revision 1.57
diff -u -r1.57 scrollbar_generic.cpp
--- GUI/scrollbar_generic.cpp 14 Feb 2003 19:47:35 -0000 1.57
+++ GUI/scrollbar_generic.cpp 20 Jul 2003 11:45:21 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: scrollbar_generic.cpp,v 1.57 2003/02/14 19:47:35 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: scrollbar_generic.cpp,v 1.57 2003/02/14 19:47:35 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/scrollbar_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/scrollbar_generic.h,v
retrieving revision 1.33
diff -u -r1.33 scrollbar_generic.h
--- GUI/scrollbar_generic.h 14 Feb 2003 19:47:35 -0000 1.33
+++ GUI/scrollbar_generic.h 20 Jul 2003 11:45:21 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: scrollbar_generic.h,v 1.33 2003/02/14 19:47:35 sphair Exp $
+/* $Id: scrollbar_generic.h,v 1.33 2003/02/14 19:47:35 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/setupgui.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/setupgui.cpp,v
retrieving revision 1.34
diff -u -r1.34 setupgui.cpp
--- GUI/setupgui.cpp 18 Feb 2003 14:25:10 -0000 1.34
+++ GUI/setupgui.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: setupgui.cpp,v 1.34 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: setupgui.cpp,v 1.34 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/stylemanager.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/stylemanager.cpp,v
retrieving revision 1.4
diff -u -r1.4 stylemanager.cpp
--- GUI/stylemanager.cpp 8 Aug 2002 12:34:01 -0000 1.4
+++ GUI/stylemanager.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: stylemanager.cpp,v 1.4 2002/08/08 12:34:01 mbn Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: stylemanager.cpp,v 1.4 2002/08/08 12:34:01 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treeitem.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeitem.cpp,v
retrieving revision 1.3
diff -u -r1.3 treeitem.cpp
--- GUI/treeitem.cpp 23 Feb 2003 14:50:45 -0000 1.3
+++ GUI/treeitem.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeitem.cpp,v 1.3 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeitem.cpp,v 1.3 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treeitem_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeitem_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 treeitem_generic.cpp
--- GUI/treeitem_generic.cpp 1 Aug 2002 10:39:24 -0000 1.3
+++ GUI/treeitem_generic.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeitem_generic.cpp,v 1.3 2002/08/01 10:39:24 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeitem_generic.cpp,v 1.3 2002/08/01 10:39:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treeitem_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeitem_generic.h,v
retrieving revision 1.3
diff -u -r1.3 treeitem_generic.h
--- GUI/treeitem_generic.h 1 Aug 2002 10:39:24 -0000 1.3
+++ GUI/treeitem_generic.h 20 Jul 2003 11:45:22 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: treeitem_generic.h,v 1.3 2002/08/01 10:39:24 sphair Exp $
+/* $Id: treeitem_generic.h,v 1.3 2002/08/01 10:39:24 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/treenode.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treenode.cpp,v
retrieving revision 1.2
diff -u -r1.2 treenode.cpp
--- GUI/treenode.cpp 1 Mar 2002 22:19:09 -0000 1.2
+++ GUI/treenode.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treenode.cpp,v 1.2 2002/03/01 22:19:09 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treenode.cpp,v 1.2 2002/03/01 22:19:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treenode_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treenode_generic.cpp,v
retrieving revision 1.5
diff -u -r1.5 treenode_generic.cpp
--- GUI/treenode_generic.cpp 1 Aug 2002 10:39:24 -0000 1.5
+++ GUI/treenode_generic.cpp 20 Jul 2003 11:45:22 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treenode_generic.cpp,v 1.5 2002/08/01 10:39:24 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treenode_generic.cpp,v 1.5 2002/08/01 10:39:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treenode_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treenode_generic.h,v
retrieving revision 1.6
diff -u -r1.6 treenode_generic.h
--- GUI/treenode_generic.h 1 Aug 2002 10:39:24 -0000 1.6
+++ GUI/treenode_generic.h 20 Jul 2003 11:45:23 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: treenode_generic.h,v 1.6 2002/08/01 10:39:24 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: treenode_generic.h,v 1.6 2002/08/01 10:39:24 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! clanGUI="Controls"
Index: GUI/treeview.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeview.cpp,v
retrieving revision 1.19
diff -u -r1.19 treeview.cpp
--- GUI/treeview.cpp 23 Feb 2003 14:50:45 -0000 1.19
+++ GUI/treeview.cpp 20 Jul 2003 11:45:23 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeview.cpp,v 1.19 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeview.cpp,v 1.19 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treeview_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeview_generic.cpp,v
retrieving revision 1.14
diff -u -r1.14 treeview_generic.cpp
--- GUI/treeview_generic.cpp 5 Dec 2002 00:01:25 -0000 1.14
+++ GUI/treeview_generic.cpp 20 Jul 2003 11:45:23 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeview_generic.cpp,v 1.14 2002/12/05 00:01:25 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeview_generic.cpp,v 1.14 2002/12/05 00:01:25 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/treeview_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/treeview_generic.h,v
retrieving revision 1.12
diff -u -r1.12 treeview_generic.h
--- GUI/treeview_generic.h 5 Dec 2002 00:01:25 -0000 1.12
+++ GUI/treeview_generic.h 20 Jul 2003 11:45:23 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: treeview_generic.h,v 1.12 2002/12/05 00:01:25 sphair Exp $
+/* $Id: treeview_generic.h,v 1.12 2002/12/05 00:01:25 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUI/window.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/window.cpp,v
retrieving revision 1.24
diff -u -r1.24 window.cpp
--- GUI/window.cpp 23 Feb 2003 14:50:45 -0000 1.24
+++ GUI/window.cpp 20 Jul 2003 11:45:23 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: window.cpp,v 1.24 2003/02/23 14:50:45 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: window.cpp,v 1.24 2003/02/23 14:50:45 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/window_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/window_generic.cpp,v
retrieving revision 1.22
diff -u -r1.22 window_generic.cpp
--- GUI/window_generic.cpp 15 Feb 2003 12:36:34 -0000 1.22
+++ GUI/window_generic.cpp 20 Jul 2003 11:45:23 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: window_generic.cpp,v 1.22 2003/02/15 12:36:34 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: window_generic.cpp,v 1.22 2003/02/15 12:36:34 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "precomp.h"
Index: GUI/window_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUI/window_generic.h,v
retrieving revision 1.13
diff -u -r1.13 window_generic.h
--- GUI/window_generic.h 14 Feb 2003 18:31:48 -0000 1.13
+++ GUI/window_generic.h 20 Jul 2003 11:45:23 -0000
@@ -1,5 +1,4 @@
-/*
- $Id: window_generic.h,v 1.13 2003/02/14 18:31:48 sphair Exp $
+/* $Id: window_generic.h,v 1.13 2003/02/14 18:31:48 sphair Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
Index: GUIStyleBoring/button_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/button_boring.cpp,v
retrieving revision 1.2
diff -u -r1.2 button_boring.cpp
--- GUIStyleBoring/button_boring.cpp 23 Feb 2003 18:32:47 -0000 1.2
+++ GUIStyleBoring/button_boring.cpp 20 Jul 2003 11:45:24 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: button_boring.cpp,v 1.2 2003/02/23 18:32:47 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: button_boring.cpp,v 1.2 2003/02/23 18:32:47 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/checkbox_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/checkbox_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 checkbox_boring.cpp
--- GUIStyleBoring/checkbox_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/checkbox_boring.cpp 20 Jul 2003 11:45:24 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: checkbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: checkbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/frame_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/frame_boring.cpp,v
retrieving revision 1.2
diff -u -r1.2 frame_boring.cpp
--- GUIStyleBoring/frame_boring.cpp 18 Feb 2003 15:31:58 -0000 1.2
+++ GUIStyleBoring/frame_boring.cpp 20 Jul 2003 11:45:24 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: frame_boring.cpp,v 1.2 2003/02/18 15:31:58 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: frame_boring.cpp,v 1.2 2003/02/18 15:31:58 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/image_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/image_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 image_boring.cpp
--- GUIStyleBoring/image_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/image_boring.cpp 20 Jul 2003 11:45:24 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: image_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: image_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/inputbox_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/inputbox_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 inputbox_boring.cpp
--- GUIStyleBoring/inputbox_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/inputbox_boring.cpp 20 Jul 2003 11:45:25 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleBoring/label_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/label_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 label_boring.cpp
--- GUIStyleBoring/label_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/label_boring.cpp 20 Jul 2003 11:45:25 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: label_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: label_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleBoring/listbox_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/listbox_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 listbox_boring.cpp
--- GUIStyleBoring/listbox_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/listbox_boring.cpp 20 Jul 2003 11:45:25 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: listbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: listbox_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleBoring/popupmenu_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/popupmenu_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 popupmenu_boring.cpp
--- GUIStyleBoring/popupmenu_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/popupmenu_boring.cpp 20 Jul 2003 11:45:25 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: popupmenu_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: popupmenu_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleBoring/progressbar_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/progressbar_boring.cpp,v
retrieving revision 1.2
diff -u -r1.2 progressbar_boring.cpp
--- GUIStyleBoring/progressbar_boring.cpp 18 Feb 2003 15:31:58 -0000 1.2
+++ GUIStyleBoring/progressbar_boring.cpp 20 Jul 2003 11:45:25 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: progressbar_boring.cpp,v 1.2 2003/02/18 15:31:58 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: progressbar_boring.cpp,v 1.2 2003/02/18 15:31:58 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/radiobutton_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/radiobutton_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 radiobutton_boring.cpp
--- GUIStyleBoring/radiobutton_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/radiobutton_boring.cpp 20 Jul 2003 11:45:26 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: radiobutton_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: radiobutton_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/scrollbar_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/scrollbar_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 scrollbar_boring.cpp
--- GUIStyleBoring/scrollbar_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/scrollbar_boring.cpp 20 Jul 2003 11:45:26 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: scrollbar_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: scrollbar_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleBoring/stylemanager_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/stylemanager_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 stylemanager_boring.cpp
--- GUIStyleBoring/stylemanager_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/stylemanager_boring.cpp 20 Jul 2003 11:45:26 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: stylemanager_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: stylemanager_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleBoring/treeitem_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/treeitem_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 treeitem_boring.cpp
--- GUIStyleBoring/treeitem_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/treeitem_boring.cpp 20 Jul 2003 11:45:26 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeitem_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeitem_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleBoring/treeview_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/treeview_boring.cpp,v
retrieving revision 1.1
diff -u -r1.1 treeview_boring.cpp
--- GUIStyleBoring/treeview_boring.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleBoring/treeview_boring.cpp 20 Jul 2003 11:45:27 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: treeview_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: treeview_boring.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleBoring/window_boring.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleBoring/window_boring.cpp,v
retrieving revision 1.2
diff -u -r1.2 window_boring.cpp
--- GUIStyleBoring/window_boring.cpp 18 Feb 2003 22:00:55 -0000 1.2
+++ GUIStyleBoring/window_boring.cpp 20 Jul 2003 11:45:27 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: window_boring.cpp,v 1.2 2003/02/18 22:00:55 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: window_boring.cpp,v 1.2 2003/02/18 22:00:55 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleSilver/button_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/button_silver.cpp,v
retrieving revision 1.8
diff -u -r1.8 button_silver.cpp
--- GUIStyleSilver/button_silver.cpp 23 Feb 2003 20:18:55 -0000 1.8
+++ GUIStyleSilver/button_silver.cpp 20 Jul 2003 11:45:27 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: button_silver.cpp,v 1.8 2003/02/23 20:18:55 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: button_silver.cpp,v 1.8 2003/02/23 20:18:55 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleSilver/checkbox_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/checkbox_silver.cpp,v
retrieving revision 1.3
diff -u -r1.3 checkbox_silver.cpp
--- GUIStyleSilver/checkbox_silver.cpp 18 Feb 2003 21:01:31 -0000 1.3
+++ GUIStyleSilver/checkbox_silver.cpp 20 Jul 2003 11:45:28 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: checkbox_silver.cpp,v 1.3 2003/02/18 21:01:31 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: checkbox_silver.cpp,v 1.3 2003/02/18 21:01:31 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleSilver/frame_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/frame_silver.cpp,v
retrieving revision 1.2
diff -u -r1.2 frame_silver.cpp
--- GUIStyleSilver/frame_silver.cpp 18 Feb 2003 15:31:59 -0000 1.2
+++ GUIStyleSilver/frame_silver.cpp 20 Jul 2003 11:45:28 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: frame_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: frame_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleSilver/image_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/image_silver.cpp,v
retrieving revision 1.1
diff -u -r1.1 image_silver.cpp
--- GUIStyleSilver/image_silver.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleSilver/image_silver.cpp 20 Jul 2003 11:45:28 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: image_silver.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: image_silver.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleSilver/inputbox_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/inputbox_silver.cpp,v
retrieving revision 1.8
diff -u -r1.8 inputbox_silver.cpp
--- GUIStyleSilver/inputbox_silver.cpp 2 Mar 2003 16:58:08 -0000 1.8
+++ GUIStyleSilver/inputbox_silver.cpp 20 Jul 2003 11:45:28 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: inputbox_silver.cpp,v 1.8 2003/03/02 16:58:08 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: inputbox_silver.cpp,v 1.8 2003/03/02 16:58:08 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleSilver/label_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/label_silver.cpp,v
retrieving revision 1.1
diff -u -r1.1 label_silver.cpp
--- GUIStyleSilver/label_silver.cpp 18 Feb 2003 14:25:10 -0000 1.1
+++ GUIStyleSilver/label_silver.cpp 20 Jul 2003 11:45:29 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: label_silver.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: label_silver.cpp,v 1.1 2003/02/18 14:25:10 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleSilver/listbox_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/listbox_silver.cpp,v
retrieving revision 1.4
diff -u -r1.4 listbox_silver.cpp
--- GUIStyleSilver/listbox_silver.cpp 23 Feb 2003 17:22:54 -0000 1.4
+++ GUIStyleSilver/listbox_silver.cpp 20 Jul 2003 11:45:29 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: listbox_silver.cpp,v 1.4 2003/02/23 17:22:54 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: listbox_silver.cpp,v 1.4 2003/02/23 17:22:54 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/font.h"
Index: GUIStyleSilver/progressbar_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/progressbar_silver.cpp,v
retrieving revision 1.4
diff -u -r1.4 progressbar_silver.cpp
--- GUIStyleSilver/progressbar_silver.cpp 23 Feb 2003 20:32:09 -0000 1.4
+++ GUIStyleSilver/progressbar_silver.cpp 20 Jul 2003 11:45:29 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: progressbar_silver.cpp,v 1.4 2003/02/23 20:32:09 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: progressbar_silver.cpp,v 1.4 2003/02/23 20:32:09 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleSilver/radiobutton_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/radiobutton_silver.cpp,v
retrieving revision 1.2
diff -u -r1.2 radiobutton_silver.cpp
--- GUIStyleSilver/radiobutton_silver.cpp 18 Feb 2003 15:31:59 -0000 1.2
+++ GUIStyleSilver/radiobutton_silver.cpp 20 Jul 2003 11:45:29 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: radiobutton_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: radiobutton_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/surface.h"
Index: GUIStyleSilver/scrollbar_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/scrollbar_silver.cpp,v
retrieving revision 1.4
diff -u -r1.4 scrollbar_silver.cpp
--- GUIStyleSilver/scrollbar_silver.cpp 18 Feb 2003 21:45:51 -0000 1.4
+++ GUIStyleSilver/scrollbar_silver.cpp 20 Jul 2003 11:45:30 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: scrollbar_silver.cpp,v 1.4 2003/02/18 21:45:51 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: scrollbar_silver.cpp,v 1.4 2003/02/18 21:45:51 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleSilver/stylemanager_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/stylemanager_silver.cpp,v
retrieving revision 1.2
diff -u -r1.2 stylemanager_silver.cpp
--- GUIStyleSilver/stylemanager_silver.cpp 18 Feb 2003 15:31:59 -0000 1.2
+++ GUIStyleSilver/stylemanager_silver.cpp 20 Jul 2003 11:45:30 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: stylemanager_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: stylemanager_silver.cpp,v 1.2 2003/02/18 15:31:59 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: GUIStyleSilver/window_silver.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/GUIStyleSilver/window_silver.cpp,v
retrieving revision 1.6
diff -u -r1.6 window_silver.cpp
--- GUIStyleSilver/window_silver.cpp 23 Feb 2003 20:18:55 -0000 1.6
+++ GUIStyleSilver/window_silver.cpp 20 Jul 2003 11:45:30 -0000
@@ -1,11 +1,23 @@
-/*
- $Id: window_silver.cpp,v 1.6 2003/02/23 20:18:55 sphair Exp $
-
- ClanGUI, copyrights by various people. Have a look in the CREDITS file.
-
- This sourcecode is distributed using the Library GNU Public Licence,
- version 2 or (at your option) any later version. Please read LICENSE
- for details.
+/* $Id: window_silver.cpp,v 1.6 2003/02/23 20:18:55 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Display/display.h"
Index: JavaScript/js_arguments.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/JavaScript/js_arguments.cpp,v
retrieving revision 1.1
diff -u -r1.1 js_arguments.cpp
--- JavaScript/js_arguments.cpp 21 Nov 2001 13:16:41 -0000 1.1
+++ JavaScript/js_arguments.cpp 20 Jul 2003 11:45:30 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/JavaScript/js_arguments.h"
Index: JavaScript/js_context.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/JavaScript/js_context.cpp,v
retrieving revision 1.1
diff -u -r1.1 js_context.cpp
--- JavaScript/js_context.cpp 21 Nov 2001 13:16:41 -0000 1.1
+++ JavaScript/js_context.cpp 20 Jul 2003 11:45:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/JavaScript/js_context.h"
#include "API/JavaScript/js_runtime.h"
Index: JavaScript/js_object.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/JavaScript/js_object.cpp,v
retrieving revision 1.2
diff -u -r1.2 js_object.cpp
--- JavaScript/js_object.cpp 13 Nov 2002 10:31:50 -0000 1.2
+++ JavaScript/js_object.cpp 20 Jul 2003 11:45:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/JavaScript/js_object.h"
#include "API/JavaScript/js_context.h"
Index: JavaScript/js_runtime.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/JavaScript/js_runtime.cpp,v
retrieving revision 1.1
diff -u -r1.1 js_runtime.cpp
--- JavaScript/js_runtime.cpp 21 Nov 2001 13:16:41 -0000 1.1
+++ JavaScript/js_runtime.cpp 20 Jul 2003 11:45:31 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/JavaScript/js_runtime.h"
Index: JavaScript/js_value.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/JavaScript/js_value.cpp,v
retrieving revision 1.1
diff -u -r1.1 js_value.cpp
--- JavaScript/js_value.cpp 21 Nov 2001 13:16:41 -0000 1.1
+++ JavaScript/js_value.cpp 20 Jul 2003 11:45:32 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/JavaScript/js_value.h"
#include "API/JavaScript/js_object.h"
Index: MikMod/module_reader.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/module_reader.cpp,v
retrieving revision 1.2
diff -u -r1.2 module_reader.cpp
--- MikMod/module_reader.cpp 13 Mar 2001 21:43:02 -0000 1.2
+++ MikMod/module_reader.cpp 20 Jul 2003 11:45:32 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: module_reader.cpp,v 1.2 2001/03/13 21:43:02 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: module_reader.cpp,v 1.2 2001/03/13 21:43:02 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Module reader for MikMod
Index: MikMod/module_reader.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/module_reader.h,v
retrieving revision 1.5
diff -u -r1.5 module_reader.h
--- MikMod/module_reader.h 18 May 2003 09:55:01 -0000 1.5
+++ MikMod/module_reader.h 20 Jul 2003 11:45:32 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: module_reader.h,v 1.5 2003/05/18 09:55:01 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: module_reader.h,v 1.5 2003/05/18 09:55:01 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_module_reader
Index: MikMod/setupmikmod.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/setupmikmod.cpp,v
retrieving revision 1.10
diff -u -r1.10 setupmikmod.cpp
--- MikMod/setupmikmod.cpp 20 Apr 2003 12:43:00 -0000 1.10
+++ MikMod/setupmikmod.cpp 20 Jul 2003 11:45:32 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: setupmikmod.cpp,v 1.10 2003/04/20 12:43:00 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: setupmikmod.cpp,v 1.10 2003/04/20 12:43:00 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/MikMod/setupmikmod.h"
Index: MikMod/soundprovider_mikmod.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/soundprovider_mikmod.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_mikmod.cpp
--- MikMod/soundprovider_mikmod.cpp 20 Apr 2003 12:29:49 -0000 1.1
+++ MikMod/soundprovider_mikmod.cpp 20 Jul 2003 11:45:32 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: soundprovider_mikmod.cpp,v 1.1 2003/04/20 12:29:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: soundprovider_mikmod.cpp,v 1.1 2003/04/20 12:29:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: MikMod/soundprovider_mikmod_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/soundprovider_mikmod_generic.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_mikmod_generic.h
--- MikMod/soundprovider_mikmod_generic.h 20 Apr 2003 12:29:49 -0000 1.1
+++ MikMod/soundprovider_mikmod_generic.h 20 Jul 2003 11:45:32 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_mikmod_generic.h,v 1.1 2003/04/20 12:29:49 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_mikmod_generic.h,v 1.1 2003/04/20 12:29:49 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_mikmod_generic
Index: MikMod/soundprovider_mikmod_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/soundprovider_mikmod_session.cpp,v
retrieving revision 1.4
diff -u -r1.4 soundprovider_mikmod_session.cpp
--- MikMod/soundprovider_mikmod_session.cpp 23 Apr 2003 21:24:07 -0000 1.4
+++ MikMod/soundprovider_mikmod_session.cpp 20 Jul 2003 11:45:33 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "soundprovider_mikmod_session.h"
Index: MikMod/soundprovider_mikmod_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/MikMod/soundprovider_mikmod_session.h,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_mikmod_session.h
--- MikMod/soundprovider_mikmod_session.h 23 Apr 2003 21:19:57 -0000 1.2
+++ MikMod/soundprovider_mikmod_session.h 20 Jul 2003 11:45:33 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_mikmod_session.h,v 1.2 2003/04/23 21:19:57 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_mikmod_session.h,v 1.2 2003/04/23 21:19:57 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_mikmod_session
Index: Network/setupnetwork_unix.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/setupnetwork_unix.cpp,v
retrieving revision 1.6
diff -u -r1.6 setupnetwork_unix.cpp
--- Network/setupnetwork_unix.cpp 22 Mar 2003 04:06:00 -0000 1.6
+++ Network/setupnetwork_unix.cpp 20 Jul 2003 11:45:33 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: setupnetwork_unix.cpp,v 1.6 2003/03/22 04:06:00 mbn Exp $
+/* $Id: setupnetwork_unix.cpp,v 1.6 2003/03/22 04:06:00 mbn Exp $
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/setupnetwork.h"
Index: Network/setupnetwork_win32.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/setupnetwork_win32.cpp,v
retrieving revision 1.6
diff -u -r1.6 setupnetwork_win32.cpp
--- Network/setupnetwork_win32.cpp 28 Mar 2003 01:03:45 -0000 1.6
+++ Network/setupnetwork_win32.cpp 20 Jul 2003 11:45:33 -0000
@@ -1,14 +1,22 @@
-/*
- $Id: setupnetwork_win32.cpp,v 1.6 2003/03/28 01:03:45 mbn Exp $
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: setupnetwork_win32.cpp,v 1.6 2003/03/28 01:03:45 mbn Exp $
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_client.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_client.cpp,v
retrieving revision 1.5
diff -u -r1.5 browse_client.cpp
--- Network/Browse/browse_client.cpp 9 Aug 2002 13:06:43 -0000 1.5
+++ Network/Browse/browse_client.cpp 20 Jul 2003 11:45:33 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_client.cpp,v 1.5 2002/08/09 13:06:43 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_client.cpp,v 1.5 2002/08/09 13:06:43 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_client_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_client_generic.cpp,v
retrieving revision 1.5
diff -u -r1.5 browse_client_generic.cpp
--- Network/Browse/browse_client_generic.cpp 28 Jul 2002 16:27:24 -0000 1.5
+++ Network/Browse/browse_client_generic.cpp 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_client_generic.cpp,v 1.5 2002/07/28 16:27:24 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_client_generic.cpp,v 1.5 2002/07/28 16:27:24 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_client_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_client_generic.h,v
retrieving revision 1.6
diff -u -r1.6 browse_client_generic.h
--- Network/Browse/browse_client_generic.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Network/Browse/browse_client_generic.h 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_client_generic.h,v 1.6 2002/08/06 12:06:41 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_client_generic.h,v 1.6 2002/08/06 12:06:41 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_browse_client_generic
Index: Network/Browse/browse_master.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_master.cpp,v
retrieving revision 1.5
diff -u -r1.5 browse_master.cpp
--- Network/Browse/browse_master.cpp 28 Jul 2002 16:46:17 -0000 1.5
+++ Network/Browse/browse_master.cpp 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_master.cpp,v 1.5 2002/07/28 16:46:17 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_master.cpp,v 1.5 2002/07/28 16:46:17 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_master_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_master_generic.cpp,v
retrieving revision 1.6
diff -u -r1.6 browse_master_generic.cpp
--- Network/Browse/browse_master_generic.cpp 28 Jul 2002 16:27:24 -0000 1.6
+++ Network/Browse/browse_master_generic.cpp 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_master_generic.cpp,v 1.6 2002/07/28 16:27:24 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_master_generic.cpp,v 1.6 2002/07/28 16:27:24 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_master_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_master_generic.h,v
retrieving revision 1.7
diff -u -r1.7 browse_master_generic.h
--- Network/Browse/browse_master_generic.h 6 Aug 2002 12:06:41 -0000 1.7
+++ Network/Browse/browse_master_generic.h 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_master_generic.h,v 1.7 2002/08/06 12:06:41 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_master_generic.h,v 1.7 2002/08/06 12:06:41 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_browse_master_generic
Index: Network/Browse/browse_server.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_server.cpp,v
retrieving revision 1.4
diff -u -r1.4 browse_server.cpp
--- Network/Browse/browse_server.cpp 1 Apr 2002 18:56:20 -0000 1.4
+++ Network/Browse/browse_server.cpp 20 Jul 2003 11:45:34 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_server.cpp,v 1.4 2002/04/01 18:56:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_server.cpp,v 1.4 2002/04/01 18:56:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_server_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_server_generic.cpp,v
retrieving revision 1.4
diff -u -r1.4 browse_server_generic.cpp
--- Network/Browse/browse_server_generic.cpp 28 Jul 2002 16:27:24 -0000 1.4
+++ Network/Browse/browse_server_generic.cpp 20 Jul 2003 11:45:35 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_server_generic.cpp,v 1.4 2002/07/28 16:27:24 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_server_generic.cpp,v 1.4 2002/07/28 16:27:24 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Browse/browse_server_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/browse_server_generic.h,v
retrieving revision 1.6
diff -u -r1.6 browse_server_generic.h
--- Network/Browse/browse_server_generic.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Network/Browse/browse_server_generic.h 20 Jul 2003 11:45:35 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: browse_server_generic.h,v 1.6 2002/08/06 12:06:41 sphair Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: browse_server_generic.h,v 1.6 2002/08/06 12:06:41 sphair Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_browse_server_generic
Index: Network/Browse/server_database.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/server_database.cpp,v
retrieving revision 1.1
diff -u -r1.1 server_database.cpp
--- Network/Browse/server_database.cpp 28 Jul 2002 16:27:24 -0000 1.1
+++ Network/Browse/server_database.cpp 20 Jul 2003 11:45:35 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
#ifdef WIN32
#pragma warning(disable : 4786)
Index: Network/Browse/server_database.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Browse/server_database.h,v
retrieving revision 1.1
diff -u -r1.1 server_database.h
--- Network/Browse/server_database.h 28 Jul 2002 16:27:24 -0000 1.1
+++ Network/Browse/server_database.h 20 Jul 2003 11:45:35 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_server_database
#define header_server_database
Index: Network/IRC/irc_connection.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/IRC/irc_connection.cpp,v
retrieving revision 1.4
diff -u -r1.4 irc_connection.cpp
--- Network/IRC/irc_connection.cpp 9 Aug 2002 13:06:43 -0000 1.4
+++ Network/IRC/irc_connection.cpp 20 Jul 2003 11:45:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/IRC/irc_connection.h"
#include "irc_connection_generic.h"
Index: Network/IRC/irc_connection_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/IRC/irc_connection_generic.cpp,v
retrieving revision 1.1
diff -u -r1.1 irc_connection_generic.cpp
--- Network/IRC/irc_connection_generic.cpp 9 Jun 2002 00:28:04 -0000 1.1
+++ Network/IRC/irc_connection_generic.cpp 20 Jul 2003 11:45:36 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "irc_connection_generic.h"
Index: Network/IRC/irc_connection_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/IRC/irc_connection_generic.h,v
retrieving revision 1.4
diff -u -r1.4 irc_connection_generic.h
--- Network/IRC/irc_connection_generic.h 6 Aug 2002 12:06:41 -0000 1.4
+++ Network/IRC/irc_connection_generic.h 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_irc_connection_generic
#define header_irc_connection_generic
Index: Network/NetObjects/netobject_client.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_client.cpp,v
retrieving revision 1.5
diff -u -r1.5 netobject_client.cpp
--- Network/NetObjects/netobject_client.cpp 9 Aug 2002 13:06:43 -0000 1.5
+++ Network/NetObjects/netobject_client.cpp 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetObjects/netobject_client.h"
#include "API/Network/NetObjects/netobject_controller.h"
Index: Network/NetObjects/netobject_client_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_client_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 netobject_client_generic.cpp
--- Network/NetObjects/netobject_client_generic.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/NetObjects/netobject_client_generic.cpp 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/netpacket.h"
#include "netobject_client_generic.h"
Index: Network/NetObjects/netobject_client_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_client_generic.h,v
retrieving revision 1.6
diff -u -r1.6 netobject_client_generic.h
--- Network/NetObjects/netobject_client_generic.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Network/NetObjects/netobject_client_generic.h 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netobject_client_generic
#define header_netobject_client_generic
Index: Network/NetObjects/netobject_controller.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_controller.cpp,v
retrieving revision 1.5
diff -u -r1.5 netobject_controller.cpp
--- Network/NetObjects/netobject_controller.cpp 9 Aug 2002 13:06:43 -0000 1.5
+++ Network/NetObjects/netobject_controller.cpp 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetObjects/netobject_controller.h"
#include "netobject_controller_generic.h"
Index: Network/NetObjects/netobject_controller_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_controller_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 netobject_controller_generic.cpp
--- Network/NetObjects/netobject_controller_generic.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/NetObjects/netobject_controller_generic.cpp 20 Jul 2003 11:45:37 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "netobject_controller_generic.h"
#include "netobject_server_generic.h"
Index: Network/NetObjects/netobject_controller_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_controller_generic.h,v
retrieving revision 1.7
diff -u -r1.7 netobject_controller_generic.h
--- Network/NetObjects/netobject_controller_generic.h 6 Aug 2002 12:06:41 -0000 1.7
+++ Network/NetObjects/netobject_controller_generic.h 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netobject_controller_generic
#define header_netobject_controller_generic
Index: Network/NetObjects/netobject_server.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_server.cpp,v
retrieving revision 1.6
diff -u -r1.6 netobject_server.cpp
--- Network/NetObjects/netobject_server.cpp 9 Aug 2002 13:06:43 -0000 1.6
+++ Network/NetObjects/netobject_server.cpp 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetObjects/netobject_server.h"
#include "API/Network/NetObjects/netobject_controller.h"
Index: Network/NetObjects/netobject_server_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_server_generic.cpp,v
retrieving revision 1.4
diff -u -r1.4 netobject_server_generic.cpp
--- Network/NetObjects/netobject_server_generic.cpp 1 Apr 2002 18:56:20 -0000 1.4
+++ Network/NetObjects/netobject_server_generic.cpp 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "netobject_server_generic.h"
#include "netobject_controller_generic.h"
Index: Network/NetObjects/netobject_server_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetObjects/netobject_server_generic.h,v
retrieving revision 1.6
diff -u -r1.6 netobject_server_generic.h
--- Network/NetObjects/netobject_server_generic.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Network/NetObjects/netobject_server_generic.h 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netobject_server_generic
#define header_netobject_server_generic
Index: Network/NetSession/inputsource_netpacket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/inputsource_netpacket.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputsource_netpacket.cpp
--- Network/NetSession/inputsource_netpacket.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/NetSession/inputsource_netpacket.cpp 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Core/System/cl_assert.h"
#include "API/Network/NetSession/inputsource_netpacket.h"
Index: Network/NetSession/inputsource_netpacket_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/inputsource_netpacket_generic.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 inputsource_netpacket_generic.cpp
--- Network/NetSession/inputsource_netpacket_generic.cpp 6 Dec 2001 14:20:11 -0000 1.1.1.1
+++ Network/NetSession/inputsource_netpacket_generic.cpp 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "inputsource_netpacket_generic.h"
#include "netpacket_generic.h"
Index: Network/NetSession/inputsource_netpacket_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/inputsource_netpacket_generic.h,v
retrieving revision 1.2
diff -u -r1.2 inputsource_netpacket_generic.h
--- Network/NetSession/inputsource_netpacket_generic.h 6 Aug 2002 12:06:41 -0000 1.2
+++ Network/NetSession/inputsource_netpacket_generic.h 20 Jul 2003 11:45:38 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_inputsource_netpacket_generic
#define header_inputsource_netpacket_generic
Index: Network/NetSession/inputsource_netstream.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/inputsource_netstream.cpp,v
retrieving revision 1.3
diff -u -r1.3 inputsource_netstream.cpp
--- Network/NetSession/inputsource_netstream.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/NetSession/inputsource_netstream.cpp 20 Jul 2003 11:45:39 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_netstream.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_netstream.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/inputsource_netstream.h"
Index: Network/NetSession/netcomputer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netcomputer.cpp,v
retrieving revision 1.9
diff -u -r1.9 netcomputer.cpp
--- Network/NetSession/netcomputer.cpp 2 Dec 2002 00:34:35 -0000 1.9
+++ Network/NetSession/netcomputer.cpp 20 Jul 2003 11:45:39 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Core/System/error.h"
#include "API/Network/NetSession/netcomputer.h"
Index: Network/NetSession/netcomputer_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netcomputer_generic.cpp,v
retrieving revision 1.15
diff -u -r1.15 netcomputer_generic.cpp
--- Network/NetSession/netcomputer_generic.cpp 14 Dec 2002 22:50:53 -0000 1.15
+++ Network/NetSession/netcomputer_generic.cpp 20 Jul 2003 11:45:39 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "netcomputer_generic.h"
#include "netstream_generic.h"
Index: Network/NetSession/netcomputer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netcomputer_generic.h,v
retrieving revision 1.14
diff -u -r1.14 netcomputer_generic.h
--- Network/NetSession/netcomputer_generic.h 2 Dec 2002 00:34:35 -0000 1.14
+++ Network/NetSession/netcomputer_generic.h 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netcomputer_generic
#define header_netcomputer_generic
Index: Network/NetSession/netgroup.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netgroup.cpp,v
retrieving revision 1.2
diff -u -r1.2 netgroup.cpp
--- Network/NetSession/netgroup.cpp 1 Apr 2002 18:56:20 -0000 1.2
+++ Network/NetSession/netgroup.cpp 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/netgroup.h"
#include "API/Network/NetSession/netcomputer.h"
Index: Network/NetSession/netpacket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netpacket.cpp,v
retrieving revision 1.7
diff -u -r1.7 netpacket.cpp
--- Network/NetSession/netpacket.cpp 1 Apr 2002 18:56:20 -0000 1.7
+++ Network/NetSession/netpacket.cpp 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/netpacket.h"
#include "API/Network/NetSession/netcomputer.h"
Index: Network/NetSession/netpacket_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netpacket_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 netpacket_generic.cpp
--- Network/NetSession/netpacket_generic.cpp 6 Dec 2002 05:49:28 -0000 1.3
+++ Network/NetSession/netpacket_generic.cpp 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "netpacket_generic.h"
#include
Index: Network/NetSession/netpacket_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netpacket_generic.h,v
retrieving revision 1.3
diff -u -r1.3 netpacket_generic.h
--- Network/NetSession/netpacket_generic.h 6 Aug 2002 12:06:41 -0000 1.3
+++ Network/NetSession/netpacket_generic.h 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netpacket_generic
#define header_netpacket_generic
Index: Network/NetSession/netsession.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netsession.cpp,v
retrieving revision 1.10
diff -u -r1.10 netsession.cpp
--- Network/NetSession/netsession.cpp 9 Aug 2002 13:06:43 -0000 1.10
+++ Network/NetSession/netsession.cpp 20 Jul 2003 11:45:40 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/netsession.h"
#include "netsession_generic.h"
Index: Network/NetSession/netsession_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netsession_generic.cpp,v
retrieving revision 1.17
diff -u -r1.17 netsession_generic.cpp
--- Network/NetSession/netsession_generic.cpp 14 Apr 2003 06:26:16 -0000 1.17
+++ Network/NetSession/netsession_generic.cpp 20 Jul 2003 11:45:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
#ifdef WIN32
#pragma warning(disable : 4355)
#pragma warning(disable : 4503)
Index: Network/NetSession/netsession_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netsession_generic.h,v
retrieving revision 1.13
diff -u -r1.13 netsession_generic.h
--- Network/NetSession/netsession_generic.h 6 Aug 2002 12:06:41 -0000 1.13
+++ Network/NetSession/netsession_generic.h 20 Jul 2003 11:45:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netsession_generic
#define header_netsession_generic
Index: Network/NetSession/netstream.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netstream.cpp,v
retrieving revision 1.9
diff -u -r1.9 netstream.cpp
--- Network/NetSession/netstream.cpp 1 Apr 2002 18:56:20 -0000 1.9
+++ Network/NetSession/netstream.cpp 20 Jul 2003 11:45:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/netstream.h"
#include "API/Network/NetSession/netsession.h"
Index: Network/NetSession/netstream_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netstream_generic.cpp,v
retrieving revision 1.6
diff -u -r1.6 netstream_generic.cpp
--- Network/NetSession/netstream_generic.cpp 1 Apr 2002 18:56:20 -0000 1.6
+++ Network/NetSession/netstream_generic.cpp 20 Jul 2003 11:45:41 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "netstream_generic.h"
#include "netsession_generic.h"
Index: Network/NetSession/netstream_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/netstream_generic.h,v
retrieving revision 1.6
diff -u -r1.6 netstream_generic.h
--- Network/NetSession/netstream_generic.h 6 Aug 2002 12:06:41 -0000 1.6
+++ Network/NetSession/netstream_generic.h 20 Jul 2003 11:45:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netstream_generic
#define header_netstream_generic
Index: Network/NetSession/outputsource_netpacket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/outputsource_netpacket.cpp,v
retrieving revision 1.4
diff -u -r1.4 outputsource_netpacket.cpp
--- Network/NetSession/outputsource_netpacket.cpp 1 Apr 2002 18:56:20 -0000 1.4
+++ Network/NetSession/outputsource_netpacket.cpp 20 Jul 2003 11:45:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/outputsource_netpacket.h"
#include "API/Network/NetSession/netpacket.h"
Index: Network/NetSession/outputsource_netpacket_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/outputsource_netpacket_generic.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 outputsource_netpacket_generic.cpp
--- Network/NetSession/outputsource_netpacket_generic.cpp 6 Dec 2001 14:20:11 -0000 1.1.1.1
+++ Network/NetSession/outputsource_netpacket_generic.cpp 20 Jul 2003 11:45:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "outputsource_netpacket_generic.h"
#include "netpacket_generic.h"
Index: Network/NetSession/outputsource_netpacket_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/outputsource_netpacket_generic.h,v
retrieving revision 1.2
diff -u -r1.2 outputsource_netpacket_generic.h
--- Network/NetSession/outputsource_netpacket_generic.h 6 Aug 2002 12:06:41 -0000 1.2
+++ Network/NetSession/outputsource_netpacket_generic.h 20 Jul 2003 11:45:42 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_outputsource_netpacket_generic
#define header_outputsource_netpacket_generic
Index: Network/NetSession/outputsource_netstream.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetSession/outputsource_netstream.cpp,v
retrieving revision 1.3
diff -u -r1.3 outputsource_netstream.cpp
--- Network/NetSession/outputsource_netstream.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/NetSession/outputsource_netstream.cpp 20 Jul 2003 11:45:42 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_netstream.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_netstream.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/NetSession/outputsource_netstream.h"
Index: Network/NetVariables/netvariables.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetVariables/netvariables.cpp,v
retrieving revision 1.2
diff -u -r1.2 netvariables.cpp
--- Network/NetVariables/netvariables.cpp 1 Apr 2002 18:56:20 -0000 1.2
+++ Network/NetVariables/netvariables.cpp 20 Jul 2003 11:45:42 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: netvariables.cpp,v 1.2 2002/04/01 18:56:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: netvariables.cpp,v 1.2 2002/04/01 18:56:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Core/System/cl_assert.h"
Index: Network/NetVariables/netvariables_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/NetVariables/netvariables_generic.h,v
retrieving revision 1.1
diff -u -r1.1 netvariables_generic.h
--- Network/NetVariables/netvariables_generic.h 13 Jan 2002 17:23:39 -0000 1.1
+++ Network/NetVariables/netvariables_generic.h 20 Jul 2003 11:45:42 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: netvariables_generic.h,v 1.1 2002/01/13 17:23:39 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: netvariables_generic.h,v 1.1 2002/01/13 17:23:39 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_netvariables_generic
Index: Network/Socket/event_trigger_socket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/event_trigger_socket.cpp,v
retrieving revision 1.6
diff -u -r1.6 event_trigger_socket.cpp
--- Network/Socket/event_trigger_socket.cpp 14 Dec 2002 22:50:53 -0000 1.6
+++ Network/Socket/event_trigger_socket.cpp 20 Jul 2003 11:45:43 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_socket.cpp,v 1.6 2002/12/14 22:50:53 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_socket.cpp,v 1.6 2002/12/14 22:50:53 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Socket/event_trigger_socket.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/event_trigger_socket.h,v
retrieving revision 1.3
diff -u -r1.3 event_trigger_socket.h
--- Network/Socket/event_trigger_socket.h 23 Nov 2002 01:19:33 -0000 1.3
+++ Network/Socket/event_trigger_socket.h 20 Jul 2003 11:45:43 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: event_trigger_socket.h,v 1.3 2002/11/23 01:19:33 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: event_trigger_socket.h,v 1.3 2002/11/23 01:19:33 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_event_trigger_socket
Index: Network/Socket/inputsource_socket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/inputsource_socket.cpp,v
retrieving revision 1.4
diff -u -r1.4 inputsource_socket.cpp
--- Network/Socket/inputsource_socket.cpp 28 Mar 2003 01:03:45 -0000 1.4
+++ Network/Socket/inputsource_socket.cpp 20 Jul 2003 11:45:43 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inputsource_socket.cpp,v 1.4 2003/03/28 01:03:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inputsource_socket.cpp,v 1.4 2003/03/28 01:03:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "socket_generic.h"
Index: Network/Socket/ip_address.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address.cpp,v
retrieving revision 1.7
diff -u -r1.7 ip_address.cpp
--- Network/Socket/ip_address.cpp 30 May 2003 21:24:46 -0000 1.7
+++ Network/Socket/ip_address.cpp 20 Jul 2003 11:45:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: ip_address.cpp,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: ip_address.cpp,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef USE_GETADDR
Index: Network/Socket/ip_address_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address_generic.h,v
retrieving revision 1.7
diff -u -r1.7 ip_address_generic.h
--- Network/Socket/ip_address_generic.h 30 May 2003 21:24:46 -0000 1.7
+++ Network/Socket/ip_address_generic.h 20 Jul 2003 11:45:43 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: ip_address_generic.h,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: ip_address_generic.h,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 ip_address_generic_header
Index: Network/Socket/ip_address_getaddr.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address_getaddr.cpp,v
retrieving revision 1.11
diff -u -r1.11 ip_address_getaddr.cpp
--- Network/Socket/ip_address_getaddr.cpp 30 May 2003 21:24:46 -0000 1.11
+++ Network/Socket/ip_address_getaddr.cpp 20 Jul 2003 11:45:44 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: ip_address_getaddr.cpp,v 1.11 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: ip_address_getaddr.cpp,v 1.11 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef USE_GETADDR
Index: Network/Socket/ip_address_getaddr.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address_getaddr.h,v
retrieving revision 1.6
diff -u -r1.6 ip_address_getaddr.h
--- Network/Socket/ip_address_getaddr.h 30 May 2003 21:24:46 -0000 1.6
+++ Network/Socket/ip_address_getaddr.h 20 Jul 2003 11:45:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: ip_address_getaddr.h,v 1.6 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: ip_address_getaddr.h,v 1.6 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 ip_address_getaddr_header
Index: Network/Socket/ip_address_getsock.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address_getsock.cpp,v
retrieving revision 1.18
diff -u -r1.18 ip_address_getsock.cpp
--- Network/Socket/ip_address_getsock.cpp 30 May 2003 21:24:46 -0000 1.18
+++ Network/Socket/ip_address_getsock.cpp 20 Jul 2003 11:45:44 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: ip_address_getsock.cpp,v 1.18 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: ip_address_getsock.cpp,v 1.18 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef USE_GETADDR
Index: Network/Socket/ip_address_getsock.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/ip_address_getsock.h,v
retrieving revision 1.7
diff -u -r1.7 ip_address_getsock.h
--- Network/Socket/ip_address_getsock.h 30 May 2003 21:24:46 -0000 1.7
+++ Network/Socket/ip_address_getsock.h 20 Jul 2003 11:45:44 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: ip_address_getsock.h,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: ip_address_getsock.h,v 1.7 2003/05/30 21:24:46 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_ip_address_getsock
Index: Network/Socket/outputsource_socket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/outputsource_socket.cpp,v
retrieving revision 1.3
diff -u -r1.3 outputsource_socket.cpp
--- Network/Socket/outputsource_socket.cpp 1 Apr 2002 18:56:20 -0000 1.3
+++ Network/Socket/outputsource_socket.cpp 20 Jul 2003 11:45:45 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: outputsource_socket.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: outputsource_socket.cpp,v 1.3 2002/04/01 18:56:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Network/Socket/outputsource_socket.h"
Index: Network/Socket/socket.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/socket.cpp,v
retrieving revision 1.10
diff -u -r1.10 socket.cpp
--- Network/Socket/socket.cpp 17 Apr 2003 00:26:05 -0000 1.10
+++ Network/Socket/socket.cpp 20 Jul 2003 11:45:45 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: socket.cpp,v 1.10 2003/04/17 00:26:05 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: socket.cpp,v 1.10 2003/04/17 00:26:05 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Socket/socket_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/socket_generic.cpp,v
retrieving revision 1.9
diff -u -r1.9 socket_generic.cpp
--- Network/Socket/socket_generic.cpp 2 Dec 2002 00:32:39 -0000 1.9
+++ Network/Socket/socket_generic.cpp 20 Jul 2003 11:45:45 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: socket_generic.cpp,v 1.9 2002/12/02 00:32:39 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: socket_generic.cpp,v 1.9 2002/12/02 00:32:39 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Socket/socket_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/socket_generic.h,v
retrieving revision 1.11
diff -u -r1.11 socket_generic.h
--- Network/Socket/socket_generic.h 17 Apr 2003 00:26:05 -0000 1.11
+++ Network/Socket/socket_generic.h 20 Jul 2003 11:45:45 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: socket_generic.h,v 1.11 2003/04/17 00:26:05 plasmoid Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: socket_generic.h,v 1.11 2003/04/17 00:26:05 plasmoid Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 socket_generic
Index: Network/Socket/socket_select.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/socket_select.cpp,v
retrieving revision 1.4
diff -u -r1.4 socket_select.cpp
--- Network/Socket/socket_select.cpp 6 Apr 2003 17:50:03 -0000 1.4
+++ Network/Socket/socket_select.cpp 20 Jul 2003 11:45:46 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: socket_select.cpp,v 1.4 2003/04/06 17:50:03 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: socket_select.cpp,v 1.4 2003/04/06 17:50:03 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Network/Socket/socket_select.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Network/Socket/socket_select.h,v
retrieving revision 1.4
diff -u -r1.4 socket_select.h
--- Network/Socket/socket_select.h 28 Mar 2003 01:03:45 -0000 1.4
+++ Network/Socket/socket_select.h 20 Jul 2003 11:45:46 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: socket_select.h,v 1.4 2003/03/28 01:03:45 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: socket_select.h,v 1.4 2003/03/28 01:03:45 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_socket_select
Index: Signals/dummy.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Signals/dummy.cpp,v
retrieving revision 1.1
diff -u -r1.1 dummy.cpp
--- Signals/dummy.cpp 20 Feb 2002 18:29:52 -0000 1.1
+++ Signals/dummy.cpp 20 Jul 2003 11:45:46 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: dummy.cpp,v 1.1 2002/02/20 18:29:52 japj Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: dummy.cpp,v 1.1 2002/02/20 18:29:52 japj Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
This file fools MSVC into executing the post build step for clanSignals
Index: Sound/cd_drive.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/cd_drive.cpp,v
retrieving revision 1.2
diff -u -r1.2 cd_drive.cpp
--- Sound/cd_drive.cpp 11 Apr 2003 20:48:31 -0000 1.2
+++ Sound/cd_drive.cpp 20 Jul 2003 11:45:47 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cd_drive.cpp,v 1.2 2003/04/11 20:48:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cd_drive.cpp,v 1.2 2003/04/11 20:48:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/cd_drive_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/cd_drive_generic.h,v
retrieving revision 1.2
diff -u -r1.2 cd_drive_generic.h
--- Sound/cd_drive_generic.h 11 Apr 2003 20:48:31 -0000 1.2
+++ Sound/cd_drive_generic.h 20 Jul 2003 11:45:47 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: cd_drive_generic.h,v 1.2 2003/04/11 20:48:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: cd_drive_generic.h,v 1.2 2003/04/11 20:48:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_cd_drive_generic
Index: Sound/precomp.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/precomp.cpp,v
retrieving revision 1.1
diff -u -r1.1 precomp.cpp
--- Sound/precomp.cpp 10 Apr 2003 18:46:26 -0000 1.1
+++ Sound/precomp.cpp 20 Jul 2003 11:45:47 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: precomp.cpp,v 1.1 2003/04/10 18:46:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: precomp.cpp,v 1.1 2003/04/10 18:46:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/precomp.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/precomp.h,v
retrieving revision 1.1
diff -u -r1.1 precomp.h
--- Sound/precomp.h 10 Apr 2003 18:46:26 -0000 1.1
+++ Sound/precomp.h 20 Jul 2003 11:45:47 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: precomp.h,v 1.1 2003/04/10 18:46:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: precomp.h,v 1.1 2003/04/10 18:46:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_precomp
Index: Sound/resourcetype_sample.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/resourcetype_sample.cpp,v
retrieving revision 1.4
diff -u -r1.4 resourcetype_sample.cpp
--- Sound/resourcetype_sample.cpp 18 Apr 2003 11:12:40 -0000 1.4
+++ Sound/resourcetype_sample.cpp 20 Jul 2003 11:45:47 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_sample.cpp,v 1.4 2003/04/18 11:12:40 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_sample.cpp,v 1.4 2003/04/18 11:12:40 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Sample resource type
Index: Sound/resourcetype_sample.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/resourcetype_sample.h,v
retrieving revision 1.1
diff -u -r1.1 resourcetype_sample.h
--- Sound/resourcetype_sample.h 10 Apr 2003 18:34:50 -0000 1.1
+++ Sound/resourcetype_sample.h 20 Jul 2003 11:45:47 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: resourcetype_sample.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: resourcetype_sample.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Sample resourcetype header file
Index: Sound/setupsound.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/setupsound.cpp,v
retrieving revision 1.2
diff -u -r1.2 setupsound.cpp
--- Sound/setupsound.cpp 23 Apr 2003 19:49:39 -0000 1.2
+++ Sound/setupsound.cpp 20 Jul 2003 11:45:47 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: setupsound.cpp,v 1.2 2003/04/23 19:49:39 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: setupsound.cpp,v 1.2 2003/04/23 19:49:39 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/sound.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/sound.cpp,v
retrieving revision 1.2
diff -u -r1.2 sound.cpp
--- Sound/sound.cpp 11 Apr 2003 20:48:31 -0000 1.2
+++ Sound/sound.cpp 20 Jul 2003 11:45:47 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: sound.cpp,v 1.2 2003/04/11 20:48:31 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: sound.cpp,v 1.2 2003/04/11 20:48:31 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundbuffer.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer.cpp,v
retrieving revision 1.5
diff -u -r1.5 soundbuffer.cpp
--- Sound/soundbuffer.cpp 23 Apr 2003 19:49:39 -0000 1.5
+++ Sound/soundbuffer.cpp 20 Jul 2003 11:45:48 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer.cpp,v 1.5 2003/04/23 19:49:39 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer.cpp,v 1.5 2003/04/23 19:49:39 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundbuffer_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer_generic.cpp,v
retrieving revision 1.3
diff -u -r1.3 soundbuffer_generic.cpp
--- Sound/soundbuffer_generic.cpp 17 Apr 2003 15:24:43 -0000 1.3
+++ Sound/soundbuffer_generic.cpp 20 Jul 2003 11:45:48 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_generic.cpp,v 1.3 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_generic.cpp,v 1.3 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundbuffer_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer_generic.h,v
retrieving revision 1.3
diff -u -r1.3 soundbuffer_generic.h
--- Sound/soundbuffer_generic.h 17 Apr 2003 15:24:43 -0000 1.3
+++ Sound/soundbuffer_generic.h 20 Jul 2003 11:45:48 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_generic.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_generic.h,v 1.3 2003/04/17 15:24:43 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_soundbuffer_generic
Index: Sound/soundbuffer_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer_session.cpp,v
retrieving revision 1.6
diff -u -r1.6 soundbuffer_session.cpp
--- Sound/soundbuffer_session.cpp 21 Apr 2003 23:09:39 -0000 1.6
+++ Sound/soundbuffer_session.cpp 20 Jul 2003 11:45:48 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_session.cpp,v 1.6 2003/04/21 23:09:39 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_session.cpp,v 1.6 2003/04/21 23:09:39 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundbuffer_session_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer_session_generic.cpp,v
retrieving revision 1.9
diff -u -r1.9 soundbuffer_session_generic.cpp
--- Sound/soundbuffer_session_generic.cpp 10 May 2003 19:05:29 -0000 1.9
+++ Sound/soundbuffer_session_generic.cpp 20 Jul 2003 11:45:49 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_session_generic.cpp,v 1.9 2003/05/10 19:05:29 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_session_generic.cpp,v 1.9 2003/05/10 19:05:29 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundbuffer_session_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundbuffer_session_generic.h,v
retrieving revision 1.6
diff -u -r1.6 soundbuffer_session_generic.h
--- Sound/soundbuffer_session_generic.h 22 Apr 2003 21:01:20 -0000 1.6
+++ Sound/soundbuffer_session_generic.h 20 Jul 2003 11:45:49 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundbuffer_session_generic.h,v 1.6 2003/04/22 21:01:20 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundbuffer_session_generic.h,v 1.6 2003/04/22 21:01:20 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_soundbuffer_session_generic
Index: Sound/soundfilter.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundfilter.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundfilter.cpp
--- Sound/soundfilter.cpp 10 Apr 2003 18:34:50 -0000 1.1
+++ Sound/soundfilter.cpp 20 Jul 2003 11:45:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "API/Sound/soundfilter.h"
Index: Sound/soundoutput.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundoutput.cpp,v
retrieving revision 1.3
diff -u -r1.3 soundoutput.cpp
--- Sound/soundoutput.cpp 21 Apr 2003 22:30:58 -0000 1.3
+++ Sound/soundoutput.cpp 20 Jul 2003 11:45:49 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput.cpp,v 1.3 2003/04/21 22:30:58 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput.cpp,v 1.3 2003/04/21 22:30:58 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundoutput_description.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundoutput_description.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundoutput_description.cpp
--- Sound/soundoutput_description.cpp 21 Apr 2003 22:30:58 -0000 1.1
+++ Sound/soundoutput_description.cpp 20 Jul 2003 11:45:49 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "API/Sound/soundoutput_description.h"
Index: Sound/soundoutput_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundoutput_generic.cpp,v
retrieving revision 1.8
diff -u -r1.8 soundoutput_generic.cpp
--- Sound/soundoutput_generic.cpp 23 Apr 2003 21:57:41 -0000 1.8
+++ Sound/soundoutput_generic.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_generic.cpp,v 1.8 2003/04/23 21:57:41 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_generic.cpp,v 1.8 2003/04/23 21:57:41 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundoutput_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundoutput_generic.h,v
retrieving revision 1.4
diff -u -r1.4 soundoutput_generic.h
--- Sound/soundoutput_generic.h 23 Apr 2003 21:57:41 -0000 1.4
+++ Sound/soundoutput_generic.h 20 Jul 2003 11:45:50 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_generic.h,v 1.4 2003/04/23 21:57:41 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_generic.h,v 1.4 2003/04/23 21:57:41 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_soundoutput_generic
Index: Sound/soundprovider.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundprovider.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundprovider.cpp
--- Sound/soundprovider.cpp 10 Apr 2003 18:34:50 -0000 1.1
+++ Sound/soundprovider.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider.cpp,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider.cpp,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/soundprovider_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/soundprovider_session.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_session.cpp
--- Sound/soundprovider_session.cpp 11 Apr 2003 20:48:31 -0000 1.2
+++ Sound/soundprovider_session.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "API/Sound/soundprovider_session.h"
Index: Sound/SoundFilters/echofilter_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/echofilter_generic.cpp,v
retrieving revision 1.1
diff -u -r1.1 echofilter_generic.cpp
--- Sound/SoundFilters/echofilter_generic.cpp 6 Mar 2001 15:09:26 -0000 1.1
+++ Sound/SoundFilters/echofilter_generic.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: echofilter_generic.cpp,v 1.1 2001/03/06 15:09:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: echofilter_generic.cpp,v 1.1 2001/03/06 15:09:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Sound/SoundFilters/echofilter_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/echofilter_generic.h,v
retrieving revision 1.1
diff -u -r1.1 echofilter_generic.h
--- Sound/SoundFilters/echofilter_generic.h 6 Mar 2001 15:09:26 -0000 1.1
+++ Sound/SoundFilters/echofilter_generic.h 20 Jul 2003 11:45:50 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: echofilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: echofilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_echofilter_generic
Index: Sound/SoundFilters/fadefilter_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/fadefilter_generic.cpp,v
retrieving revision 1.1
diff -u -r1.1 fadefilter_generic.cpp
--- Sound/SoundFilters/fadefilter_generic.cpp 6 Mar 2001 15:09:26 -0000 1.1
+++ Sound/SoundFilters/fadefilter_generic.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: fadefilter_generic.cpp,v 1.1 2001/03/06 15:09:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: fadefilter_generic.cpp,v 1.1 2001/03/06 15:09:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Sound/SoundFilters/fadefilter_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/fadefilter_generic.h,v
retrieving revision 1.1
diff -u -r1.1 fadefilter_generic.h
--- Sound/SoundFilters/fadefilter_generic.h 6 Mar 2001 15:09:26 -0000 1.1
+++ Sound/SoundFilters/fadefilter_generic.h 20 Jul 2003 11:45:50 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: fadefilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: fadefilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_fadefilter_generic
Index: Sound/SoundFilters/inverse_echofilter_generic.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/inverse_echofilter_generic.cpp,v
retrieving revision 1.2
diff -u -r1.2 inverse_echofilter_generic.cpp
--- Sound/SoundFilters/inverse_echofilter_generic.cpp 20 May 2002 12:57:57 -0000 1.2
+++ Sound/SoundFilters/inverse_echofilter_generic.cpp 20 Jul 2003 11:45:50 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inverse_echofilter_generic.cpp,v 1.2 2002/05/20 12:57:57 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inverse_echofilter_generic.cpp,v 1.2 2002/05/20 12:57:57 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#ifdef WIN32
Index: Sound/SoundFilters/inverse_echofilter_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundFilters/inverse_echofilter_generic.h,v
retrieving revision 1.1
diff -u -r1.1 inverse_echofilter_generic.h
--- Sound/SoundFilters/inverse_echofilter_generic.h 6 Mar 2001 15:09:26 -0000 1.1
+++ Sound/SoundFilters/inverse_echofilter_generic.h 20 Jul 2003 11:45:51 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: inverse_echofilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: inverse_echofilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_inverse_echofilter_generic
Index: Sound/SoundProviders/soundprovider_factory.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_factory.cpp,v
retrieving revision 1.4
diff -u -r1.4 soundprovider_factory.cpp
--- Sound/SoundProviders/soundprovider_factory.cpp 17 Apr 2003 15:24:44 -0000 1.4
+++ Sound/SoundProviders/soundprovider_factory.cpp 20 Jul 2003 11:45:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
#ifdef WIN32
#pragma warning(disable : 4786)
Index: Sound/SoundProviders/soundprovider_raw.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_raw.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_raw.cpp
--- Sound/SoundProviders/soundprovider_raw.cpp 18 Apr 2003 11:12:41 -0000 1.2
+++ Sound/SoundProviders/soundprovider_raw.cpp 20 Jul 2003 11:45:51 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_raw.cpp,v 1.2 2003/04/18 11:12:41 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_raw.cpp,v 1.2 2003/04/18 11:12:41 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/SoundProviders/soundprovider_raw_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_raw_generic.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_raw_generic.h
--- Sound/SoundProviders/soundprovider_raw_generic.h 18 Apr 2003 10:19:08 -0000 1.1
+++ Sound/SoundProviders/soundprovider_raw_generic.h 20 Jul 2003 11:45:51 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_raw_generic.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_raw_generic.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_raw_generic
Index: Sound/SoundProviders/soundprovider_raw_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_raw_session.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_raw_session.cpp
--- Sound/SoundProviders/soundprovider_raw_session.cpp 18 Apr 2003 10:19:08 -0000 1.1
+++ Sound/SoundProviders/soundprovider_raw_session.cpp 20 Jul 2003 11:45:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "soundprovider_raw_session.h"
Index: Sound/SoundProviders/soundprovider_raw_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_raw_session.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_raw_session.h
--- Sound/SoundProviders/soundprovider_raw_session.h 18 Apr 2003 10:19:08 -0000 1.1
+++ Sound/SoundProviders/soundprovider_raw_session.h 20 Jul 2003 11:45:51 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_raw_session.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_raw_session.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_raw_session
Index: Sound/SoundProviders/soundprovider_type.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_type.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_type.cpp
--- Sound/SoundProviders/soundprovider_type.cpp 13 Jul 2002 00:18:19 -0000 1.1
+++ Sound/SoundProviders/soundprovider_type.cpp 20 Jul 2003 11:45:51 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+*/
#ifdef WIN32
#pragma warning(disable : 4786)
Index: Sound/SoundProviders/soundprovider_wave.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_wave.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_wave.cpp
--- Sound/SoundProviders/soundprovider_wave.cpp 18 Apr 2003 11:12:41 -0000 1.2
+++ Sound/SoundProviders/soundprovider_wave.cpp 20 Jul 2003 11:45:52 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: soundprovider_wave.cpp,v 1.2 2003/04/18 11:12:41 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: soundprovider_wave.cpp,v 1.2 2003/04/18 11:12:41 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
File purpose:
Simple sample support.
Index: Sound/SoundProviders/soundprovider_wave_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_wave_generic.h,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_wave_generic.h
--- Sound/SoundProviders/soundprovider_wave_generic.h 18 Apr 2003 11:12:41 -0000 1.2
+++ Sound/SoundProviders/soundprovider_wave_generic.h 20 Jul 2003 11:45:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_wave_generic.h,v 1.2 2003/04/18 11:12:41 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_wave_generic.h,v 1.2 2003/04/18 11:12:41 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_wave_generic
Index: Sound/SoundProviders/soundprovider_wave_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_wave_session.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_wave_session.cpp
--- Sound/SoundProviders/soundprovider_wave_session.cpp 18 Apr 2003 11:12:41 -0000 1.2
+++ Sound/SoundProviders/soundprovider_wave_session.cpp 20 Jul 2003 11:45:52 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "soundprovider_wave_session.h"
Index: Sound/SoundProviders/soundprovider_wave_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/SoundProviders/soundprovider_wave_session.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_wave_session.h
--- Sound/SoundProviders/soundprovider_wave_session.h 18 Apr 2003 10:19:08 -0000 1.1
+++ Sound/SoundProviders/soundprovider_wave_session.h 20 Jul 2003 11:45:52 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_wave_session.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_wave_session.h,v 1.1 2003/04/18 10:19:08 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_wave_session
Index: Sound/Unix/soundoutput_oss.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/Unix/soundoutput_oss.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundoutput_oss.cpp
--- Sound/Unix/soundoutput_oss.cpp 21 Apr 2003 23:36:18 -0000 1.2
+++ Sound/Unix/soundoutput_oss.cpp 20 Jul 2003 11:45:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_oss.cpp,v 1.2 2003/04/21 23:36:18 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_oss.cpp,v 1.2 2003/04/21 23:36:18 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Sound/Unix/soundoutput_oss.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/Unix/soundoutput_oss.h,v
retrieving revision 1.2
diff -u -r1.2 soundoutput_oss.h
--- Sound/Unix/soundoutput_oss.h 21 Apr 2003 20:48:25 -0000 1.2
+++ Sound/Unix/soundoutput_oss.h 20 Jul 2003 11:45:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_oss.h,v 1.2 2003/04/21 20:48:25 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_oss.h,v 1.2 2003/04/21 20:48:25 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_soundoutput_oss
Index: Sound/Win32/soundoutput_directsound.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/Win32/soundoutput_directsound.cpp,v
retrieving revision 1.3
diff -u -r1.3 soundoutput_directsound.cpp
--- Sound/Win32/soundoutput_directsound.cpp 21 Apr 2003 23:36:18 -0000 1.3
+++ Sound/Win32/soundoutput_directsound.cpp 20 Jul 2003 11:45:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_directsound.cpp,v 1.3 2003/04/21 23:36:18 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_directsound.cpp,v 1.3 2003/04/21 23:36:18 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
#define INITGUID
Index: Sound/Win32/soundoutput_directsound.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Sound/Win32/soundoutput_directsound.h,v
retrieving revision 1.1
diff -u -r1.1 soundoutput_directsound.h
--- Sound/Win32/soundoutput_directsound.h 10 Apr 2003 18:34:50 -0000 1.1
+++ Sound/Win32/soundoutput_directsound.h 20 Jul 2003 11:45:53 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundoutput_directsound.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundoutput_directsound.h,v 1.1 2003/04/10 18:34:50 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_soundoutput_directsound
Index: Voice/voice_decoder.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Voice/voice_decoder.cpp,v
retrieving revision 1.2
diff -u -r1.2 voice_decoder.cpp
--- Voice/voice_decoder.cpp 20 Apr 2003 12:29:49 -0000 1.2
+++ Voice/voice_decoder.cpp 20 Jul 2003 11:45:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Voice/voice_decoder.h"
#include "voice_decoder_generic.h"
Index: Voice/voice_decoder_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Voice/voice_decoder_generic.h,v
retrieving revision 1.4
diff -u -r1.4 voice_decoder_generic.h
--- Voice/voice_decoder_generic.h 20 Apr 2003 12:29:49 -0000 1.4
+++ Voice/voice_decoder_generic.h 20 Jul 2003 11:45:53 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_voice_decoder_generic
#define header_voice_decoder_generic
Index: Voice/voice_encoder.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Voice/voice_encoder.cpp,v
retrieving revision 1.1
diff -u -r1.1 voice_encoder.cpp
--- Voice/voice_encoder.cpp 17 Feb 2002 14:51:52 -0000 1.1
+++ Voice/voice_encoder.cpp 20 Jul 2003 11:45:54 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "API/Voice/voice_encoder.h"
#include "voice_encoder_generic.h"
Index: Voice/voice_encoder_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Voice/voice_encoder_generic.h,v
retrieving revision 1.2
diff -u -r1.2 voice_encoder_generic.h
--- Voice/voice_encoder_generic.h 6 Aug 2002 12:06:41 -0000 1.2
+++ Voice/voice_encoder_generic.h 20 Jul 2003 11:45:54 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_voice_encoder_generic
#define header_voice_encoder_generic
Index: Vorbis/setupvorbis.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Vorbis/setupvorbis.cpp,v
retrieving revision 1.1
diff -u -r1.1 setupvorbis.cpp
--- Vorbis/setupvorbis.cpp 20 Apr 2003 18:13:51 -0000 1.1
+++ Vorbis/setupvorbis.cpp 20 Jul 2003 11:45:54 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: setupvorbis.cpp,v 1.1 2003/04/20 18:13:51 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: setupvorbis.cpp,v 1.1 2003/04/20 18:13:51 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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
+**
*/
//! component="Vorbis"
Index: Vorbis/soundprovider_vorbis.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Vorbis/soundprovider_vorbis.cpp,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_vorbis.cpp
--- Vorbis/soundprovider_vorbis.cpp 20 Apr 2003 18:13:51 -0000 1.1
+++ Vorbis/soundprovider_vorbis.cpp 20 Jul 2003 11:45:54 -0000
@@ -1,15 +1,23 @@
-/*
- $Id: soundprovider_vorbis.cpp,v 1.1 2003/04/20 18:13:51 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- ------------------------------------------------------------------------
+/* $Id: soundprovider_vorbis.cpp,v 1.1 2003/04/20 18:13:51 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
Index: Vorbis/soundprovider_vorbis_generic.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Vorbis/soundprovider_vorbis_generic.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_vorbis_generic.h
--- Vorbis/soundprovider_vorbis_generic.h 20 Apr 2003 18:13:51 -0000 1.1
+++ Vorbis/soundprovider_vorbis_generic.h 20 Jul 2003 11:45:54 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_vorbis_generic.h,v 1.1 2003/04/20 18:13:51 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_vorbis_generic.h,v 1.1 2003/04/20 18:13:51 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_vorbis_generic
Index: Vorbis/soundprovider_vorbis_session.cpp
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Vorbis/soundprovider_vorbis_session.cpp,v
retrieving revision 1.2
diff -u -r1.2 soundprovider_vorbis_session.cpp
--- Vorbis/soundprovider_vorbis_session.cpp 21 Apr 2003 23:29:21 -0000 1.2
+++ Vorbis/soundprovider_vorbis_session.cpp 20 Jul 2003 11:45:54 -0000
@@ -1,3 +1,23 @@
+/* $Id$
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 "Sound/precomp.h"
#include "soundprovider_vorbis_session.h"
Index: Vorbis/soundprovider_vorbis_session.h
===================================================================
RCS file: /var/lib/cvs/Libs/ClanLib-0.7/Sources/Vorbis/soundprovider_vorbis_session.h,v
retrieving revision 1.1
diff -u -r1.1 soundprovider_vorbis_session.h
--- Vorbis/soundprovider_vorbis_session.h 20 Apr 2003 18:13:51 -0000 1.1
+++ Vorbis/soundprovider_vorbis_session.h 20 Jul 2003 11:45:55 -0000
@@ -1,16 +1,23 @@
-/*
- $Id: soundprovider_vorbis_session.h,v 1.1 2003/04/20 18:13:51 mbn Exp $
-
- ------------------------------------------------------------------------
- ClanLib, the platform independent game SDK.
-
- This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
- version 2. See COPYING for details.
-
- For a total list of contributers see CREDITS.
-
- See http://www.clanlib.org
- ------------------------------------------------------------------------
+/* $Id: soundprovider_vorbis_session.h,v 1.1 2003/04/20 18:13:51 mbn Exp $
+**
+** ClanLib - the platform independent game SDK.
+** Copyright (C) 2003 The ClanLib Team
+** For a total list of contributers see the file CREDITS.
+**
+** 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 header_sound_provider_vorbis_session