[Sphere-axis-commits] CVS: Axis/S_Sphere52 Account.cpp,1.1,1.2 Account.h,1.1,1.2 Area.cpp,1.3,1.4 Ar
Brought to you by:
pesterle
Update of /cvsroot/sphere-axis/Axis/S_Sphere52 In directory sc8-pr-cvs1:/tmp/cvs-serv6350 Modified Files: Account.cpp Account.h Area.cpp Area.h attributes.cpp attributes.h compreg.h ConfigFile.cpp ConfigFile.h Def.cpp Def.h dlldatax.h FileReadProgress.cpp FileReadProgress.h Item.cpp Item.h Location.cpp Location.h NPC.cpp NPC.h NPCLootItem.cpp NPCLootItem.h Potion.cpp Potion.h ProfileEdit.cpp ProfileEdit.h Resource.h Room.cpp Room.h S_Sphere52.cpp S_Sphere52.idl S_Sphere52App.h ScriptProfile.cpp ScriptProfile.h Scripts.cpp Scripts.h ScriptsMain.cpp ScriptsMain.h ScriptTables.cpp ScriptTables.h ScriptUpdate.cpp ScriptUpdate.h ServerDef.cpp ServerDef.h SkillDef.cpp SkillDef.h SkillMenuGroup.cpp SkillMenuGroup.h SkillMenuItem.cpp SkillMenuItem.h SkillRootMenu.cpp SkillRootMenu.h SpawnRec.cpp SpawnRec.h SpellDef.cpp SpellDef.h stdafx.cpp stdafx.h strings.h Template.cpp Template.h TObArray.h TOreDef.cpp TOreDef.h TPotionDef.cpp TPotionDef.h Trigger.cpp Trigger.h TSkillClass.cpp TSkillClass.h TSkillDef.cpp TSkillDef.h TSpawnDef.cpp TSpawnDef.h TSpellDef.cpp TSpellDef.h TStartLocation.cpp TStartLocation.h types.cpp types.h VendorItem.cpp VendorItem.h WebpageDef.cpp WebpageDef.h WorldItem.cpp WorldItem.h XMLConfig.cpp XMLConfig.h Log Message: no message Index: Account.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Account.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Account.cpp 9 Jul 2003 19:57:25 -0000 1.1 --- Account.cpp 23 Jul 2003 19:10:57 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "account.h" Index: Account.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Account.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Account.h 9 Jul 2003 19:57:25 -0000 1.1 --- Account.h 23 Jul 2003 19:10:57 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "scriptbase.h" Index: Area.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Area.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Area.cpp 10 Jul 2003 05:13:37 -0000 1.3 --- Area.cpp 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "area.h" Index: Area.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Area.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Area.h 10 Jul 2003 05:13:37 -0000 1.3 --- Area.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: attributes.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/attributes.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** attributes.cpp 3 Jun 2003 21:28:49 -0000 1.1 --- attributes.cpp 23 Jul 2003 19:10:57 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // attributes.cpp Index: attributes.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/attributes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** attributes.h 3 Jun 2003 21:28:49 -0000 1.1 --- attributes.h 23 Jul 2003 19:10:57 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // attributes.h // Index: compreg.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/compreg.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** compreg.h 23 May 2003 05:46:53 -0000 1.2 --- compreg.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // compreg.h : Declaration of the CCompReg Index: ConfigFile.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ConfigFile.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ConfigFile.cpp 1 Jul 2003 14:17:40 -0000 1.4 --- ConfigFile.cpp 23 Jul 2003 19:10:57 -0000 1.5 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "ConfigFile.h" Index: ConfigFile.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ConfigFile.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ConfigFile.h 23 May 2003 05:46:53 -0000 1.2 --- ConfigFile.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: Def.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Def.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Def.cpp 25 Jun 2003 22:55:58 -0000 1.3 --- Def.cpp 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "def.h" Index: Def.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Def.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Def.h 25 Jun 2003 22:55:58 -0000 1.3 --- Def.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: dlldatax.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/dlldatax.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** dlldatax.h 23 May 2003 05:46:53 -0000 1.2 --- dlldatax.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: FileReadProgress.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/FileReadProgress.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** FileReadProgress.cpp 23 May 2003 05:46:53 -0000 1.2 --- FileReadProgress.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // FileReadProgress.cpp : implementation file // Index: FileReadProgress.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/FileReadProgress.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** FileReadProgress.h 23 May 2003 05:46:53 -0000 1.2 --- FileReadProgress.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "resource.h" Index: Item.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Item.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Item.cpp 27 May 2003 04:26:31 -0000 1.3 --- Item.cpp 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "Scripts.h" Index: Item.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Item.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Item.h 23 May 2003 05:46:53 -0000 1.2 --- Item.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: Location.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Location.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Location.cpp 23 May 2003 05:46:53 -0000 1.2 --- Location.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "location.h" Index: Location.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Location.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Location.h 23 May 2003 05:46:53 -0000 1.2 --- Location.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: NPC.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/NPC.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** NPC.cpp 11 Jun 2003 22:18:10 -0000 1.5 --- NPC.cpp 23 Jul 2003 19:10:57 -0000 1.6 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "Scripts.h" Index: NPC.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/NPC.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** NPC.h 9 Jul 2003 19:57:25 -0000 1.3 --- NPC.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "StdAfx.h" Index: NPCLootItem.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/NPCLootItem.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** NPCLootItem.cpp 23 May 2003 05:46:54 -0000 1.2 --- NPCLootItem.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "npclootitem.h" Index: NPCLootItem.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/NPCLootItem.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** NPCLootItem.h 23 May 2003 05:46:54 -0000 1.2 --- NPCLootItem.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: Potion.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Potion.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Potion.cpp 23 May 2003 05:46:54 -0000 1.2 --- Potion.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "potion.h" Index: Potion.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Potion.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Potion.h 23 May 2003 05:46:54 -0000 1.2 --- Potion.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: ProfileEdit.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ProfileEdit.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** ProfileEdit.cpp 18 Jun 2003 22:45:25 -0000 1.5 --- ProfileEdit.cpp 23 Jul 2003 19:10:57 -0000 1.6 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // ProfileEdit.cpp : implementation file // Index: ProfileEdit.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ProfileEdit.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ProfileEdit.h 13 Jun 2003 19:58:09 -0000 1.3 --- ProfileEdit.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "afxwin.h" Index: Resource.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Resource.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Resource.h 21 Jul 2003 14:13:57 -0000 1.11 --- Resource.h 23 Jul 2003 19:10:57 -0000 1.12 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. Index: Room.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Room.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Room.cpp 23 May 2003 05:46:54 -0000 1.2 --- Room.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "room.h" Index: Room.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Room.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Room.h 23 May 2003 05:46:54 -0000 1.2 --- Room.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: S_Sphere52.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/S_Sphere52.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** S_Sphere52.cpp 3 Jul 2003 17:14:54 -0000 1.3 --- S_Sphere52.cpp 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // S_Sphere52.cpp : Implementation of DLL Exports. // Index: S_Sphere52.idl =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/S_Sphere52.idl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** S_Sphere52.idl 15 Jul 2003 21:45:01 -0000 1.6 --- S_Sphere52.idl 23 Jul 2003 19:10:57 -0000 1.7 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // S_Sphere52.idl : IDL source for S_Sphere52 // Index: S_Sphere52App.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/S_Sphere52App.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** S_Sphere52App.h 23 May 2003 05:46:54 -0000 1.2 --- S_Sphere52App.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: ScriptProfile.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptProfile.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ScriptProfile.cpp 23 May 2003 05:46:54 -0000 1.2 --- ScriptProfile.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "scriptprofile.h" Index: ScriptProfile.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptProfile.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ScriptProfile.h 12 Jun 2003 23:27:01 -0000 1.3 --- ScriptProfile.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: Scripts.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Scripts.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Scripts.cpp 15 Jul 2003 21:45:01 -0000 1.8 --- Scripts.cpp 23 Jul 2003 19:10:57 -0000 1.9 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // Scripts.cpp : Implementation of CScripts Index: Scripts.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/Scripts.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Scripts.h 15 Jul 2003 21:45:01 -0000 1.8 --- Scripts.h 23 Jul 2003 19:10:57 -0000 1.9 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + // Scripts.h : Declaration of the CScripts Index: ScriptsMain.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptsMain.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** ScriptsMain.cpp 21 Jul 2003 14:13:57 -0000 1.27 --- ScriptsMain.cpp 23 Jul 2003 19:10:57 -0000 1.28 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "Scripts.h" Index: ScriptsMain.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptsMain.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** ScriptsMain.h 21 Jul 2003 14:13:57 -0000 1.18 --- ScriptsMain.h 23 Jul 2003 19:10:57 -0000 1.19 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "ScriptTables.h" Index: ScriptTables.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptTables.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** ScriptTables.cpp 26 Jun 2003 22:28:04 -0000 1.5 --- ScriptTables.cpp 23 Jul 2003 19:10:57 -0000 1.6 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "Scripts.h" Index: ScriptTables.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptTables.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ScriptTables.h 11 Jun 2003 22:18:11 -0000 1.3 --- ScriptTables.h 23 Jul 2003 19:10:57 -0000 1.4 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: ScriptUpdate.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptUpdate.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ScriptUpdate.cpp 23 May 2003 05:46:54 -0000 1.2 --- ScriptUpdate.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "Scripts.h" Index: ScriptUpdate.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ScriptUpdate.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ScriptUpdate.h 23 May 2003 05:46:54 -0000 1.2 --- ScriptUpdate.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once #include "stdafx.h" Index: ServerDef.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ServerDef.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ServerDef.cpp 23 May 2003 05:46:54 -0000 1.2 --- ServerDef.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "serverdef.h" Index: ServerDef.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/ServerDef.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ServerDef.h 23 May 2003 05:46:54 -0000 1.2 --- ServerDef.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #pragma once Index: SkillDef.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/SkillDef.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** SkillDef.cpp 23 May 2003 05:46:54 -0000 1.2 --- SkillDef.cpp 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + ********************************************************************** + + */ + #include "StdAfx.h" #include "skilldef.h" Index: SkillDef.h =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/SkillDef.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** SkillDef.h 23 May 2003 05:46:54 -0000 1.2 --- SkillDef.h 23 Jul 2003 19:10:57 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + $Id$ + + ********************************************************************** + * Copyright (C) Philip A. Esterle 1998-2003 + * + * This program is free software; you can redistr... [truncated message content] |