From 1f451632485491dfe5e5add498e6e2428107a147 Mon Sep 17 00:00:00 2001 From: Kevin Bentley Date: Sat, 20 Apr 2024 09:57:49 -0600 Subject: [PATCH] Updated source to reflect the license that this code is released under. --- 2dlib/font.cpp | 18 + 2dlib/hardsurf.cpp | 18 + 2dlib/lib2d.h | 18 + 2dlib/memsurf.cpp | 18 + 2dlib/pen.cpp | 18 + 2dlib/pentext.cpp | 18 + 2dlib/screen.cpp | 18 + 2dlib/surface.cpp | 18 + 2dlib/viewport.cpp | 18 + AudioEncode/encoder.cpp | 18 + Descent3/AIGoal.cpp | 18 + Descent3/AIGoal.h | 18 + Descent3/AIMain.h | 18 + Descent3/AImain.cpp | 18 + Descent3/BOA.cpp | 18 + Descent3/BOA.h | 18 + Descent3/Briefing.cpp | 18 + Descent3/Briefing.h | 18 + Descent3/BriefingParse.cpp | 18 + Descent3/BriefingParse.h | 18 + Descent3/ConfigItem.cpp | 18 + Descent3/ConfigItem.h | 18 + Descent3/Controls.cpp | 18 + Descent3/CtlCfgElem.cpp | 18 + Descent3/CtlCfgElem.h | 18 + Descent3/D3ForceFeedback.cpp | 18 + Descent3/D3ForceFeedback.h | 18 + Descent3/DeathInfo.h | 18 + Descent3/DllWrappers.cpp | 18 + Descent3/DllWrappers.h | 18 + Descent3/Game2DLL.cpp | 18 + Descent3/GameCheat.cpp | 18 + Descent3/GameLoop.cpp | 18 + Descent3/Inventory.cpp | 18 + Descent3/Inventory.h | 18 + Descent3/LoadLevel.cpp | 18 + Descent3/LoadLevel.h | 18 + Descent3/Mission.cpp | 18 + Descent3/Mission.h | 18 + Descent3/NewPyroGauges.cpp | 18 + Descent3/NewPyroGauges.h | 18 + Descent3/ObjInit.cpp | 18 + Descent3/ObjScript.cpp | 18 + Descent3/ObjScript.h | 18 + Descent3/OsirisLoadandBind.cpp | 18 + Descent3/PilotPicsAPI.cpp | 18 + Descent3/PilotPicsAPI.h | 18 + Descent3/Player.cpp | 18 + Descent3/SDLMain.h | 18 + Descent3/SLEW.cpp | 18 + Descent3/SmallViews.cpp | 18 + Descent3/SmallViews.h | 18 + Descent3/TelCom.cpp | 18 + Descent3/TelCom.h | 18 + Descent3/TelComAutoMap.cpp | 18 + Descent3/TelComAutoMap.h | 18 + Descent3/TelComCargo.cpp | 18 + Descent3/TelComCargo.h | 18 + Descent3/TelComEffects.cpp | 18 + Descent3/TelComEffects.h | 18 + Descent3/TelComEfxStructs.h | 18 + Descent3/TelComGoals.cpp | 18 + Descent3/TelComGoals.h | 18 + Descent3/TelcomEffectsRender.cpp | 18 + Descent3/TerrainSearch.cpp | 18 + Descent3/WeaponFire.cpp | 18 + Descent3/aiambient.cpp | 18 + Descent3/aiambient.h | 18 + Descent3/aipath.cpp | 18 + Descent3/aipath.h | 18 + Descent3/aistruct.h | 18 + Descent3/aistruct_external.h | 18 + Descent3/aiterrain.cpp | 18 + Descent3/aiterrain.h | 18 + Descent3/ambient.cpp | 18 + Descent3/ambient.h | 18 + Descent3/args.cpp | 18 + Descent3/args.h | 18 + Descent3/attach.cpp | 18 + Descent3/attach.h | 18 + Descent3/audiotaunts.cpp | 18 + Descent3/audiotaunts.h | 18 + Descent3/bnode.cpp | 18 + Descent3/bnode.h | 18 + Descent3/bsp.cpp | 18 + Descent3/bsp.h | 18 + Descent3/buddymenu.cpp | 18 + Descent3/buddymenu.h | 18 + Descent3/buildno.h | 18 + Descent3/cinematics.cpp | 18 + Descent3/cinematics.h | 18 + Descent3/cockpit.cpp | 18 + Descent3/cockpit.h | 18 + Descent3/config.cpp | 18 + Descent3/config.h | 18 + Descent3/controls.h | 18 + Descent3/credits.cpp | 18 + Descent3/credits.h | 18 + Descent3/ctlconfig.cpp | 18 + Descent3/ctlconfig.h | 18 + Descent3/ctlconfigtxt.h | 18 + Descent3/d3serial.cpp | 18 + Descent3/d3serial.h | 18 + Descent3/damage.cpp | 18 + Descent3/damage.h | 18 + Descent3/damage_external.h | 18 + Descent3/deathinfo_external.h | 18 + Descent3/debuggraph.cpp | 18 + Descent3/debuggraph.h | 18 + Descent3/dedicated_server.cpp | 18 + Descent3/demofile.cpp | 18 + Descent3/descent.cpp | 18 + Descent3/descent.h | 18 + Descent3/difficulty.cpp | 18 + Descent3/difficulty.h | 18 + Descent3/difficulty_external.h | 18 + Descent3/door.cpp | 18 + Descent3/door.h | 18 + Descent3/doorway.cpp | 18 + Descent3/doorway.h | 18 + Descent3/fireball.cpp | 18 + Descent3/fireball.h | 18 + Descent3/fireball_external.h | 18 + Descent3/game.cpp | 18 + Descent3/game.h | 18 + Descent3/gamecinematics.cpp | 18 + Descent3/gamecinematics.h | 18 + Descent3/gamecinematics_external.h | 18 + Descent3/gameevent.cpp | 18 + Descent3/gameevent.h | 18 + Descent3/gamefile.cpp | 18 + Descent3/gamefile.h | 18 + Descent3/gamefont.cpp | 18 + Descent3/gamefont.h | 18 + Descent3/gameloop.h | 18 + Descent3/gamepath.cpp | 18 + Descent3/gamepath.h | 18 + Descent3/gamesave.cpp | 18 + Descent3/gamesave.h | 18 + Descent3/gamesequence.cpp | 18 + Descent3/gamesequence.h | 18 + Descent3/gametexture.cpp | 18 + Descent3/gametexture.h | 18 + Descent3/gauges.cpp | 18 + Descent3/gauges.h | 18 + Descent3/help.cpp | 18 + Descent3/help.h | 18 + Descent3/hotspotmap.cpp | 18 + Descent3/hotspotmap.h | 18 + Descent3/hud.cpp | 18 + Descent3/hud.h | 18 + Descent3/huddisplay.cpp | 18 + Descent3/hudmessage.cpp | 18 + Descent3/init.cpp | 18 + Descent3/init.h | 18 + Descent3/intellivibe.cpp | 18 + Descent3/levelgoal.cpp | 18 + Descent3/levelgoal.h | 18 + Descent3/levelgoal_external.h | 18 + Descent3/lighting.cpp | 18 + Descent3/lighting.h | 18 + Descent3/lightmap_info.cpp | 18 + Descent3/lightmap_info.h | 18 + Descent3/list.cpp | 18 + Descent3/list.h | 18 + Descent3/lnxfuncs.cpp | 18 + Descent3/lnxmain.cpp | 18 + Descent3/loadstate.cpp | 18 + Descent3/localization.cpp | 18 + Descent3/localization.h | 18 + Descent3/loki_utils.c | 18 + Descent3/loki_utils.h | 18 + Descent3/macmain.cpp | 18 + Descent3/marker.cpp | 18 + Descent3/marker.h | 18 + Descent3/matcen.cpp | 18 + Descent3/matcen.h | 18 + Descent3/matcen_external.h | 18 + Descent3/megacell.cpp | 18 + Descent3/menu.cpp | 18 + Descent3/menu.h | 18 + Descent3/mission_download.cpp | 18 + Descent3/mission_download.h | 18 + Descent3/mmItem.cpp | 18 + Descent3/mmItem.h | 18 + Descent3/multi.cpp | 18 + Descent3/multi.h | 18 + Descent3/multi_client.cpp | 18 + Descent3/multi_client.h | 18 + Descent3/multi_connect.cpp | 18 + Descent3/multi_dll_mgr.cpp | 18 + Descent3/multi_dll_mgr.h | 18 + Descent3/multi_external.h | 18 + Descent3/multi_save_setting.cpp | 18 + Descent3/multi_save_settings.h | 18 + Descent3/multi_server.cpp | 18 + Descent3/multi_server.h | 18 + Descent3/multi_ui.cpp | 18 + Descent3/multi_ui.h | 18 + Descent3/multi_world_state.h | 18 + Descent3/multisafe.cpp | 18 + Descent3/multisafe.h | 18 + Descent3/multisafe_server.cpp | 18 + Descent3/newui.cpp | 18 + Descent3/newui.h | 18 + Descent3/newui_core.cpp | 18 + Descent3/newui_core.h | 18 + Descent3/newui_filedlg.cpp | 18 + Descent3/object.cpp | 18 + Descent3/object.h | 18 + Descent3/object_external.h | 18 + Descent3/object_external_struct.h | 18 + Descent3/object_lighting.cpp | 18 + Descent3/object_lighting.h | 18 + Descent3/objinfo.cpp | 18 + Descent3/objinfo.h | 18 + Descent3/objinit.h | 18 + Descent3/osiris_dll.h | 18 + Descent3/osiris_predefs.cpp | 18 + Descent3/osiris_predefs.h | 18 + Descent3/osiris_share.h | 18 + Descent3/pilot.cpp | 18 + Descent3/pilot.h | 18 + Descent3/pilot_class.cpp | 18 + Descent3/pilot_class.h | 18 + Descent3/player.h | 18 + Descent3/player_external.h | 18 + Descent3/player_external_struct.h | 18 + Descent3/postrender.cpp | 18 + Descent3/postrender.h | 18 + Descent3/powerup.h | 18 + Descent3/procedurals.cpp | 18 + Descent3/procedurals.h | 18 + Descent3/program.cpp | 18 + Descent3/program.h | 18 + Descent3/render.cpp | 18 + Descent3/render.h | 18 + Descent3/renderobject.cpp | 18 + Descent3/renderobject.h | 18 + Descent3/resource.h | 18 + Descent3/robot.h | 18 + Descent3/robotfire.cpp | 18 + Descent3/robotfire.h | 18 + Descent3/robotfirestruct.h | 18 + Descent3/robotfirestruct_external.h | 18 + Descent3/rocknride.cpp | 18 + Descent3/rocknride.h | 18 + Descent3/room.cpp | 18 + Descent3/room.h | 18 + Descent3/room_external.h | 18 + Descent3/scorch.cpp | 18 + Descent3/scorch.h | 18 + Descent3/screens.cpp | 18 + Descent3/screens.h | 18 + Descent3/ship.cpp | 18 + Descent3/ship.h | 18 + Descent3/slew.h | 18 + Descent3/soar.cpp | 18 + Descent3/soar.h | 18 + Descent3/soar_helpers.cpp | 18 + Descent3/soar_helpers.h | 18 + Descent3/sounds.h | 18 + Descent3/special_face.cpp | 18 + Descent3/special_face.h | 18 + Descent3/spew.cpp | 18 + Descent3/spew.h | 18 + Descent3/splinter.cpp | 18 + Descent3/splinter.h | 18 + Descent3/stringtable.h | 18 + Descent3/subtitles.cpp | 18 + Descent3/subtitles.h | 18 + Descent3/terrain.cpp | 18 + Descent3/terrain.h | 18 + Descent3/terrainrender.cpp | 18 + Descent3/trigger.cpp | 18 + Descent3/trigger.h | 18 + Descent3/vclip.cpp | 18 + Descent3/vclip.h | 18 + Descent3/vibeinterface.h | 18 + Descent3/viseffect.cpp | 18 + Descent3/viseffect.h | 18 + Descent3/viseffect_external.h | 18 + Descent3/voice.cpp | 18 + Descent3/voice.h | 18 + Descent3/weapon.cpp | 18 + Descent3/weapon.h | 18 + Descent3/weapon_external.h | 18 + Descent3/weather.cpp | 18 + Descent3/weather.h | 18 + Descent3/winmain.cpp | 18 + LICENSE | 674 +++++++++++++++++++++++++ acmlib/acmlib.cpp | 18 + bitmap/bitmain.cpp | 18 + bitmap/bumpmap.cpp | 18 + bitmap/iff.cpp | 18 + bitmap/iff.h | 18 + bitmap/lightmap.cpp | 18 + bitmap/pcx.cpp | 18 + bitmap/tga.cpp | 18 + cfile/CFILE.cpp | 18 + cfile/InfFile.cpp | 18 + cfile/hog.cpp | 18 + czip/BitIO.cpp | 18 + czip/CZip.cpp | 18 + czip/HuffmanAdapt.cpp | 18 + czip/HuffmanBasic.cpp | 18 + d3music/musicapi.cpp | 18 + dd_grwin32/ddgrWin32.h | 18 + dd_grwin32/ddgrWin32API.cpp | 18 + dd_grwin32/ddgrWin32DX.cpp | 18 + dd_grwin32/ddgrWin32DX.h | 18 + dd_grwin32/ddgrWin32GDI.cpp | 18 + dd_grwin32/ddgrWin32GDI.h | 18 + dd_grwin32/ddgrWin32Init.cpp | 18 + dd_lnxsound/ddlnxsound.h | 18 + dd_lnxsound/lnxsound.cpp | 18 + dd_lnxsound/mixer.cpp | 18 + dd_lnxsound/sdlsound.cpp | 18 + dd_sndlib/Ds3dlib.cpp | 18 + dd_sndlib/Ia3dutil.h | 18 + dd_sndlib/auddev.h | 18 + dd_sndlib/aureal3d.cpp | 18 + dd_sndlib/ddsoundload.cpp | 18 + dd_sndlib/ds3dlib_internal.h | 18 + dd_sndlib/dsound3d.cpp | 18 + dd_sndlib/eax.cpp | 18 + dd_sndlib/eax.h | 18 + dd_sndlib/eax2.h | 18 + dd_sndlib/geometry.cpp | 18 + dd_sndlib/ia3dapi.h | 18 + dd_sndlib/ssl_lib.cpp | 18 + dd_sndlib/vmanpset.h | 18 + dd_vidwin32/ddvidlib.h | 18 + dd_vidwin32/vidWin32FS.cpp | 18 + dd_vidwin32/vidWin32Win.cpp | 18 + dd_vidwin32/video_win32.cpp | 18 + ddgr_mac/ddgr_mac.cpp | 18 + ddgr_mac/ddgr_mac.h | 18 + ddgr_mac/macOSSurface.cpp | 18 + ddgr_mac/macOSSurface.h | 18 + ddio_common/ddio.cpp | 18 + ddio_common/key.cpp | 18 + ddio_lnx/ddio_lnx.h | 18 + ddio_lnx/lnxcdrom.cpp | 18 + ddio_lnx/lnxfile.cpp | 18 + ddio_lnx/lnxforcefeedback.cpp | 18 + ddio_lnx/lnxio.cpp | 18 + ddio_lnx/lnxjoy.cpp | 18 + ddio_lnx/lnxkey.cpp | 18 + ddio_lnx/lnxkey_ggi.cpp | 18 + ddio_lnx/lnxkey_null.cpp | 18 + ddio_lnx/lnxkey_raw.cpp | 18 + ddio_lnx/lnxkey_sdl.cpp | 18 + ddio_lnx/lnxkey_svga.cpp | 18 + ddio_lnx/lnxkey_xwin.cpp | 18 + ddio_lnx/lnxmouse.cpp | 18 + ddio_lnx/lnxtimer.cpp | 18 + ddio_lnx/sdljoy.cpp | 18 + ddio_mac/ddio_mac.h | 18 + ddio_mac/macController.cpp | 18 + ddio_mac/macController.h | 18 + ddio_mac/macfile.cpp | 18 + ddio_mac/macio.cpp | 18 + ddio_mac/macjoy.cpp | 18 + ddio_mac/mackey.cpp | 18 + ddio_mac/macmouse.cpp | 18 + ddio_mac/mactimer.cpp | 18 + ddio_win/ddio_win.h | 18 + ddio_win/serial.cpp | 18 + ddio_win/winfile.cpp | 18 + ddio_win/winforcefeedback.cpp | 18 + ddio_win/winio.cpp | 18 + ddio_win/winjoy.cpp | 18 + ddio_win/winkey.cpp | 18 + ddio_win/winmouse.cpp | 18 + ddio_win/wintimer.cpp | 18 + ddvid_lnx/video_lnx.cpp | 18 + fix/fix.cpp | 18 + gpl.sh | 3 + gplheader | 18 + grtext/grfont.cpp | 18 + grtext/grtext.cpp | 18 + grtext/grtextlib.h | 18 + grtext/textaux.cpp | 18 + lib/3d.h | 18 + lib/Adecode.h | 18 + lib/Aencode.h | 18 + lib/AppConsole.h | 18 + lib/CZip.h | 18 + lib/Controller.h | 18 + lib/DDAccess.h | 18 + lib/Ddgr.h | 18 + lib/IMeshBuilder.h | 18 + lib/IMeshHandle.h | 18 + lib/InfFile.h | 18 + lib/Macros.h | 18 + lib/TaskSystem.h | 18 + lib/appdatabase.h | 18 + lib/application.h | 18 + lib/audio_encode.h | 18 + lib/bitmap.h | 18 + lib/bumpmap.h | 18 + lib/byteswap.h | 18 + lib/collide.h | 18 + lib/d3events.h | 18 + lib/d3music.h | 18 + lib/d3x_op.h | 18 + lib/ddio.h | 18 + lib/ddio_common.h | 18 + lib/ddsndgeometry.h | 18 + lib/ddvid.h | 18 + lib/debug.h | 18 + lib/debugbreak.h | 18 + lib/dedicated_server.h | 18 + lib/demofile.h | 18 + lib/directplay.h | 18 + lib/ds3dlib.h | 18 + lib/findintersection.h | 18 + lib/findintersection_external.h | 18 + lib/fix.h | 18 + lib/forcefeedback.h | 18 + lib/game2dll.h | 18 + lib/gameos.h | 18 + lib/gr.h | 18 + lib/grdefs.h | 18 + lib/grtext.h | 18 + lib/hlsoundlib.h | 18 + lib/hogfile.h | 18 + lib/intelliVIBE.h | 18 + lib/joystick.h | 18 + lib/lightmap.h | 18 + lib/linux/dyna_curses.h | 18 + lib/linux/dyna_glide.h | 18 + lib/linux/dyna_oxlib.h | 18 + lib/linux/dyna_pthread.h | 18 + lib/linux/dyna_svga.h | 18 + lib/linux/dyna_xext.h | 18 + lib/linux/dyna_xwin.h | 18 + lib/linux/linux_fix.h | 18 + lib/linux/lnxapp.h | 18 + lib/linux/lnxcontroller.h | 18 + lib/linux/lnxdatabase.h | 18 + lib/linux/lnxdraw.h | 18 + lib/linux/lnxsound.h | 18 + lib/linux/mixer.h | 18 + lib/linux/oelnx_os.h | 18 + lib/lnxfix.h | 18 + lib/lnxscreenmode.h | 18 + lib/logfile.h | 18 + lib/mac/fixmac.h | 18 + lib/mac/mac_llsound.h | 18 + lib/mac/mac_settings.h | 18 + lib/mac/oemac_os.h | 18 + lib/manage.h | 18 + lib/manage_external.h | 18 + lib/megacell.h | 18 + lib/mem.h | 18 + lib/module.h | 18 + lib/mono.h | 18 + lib/movie.h | 18 + lib/music.h | 18 + lib/mvelibw.h | 18 + lib/networking.h | 18 + lib/polymodel.h | 18 + lib/polymodel_external.h | 18 + lib/psclass.h | 18 + lib/psendian.h | 18 + lib/pserror.h | 18 + lib/psglob.h | 18 + lib/psrand.h | 18 + lib/pstring.h | 18 + lib/pstypes.h | 18 + lib/rend_d3d.h | 18 + lib/rend_opengl.h | 18 + lib/renderer.h | 18 + lib/rtperformance.h | 18 + lib/soundload.h | 18 + lib/ssl_lib.h | 18 + lib/streamaudio.h | 18 + lib/textaux.h | 18 + lib/texture.h | 18 + lib/ui.h | 18 + lib/uidraw.h | 18 + lib/uires.h | 18 + lib/uisys.h | 18 + lib/unzip.h | 18 + lib/vecmat.h | 18 + lib/vecmat_external.h | 18 + lib/win/DirectX/d3d.h | 18 + lib/win/DirectX/d3dcaps.h | 18 + lib/win/DirectX/d3dtypes.h | 18 + lib/win/DirectX/ddraw.h | 18 + lib/win/DirectX/dinput.h | 18 + lib/win/DirectX/dplay.h | 18 + lib/win/DirectX/dplobby.h | 18 + lib/win/DirectX/dsound.h | 18 + lib/win/arb_extensions.h | 18 + lib/win/fixwin32.h | 18 + lib/win/win32app.h | 18 + lib/win/win32database.h | 18 + lib/win/wincontroller.h | 18 + libacm/aencode.cpp | 18 + libacm/libacm.cpp | 18 + libmve/SystemInterfaces.h | 18 + libmve/lnxdsound.cpp | 18 + libmve/lnxdsound.h | 18 + libmve/mveasm.cpp | 18 + libmve/mvegfx.h | 18 + libmve/mvelibi.h | 18 + libmve/mvelibl.cpp | 18 + libmve/mvelibl.h | 18 + libmve/platform.cpp | 18 + libmve/platform.h | 18 + libmve/snd8to16.h | 18 + linux/DynXLib.cpp | 18 + linux/lnxapp.cpp | 18 + linux/lnxcon.cpp | 18 + linux/lnxcon_null.cpp | 18 + linux/lnxcon_raw.cpp | 18 + linux/lnxdata.cpp | 18 + linux/lnxdebug.cpp | 18 + linux/lnxmono.cpp | 18 + linux/registry.cpp | 18 + linux/registry.h | 18 + lnxcontroller/lnxcontroller.cpp | 18 + lnxmvelib/asmstub.c | 18 + lnxmvelib/dyna_pthread.h | 18 + lnxmvelib/dyna_xext.h | 18 + lnxmvelib/dyna_xwin.h | 18 + lnxmvelib/lnxdraw.cpp | 18 + lnxmvelib/lnxdsound.cpp | 18 + lnxmvelib/lnxdsound.h | 18 + lnxmvelib/mveasm.cpp | 18 + lnxmvelib/mvegfx.h | 18 + lnxmvelib/mvelibi.h | 18 + lnxmvelib/mvelibl.cpp | 18 + lnxmvelib/mvelibl.h | 18 + lnxmvelib/snd8to16.h | 18 + mac/DrawSprocket.cpp | 18 + mac/InSprocket.c | 18 + mac/InSprocket.h | 18 + mac/InSprocketResource.h | 18 + mac/MacDisplays.h | 18 + mac/MacMovie.cpp | 18 + mac/maccore.cpp | 18 + mac/macdatabase.cpp | 18 + mac/macdebug.cpp | 18 + mac_sndlib/mac_llsound.cpp | 18 + manage/doorpage.cpp | 18 + manage/doorpage.h | 18 + manage/gamefilepage.cpp | 18 + manage/gamefilepage.h | 18 + manage/generic.cpp | 18 + manage/genericpage.h | 18 + manage/manage.cpp | 18 + manage/megapage.cpp | 18 + manage/megapage.h | 18 + manage/pagelock.cpp | 18 + manage/powerpage.h | 18 + manage/robotpage.h | 18 + manage/shippage.cpp | 18 + manage/shippage.h | 18 + manage/soundpage.cpp | 18 + manage/soundpage.h | 18 + manage/texpage.cpp | 18 + manage/texpage.h | 18 + manage/weaponpage.cpp | 18 + manage/weaponpage.h | 18 + md5/md5.cpp | 18 + md5/md5.h | 18 + mem/mem.cpp | 18 + misc/endian.cpp | 18 + misc/error.cpp | 18 + misc/logfile.cpp | 18 + misc/psglob.cpp | 18 + misc/psrand.cpp | 18 + misc/pstring.cpp | 18 + model/newstyle.cpp | 18 + model/polymodel.cpp | 18 + module/module.cpp | 18 + movie/d3movie.cpp | 18 + music/musiclib.h | 18 + music/omflex.cpp | 18 + music/sequencer.cpp | 18 + music/streamer.cpp | 18 + music/tracklist.cpp | 18 + netcon/includes/CFtp.h | 18 + netcon/includes/Chttpget.h | 18 + netcon/includes/DLLUiItems.h | 18 + netcon/includes/con_dll.h | 18 + netcon/includes/inetgetfile.h | 18 + netcon/includes/mdllinit.h | 18 + netcon/inetfile/CFtp.cpp | 18 + netcon/inetfile/Chttpget.cpp | 18 + netcon/inetfile/inetgetfile.cpp | 18 + netcon/inetfile/lnxinetfile.cpp | 18 + netcon/lanclient/lanclient.cpp | 18 + netcon/lanclient/lanclient.h | 18 + netcon/lanclient/lanstrings.h | 18 + netgames/anarchy/Anarchy.h | 18 + netgames/anarchy/anarchy.cpp | 18 + netgames/anarchy/anarchystr.h | 18 + netgames/coop/coop.cpp | 18 + netgames/coop/coop.h | 18 + netgames/coop/coopstr.h | 18 + netgames/ctf/CTFstr.h | 18 + netgames/ctf/ctf.cpp | 18 + netgames/ctf/ctf.h | 18 + netgames/dmfc/dmfcbase.cpp | 18 + netgames/dmfc/dmfccfg.cpp | 18 + netgames/dmfc/dmfcclient.cpp | 18 + netgames/dmfc/dmfcdllinit.h | 18 + netgames/dmfc/dmfcfunctions.cpp | 18 + netgames/dmfc/dmfchudmessages.cpp | 18 + netgames/dmfc/dmfcinputcommand.cpp | 18 + netgames/dmfc/dmfcinputcommands.h | 18 + netgames/dmfc/dmfcinterface.cpp | 18 + netgames/dmfc/dmfcinternal.h | 18 + netgames/dmfc/dmfcmenu.cpp | 18 + netgames/dmfc/dmfcpackets.cpp | 18 + netgames/dmfc/dmfcpinfo.cpp | 18 + netgames/dmfc/dmfcprecord.cpp | 18 + netgames/dmfc/dmfcpstack.cpp | 18 + netgames/dmfc/dmfcremote.cpp | 18 + netgames/dmfc/dmfcserver.cpp | 18 + netgames/dmfc/dmfcstats.cpp | 18 + netgames/dmfc/dmfctimer.cpp | 18 + netgames/dmfc/dmfcui.cpp | 18 + netgames/dmfc/dmfcvirtual.cpp | 18 + netgames/dmfc/encryption.cpp | 18 + netgames/dmfc/encryption.h | 18 + netgames/dmfc/idmfc.cpp | 18 + netgames/entropy/Entropy.h | 18 + netgames/entropy/EntropyAux.h | 18 + netgames/entropy/EntropyBase.cpp | 18 + netgames/entropy/EntropyPackets.cpp | 18 + netgames/entropy/EntropyRoom.cpp | 18 + netgames/entropy/Entropystr.h | 18 + netgames/hoard/Hoard.h | 18 + netgames/hoard/hoard.cpp | 18 + netgames/hoard/hoard_ui.cpp | 18 + netgames/hoard/hoardaux.h | 18 + netgames/hoard/hoardstr.h | 18 + netgames/hyperanarchy/HyperAnarchy.h | 18 + netgames/hyperanarchy/hyperanarchy.cpp | 18 + netgames/hyperanarchy/hyperstr.h | 18 + netgames/includes/DMFC.h | 18 + netgames/includes/DMFCKeyCodes.h | 18 + netgames/includes/gamedll_header.h | 18 + netgames/includes/idmfc.h | 18 + netgames/monsterball/monsterball.cpp | 18 + netgames/monsterball/monsterball.h | 18 + netgames/monsterball/monsterstr.h | 18 + netgames/roboanarchy/roboAnarchy.h | 18 + netgames/roboanarchy/roboanarchy.cpp | 18 + netgames/roboanarchy/roboanarchystr.h | 18 + netgames/tanarchy/tanDMFC.h | 18 + netgames/tanarchy/tanarchy.cpp | 18 + netgames/tanarchy/tanarchystr.h | 18 + networking/directplay.cpp | 18 + networking/networking.cpp | 18 + physics/Collide.cpp | 18 + physics/FindIntersection.cpp | 18 + physics/newstyle_fi.cpp | 18 + physics/physics.cpp | 18 + renderer/Direct3D.cpp | 18 + renderer/HardwareClipper.cpp | 18 + renderer/HardwareDraw.cpp | 18 + renderer/HardwareGlobalVars.cpp | 18 + renderer/HardwareInstance.cpp | 18 + renderer/HardwareInternal.h | 18 + renderer/HardwareOpenGL.cpp | 18 + renderer/HardwarePoints.cpp | 18 + renderer/HardwareSetup.cpp | 18 + renderer/HardwareTransforms.cpp | 18 + renderer/RendererConfig.h | 18 + renderer/SoftwareClipper.cpp | 18 + renderer/SoftwareDraw.cpp | 18 + renderer/SoftwareGlobalVars.cpp | 18 + renderer/SoftwareInstance.cpp | 18 + renderer/SoftwareInternal.h | 18 + renderer/SoftwareOpenGL.cpp | 18 + renderer/SoftwareOpenGLMeshBuilder.cpp | 18 + renderer/SoftwarePoints.cpp | 18 + renderer/SoftwareSetup.cpp | 18 + renderer/dyna_gl.h | 18 + renderer/dyna_gl_ryan.h | 18 + renderer/lnxscreenmode.cpp | 18 + renderer/opengl.cpp | 18 + renderer/opengl_ryan.cpp | 18 + renderer/renderer.cpp | 18 + rtperformance/rtperformance.cpp | 18 + scripts/AIGame.cpp | 18 + scripts/AIGame3.cpp | 18 + scripts/AIGame3_External.h | 18 + scripts/BatteriesIncluded.cpp | 18 + scripts/BossCamera.cpp | 18 + scripts/CanyonsCTF.cpp | 18 + scripts/CellTestLevel.cpp | 18 + scripts/ChrisTest.cpp | 18 + scripts/DallasFuncs.cpp | 18 + scripts/GameGauge.cpp | 18 + scripts/Geodomes.cpp | 18 + scripts/HalfPipe.cpp | 18 + scripts/InfernalBolt.cpp | 18 + scripts/Inversion.cpp | 18 + scripts/LEVEL0.cpp | 18 + scripts/LEVEL15.cpp | 18 + scripts/Level12.cpp | 18 + scripts/Level16.cpp | 18 + scripts/Level6.cpp | 18 + scripts/Level9.cpp | 18 + scripts/LevelS1.cpp | 18 + scripts/Merc02.cpp | 18 + scripts/Merc1.cpp | 18 + scripts/Merc3.cpp | 18 + scripts/Merc4.cpp | 18 + scripts/Merc6.cpp | 18 + scripts/Merc7.cpp | 18 + scripts/Mysterious_Isle.cpp | 18 + scripts/Paranoia.cpp | 18 + scripts/PiccuStation.cpp | 18 + scripts/Polaris.cpp | 18 + scripts/Quadsomniac.cpp | 18 + scripts/RudeAwakening.cpp | 18 + scripts/SewerRat.cpp | 18 + scripts/TrainingMission.cpp | 18 + scripts/Y2K.cpp | 18 + scripts/aigame2.cpp | 18 + scripts/aigame4.cpp | 18 + scripts/barney.cpp | 18 + scripts/clutter.cpp | 18 + scripts/generic.cpp | 18 + scripts/kbLEVEL15.cpp | 18 + scripts/kbtest.cpp | 18 + scripts/level1.cpp | 18 + scripts/level10.cpp | 18 + scripts/level11.cpp | 18 + scripts/level13.cpp | 18 + scripts/level14.cpp | 18 + scripts/level17.cpp | 18 + scripts/level2.cpp | 18 + scripts/level3.cpp | 18 + scripts/level4.cpp | 18 + scripts/level5.cpp | 18 + scripts/level7.cpp | 18 + scripts/level8.cpp | 18 + scripts/levelS2.cpp | 18 + scripts/linux_lib.cpp | 18 + scripts/linux_lib.h | 18 + scripts/lnx/osiris_common.h | 18 + scripts/lnx/osiris_import.h | 18 + scripts/lnx/osiris_vector.h | 18 + scripts/merc5.cpp | 18 + scripts/myPowerHouse.cpp | 18 + scripts/orbital.cpp | 18 + scripts/osiris_common.h | 18 + scripts/osiris_import.h | 18 + scripts/osiris_vector.h | 18 + scripts/scripttest1.cpp | 18 + scripts/testscript.cpp | 18 + sndlib/hlsoundlib.cpp | 18 + sndlib/sndrender.cpp | 18 + sndlib/sndrender.h | 18 + sndlib/soundload.cpp | 18 + stream_audio/osfarchive.cpp | 18 + stream_audio/streamaudio.cpp | 18 + ui/UIButton.cpp | 18 + ui/UICombo.cpp | 18 + ui/UIConsole.cpp | 18 + ui/UIDraw.cpp | 18 + ui/UIEdit.cpp | 18 + ui/UIGadget.cpp | 18 + ui/UIGroup.cpp | 18 + ui/UIHotspot.cpp | 18 + ui/UIListBox.cpp | 18 + ui/UIObject.cpp | 18 + ui/UIRes.cpp | 18 + ui/UISlider.cpp | 18 + ui/UIStatic.cpp | 18 + ui/UISystem.cpp | 18 + ui/UIWindow.cpp | 18 + ui/UIlib.h | 18 + unzip/adler32.c | 18 + unzip/infblock.c | 18 + unzip/infblock.h | 18 + unzip/infcodes.c | 18 + unzip/infcodes.h | 18 + unzip/inffast.c | 18 + unzip/inffast.h | 18 + unzip/inffixed.h | 18 + unzip/inflate.c | 18 + unzip/inftrees.c | 18 + unzip/inftrees.h | 18 + unzip/infutil.c | 18 + unzip/infutil.h | 18 + unzip/unzip.cpp | 18 + unzip/zconf.h | 18 + unzip/zlib.h | 18 + unzip/zutil.h | 18 + vecmat/vector.cpp | 18 + win32/WinController.cpp | 18 + win32/win32os.h | 18 + win32/winapp.cpp | 18 + win32/wincon.cpp | 18 + win32/windata.cpp | 18 + win32/windebug.cpp | 18 + win32/winmono.cpp | 18 + win32/wintask.cpp | 18 + 809 files changed, 15203 insertions(+) create mode 100644 LICENSE create mode 100755 gpl.sh create mode 100644 gplheader diff --git a/2dlib/font.cpp b/2dlib/font.cpp index 7a377df0..58d27986 100644 --- a/2dlib/font.cpp +++ b/2dlib/font.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/font.cpp $ * $Revision: 15 $ diff --git a/2dlib/hardsurf.cpp b/2dlib/hardsurf.cpp index e5345373..c7975dcd 100644 --- a/2dlib/hardsurf.cpp +++ b/2dlib/hardsurf.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /descent3/main/2dlib/hardsurf.cpp $ * $Revision: 8 $ diff --git a/2dlib/lib2d.h b/2dlib/lib2d.h index 62e8e2fb..06764f52 100644 --- a/2dlib/lib2d.h +++ b/2dlib/lib2d.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* internal header to 2dlib */ diff --git a/2dlib/memsurf.cpp b/2dlib/memsurf.cpp index 7706e47f..671707d2 100644 --- a/2dlib/memsurf.cpp +++ b/2dlib/memsurf.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/memsurf.cpp $ * $Revision: 6 $ diff --git a/2dlib/pen.cpp b/2dlib/pen.cpp index 5778ebce..6badbaa2 100644 --- a/2dlib/pen.cpp +++ b/2dlib/pen.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/pen.cpp $ * $Revision: 5 $ diff --git a/2dlib/pentext.cpp b/2dlib/pentext.cpp index 232432e2..8188a84b 100644 --- a/2dlib/pentext.cpp +++ b/2dlib/pentext.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/pentext.cpp $ * $Revision: 8 $ diff --git a/2dlib/screen.cpp b/2dlib/screen.cpp index 4626fa5d..8be10578 100644 --- a/2dlib/screen.cpp +++ b/2dlib/screen.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /descent3/main/2dlib/screen.cpp $ * $Revision: 12 $ diff --git a/2dlib/surface.cpp b/2dlib/surface.cpp index 6cba3375..04856683 100644 --- a/2dlib/surface.cpp +++ b/2dlib/surface.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/surface.cpp $ * $Revision: 7 $ diff --git a/2dlib/viewport.cpp b/2dlib/viewport.cpp index 8e1bc2f4..870f6375 100644 --- a/2dlib/viewport.cpp +++ b/2dlib/viewport.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/2dlib/viewport.cpp $ * $Revision: 7 $ diff --git a/AudioEncode/encoder.cpp b/AudioEncode/encoder.cpp index c347adf8..1e7699d8 100644 --- a/AudioEncode/encoder.cpp +++ b/AudioEncode/encoder.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/Descent3/AIGoal.cpp b/Descent3/AIGoal.cpp index f44909b2..60c41c80 100644 --- a/Descent3/AIGoal.cpp +++ b/Descent3/AIGoal.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/AIGoal.cpp $ * $Revision: 137 $ diff --git a/Descent3/AIGoal.h b/Descent3/AIGoal.h index c56ce69c..a7f1e116 100644 --- a/Descent3/AIGoal.h +++ b/Descent3/AIGoal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/AIGoal.h $ * $Revision: 24 $ diff --git a/Descent3/AIMain.h b/Descent3/AIMain.h index 52f68413..77d9f8fb 100644 --- a/Descent3/AIMain.h +++ b/Descent3/AIMain.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/AIMain.h $ * $Revision: 41 $ diff --git a/Descent3/AImain.cpp b/Descent3/AImain.cpp index de56f053..fe5f0212 100644 --- a/Descent3/AImain.cpp +++ b/Descent3/AImain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/AImain.cpp $ * $Revision: 479 $ diff --git a/Descent3/BOA.cpp b/Descent3/BOA.cpp index 642e8c30..702cd226 100644 --- a/Descent3/BOA.cpp +++ b/Descent3/BOA.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/BOA.cpp $ * $Revision: 121 $ diff --git a/Descent3/BOA.h b/Descent3/BOA.h index ca0d3163..4ce02d0f 100644 --- a/Descent3/BOA.h +++ b/Descent3/BOA.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/BOA.h $ * $Revision: 34 $ diff --git a/Descent3/Briefing.cpp b/Descent3/Briefing.cpp index 01eb159c..22be8e6a 100644 --- a/Descent3/Briefing.cpp +++ b/Descent3/Briefing.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Briefing.cpp $ * $Revision: 57 $ diff --git a/Descent3/Briefing.h b/Descent3/Briefing.h index 3a251c93..9dbd4d47 100644 --- a/Descent3/Briefing.h +++ b/Descent3/Briefing.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Briefing.h $ * $Revision: 11 $ diff --git a/Descent3/BriefingParse.cpp b/Descent3/BriefingParse.cpp index 4b6f1afa..fdfa274d 100644 --- a/Descent3/BriefingParse.cpp +++ b/Descent3/BriefingParse.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/BriefingParse.cpp $ * $Revision: 11 $ diff --git a/Descent3/BriefingParse.h b/Descent3/BriefingParse.h index 5dfa8854..97486fdb 100644 --- a/Descent3/BriefingParse.h +++ b/Descent3/BriefingParse.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/BriefingParse.h $ * $Revision: 7 $ diff --git a/Descent3/ConfigItem.cpp b/Descent3/ConfigItem.cpp index 63abbcc7..1749f9af 100644 --- a/Descent3/ConfigItem.cpp +++ b/Descent3/ConfigItem.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ConfigItem.cpp $ * $Revision: 19 $ diff --git a/Descent3/ConfigItem.h b/Descent3/ConfigItem.h index 4ec7b74e..e9d57771 100644 --- a/Descent3/ConfigItem.h +++ b/Descent3/ConfigItem.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ConfigItem.h $ * $Revision: 8 $ diff --git a/Descent3/Controls.cpp b/Descent3/Controls.cpp index d30ebca1..94185457 100644 --- a/Descent3/Controls.cpp +++ b/Descent3/Controls.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Controls.cpp $ * $Revision: 106 $ diff --git a/Descent3/CtlCfgElem.cpp b/Descent3/CtlCfgElem.cpp index e3538fe7..6ec4ce12 100644 --- a/Descent3/CtlCfgElem.cpp +++ b/Descent3/CtlCfgElem.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/CtlCfgElem.cpp $ * $Revision: 26 $ diff --git a/Descent3/CtlCfgElem.h b/Descent3/CtlCfgElem.h index 95947096..92308a22 100644 --- a/Descent3/CtlCfgElem.h +++ b/Descent3/CtlCfgElem.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/CtlCfgElem.h $ * $Revision: 15 $ diff --git a/Descent3/D3ForceFeedback.cpp b/Descent3/D3ForceFeedback.cpp index 5ca2c481..ee785854 100644 --- a/Descent3/D3ForceFeedback.cpp +++ b/Descent3/D3ForceFeedback.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/D3ForceFeedback.cpp $ * $Revision: 19 $ diff --git a/Descent3/D3ForceFeedback.h b/Descent3/D3ForceFeedback.h index 77d66244..444f5ba8 100644 --- a/Descent3/D3ForceFeedback.h +++ b/Descent3/D3ForceFeedback.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/D3ForceFeedback.h $ * $Revision: 9 $ diff --git a/Descent3/DeathInfo.h b/Descent3/DeathInfo.h index 69f9cb3e..5a040a74 100644 --- a/Descent3/DeathInfo.h +++ b/Descent3/DeathInfo.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/DeathInfo.h $ * $Revision: 6 $ diff --git a/Descent3/DllWrappers.cpp b/Descent3/DllWrappers.cpp index 6f3df2c5..0329b5e0 100644 --- a/Descent3/DllWrappers.cpp +++ b/Descent3/DllWrappers.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "DllWrappers.h" #include "pserror.h" #include "pstring.h" diff --git a/Descent3/DllWrappers.h b/Descent3/DllWrappers.h index fb01c10c..15a881c0 100644 --- a/Descent3/DllWrappers.h +++ b/Descent3/DllWrappers.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef DLLWRAPPERS_H_ #define DLLWRAPPERS_H_ diff --git a/Descent3/Game2DLL.cpp b/Descent3/Game2DLL.cpp index 9af4a135..441303fe 100644 --- a/Descent3/Game2DLL.cpp +++ b/Descent3/Game2DLL.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pstypes.h" #include "pserror.h" #include "game.h" diff --git a/Descent3/GameCheat.cpp b/Descent3/GameCheat.cpp index 0247d127..8563416d 100644 --- a/Descent3/GameCheat.cpp +++ b/Descent3/GameCheat.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/GameCheat.cpp $ * $Revision: 32 $ diff --git a/Descent3/GameLoop.cpp b/Descent3/GameLoop.cpp index c5983c4b..eefc723e 100644 --- a/Descent3/GameLoop.cpp +++ b/Descent3/GameLoop.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/GameLoop.cpp $ * $Revision: 400 $ diff --git a/Descent3/Inventory.cpp b/Descent3/Inventory.cpp index d7a47a61..2009bb0a 100644 --- a/Descent3/Inventory.cpp +++ b/Descent3/Inventory.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Inventory.cpp $ * $Revision: 80 $ diff --git a/Descent3/Inventory.h b/Descent3/Inventory.h index 67dcabd3..531c39ca 100644 --- a/Descent3/Inventory.h +++ b/Descent3/Inventory.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Inventory.h $ * $Revision: 46 $ diff --git a/Descent3/LoadLevel.cpp b/Descent3/LoadLevel.cpp index 8b022181..6434fbd9 100644 --- a/Descent3/LoadLevel.cpp +++ b/Descent3/LoadLevel.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/LoadLevel.cpp $ * $Revision: 346 $ diff --git a/Descent3/LoadLevel.h b/Descent3/LoadLevel.h index 5a02b477..8dcf7657 100644 --- a/Descent3/LoadLevel.h +++ b/Descent3/LoadLevel.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/LoadLevel.h $ * $Revision: 130 $ diff --git a/Descent3/Mission.cpp b/Descent3/Mission.cpp index 6de865f5..58e6e2a9 100644 --- a/Descent3/Mission.cpp +++ b/Descent3/Mission.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Mission.cpp $ * $Revision: 193 $ diff --git a/Descent3/Mission.h b/Descent3/Mission.h index 962fb811..d177236d 100644 --- a/Descent3/Mission.h +++ b/Descent3/Mission.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Mission.h $ * $Revision: 41 $ diff --git a/Descent3/NewPyroGauges.cpp b/Descent3/NewPyroGauges.cpp index 10682543..f941929a 100644 --- a/Descent3/NewPyroGauges.cpp +++ b/Descent3/NewPyroGauges.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/NewPyroGauges.cpp $ * $Revision: 10 $ diff --git a/Descent3/NewPyroGauges.h b/Descent3/NewPyroGauges.h index 907e1de7..eed36001 100644 --- a/Descent3/NewPyroGauges.h +++ b/Descent3/NewPyroGauges.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/NewPyroGauges.h $ * $Revision: 5 $ diff --git a/Descent3/ObjInit.cpp b/Descent3/ObjInit.cpp index 6c4599c4..4afcfc9e 100644 --- a/Descent3/ObjInit.cpp +++ b/Descent3/ObjInit.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ObjInit.cpp $ * $Revision: 170 $ diff --git a/Descent3/ObjScript.cpp b/Descent3/ObjScript.cpp index c49c435d..956910c1 100644 --- a/Descent3/ObjScript.cpp +++ b/Descent3/ObjScript.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ObjScript.cpp $ * $Revision: 37 $ diff --git a/Descent3/ObjScript.h b/Descent3/ObjScript.h index c12aa1c3..2a25c908 100644 --- a/Descent3/ObjScript.h +++ b/Descent3/ObjScript.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ObjScript.h $ * $Revision: 21 $ diff --git a/Descent3/OsirisLoadandBind.cpp b/Descent3/OsirisLoadandBind.cpp index e0eb1736..20f52d85 100644 --- a/Descent3/OsirisLoadandBind.cpp +++ b/Descent3/OsirisLoadandBind.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/OsirisLoadandBind.cpp $ * $Revision: 116 $ diff --git a/Descent3/PilotPicsAPI.cpp b/Descent3/PilotPicsAPI.cpp index bab2179e..5e54ccf0 100644 --- a/Descent3/PilotPicsAPI.cpp +++ b/Descent3/PilotPicsAPI.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/PilotPicsAPI.cpp $ * $Revision: 9 $ diff --git a/Descent3/PilotPicsAPI.h b/Descent3/PilotPicsAPI.h index 0dca3794..b28b24ec 100644 --- a/Descent3/PilotPicsAPI.h +++ b/Descent3/PilotPicsAPI.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/PilotPicsAPI.h $ * $Revision: 2 $ diff --git a/Descent3/Player.cpp b/Descent3/Player.cpp index 7a23d3b4..1a91f2b6 100644 --- a/Descent3/Player.cpp +++ b/Descent3/Player.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Player.cpp $ * $Revision: 331 $ diff --git a/Descent3/SDLMain.h b/Descent3/SDLMain.h index c56d90cb..1914aed4 100644 --- a/Descent3/SDLMain.h +++ b/Descent3/SDLMain.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* SDLMain.m - main entry point for our Cocoa-ized SDL app Initial Version: Darrell Walisser Non-NIB-Code & other changes: Max Horn diff --git a/Descent3/SLEW.cpp b/Descent3/SLEW.cpp index e68910c1..acb45420 100644 --- a/Descent3/SLEW.cpp +++ b/Descent3/SLEW.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/SLEW.cpp $ * $Revision: 46 $ diff --git a/Descent3/SmallViews.cpp b/Descent3/SmallViews.cpp index 287094c0..c7ef2457 100644 --- a/Descent3/SmallViews.cpp +++ b/Descent3/SmallViews.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/SmallViews.cpp $ * $Revision: 33 $ diff --git a/Descent3/SmallViews.h b/Descent3/SmallViews.h index 5bfdbe3a..178f9d40 100644 --- a/Descent3/SmallViews.h +++ b/Descent3/SmallViews.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/SmallViews.h $ * $Revision: 11 $ diff --git a/Descent3/TelCom.cpp b/Descent3/TelCom.cpp index eee3098f..dae27f58 100644 --- a/Descent3/TelCom.cpp +++ b/Descent3/TelCom.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelCom.cpp $ * $Revision: 152 $ diff --git a/Descent3/TelCom.h b/Descent3/TelCom.h index 6702c468..e4525564 100644 --- a/Descent3/TelCom.h +++ b/Descent3/TelCom.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __TELCOM_H_ #define __TELCOM_H_ diff --git a/Descent3/TelComAutoMap.cpp b/Descent3/TelComAutoMap.cpp index eff47bf9..d9adc3a9 100644 --- a/Descent3/TelComAutoMap.cpp +++ b/Descent3/TelComAutoMap.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComAutoMap.cpp $ * $Revision: 37 $ diff --git a/Descent3/TelComAutoMap.h b/Descent3/TelComAutoMap.h index 15c5d3c3..d1918dfc 100644 --- a/Descent3/TelComAutoMap.h +++ b/Descent3/TelComAutoMap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComAutoMap.h $ * $Revision: 5 $ diff --git a/Descent3/TelComCargo.cpp b/Descent3/TelComCargo.cpp index 47084571..42dde837 100644 --- a/Descent3/TelComCargo.cpp +++ b/Descent3/TelComCargo.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComCargo.cpp $ * $Revision: 16 $ diff --git a/Descent3/TelComCargo.h b/Descent3/TelComCargo.h index 7dc65d58..8d45d6af 100644 --- a/Descent3/TelComCargo.h +++ b/Descent3/TelComCargo.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComCargo.h $ * $Revision: 4 $ diff --git a/Descent3/TelComEffects.cpp b/Descent3/TelComEffects.cpp index 323e9647..cdf6db47 100644 --- a/Descent3/TelComEffects.cpp +++ b/Descent3/TelComEffects.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/TelComEffects.cpp $ * $Revision: 33 $ diff --git a/Descent3/TelComEffects.h b/Descent3/TelComEffects.h index 5b5d9f34..cd71a04d 100644 --- a/Descent3/TelComEffects.h +++ b/Descent3/TelComEffects.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComEffects.h $ * $Revision: 27 $ diff --git a/Descent3/TelComEfxStructs.h b/Descent3/TelComEfxStructs.h index 2f3aec3e..75e5d711 100644 --- a/Descent3/TelComEfxStructs.h +++ b/Descent3/TelComEfxStructs.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComEfxStructs.h $ * $Revision: 19 $ diff --git a/Descent3/TelComGoals.cpp b/Descent3/TelComGoals.cpp index 1feeea4f..904403e3 100644 --- a/Descent3/TelComGoals.cpp +++ b/Descent3/TelComGoals.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComGoals.cpp $ * $Revision: 17 $ diff --git a/Descent3/TelComGoals.h b/Descent3/TelComGoals.h index 9267e50c..b2c451bb 100644 --- a/Descent3/TelComGoals.h +++ b/Descent3/TelComGoals.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelComGoals.h $ * $Revision: 2 $ diff --git a/Descent3/TelcomEffectsRender.cpp b/Descent3/TelcomEffectsRender.cpp index 4b5768b6..ae766beb 100644 --- a/Descent3/TelcomEffectsRender.cpp +++ b/Descent3/TelcomEffectsRender.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/TelcomEffectsRender.cpp $ * $Revision: 15 $ diff --git a/Descent3/TerrainSearch.cpp b/Descent3/TerrainSearch.cpp index 6a4ad15b..1cdfbe62 100644 --- a/Descent3/TerrainSearch.cpp +++ b/Descent3/TerrainSearch.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/TerrainSearch.cpp $ * $Revision: 56 $ diff --git a/Descent3/WeaponFire.cpp b/Descent3/WeaponFire.cpp index 2076728a..267ee936 100644 --- a/Descent3/WeaponFire.cpp +++ b/Descent3/WeaponFire.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/WeaponFire.cpp $ * $Revision: 279 $ diff --git a/Descent3/aiambient.cpp b/Descent3/aiambient.cpp index 226d730f..195732fb 100644 --- a/Descent3/aiambient.cpp +++ b/Descent3/aiambient.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "aiambient.h" #include "string.h" #include "objinfo.h" diff --git a/Descent3/aiambient.h b/Descent3/aiambient.h index a5b89fb9..72897cf3 100644 --- a/Descent3/aiambient.h +++ b/Descent3/aiambient.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _AIAMBIENT_H_ #define _AIAMBIENT_H_ diff --git a/Descent3/aipath.cpp b/Descent3/aipath.cpp index b7f94456..0e1fc32e 100644 --- a/Descent3/aipath.cpp +++ b/Descent3/aipath.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "aipath.h" #include "gamepath.h" #include "AIGoal.h" diff --git a/Descent3/aipath.h b/Descent3/aipath.h index 1ac0ae97..7b1e5c26 100644 --- a/Descent3/aipath.h +++ b/Descent3/aipath.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef AIPATH_H_ #define AIPATH_H_ diff --git a/Descent3/aistruct.h b/Descent3/aistruct.h index 175f1ba9..d0f86a65 100644 --- a/Descent3/aistruct.h +++ b/Descent3/aistruct.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/aistruct.h $ * $Revision: 112 $ diff --git a/Descent3/aistruct_external.h b/Descent3/aistruct_external.h index 7a80eccd..35d67f06 100644 --- a/Descent3/aistruct_external.h +++ b/Descent3/aistruct_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/aistruct_external.h $ * $Revision: 29 $ diff --git a/Descent3/aiterrain.cpp b/Descent3/aiterrain.cpp index f5f68306..45e8fd1e 100644 --- a/Descent3/aiterrain.cpp +++ b/Descent3/aiterrain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/aiterrain.cpp $ * $Revision: 7 $ diff --git a/Descent3/aiterrain.h b/Descent3/aiterrain.h index 384f86b9..c6812fbe 100644 --- a/Descent3/aiterrain.h +++ b/Descent3/aiterrain.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/aiterrain.h $ * $Revision: 5 $ diff --git a/Descent3/ambient.cpp b/Descent3/ambient.cpp index 50e8199c..c8e1cf78 100644 --- a/Descent3/ambient.cpp +++ b/Descent3/ambient.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ambient.cpp $ * $Revision: 13 $ diff --git a/Descent3/ambient.h b/Descent3/ambient.h index 034222cd..f480c48b 100644 --- a/Descent3/ambient.h +++ b/Descent3/ambient.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ambient.h $ * $Revision: 4 $ diff --git a/Descent3/args.cpp b/Descent3/args.cpp index 584b3a18..12f508d7 100644 --- a/Descent3/args.cpp +++ b/Descent3/args.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "args.h" #include "mono.h" #include diff --git a/Descent3/args.h b/Descent3/args.h index e840491e..fe2cb18d 100644 --- a/Descent3/args.h +++ b/Descent3/args.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ARGS_H #define ARGS_H diff --git a/Descent3/attach.cpp b/Descent3/attach.cpp index d5bbd4ae..23afea87 100644 --- a/Descent3/attach.cpp +++ b/Descent3/attach.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "attach.h" diff --git a/Descent3/attach.h b/Descent3/attach.h index d5c8fe04..e51ca007 100644 --- a/Descent3/attach.h +++ b/Descent3/attach.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _ATTACH_H_ #define _ATTACH_H_ diff --git a/Descent3/audiotaunts.cpp b/Descent3/audiotaunts.cpp index bebd8f03..de2ffc2f 100644 --- a/Descent3/audiotaunts.cpp +++ b/Descent3/audiotaunts.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include diff --git a/Descent3/audiotaunts.h b/Descent3/audiotaunts.h index b08f71ea..daefd43f 100644 --- a/Descent3/audiotaunts.h +++ b/Descent3/audiotaunts.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/audiotaunts.h $ * $Revision: 4 $ diff --git a/Descent3/bnode.cpp b/Descent3/bnode.cpp index c9184789..39eeb6d0 100644 --- a/Descent3/bnode.cpp +++ b/Descent3/bnode.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bnode.cpp $ * $Revision: 23 $ diff --git a/Descent3/bnode.h b/Descent3/bnode.h index 758580f7..44c46d1e 100644 --- a/Descent3/bnode.h +++ b/Descent3/bnode.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/bnode.h $ * $Revision: 13 $ diff --git a/Descent3/bsp.cpp b/Descent3/bsp.cpp index 2bad4262..a30f5c1c 100644 --- a/Descent3/bsp.cpp +++ b/Descent3/bsp.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/bsp.cpp $ * $Revision: 32 $ diff --git a/Descent3/bsp.h b/Descent3/bsp.h index 563ba217..a9e1842b 100644 --- a/Descent3/bsp.h +++ b/Descent3/bsp.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bsp.h $ * $Revision: 13 $ diff --git a/Descent3/buddymenu.cpp b/Descent3/buddymenu.cpp index a9d5c510..7d85c661 100644 --- a/Descent3/buddymenu.cpp +++ b/Descent3/buddymenu.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/buddymenu.cpp $ * $Revision: 31 $ diff --git a/Descent3/buddymenu.h b/Descent3/buddymenu.h index 474b0410..375504ef 100644 --- a/Descent3/buddymenu.h +++ b/Descent3/buddymenu.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __BUDDYMENU_H_ #define __BUDDYMENU_H_ diff --git a/Descent3/buildno.h b/Descent3/buildno.h index 6aefc799..b40bb182 100644 --- a/Descent3/buildno.h +++ b/Descent3/buildno.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Descent 3 release build number definition. This file is generated by code, so don't edit it!!!! #define D3_RELEASE_BUILD_NO 604 \ No newline at end of file diff --git a/Descent3/cinematics.cpp b/Descent3/cinematics.cpp index cd0e8bbc..47c71fc4 100644 --- a/Descent3/cinematics.cpp +++ b/Descent3/cinematics.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "cinematics.h" #include "movie.h" #include "game.h" diff --git a/Descent3/cinematics.h b/Descent3/cinematics.h index bc4297ea..2dcab18b 100644 --- a/Descent3/cinematics.h +++ b/Descent3/cinematics.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/cinematics.h $ * $Revision: 7 $ diff --git a/Descent3/cockpit.cpp b/Descent3/cockpit.cpp index d1a7a3df..858d2f4f 100644 --- a/Descent3/cockpit.cpp +++ b/Descent3/cockpit.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/cockpit.cpp $ * $Revision: 50 $ diff --git a/Descent3/cockpit.h b/Descent3/cockpit.h index 957b45f1..932bac64 100644 --- a/Descent3/cockpit.h +++ b/Descent3/cockpit.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/cockpit.h $ * $Revision: 10 $ diff --git a/Descent3/config.cpp b/Descent3/config.cpp index 96357e80..41002f92 100644 --- a/Descent3/config.cpp +++ b/Descent3/config.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/config.cpp $ * $Revision: 178 $ diff --git a/Descent3/config.h b/Descent3/config.h index a00d11b7..4da0718a 100644 --- a/Descent3/config.h +++ b/Descent3/config.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/config.h $ * $Revision: 28 $ diff --git a/Descent3/controls.h b/Descent3/controls.h index 44b90d39..ba80ebb9 100644 --- a/Descent3/controls.h +++ b/Descent3/controls.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/controls.h $ * $Revision: 36 $ diff --git a/Descent3/credits.cpp b/Descent3/credits.cpp index bdb1f7f1..822ed168 100644 --- a/Descent3/credits.cpp +++ b/Descent3/credits.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/credits.cpp $ * $Revision: 17 $ diff --git a/Descent3/credits.h b/Descent3/credits.h index 2d4e0ddc..06c7f44c 100644 --- a/Descent3/credits.h +++ b/Descent3/credits.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/credits.h $ * $Revision: 2 $ diff --git a/Descent3/ctlconfig.cpp b/Descent3/ctlconfig.cpp index 7c3374f6..25209329 100644 --- a/Descent3/ctlconfig.cpp +++ b/Descent3/ctlconfig.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ctlconfig.cpp $ * $Revision: 78 $ diff --git a/Descent3/ctlconfig.h b/Descent3/ctlconfig.h index ab0cd303..e399f9af 100644 --- a/Descent3/ctlconfig.h +++ b/Descent3/ctlconfig.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ctlconfig.h $ * $Revision: 7 $ diff --git a/Descent3/ctlconfigtxt.h b/Descent3/ctlconfigtxt.h index 41870ee4..55e74b13 100644 --- a/Descent3/ctlconfigtxt.h +++ b/Descent3/ctlconfigtxt.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ctlconfigtxt.h $ * $Revision: 26 $ diff --git a/Descent3/d3serial.cpp b/Descent3/d3serial.cpp index 2d1ebf47..b21d40b3 100644 --- a/Descent3/d3serial.cpp +++ b/Descent3/d3serial.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/d3serial.cpp $ * $Revision: 15 $ diff --git a/Descent3/d3serial.h b/Descent3/d3serial.h index 0db4b56b..9940a21d 100644 --- a/Descent3/d3serial.h +++ b/Descent3/d3serial.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/d3serial.h $ * $Revision: 5 $ diff --git a/Descent3/damage.cpp b/Descent3/damage.cpp index 5aec3610..8c084144 100644 --- a/Descent3/damage.cpp +++ b/Descent3/damage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/damage.cpp $ * $Revision: 164 $ diff --git a/Descent3/damage.h b/Descent3/damage.h index b4189767..15073b17 100644 --- a/Descent3/damage.h +++ b/Descent3/damage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/damage.h $ * $Revision: 20 $ diff --git a/Descent3/damage_external.h b/Descent3/damage_external.h index b25087cd..fac03de3 100644 --- a/Descent3/damage_external.h +++ b/Descent3/damage_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef DAMAGE_EXTERNAL_H_ #define DAMAGE_EXTERNAL_H_ diff --git a/Descent3/deathinfo_external.h b/Descent3/deathinfo_external.h index bd46b46d..b06a0a10 100644 --- a/Descent3/deathinfo_external.h +++ b/Descent3/deathinfo_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/deathinfo_external.h $ * $Revision: 10 $ diff --git a/Descent3/debuggraph.cpp b/Descent3/debuggraph.cpp index 8facb623..0806c3f7 100644 --- a/Descent3/debuggraph.cpp +++ b/Descent3/debuggraph.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/debuggraph.cpp $ * $Revision: 4 $ diff --git a/Descent3/debuggraph.h b/Descent3/debuggraph.h index ac2d9125..88b923c1 100644 --- a/Descent3/debuggraph.h +++ b/Descent3/debuggraph.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/debuggraph.h $ * $Revision: 2 $ diff --git a/Descent3/dedicated_server.cpp b/Descent3/dedicated_server.cpp index bded7d08..ccc49329 100644 --- a/Descent3/dedicated_server.cpp +++ b/Descent3/dedicated_server.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dedicated_server.cpp $ * $Revision: 1.5 $ diff --git a/Descent3/demofile.cpp b/Descent3/demofile.cpp index 24a4700c..0b20036c 100644 --- a/Descent3/demofile.cpp +++ b/Descent3/demofile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/demofile.cpp $ * $Revision: 74 $ diff --git a/Descent3/descent.cpp b/Descent3/descent.cpp index 57e07192..bf4d6f4f 100644 --- a/Descent3/descent.cpp +++ b/Descent3/descent.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/descent.cpp $ * $Revision: 106 $ diff --git a/Descent3/descent.h b/Descent3/descent.h index d463e1c4..11428cf1 100644 --- a/Descent3/descent.h +++ b/Descent3/descent.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/descent.h $ * $Revision: 33 $ diff --git a/Descent3/difficulty.cpp b/Descent3/difficulty.cpp index cd05b0ae..055fb301 100644 --- a/Descent3/difficulty.cpp +++ b/Descent3/difficulty.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "difficulty.h" // Notes: diff --git a/Descent3/difficulty.h b/Descent3/difficulty.h index a948b5e4..2ef770ea 100644 --- a/Descent3/difficulty.h +++ b/Descent3/difficulty.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _DIFFICULTY_H_ #define _DIFFICULTY_H_ diff --git a/Descent3/difficulty_external.h b/Descent3/difficulty_external.h index b98e588c..74572a4e 100644 --- a/Descent3/difficulty_external.h +++ b/Descent3/difficulty_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef DIFFICULTY_EXTERNAL_H_ #define DIFFICULTY_EXTERNAL_H_ diff --git a/Descent3/door.cpp b/Descent3/door.cpp index 6ce4d8a1..3c7acfb1 100644 --- a/Descent3/door.cpp +++ b/Descent3/door.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/door.cpp $ * $Revision: 12 $ diff --git a/Descent3/door.h b/Descent3/door.h index f720e3f3..8ee8128c 100644 --- a/Descent3/door.h +++ b/Descent3/door.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/door.h $ * $Revision: 11 $ diff --git a/Descent3/doorway.cpp b/Descent3/doorway.cpp index 309cb394..29c69ce2 100644 --- a/Descent3/doorway.cpp +++ b/Descent3/doorway.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/doorway.cpp $ * $Revision: 25 $ diff --git a/Descent3/doorway.h b/Descent3/doorway.h index 2ae22d39..3ed18c52 100644 --- a/Descent3/doorway.h +++ b/Descent3/doorway.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/doorway.h $ * $Revision: 15 $ diff --git a/Descent3/fireball.cpp b/Descent3/fireball.cpp index 8059135f..8f75af2d 100644 --- a/Descent3/fireball.cpp +++ b/Descent3/fireball.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/fireball.cpp $ * $Revision: 241 $ diff --git a/Descent3/fireball.h b/Descent3/fireball.h index 6d5e1bf9..11990439 100644 --- a/Descent3/fireball.h +++ b/Descent3/fireball.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/fireball.h $ * $Revision: 69 $ diff --git a/Descent3/fireball_external.h b/Descent3/fireball_external.h index 906904a4..4193fc70 100644 --- a/Descent3/fireball_external.h +++ b/Descent3/fireball_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef FIREBALL_EXTERNAL_H_ #define FIREBALL_EXTERNAL_H_ diff --git a/Descent3/game.cpp b/Descent3/game.cpp index 7c9f34f5..ebcb4f8a 100644 --- a/Descent3/game.cpp +++ b/Descent3/game.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/game.cpp $ * $Revision: 190 $ diff --git a/Descent3/game.h b/Descent3/game.h index a7f3b61f..225b768f 100644 --- a/Descent3/game.h +++ b/Descent3/game.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/game.h $ * $Revision: 55 $ diff --git a/Descent3/gamecinematics.cpp b/Descent3/gamecinematics.cpp index 40df1cde..a3c6e282 100644 --- a/Descent3/gamecinematics.cpp +++ b/Descent3/gamecinematics.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamecinematics.cpp $ * $Revision: 49 $ diff --git a/Descent3/gamecinematics.h b/Descent3/gamecinematics.h index 5460c52e..23915eb2 100644 --- a/Descent3/gamecinematics.h +++ b/Descent3/gamecinematics.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamecinematics.h $ * $Revision: 8 $ diff --git a/Descent3/gamecinematics_external.h b/Descent3/gamecinematics_external.h index 16db6fce..8930bb1f 100644 --- a/Descent3/gamecinematics_external.h +++ b/Descent3/gamecinematics_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/gamecinematics_external.h $ * $Revision: 13 $ diff --git a/Descent3/gameevent.cpp b/Descent3/gameevent.cpp index 052ce5d4..99a7782e 100644 --- a/Descent3/gameevent.cpp +++ b/Descent3/gameevent.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gameevent.cpp $ * $Revision: 12 $ diff --git a/Descent3/gameevent.h b/Descent3/gameevent.h index 19e18792..6cdbfbe6 100644 --- a/Descent3/gameevent.h +++ b/Descent3/gameevent.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GAMEEVENT_H #define GAMEEVENT_H diff --git a/Descent3/gamefile.cpp b/Descent3/gamefile.cpp index 5b945d4b..a28a165f 100644 --- a/Descent3/gamefile.cpp +++ b/Descent3/gamefile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pstypes.h" #include "pserror.h" diff --git a/Descent3/gamefile.h b/Descent3/gamefile.h index 06f16245..dfaf682c 100644 --- a/Descent3/gamefile.h +++ b/Descent3/gamefile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GAMEFILE_H #define GAMEFILE_H diff --git a/Descent3/gamefont.cpp b/Descent3/gamefont.cpp index b0405060..88b54acd 100644 --- a/Descent3/gamefont.cpp +++ b/Descent3/gamefont.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamefont.cpp $ * $Revision: 28 $ diff --git a/Descent3/gamefont.h b/Descent3/gamefont.h index 3d27c415..bf7a28b5 100644 --- a/Descent3/gamefont.h +++ b/Descent3/gamefont.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/gamefont.h $ * $Revision: 17 $ diff --git a/Descent3/gameloop.h b/Descent3/gameloop.h index f001bd7b..f52351dd 100644 --- a/Descent3/gameloop.h +++ b/Descent3/gameloop.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gameloop.h $ * $Revision: 16 $ diff --git a/Descent3/gamepath.cpp b/Descent3/gamepath.cpp index efe0ccd2..0a7a79e6 100644 --- a/Descent3/gamepath.cpp +++ b/Descent3/gamepath.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamepath.cpp $ * $Revision: 15 $ diff --git a/Descent3/gamepath.h b/Descent3/gamepath.h index 9e6d9a3e..77421746 100644 --- a/Descent3/gamepath.h +++ b/Descent3/gamepath.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamepath.h $ * $Revision: 12 $ diff --git a/Descent3/gamesave.cpp b/Descent3/gamesave.cpp index b2a0690e..465ddc0f 100644 --- a/Descent3/gamesave.cpp +++ b/Descent3/gamesave.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamesave.cpp $ * $Revision: 75 $ diff --git a/Descent3/gamesave.h b/Descent3/gamesave.h index f9d695ae..96b8a679 100644 --- a/Descent3/gamesave.h +++ b/Descent3/gamesave.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamesave.h $ * $Revision: 16 $ diff --git a/Descent3/gamesequence.cpp b/Descent3/gamesequence.cpp index d7181a20..c0626a15 100644 --- a/Descent3/gamesequence.cpp +++ b/Descent3/gamesequence.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamesequence.cpp $ * $Revision: 313 $ diff --git a/Descent3/gamesequence.h b/Descent3/gamesequence.h index 65e5b04c..97d179eb 100644 --- a/Descent3/gamesequence.h +++ b/Descent3/gamesequence.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gamesequence.h $ * $Revision: 24 $ diff --git a/Descent3/gametexture.cpp b/Descent3/gametexture.cpp index bb6c6b3f..7337bdb8 100644 --- a/Descent3/gametexture.cpp +++ b/Descent3/gametexture.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/gametexture.cpp $ * $Revision: 57 $ diff --git a/Descent3/gametexture.h b/Descent3/gametexture.h index 20c66f95..7b5ac824 100644 --- a/Descent3/gametexture.h +++ b/Descent3/gametexture.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/gametexture.h $ * $Revision: 47 $ diff --git a/Descent3/gauges.cpp b/Descent3/gauges.cpp index 4a7fc214..27aba12c 100644 --- a/Descent3/gauges.cpp +++ b/Descent3/gauges.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gauges.cpp $ * $Revision: 47 $ diff --git a/Descent3/gauges.h b/Descent3/gauges.h index 4e2903a5..4c719100 100644 --- a/Descent3/gauges.h +++ b/Descent3/gauges.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/gauges.h $ * $Revision: 16 $ diff --git a/Descent3/help.cpp b/Descent3/help.cpp index b57285ba..d83f959f 100644 --- a/Descent3/help.cpp +++ b/Descent3/help.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/help.cpp $ * $Revision: 32 $ diff --git a/Descent3/help.h b/Descent3/help.h index 2efec203..fe6f405a 100644 --- a/Descent3/help.h +++ b/Descent3/help.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/help.h $ * $Revision: 2 $ diff --git a/Descent3/hotspotmap.cpp b/Descent3/hotspotmap.cpp index 624e0c36..b2211e42 100644 --- a/Descent3/hotspotmap.cpp +++ b/Descent3/hotspotmap.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/hotspotmap.cpp $ * $Revision: 19 $ diff --git a/Descent3/hotspotmap.h b/Descent3/hotspotmap.h index ad511eef..f860e96c 100644 --- a/Descent3/hotspotmap.h +++ b/Descent3/hotspotmap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/hotspotmap.h $ * $Revision: 10 $ diff --git a/Descent3/hud.cpp b/Descent3/hud.cpp index e4894ed2..e6a8637d 100644 --- a/Descent3/hud.cpp +++ b/Descent3/hud.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/hud.cpp $ * $Revision: 143 $ diff --git a/Descent3/hud.h b/Descent3/hud.h index 123cf3db..d8fa3ffa 100644 --- a/Descent3/hud.h +++ b/Descent3/hud.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/hud.h $ * $Revision: 67 $ diff --git a/Descent3/huddisplay.cpp b/Descent3/huddisplay.cpp index c18c79f8..277de9a9 100644 --- a/Descent3/huddisplay.cpp +++ b/Descent3/huddisplay.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/huddisplay.cpp $ * $Revision: 59 $ diff --git a/Descent3/hudmessage.cpp b/Descent3/hudmessage.cpp index 02a3938b..61da6ff5 100644 --- a/Descent3/hudmessage.cpp +++ b/Descent3/hudmessage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/hudmessage.cpp $ * $Revision: 89 $ diff --git a/Descent3/init.cpp b/Descent3/init.cpp index df41febf..abdad587 100644 --- a/Descent3/init.cpp +++ b/Descent3/init.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/init.cpp $ * $Revision: 323 $ diff --git a/Descent3/init.h b/Descent3/init.h index 5e68bf0e..d2c986d1 100644 --- a/Descent3/init.h +++ b/Descent3/init.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/init.h $ * $Revision: 8 $ diff --git a/Descent3/intellivibe.cpp b/Descent3/intellivibe.cpp index 4dd0b89e..685139e4 100644 --- a/Descent3/intellivibe.cpp +++ b/Descent3/intellivibe.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/intellivibe.cpp $ * $Revision: 5 $ diff --git a/Descent3/levelgoal.cpp b/Descent3/levelgoal.cpp index 6853c14c..dda920e1 100644 --- a/Descent3/levelgoal.cpp +++ b/Descent3/levelgoal.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/levelgoal.cpp $ * $Revision: 50 $ diff --git a/Descent3/levelgoal.h b/Descent3/levelgoal.h index 9c3c591b..0298a77e 100644 --- a/Descent3/levelgoal.h +++ b/Descent3/levelgoal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _LEVELGOAL_H_ #define _LEVELGOAL_H_ diff --git a/Descent3/levelgoal_external.h b/Descent3/levelgoal_external.h index fc6def6d..2194bec4 100644 --- a/Descent3/levelgoal_external.h +++ b/Descent3/levelgoal_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef LEVELGOALEXTERNAL_H_ #define LEVELGOALEXTERNAL_H_ diff --git a/Descent3/lighting.cpp b/Descent3/lighting.cpp index 8ddc19b5..d67d4926 100644 --- a/Descent3/lighting.cpp +++ b/Descent3/lighting.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lighting.cpp $ * $Revision: 109 $ diff --git a/Descent3/lighting.h b/Descent3/lighting.h index 5ca607cf..2a7133f7 100644 --- a/Descent3/lighting.h +++ b/Descent3/lighting.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * Lighting functions and variables * diff --git a/Descent3/lightmap_info.cpp b/Descent3/lightmap_info.cpp index 229b867a..9019fa8c 100644 --- a/Descent3/lightmap_info.cpp +++ b/Descent3/lightmap_info.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Lightmap info #include "pstypes.h" diff --git a/Descent3/lightmap_info.h b/Descent3/lightmap_info.h index 53c22460..64658483 100644 --- a/Descent3/lightmap_info.h +++ b/Descent3/lightmap_info.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lightmap_info.h $ * $Revision: 25 $ diff --git a/Descent3/list.cpp b/Descent3/list.cpp index 070b386b..f7ca6f90 100644 --- a/Descent3/list.cpp +++ b/Descent3/list.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "list.h" // #include #include "mem.h" diff --git a/Descent3/list.h b/Descent3/list.h index ee880c7e..b4a4e626 100644 --- a/Descent3/list.h +++ b/Descent3/list.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef LIST_H #define LIST_H diff --git a/Descent3/lnxfuncs.cpp b/Descent3/lnxfuncs.cpp index 291f7085..1182e731 100644 --- a/Descent3/lnxfuncs.cpp +++ b/Descent3/lnxfuncs.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/Descent3/lnxmain.cpp b/Descent3/lnxmain.cpp index b9ef85a2..3e304824 100644 --- a/Descent3/lnxmain.cpp +++ b/Descent3/lnxmain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * * Linux Main and any Linux specific code that MUST be in the main application diff --git a/Descent3/loadstate.cpp b/Descent3/loadstate.cpp index 71e15e49..300ca09e 100644 --- a/Descent3/loadstate.cpp +++ b/Descent3/loadstate.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/loadstate.cpp $ * $Revision: 74 $ diff --git a/Descent3/localization.cpp b/Descent3/localization.cpp index 7c42b8fd..7d2eb06f 100644 --- a/Descent3/localization.cpp +++ b/Descent3/localization.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/localization.cpp $ * $Revision: 18 $ diff --git a/Descent3/localization.h b/Descent3/localization.h index 975a03d7..66a7d520 100644 --- a/Descent3/localization.h +++ b/Descent3/localization.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/localization.h $ * $Revision: 4 $ diff --git a/Descent3/loki_utils.c b/Descent3/loki_utils.c index dc4308d8..22706b79 100644 --- a/Descent3/loki_utils.c +++ b/Descent3/loki_utils.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include diff --git a/Descent3/loki_utils.h b/Descent3/loki_utils.h index 9b955293..d6d3224e 100644 --- a/Descent3/loki_utils.h +++ b/Descent3/loki_utils.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* stubs for the little bits of loki_utils we actually need. */ #ifndef _INCL_LOKI_UTILS_H_ diff --git a/Descent3/macmain.cpp b/Descent3/macmain.cpp index 4192d6f2..608e8c7b 100644 --- a/Descent3/macmain.cpp +++ b/Descent3/macmain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/macmain.cpp $ * $Revision: 1.1.1.1 $ diff --git a/Descent3/marker.cpp b/Descent3/marker.cpp index 7050d070..5fd7b808 100644 --- a/Descent3/marker.cpp +++ b/Descent3/marker.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "object.h" #include "marker.h" #include "polymodel.h" diff --git a/Descent3/marker.h b/Descent3/marker.h index 7ff9a922..a78b0892 100644 --- a/Descent3/marker.h +++ b/Descent3/marker.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MARKER_H #define MARKER_H diff --git a/Descent3/matcen.cpp b/Descent3/matcen.cpp index ec3a4ca6..38df6cb3 100644 --- a/Descent3/matcen.cpp +++ b/Descent3/matcen.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/matcen.cpp $ * $Revision: 71 $ diff --git a/Descent3/matcen.h b/Descent3/matcen.h index 40a93cf2..b64181bb 100644 --- a/Descent3/matcen.h +++ b/Descent3/matcen.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _MATCEN_H_ #define _MATCEN_H_ diff --git a/Descent3/matcen_external.h b/Descent3/matcen_external.h index e53a7a3c..4c84a13a 100644 --- a/Descent3/matcen_external.h +++ b/Descent3/matcen_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MATCEN_EXTERNAL_H_ #define MATCEN_EXTERNAL_H_ diff --git a/Descent3/megacell.cpp b/Descent3/megacell.cpp index 196fd4f5..e32bdee2 100644 --- a/Descent3/megacell.cpp +++ b/Descent3/megacell.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /descent3/main/megacell.cpp $ * $Revision: 3 $ diff --git a/Descent3/menu.cpp b/Descent3/menu.cpp index 1334520b..6f48a31b 100644 --- a/Descent3/menu.cpp +++ b/Descent3/menu.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/menu.cpp $ * $Revision: 194 $ diff --git a/Descent3/menu.h b/Descent3/menu.h index 29123370..7dd04be7 100644 --- a/Descent3/menu.h +++ b/Descent3/menu.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/menu.h $ * $Revision: 5 $ diff --git a/Descent3/mission_download.cpp b/Descent3/mission_download.cpp index 0674d7b2..264102b0 100644 --- a/Descent3/mission_download.cpp +++ b/Descent3/mission_download.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mission_download.cpp $ * $Revision: 29 $ diff --git a/Descent3/mission_download.h b/Descent3/mission_download.h index ae424fc9..d32a7ea2 100644 --- a/Descent3/mission_download.h +++ b/Descent3/mission_download.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mission_download.h $ * $Revision: 5 $ diff --git a/Descent3/mmItem.cpp b/Descent3/mmItem.cpp index 885252f0..a5275a2f 100644 --- a/Descent3/mmItem.cpp +++ b/Descent3/mmItem.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 27 $ diff --git a/Descent3/mmItem.h b/Descent3/mmItem.h index 7716bb57..fdf94f9d 100644 --- a/Descent3/mmItem.h +++ b/Descent3/mmItem.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 14 $ diff --git a/Descent3/multi.cpp b/Descent3/multi.cpp index b31ce235..31feb295 100644 --- a/Descent3/multi.cpp +++ b/Descent3/multi.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi.cpp $ * $Revision: 530 $ diff --git a/Descent3/multi.h b/Descent3/multi.h index a32cac8e..c29f4bac 100644 --- a/Descent3/multi.h +++ b/Descent3/multi.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi.h $ * $Revision: 172 $ diff --git a/Descent3/multi_client.cpp b/Descent3/multi_client.cpp index bb7055d1..47e3fd32 100644 --- a/Descent3/multi_client.cpp +++ b/Descent3/multi_client.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi_client.cpp $ * $Revision: 57 $ diff --git a/Descent3/multi_client.h b/Descent3/multi_client.h index f8042896..80ed9d11 100644 --- a/Descent3/multi_client.h +++ b/Descent3/multi_client.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MULTI_CLIENT_H // Do client stuff for this frame diff --git a/Descent3/multi_connect.cpp b/Descent3/multi_connect.cpp index 2467dd39..03addd2b 100644 --- a/Descent3/multi_connect.cpp +++ b/Descent3/multi_connect.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi_connect.cpp $ * $Revision: 82 $ diff --git a/Descent3/multi_dll_mgr.cpp b/Descent3/multi_dll_mgr.cpp index 9ceb7790..9ae5fb64 100644 --- a/Descent3/multi_dll_mgr.cpp +++ b/Descent3/multi_dll_mgr.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi_dll_mgr.cpp $ * $Revision: 82 $ diff --git a/Descent3/multi_dll_mgr.h b/Descent3/multi_dll_mgr.h index 549d84c0..178dcbe1 100644 --- a/Descent3/multi_dll_mgr.h +++ b/Descent3/multi_dll_mgr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/multi_dll_mgr.h $ * $Revision: 19 $ diff --git a/Descent3/multi_external.h b/Descent3/multi_external.h index 0b12ea85..6fd12386 100644 --- a/Descent3/multi_external.h +++ b/Descent3/multi_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/multi_external.h $ * $Revision: 24 $ diff --git a/Descent3/multi_save_setting.cpp b/Descent3/multi_save_setting.cpp index e5c3215b..69d7d997 100644 --- a/Descent3/multi_save_setting.cpp +++ b/Descent3/multi_save_setting.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/multi_save_setting.cpp $ * $Revision: 12 $ diff --git a/Descent3/multi_save_settings.h b/Descent3/multi_save_settings.h index 1f60f09d..9eb6d3f8 100644 --- a/Descent3/multi_save_settings.h +++ b/Descent3/multi_save_settings.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/lib/multi_save_settings.h $ * $Revision: 3 $ diff --git a/Descent3/multi_server.cpp b/Descent3/multi_server.cpp index c0a8f6a4..c012e03f 100644 --- a/Descent3/multi_server.cpp +++ b/Descent3/multi_server.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multi_server.cpp $ * $Revision: 276 $ diff --git a/Descent3/multi_server.h b/Descent3/multi_server.h index ed522b64..8a9dfcc8 100644 --- a/Descent3/multi_server.h +++ b/Descent3/multi_server.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MULTI_SERVER_H #include "pstypes.h" diff --git a/Descent3/multi_ui.cpp b/Descent3/multi_ui.cpp index 2dfa1d47..ca551d28 100644 --- a/Descent3/multi_ui.cpp +++ b/Descent3/multi_ui.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/multi_ui.cpp $ * $Revision: 105 $ diff --git a/Descent3/multi_ui.h b/Descent3/multi_ui.h index a31b7e89..c68133e4 100644 --- a/Descent3/multi_ui.h +++ b/Descent3/multi_ui.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MULTI_UI_H #define MULTI_UI_H diff --git a/Descent3/multi_world_state.h b/Descent3/multi_world_state.h index c98041f3..36db94aa 100644 --- a/Descent3/multi_world_state.h +++ b/Descent3/multi_world_state.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MULTI_WORLD_STATE_H #define MULTI_WORLD_STATE_H diff --git a/Descent3/multisafe.cpp b/Descent3/multisafe.cpp index 48139e23..bb90d492 100644 --- a/Descent3/multisafe.cpp +++ b/Descent3/multisafe.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/multisafe.cpp $ * $Revision: 210 $ diff --git a/Descent3/multisafe.h b/Descent3/multisafe.h index 83463eae..c7860f9c 100644 --- a/Descent3/multisafe.h +++ b/Descent3/multisafe.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MULTISAFE_H #define MULTISAFE_H diff --git a/Descent3/multisafe_server.cpp b/Descent3/multisafe_server.cpp index 628b8b7a..34d6ba28 100644 --- a/Descent3/multisafe_server.cpp +++ b/Descent3/multisafe_server.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pstypes.h" #include "pserror.h" #include "game.h" diff --git a/Descent3/newui.cpp b/Descent3/newui.cpp index 18cba807..2cb44e3e 100644 --- a/Descent3/newui.cpp +++ b/Descent3/newui.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/newui.cpp $ * $Revision: 85 $ diff --git a/Descent3/newui.h b/Descent3/newui.h index d8b4e7ae..50efac40 100644 --- a/Descent3/newui.h +++ b/Descent3/newui.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/newui.h $ * $Revision: 49 $ diff --git a/Descent3/newui_core.cpp b/Descent3/newui_core.cpp index 014f8bf6..e3466875 100644 --- a/Descent3/newui_core.cpp +++ b/Descent3/newui_core.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/newui_core.cpp $ * $Revision: 64 $ diff --git a/Descent3/newui_core.h b/Descent3/newui_core.h index e17a9d15..3c6bfcae 100644 --- a/Descent3/newui_core.h +++ b/Descent3/newui_core.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 27 $ diff --git a/Descent3/newui_filedlg.cpp b/Descent3/newui_filedlg.cpp index 706ff8c4..6de8a217 100644 --- a/Descent3/newui_filedlg.cpp +++ b/Descent3/newui_filedlg.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/newui_filedlg.cpp $ * $Revision: 22 $ diff --git a/Descent3/object.cpp b/Descent3/object.cpp index 5a21a3f4..c0f9bf7a 100644 --- a/Descent3/object.cpp +++ b/Descent3/object.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/object.cpp $ * $Revision: 315 $ diff --git a/Descent3/object.h b/Descent3/object.h index fb6b74da..39251513 100644 --- a/Descent3/object.h +++ b/Descent3/object.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/object.h $ * $Revision: 174 $ diff --git a/Descent3/object_external.h b/Descent3/object_external.h index 35d74ca7..2a9c70fc 100644 --- a/Descent3/object_external.h +++ b/Descent3/object_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/object_external.h $ * $Revision: 37 $ diff --git a/Descent3/object_external_struct.h b/Descent3/object_external_struct.h index 57aeecfd..d6da66b4 100644 --- a/Descent3/object_external_struct.h +++ b/Descent3/object_external_struct.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/object_external_struct.h $ * $Revision: 19 $ diff --git a/Descent3/object_lighting.cpp b/Descent3/object_lighting.cpp index 061ef99b..b95ffba0 100644 --- a/Descent3/object_lighting.cpp +++ b/Descent3/object_lighting.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/object_lighting.cpp $ * $Revision: 64 $ diff --git a/Descent3/object_lighting.h b/Descent3/object_lighting.h index 1f09cf29..fdf5d123 100644 --- a/Descent3/object_lighting.h +++ b/Descent3/object_lighting.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/object_lighting.h $ * $Revision: 7 $ diff --git a/Descent3/objinfo.cpp b/Descent3/objinfo.cpp index ec091530..53991772 100644 --- a/Descent3/objinfo.cpp +++ b/Descent3/objinfo.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/objinfo.cpp $ * $Revision: 64 $ diff --git a/Descent3/objinfo.h b/Descent3/objinfo.h index ebc2ce24..27ad2f95 100644 --- a/Descent3/objinfo.h +++ b/Descent3/objinfo.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/objinfo.h $ * $Revision: 83 $ diff --git a/Descent3/objinit.h b/Descent3/objinit.h index 7b82e9e0..8a98532c 100644 --- a/Descent3/objinit.h +++ b/Descent3/objinit.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/objinit.h $ * $Revision: 8 $ diff --git a/Descent3/osiris_dll.h b/Descent3/osiris_dll.h index f3ef58f2..c4b244b2 100644 --- a/Descent3/osiris_dll.h +++ b/Descent3/osiris_dll.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/osiris_dll.h $ * $Revision: 22 $ diff --git a/Descent3/osiris_predefs.cpp b/Descent3/osiris_predefs.cpp index 0f768dd1..c04aefaa 100644 --- a/Descent3/osiris_predefs.cpp +++ b/Descent3/osiris_predefs.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/osiris_predefs.cpp $ * $Revision: 128 $ diff --git a/Descent3/osiris_predefs.h b/Descent3/osiris_predefs.h index e34147b2..66c9ed7e 100644 --- a/Descent3/osiris_predefs.h +++ b/Descent3/osiris_predefs.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/osiris_predefs.h $ * $Revision: 47 $ diff --git a/Descent3/osiris_share.h b/Descent3/osiris_share.h index 1ebfa70e..c5b5202d 100644 --- a/Descent3/osiris_share.h +++ b/Descent3/osiris_share.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __OSIRIS_SHARE_H_ #define __OSIRIS_SHARE_H_ diff --git a/Descent3/pilot.cpp b/Descent3/pilot.cpp index 47a23eaf..ac8d61eb 100644 --- a/Descent3/pilot.cpp +++ b/Descent3/pilot.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/pilot.cpp $ * $Revision: 175 $ diff --git a/Descent3/pilot.h b/Descent3/pilot.h index 57745f78..7e4168e5 100644 --- a/Descent3/pilot.h +++ b/Descent3/pilot.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/pilot.h $ * $Revision: 47 $ diff --git a/Descent3/pilot_class.cpp b/Descent3/pilot_class.cpp index 1536040d..a3a9a747 100644 --- a/Descent3/pilot_class.cpp +++ b/Descent3/pilot_class.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/pilot_class.cpp $ * $Revision: 30 $ diff --git a/Descent3/pilot_class.h b/Descent3/pilot_class.h index 631cac83..d3ea0298 100644 --- a/Descent3/pilot_class.h +++ b/Descent3/pilot_class.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/pilot_class.h $ * $Revision: 17 $ diff --git a/Descent3/player.h b/Descent3/player.h index 51a7ab01..48d43c7f 100644 --- a/Descent3/player.h +++ b/Descent3/player.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/player.h $ * $Revision: 101 $ diff --git a/Descent3/player_external.h b/Descent3/player_external.h index 602a74f9..5b099771 100644 --- a/Descent3/player_external.h +++ b/Descent3/player_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/player_external.h $ * $Revision: 7 $ diff --git a/Descent3/player_external_struct.h b/Descent3/player_external_struct.h index 753fab38..8fc93fd0 100644 --- a/Descent3/player_external_struct.h +++ b/Descent3/player_external_struct.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/player_external_struct.h $ * $Revision: 13 $ diff --git a/Descent3/postrender.cpp b/Descent3/postrender.cpp index 14eca134..68a7ac69 100644 --- a/Descent3/postrender.cpp +++ b/Descent3/postrender.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/postrender.cpp $ * $Revision: 15 $ diff --git a/Descent3/postrender.h b/Descent3/postrender.h index af1d0398..98f192e7 100644 --- a/Descent3/postrender.h +++ b/Descent3/postrender.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef POSTRENDER_H #define POSTRENDER_H diff --git a/Descent3/powerup.h b/Descent3/powerup.h index 2b54c172..668c2857 100644 --- a/Descent3/powerup.h +++ b/Descent3/powerup.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef POWERUP_H #define POWERUP_H diff --git a/Descent3/procedurals.cpp b/Descent3/procedurals.cpp index 101854e8..e593a81f 100644 --- a/Descent3/procedurals.cpp +++ b/Descent3/procedurals.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/procedurals.cpp $ * $Revision: 34 $ diff --git a/Descent3/procedurals.h b/Descent3/procedurals.h index c5b452d9..02a8af90 100644 --- a/Descent3/procedurals.h +++ b/Descent3/procedurals.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef PROCEDURALS_H #define PROCEDURALS_H diff --git a/Descent3/program.cpp b/Descent3/program.cpp index 12db5be3..a44ef9dc 100644 --- a/Descent3/program.cpp +++ b/Descent3/program.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/program.cpp $ * $Revision: 8 $ diff --git a/Descent3/program.h b/Descent3/program.h index e023a33d..f805248f 100644 --- a/Descent3/program.h +++ b/Descent3/program.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/program.h $ * $Revision: 40 $ diff --git a/Descent3/render.cpp b/Descent3/render.cpp index e9b293e0..978f817e 100644 --- a/Descent3/render.cpp +++ b/Descent3/render.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/render.cpp $ * $Revision: 325 $ diff --git a/Descent3/render.h b/Descent3/render.h index 68102dd5..20b14877 100644 --- a/Descent3/render.h +++ b/Descent3/render.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/render.h $ * $Revision: 38 $ diff --git a/Descent3/renderobject.cpp b/Descent3/renderobject.cpp index e528e574..8800c69d 100644 --- a/Descent3/renderobject.cpp +++ b/Descent3/renderobject.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/renderobject.cpp $ * $Revision: 182 $ diff --git a/Descent3/renderobject.h b/Descent3/renderobject.h index d4a9e03d..41ee8f5c 100644 --- a/Descent3/renderobject.h +++ b/Descent3/renderobject.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef RENDEROBJECT_H #define RENDEROBJECT_H diff --git a/Descent3/resource.h b/Descent3/resource.h index 50957053..69b35b05 100644 --- a/Descent3/resource.h +++ b/Descent3/resource.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by main.rc diff --git a/Descent3/robot.h b/Descent3/robot.h index ad45880d..c940c5e1 100644 --- a/Descent3/robot.h +++ b/Descent3/robot.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ROBOT_H #define ROBOT_H diff --git a/Descent3/robotfire.cpp b/Descent3/robotfire.cpp index d0d3adc8..e0a7074c 100644 --- a/Descent3/robotfire.cpp +++ b/Descent3/robotfire.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "robotfire.h" #include "object.h" #include "objinfo.h" diff --git a/Descent3/robotfire.h b/Descent3/robotfire.h index 3e17bc03..d631ff80 100644 --- a/Descent3/robotfire.h +++ b/Descent3/robotfire.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ROBOTFIRE_H_ #define ROBOTFIRE_H_ diff --git a/Descent3/robotfirestruct.h b/Descent3/robotfirestruct.h index ec364a81..a4cffa9f 100644 --- a/Descent3/robotfirestruct.h +++ b/Descent3/robotfirestruct.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ROBOTFIRESTRUCT_H_ #define ROBOTFIRESTRUCT_H_ diff --git a/Descent3/robotfirestruct_external.h b/Descent3/robotfirestruct_external.h index 2eba2492..83068f76 100644 --- a/Descent3/robotfirestruct_external.h +++ b/Descent3/robotfirestruct_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ROBOTFIRESTRUCT_EXTERNAL_H_ #define ROBOTFIRESTRUCT_EXTERNAL_H_ diff --git a/Descent3/rocknride.cpp b/Descent3/rocknride.cpp index 1c48efc3..a607f2b7 100644 --- a/Descent3/rocknride.cpp +++ b/Descent3/rocknride.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/rocknride.cpp $ * $Revision: 5 $ diff --git a/Descent3/rocknride.h b/Descent3/rocknride.h index c7c41bc3..76905f28 100644 --- a/Descent3/rocknride.h +++ b/Descent3/rocknride.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/rocknride.h $ * $Revision: 2 $ diff --git a/Descent3/room.cpp b/Descent3/room.cpp index 5275ddea..493e13f0 100644 --- a/Descent3/room.cpp +++ b/Descent3/room.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/room.cpp $ * $Revision: 126 $ diff --git a/Descent3/room.h b/Descent3/room.h index 5419e73b..fda5abbe 100644 --- a/Descent3/room.h +++ b/Descent3/room.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/room.h $ * $Revision: 104 $ diff --git a/Descent3/room_external.h b/Descent3/room_external.h index 8f446243..1733518d 100644 --- a/Descent3/room_external.h +++ b/Descent3/room_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/room_external.h $ * $Revision: 21 $ diff --git a/Descent3/scorch.cpp b/Descent3/scorch.cpp index 4e9c7561..a17050d6 100644 --- a/Descent3/scorch.cpp +++ b/Descent3/scorch.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/scorch.cpp $ * $Revision: 20 $ diff --git a/Descent3/scorch.h b/Descent3/scorch.h index 72d6535c..92f7cfff 100644 --- a/Descent3/scorch.h +++ b/Descent3/scorch.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/scorch.h $ * $Revision: 3 $ diff --git a/Descent3/screens.cpp b/Descent3/screens.cpp index 5f48decc..36be0a15 100644 --- a/Descent3/screens.cpp +++ b/Descent3/screens.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/screens.cpp $ * $Revision: 52 $ diff --git a/Descent3/screens.h b/Descent3/screens.h index bba6d9d7..c2b974a3 100644 --- a/Descent3/screens.h +++ b/Descent3/screens.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/screens.h $ * $Revision: 3 $ diff --git a/Descent3/ship.cpp b/Descent3/ship.cpp index 911c5381..4a7b7f51 100644 --- a/Descent3/ship.cpp +++ b/Descent3/ship.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ship.cpp $ * $Revision: 19 $ diff --git a/Descent3/ship.h b/Descent3/ship.h index 63d30f64..5220d421 100644 --- a/Descent3/ship.h +++ b/Descent3/ship.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/ship.h $ * $Revision: 26 $ diff --git a/Descent3/slew.h b/Descent3/slew.h index 9ec1dd8b..67db08f4 100644 --- a/Descent3/slew.h +++ b/Descent3/slew.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * Header for slew.c * diff --git a/Descent3/soar.cpp b/Descent3/soar.cpp index 4df882fc..c5f105c3 100644 --- a/Descent3/soar.cpp +++ b/Descent3/soar.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/soar.cpp $ * $Revision: 4 $ diff --git a/Descent3/soar.h b/Descent3/soar.h index 60776a07..9e88c202 100644 --- a/Descent3/soar.h +++ b/Descent3/soar.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/soar.h $ * $Revision: 4 $ diff --git a/Descent3/soar_helpers.cpp b/Descent3/soar_helpers.cpp index 4879d161..d75a62b0 100644 --- a/Descent3/soar_helpers.cpp +++ b/Descent3/soar_helpers.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/soar_helpers.cpp $ * $Revision: 7 $ diff --git a/Descent3/soar_helpers.h b/Descent3/soar_helpers.h index 9bd96d09..d48050ad 100644 --- a/Descent3/soar_helpers.h +++ b/Descent3/soar_helpers.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/soar_helpers.h $ * $Revision: 4 $ diff --git a/Descent3/sounds.h b/Descent3/sounds.h index 13684e76..66866a79 100644 --- a/Descent3/sounds.h +++ b/Descent3/sounds.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/sounds.h $ * $Revision: 22 $ diff --git a/Descent3/special_face.cpp b/Descent3/special_face.cpp index 64078f98..c06ec3c6 100644 --- a/Descent3/special_face.cpp +++ b/Descent3/special_face.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pstypes.h" #include "special_face.h" diff --git a/Descent3/special_face.h b/Descent3/special_face.h index c759153a..a8bfc807 100644 --- a/Descent3/special_face.h +++ b/Descent3/special_face.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef SPECIAL_FACE_H #define SPECIAL_FACE_H diff --git a/Descent3/spew.cpp b/Descent3/spew.cpp index 0154a913..1dba1d09 100644 --- a/Descent3/spew.cpp +++ b/Descent3/spew.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/spew.cpp $ * $Revision: 28 $ diff --git a/Descent3/spew.h b/Descent3/spew.h index eb978695..99744827 100644 --- a/Descent3/spew.h +++ b/Descent3/spew.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/spew.h $ * $Revision: 14 $ diff --git a/Descent3/splinter.cpp b/Descent3/splinter.cpp index 0a9feba5..2422154b 100644 --- a/Descent3/splinter.cpp +++ b/Descent3/splinter.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "fireball.h" #include "object.h" diff --git a/Descent3/splinter.h b/Descent3/splinter.h index d64cbffe..8e49dfb5 100644 --- a/Descent3/splinter.h +++ b/Descent3/splinter.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef SPLINTER_H #define SPLINTER_H diff --git a/Descent3/stringtable.h b/Descent3/stringtable.h index 5b228235..509be9e5 100644 --- a/Descent3/stringtable.h +++ b/Descent3/stringtable.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/Descent3/subtitles.cpp b/Descent3/subtitles.cpp index c76814da..bb6c0ad4 100644 --- a/Descent3/subtitles.cpp +++ b/Descent3/subtitles.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/subtitles.cpp $ * $Revision: 7 $ diff --git a/Descent3/subtitles.h b/Descent3/subtitles.h index 272e4109..b0a4a832 100644 --- a/Descent3/subtitles.h +++ b/Descent3/subtitles.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/subtitles.h $ * $Revision: 2 $ diff --git a/Descent3/terrain.cpp b/Descent3/terrain.cpp index 394bf439..a9da277e 100644 --- a/Descent3/terrain.cpp +++ b/Descent3/terrain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef NEWEDITOR #include "neweditor\globals.h" #else diff --git a/Descent3/terrain.h b/Descent3/terrain.h index f4e86f05..53c87f65 100644 --- a/Descent3/terrain.h +++ b/Descent3/terrain.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef TERRAIN_H #define TERRAIN_H diff --git a/Descent3/terrainrender.cpp b/Descent3/terrainrender.cpp index 28527426..f95c9f5b 100644 --- a/Descent3/terrainrender.cpp +++ b/Descent3/terrainrender.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/terrainrender.cpp $ * $Revision: 242 $ diff --git a/Descent3/trigger.cpp b/Descent3/trigger.cpp index b29237b1..ccc43002 100644 --- a/Descent3/trigger.cpp +++ b/Descent3/trigger.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/trigger.cpp $ * $Revision: 26 $ diff --git a/Descent3/trigger.h b/Descent3/trigger.h index 0d1eb09f..73f4f066 100644 --- a/Descent3/trigger.h +++ b/Descent3/trigger.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/trigger.h $ * $Revision: 17 $ diff --git a/Descent3/vclip.cpp b/Descent3/vclip.cpp index 468905cf..964ede7b 100644 --- a/Descent3/vclip.cpp +++ b/Descent3/vclip.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/vclip.cpp $ * $Revision: 26 $ diff --git a/Descent3/vclip.h b/Descent3/vclip.h index 44a7eabe..ddd4e6b9 100644 --- a/Descent3/vclip.h +++ b/Descent3/vclip.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef VCLIP_H #define VCLIP_H diff --git a/Descent3/vibeinterface.h b/Descent3/vibeinterface.h index 533db9fa..816c1430 100644 --- a/Descent3/vibeinterface.h +++ b/Descent3/vibeinterface.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef VIBE_H_ #define VIBE_H_ diff --git a/Descent3/viseffect.cpp b/Descent3/viseffect.cpp index 1455dcdb..b9e7e959 100644 --- a/Descent3/viseffect.cpp +++ b/Descent3/viseffect.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/viseffect.cpp $ * $Revision: 145 $ diff --git a/Descent3/viseffect.h b/Descent3/viseffect.h index 442d2808..881c8732 100644 --- a/Descent3/viseffect.h +++ b/Descent3/viseffect.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/viseffect.h $ * $Revision: 33 $ diff --git a/Descent3/viseffect_external.h b/Descent3/viseffect_external.h index d73361a6..b76e6608 100644 --- a/Descent3/viseffect_external.h +++ b/Descent3/viseffect_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/viseffect_external.h $ * $Revision: 6 $ diff --git a/Descent3/voice.cpp b/Descent3/voice.cpp index 6081b921..e9e01c68 100644 --- a/Descent3/voice.cpp +++ b/Descent3/voice.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/voice.cpp $ * $Revision: 11 $ diff --git a/Descent3/voice.h b/Descent3/voice.h index 1c8b9d13..b93e11e6 100644 --- a/Descent3/voice.h +++ b/Descent3/voice.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/voice.h $ * $Revision: 6 $ diff --git a/Descent3/weapon.cpp b/Descent3/weapon.cpp index 78ba0db3..72064bfb 100644 --- a/Descent3/weapon.cpp +++ b/Descent3/weapon.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/weapon.cpp $ * $Revision: 91 $ diff --git a/Descent3/weapon.h b/Descent3/weapon.h index cd918a01..13312b4f 100644 --- a/Descent3/weapon.h +++ b/Descent3/weapon.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/weapon.h $ * $Revision: 87 $ diff --git a/Descent3/weapon_external.h b/Descent3/weapon_external.h index 919f8fca..18a1ecae 100644 --- a/Descent3/weapon_external.h +++ b/Descent3/weapon_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef WEAPON_EXTERNAL_H_ #define WEAPON_EXTERNAL_H_ diff --git a/Descent3/weather.cpp b/Descent3/weather.cpp index c3e71364..d00bf09a 100644 --- a/Descent3/weather.cpp +++ b/Descent3/weather.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pserror.h" #include "pstypes.h" #include "fireball.h" diff --git a/Descent3/weather.h b/Descent3/weather.h index ae91a5dc..cd6fda29 100644 --- a/Descent3/weather.h +++ b/Descent3/weather.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef WEATHER_H #define WEATHER_H diff --git a/Descent3/winmain.cpp b/Descent3/winmain.cpp index 44134c63..7131b22b 100644 --- a/Descent3/winmain.cpp +++ b/Descent3/winmain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..e72bfdda --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/acmlib/acmlib.cpp b/acmlib/acmlib.cpp index dc3113c4..e979e383 100644 --- a/acmlib/acmlib.cpp +++ b/acmlib/acmlib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "Adecode.h" diff --git a/bitmap/bitmain.cpp b/bitmap/bitmain.cpp index dbc59c8a..fdfb7cb7 100644 --- a/bitmap/bitmain.cpp +++ b/bitmap/bitmain.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bitmap/bitmain.cpp $ * $Revision: 70 $ diff --git a/bitmap/bumpmap.cpp b/bitmap/bumpmap.cpp index 4f487466..116a6100 100644 --- a/bitmap/bumpmap.cpp +++ b/bitmap/bumpmap.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include "bumpmap.h" diff --git a/bitmap/iff.cpp b/bitmap/iff.cpp index 8c3a5917..666de390 100644 --- a/bitmap/iff.cpp +++ b/bitmap/iff.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bitmap/iff.cpp $ * $Revision: 8 $ diff --git a/bitmap/iff.h b/bitmap/iff.h index e4d5405f..1eecb548 100644 --- a/bitmap/iff.h +++ b/bitmap/iff.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _IFF_H #define _IFF_H diff --git a/bitmap/lightmap.cpp b/bitmap/lightmap.cpp index 55dcff16..aae0c405 100644 --- a/bitmap/lightmap.cpp +++ b/bitmap/lightmap.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include "lightmap.h" diff --git a/bitmap/pcx.cpp b/bitmap/pcx.cpp index b68f1139..e9453999 100644 --- a/bitmap/pcx.cpp +++ b/bitmap/pcx.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bitmap/pcx.cpp $ * $Revision: 8 $ diff --git a/bitmap/tga.cpp b/bitmap/tga.cpp index 6c369bcf..a1a16df2 100644 --- a/bitmap/tga.cpp +++ b/bitmap/tga.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/bitmap/tga.cpp $ * $Revision: 28 $ diff --git a/cfile/CFILE.cpp b/cfile/CFILE.cpp index adde0406..e9c46d3a 100644 --- a/cfile/CFILE.cpp +++ b/cfile/CFILE.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef MACINTOSH #include "ddio_mac.h" #endif diff --git a/cfile/InfFile.cpp b/cfile/InfFile.cpp index 5fb8af53..5be72c22 100644 --- a/cfile/InfFile.cpp +++ b/cfile/InfFile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // InfFile.cpp: implementation of the InfFile class. // ////////////////////////////////////////////////////////////////////// diff --git a/cfile/hog.cpp b/cfile/hog.cpp index a7207c49..1128ff59 100644 --- a/cfile/hog.cpp +++ b/cfile/hog.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Cfile/hog.cpp $ * $Revision: 20 $ diff --git a/czip/BitIO.cpp b/czip/BitIO.cpp index c08a4a5d..e633da90 100644 --- a/czip/BitIO.cpp +++ b/czip/BitIO.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/czip/BitIO.cpp $ * $Revision: 2 $ diff --git a/czip/CZip.cpp b/czip/CZip.cpp index b363c54b..059eb79e 100644 --- a/czip/CZip.cpp +++ b/czip/CZip.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/czip/CZip.cpp $ * $Revision: 2 $ diff --git a/czip/HuffmanAdapt.cpp b/czip/HuffmanAdapt.cpp index 2a9958f3..d4245a3d 100644 --- a/czip/HuffmanAdapt.cpp +++ b/czip/HuffmanAdapt.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/czip/HuffmanAdapt.cpp $ * $Revision: 2 $ diff --git a/czip/HuffmanBasic.cpp b/czip/HuffmanBasic.cpp index 25aecaa0..09f098c5 100644 --- a/czip/HuffmanBasic.cpp +++ b/czip/HuffmanBasic.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/czip/HuffmanBasic.cpp $ * $Revision: 2 $ diff --git a/d3music/musicapi.cpp b/d3music/musicapi.cpp index 4c332a6f..6ab17a39 100644 --- a/d3music/musicapi.cpp +++ b/d3music/musicapi.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "d3music.h" #include "music.h" #include "Macros.h" diff --git a/dd_grwin32/ddgrWin32.h b/dd_grwin32/ddgrWin32.h index 1626161a..077359e0 100644 --- a/dd_grwin32/ddgrWin32.h +++ b/dd_grwin32/ddgrWin32.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32.h $ * $Revision: 3 $ diff --git a/dd_grwin32/ddgrWin32API.cpp b/dd_grwin32/ddgrWin32API.cpp index d5d5984d..906c4fbc 100644 --- a/dd_grwin32/ddgrWin32API.cpp +++ b/dd_grwin32/ddgrWin32API.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32API.cpp $ * $Revision: 3 $ diff --git a/dd_grwin32/ddgrWin32DX.cpp b/dd_grwin32/ddgrWin32DX.cpp index 8a3861fe..f3d54a9e 100644 --- a/dd_grwin32/ddgrWin32DX.cpp +++ b/dd_grwin32/ddgrWin32DX.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32DX.cpp $ * $Revision: 2 $ diff --git a/dd_grwin32/ddgrWin32DX.h b/dd_grwin32/ddgrWin32DX.h index ad5b43cd..dfd562ff 100644 --- a/dd_grwin32/ddgrWin32DX.h +++ b/dd_grwin32/ddgrWin32DX.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32DX.h $ * $Revision: 2 $ diff --git a/dd_grwin32/ddgrWin32GDI.cpp b/dd_grwin32/ddgrWin32GDI.cpp index 06a37f25..562538d7 100644 --- a/dd_grwin32/ddgrWin32GDI.cpp +++ b/dd_grwin32/ddgrWin32GDI.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32GDI.cpp $ * $Revision: 10 $ diff --git a/dd_grwin32/ddgrWin32GDI.h b/dd_grwin32/ddgrWin32GDI.h index b28b1e64..8ec45105 100644 --- a/dd_grwin32/ddgrWin32GDI.h +++ b/dd_grwin32/ddgrWin32GDI.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32GDI.h $ * $Revision: 2 $ diff --git a/dd_grwin32/ddgrWin32Init.cpp b/dd_grwin32/ddgrWin32Init.cpp index a14a8d6c..1cdd1a76 100644 --- a/dd_grwin32/ddgrWin32Init.cpp +++ b/dd_grwin32/ddgrWin32Init.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddgr_win32/ddgrWin32Init.cpp $ * $Revision: 6 $ diff --git a/dd_lnxsound/ddlnxsound.h b/dd_lnxsound/ddlnxsound.h index 5518a326..999cc0b3 100644 --- a/dd_lnxsound/ddlnxsound.h +++ b/dd_lnxsound/ddlnxsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LNX__DD_SOUND_H_ #define __LNX__DD_SOUND_H_ diff --git a/dd_lnxsound/lnxsound.cpp b/dd_lnxsound/lnxsound.cpp index 26971e91..86c25b0d 100644 --- a/dd_lnxsound/lnxsound.cpp +++ b/dd_lnxsound/lnxsound.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dd_lnxsound/lnxsound.cpp $ * $Revision: 1.3 $ diff --git a/dd_lnxsound/mixer.cpp b/dd_lnxsound/mixer.cpp index c8e6111a..d7ce6701 100644 --- a/dd_lnxsound/mixer.cpp +++ b/dd_lnxsound/mixer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/dd_lnxsound/sdlsound.cpp b/dd_lnxsound/sdlsound.cpp index 2e3e2bc7..e8591491 100644 --- a/dd_lnxsound/sdlsound.cpp +++ b/dd_lnxsound/sdlsound.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // NEED THIS SINCE DDSNDLIB is a DD library. #include "DDAccess.h" diff --git a/dd_sndlib/Ds3dlib.cpp b/dd_sndlib/Ds3dlib.cpp index 44761d99..8e0e22b6 100644 --- a/dd_sndlib/Ds3dlib.cpp +++ b/dd_sndlib/Ds3dlib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dd_sndlib/Ds3dlib.cpp $ * $Revision: 149 $ diff --git a/dd_sndlib/Ia3dutil.h b/dd_sndlib/Ia3dutil.h index 99e39b05..e07c500a 100644 --- a/dd_sndlib/Ia3dutil.h +++ b/dd_sndlib/Ia3dutil.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*--------------------------------------------------------------------------- * * $Workfile: Ia3dutil.h $ diff --git a/dd_sndlib/auddev.h b/dd_sndlib/auddev.h index d17b5ef3..ad205199 100644 --- a/dd_sndlib/auddev.h +++ b/dd_sndlib/auddev.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 16 $ diff --git a/dd_sndlib/aureal3d.cpp b/dd_sndlib/aureal3d.cpp index 2a7be19d..60312ad7 100644 --- a/dd_sndlib/aureal3d.cpp +++ b/dd_sndlib/aureal3d.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dd_sndlib/aureal3d.cpp $ * $Revision: 18 $ diff --git a/dd_sndlib/ddsoundload.cpp b/dd_sndlib/ddsoundload.cpp index 0f9e36fc..9246daba 100644 --- a/dd_sndlib/ddsoundload.cpp +++ b/dd_sndlib/ddsoundload.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dd_sndlib/ddsoundload.cpp $ * $Revision: 17 $ diff --git a/dd_sndlib/ds3dlib_internal.h b/dd_sndlib/ds3dlib_internal.h index 93952f47..8b2dd537 100644 --- a/dd_sndlib/ds3dlib_internal.h +++ b/dd_sndlib/ds3dlib_internal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 9 $ diff --git a/dd_sndlib/dsound3d.cpp b/dd_sndlib/dsound3d.cpp index 0990c1a8..c3dd289c 100644 --- a/dd_sndlib/dsound3d.cpp +++ b/dd_sndlib/dsound3d.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 6 $ diff --git a/dd_sndlib/eax.cpp b/dd_sndlib/eax.cpp index b8f484bf..224f9781 100644 --- a/dd_sndlib/eax.cpp +++ b/dd_sndlib/eax.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 10 $ diff --git a/dd_sndlib/eax.h b/dd_sndlib/eax.h index 8f68176a..9a685124 100644 --- a/dd_sndlib/eax.h +++ b/dd_sndlib/eax.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // EAX.H -- DirectSound Environmental Audio Extensions diff --git a/dd_sndlib/eax2.h b/dd_sndlib/eax2.h index 8ff27e76..e4ca7b72 100644 --- a/dd_sndlib/eax2.h +++ b/dd_sndlib/eax2.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /****************************************************************** * * EAX.H - DirectSound3D Environmental Audio Extensions version 2.0 diff --git a/dd_sndlib/geometry.cpp b/dd_sndlib/geometry.cpp index a5fe34eb..0a519638 100644 --- a/dd_sndlib/geometry.cpp +++ b/dd_sndlib/geometry.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 8 $ diff --git a/dd_sndlib/ia3dapi.h b/dd_sndlib/ia3dapi.h index e0953490..5bb5d56b 100644 --- a/dd_sndlib/ia3dapi.h +++ b/dd_sndlib/ia3dapi.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*--------------------------------------------------------------------------- * * A3D COM Interface Header File. diff --git a/dd_sndlib/ssl_lib.cpp b/dd_sndlib/ssl_lib.cpp index 637cdf8e..61a0f4bf 100644 --- a/dd_sndlib/ssl_lib.cpp +++ b/dd_sndlib/ssl_lib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 3 $ diff --git a/dd_sndlib/vmanpset.h b/dd_sndlib/vmanpset.h index f5600a9f..0e09c7fd 100644 --- a/dd_sndlib/vmanpset.h +++ b/dd_sndlib/vmanpset.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*****************************************************************************/ /* */ /* */ diff --git a/dd_vidwin32/ddvidlib.h b/dd_vidwin32/ddvidlib.h index 05c1c05d..a662f21f 100644 --- a/dd_vidwin32/ddvidlib.h +++ b/dd_vidwin32/ddvidlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddvid_win32/ddvidlib.h $ * $Revision: 4 $ diff --git a/dd_vidwin32/vidWin32FS.cpp b/dd_vidwin32/vidWin32FS.cpp index 6ad00a9e..b23dbe1c 100644 --- a/dd_vidwin32/vidWin32FS.cpp +++ b/dd_vidwin32/vidWin32FS.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddvid_win32/vidWin32FS.cpp $ * $Revision: 7 $ diff --git a/dd_vidwin32/vidWin32Win.cpp b/dd_vidwin32/vidWin32Win.cpp index e0115d2f..104883d9 100644 --- a/dd_vidwin32/vidWin32Win.cpp +++ b/dd_vidwin32/vidWin32Win.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddvid_win32/vidWin32Win.cpp $ * $Revision: 5 $ diff --git a/dd_vidwin32/video_win32.cpp b/dd_vidwin32/video_win32.cpp index 942635a2..fbd3bc04 100644 --- a/dd_vidwin32/video_win32.cpp +++ b/dd_vidwin32/video_win32.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddvid_win32/video_win32.cpp $ * $Revision: 6 $ diff --git a/ddgr_mac/ddgr_mac.cpp b/ddgr_mac/ddgr_mac.cpp index 34bab27f..041d8e40 100644 --- a/ddgr_mac/ddgr_mac.cpp +++ b/ddgr_mac/ddgr_mac.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/ddgr_mac/ddgr_mac.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddgr_mac/ddgr_mac.h b/ddgr_mac/ddgr_mac.h index 600f5dc0..7cb5d66a 100644 --- a/ddgr_mac/ddgr_mac.h +++ b/ddgr_mac/ddgr_mac.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/ddgr_mac/ddgr_mac.h $ * $Revision: 1.1.1.1 $ diff --git a/ddgr_mac/macOSSurface.cpp b/ddgr_mac/macOSSurface.cpp index 020c0301..eb22d7f0 100644 --- a/ddgr_mac/macOSSurface.cpp +++ b/ddgr_mac/macOSSurface.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/ddgr_mac/macOSSurface.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddgr_mac/macOSSurface.h b/ddgr_mac/macOSSurface.h index b8d88049..50a1a886 100644 --- a/ddgr_mac/macOSSurface.h +++ b/ddgr_mac/macOSSurface.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/ddgr_mac/macOSSurface.h $ * $Revision: 1.1.1.1 $ diff --git a/ddio_common/ddio.cpp b/ddio_common/ddio.cpp index 387648df..03bc0c70 100644 --- a/ddio_common/ddio.cpp +++ b/ddio_common/ddio.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_common/ddio.cpp $ * $Revision: 18 $ diff --git a/ddio_common/key.cpp b/ddio_common/key.cpp index a0b9e18e..fa872e4a 100644 --- a/ddio_common/key.cpp +++ b/ddio_common/key.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_common/key.cpp $ * $Revision: 27 $ diff --git a/ddio_lnx/ddio_lnx.h b/ddio_lnx/ddio_lnx.h index dbb34c41..b2cb4207 100644 --- a/ddio_lnx/ddio_lnx.h +++ b/ddio_lnx/ddio_lnx.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * * $NoKeywords: $ diff --git a/ddio_lnx/lnxcdrom.cpp b/ddio_lnx/lnxcdrom.cpp index be11279e..15db48b3 100644 --- a/ddio_lnx/lnxcdrom.cpp +++ b/ddio_lnx/lnxcdrom.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxcdrom.cpp $ * $Revision: 1.12 $ diff --git a/ddio_lnx/lnxfile.cpp b/ddio_lnx/lnxfile.cpp index a493130f..08bd10dc 100644 --- a/ddio_lnx/lnxfile.cpp +++ b/ddio_lnx/lnxfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxfile.cpp $ * $Revision: 1.5 $ diff --git a/ddio_lnx/lnxforcefeedback.cpp b/ddio_lnx/lnxforcefeedback.cpp index aeedb4e4..96bff725 100644 --- a/ddio_lnx/lnxforcefeedback.cpp +++ b/ddio_lnx/lnxforcefeedback.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxforcefeedback.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_lnx/lnxio.cpp b/ddio_lnx/lnxio.cpp index 0ded88da..1c6cbd30 100644 --- a/ddio_lnx/lnxio.cpp +++ b/ddio_lnx/lnxio.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxio.cpp $ * $Revision: 1.6 $ diff --git a/ddio_lnx/lnxjoy.cpp b/ddio_lnx/lnxjoy.cpp index 67baa1d3..32cb31e2 100644 --- a/ddio_lnx/lnxjoy.cpp +++ b/ddio_lnx/lnxjoy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxjoy.cpp $ * $Revision: 1.4 $ diff --git a/ddio_lnx/lnxkey.cpp b/ddio_lnx/lnxkey.cpp index 59c58cb3..1d8a10f3 100644 --- a/ddio_lnx/lnxkey.cpp +++ b/ddio_lnx/lnxkey.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey.cpp $ * $Revision: 1.3 $ diff --git a/ddio_lnx/lnxkey_ggi.cpp b/ddio_lnx/lnxkey_ggi.cpp index 268a4c02..589e9e2d 100644 --- a/ddio_lnx/lnxkey_ggi.cpp +++ b/ddio_lnx/lnxkey_ggi.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Keyboard handler for SVGAlib #include diff --git a/ddio_lnx/lnxkey_null.cpp b/ddio_lnx/lnxkey_null.cpp index 76900d1c..4c83a033 100644 --- a/ddio_lnx/lnxkey_null.cpp +++ b/ddio_lnx/lnxkey_null.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey_null.cpp $ * $Revision: 1.2 $ diff --git a/ddio_lnx/lnxkey_raw.cpp b/ddio_lnx/lnxkey_raw.cpp index 507f53f5..f4146d4d 100644 --- a/ddio_lnx/lnxkey_raw.cpp +++ b/ddio_lnx/lnxkey_raw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey_raw.cpp $ * $Revision: 1.2 $ diff --git a/ddio_lnx/lnxkey_sdl.cpp b/ddio_lnx/lnxkey_sdl.cpp index 849f52d1..1ccbadf5 100644 --- a/ddio_lnx/lnxkey_sdl.cpp +++ b/ddio_lnx/lnxkey_sdl.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey_sdl.cpp $ * $Revision: 1.6 $ diff --git a/ddio_lnx/lnxkey_svga.cpp b/ddio_lnx/lnxkey_svga.cpp index db0e700c..d2f9f628 100644 --- a/ddio_lnx/lnxkey_svga.cpp +++ b/ddio_lnx/lnxkey_svga.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey_svga.cpp $ * $Revision: 1.2 $ diff --git a/ddio_lnx/lnxkey_xwin.cpp b/ddio_lnx/lnxkey_xwin.cpp index e913bcbd..166147fe 100644 --- a/ddio_lnx/lnxkey_xwin.cpp +++ b/ddio_lnx/lnxkey_xwin.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxkey_xwin.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_lnx/lnxmouse.cpp b/ddio_lnx/lnxmouse.cpp index 9ef766cc..53ff14dc 100644 --- a/ddio_lnx/lnxmouse.cpp +++ b/ddio_lnx/lnxmouse.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxmouse.cpp $ * $Revision: 1.10 $ diff --git a/ddio_lnx/lnxtimer.cpp b/ddio_lnx/lnxtimer.cpp index 0c93815a..2b07a55f 100644 --- a/ddio_lnx/lnxtimer.cpp +++ b/ddio_lnx/lnxtimer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxtimer.cpp $ * $Revision: 1.2 $ diff --git a/ddio_lnx/sdljoy.cpp b/ddio_lnx/sdljoy.cpp index b2795635..38186eec 100644 --- a/ddio_lnx/sdljoy.cpp +++ b/ddio_lnx/sdljoy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_lnx/lnxjoy.cpp $ * $Revision: 1.3 $ diff --git a/ddio_mac/ddio_mac.h b/ddio_mac/ddio_mac.h index e0fdbe24..1a9a5451 100644 --- a/ddio_mac/ddio_mac.h +++ b/ddio_mac/ddio_mac.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/ddio_mac.h $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macController.cpp b/ddio_mac/macController.cpp index 43ca4d70..f7683b72 100644 --- a/ddio_mac/macController.cpp +++ b/ddio_mac/macController.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/macController.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macController.h b/ddio_mac/macController.h index 3304dc8e..253d8d52 100644 --- a/ddio_mac/macController.h +++ b/ddio_mac/macController.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/macController.h $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macfile.cpp b/ddio_mac/macfile.cpp index f5aadda7..5f5e1e9f 100644 --- a/ddio_mac/macfile.cpp +++ b/ddio_mac/macfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/macfile.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macio.cpp b/ddio_mac/macio.cpp index 1b035d82..ded80580 100644 --- a/ddio_mac/macio.cpp +++ b/ddio_mac/macio.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/macio.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macjoy.cpp b/ddio_mac/macjoy.cpp index 5a0d0b52..4f2a16d4 100644 --- a/ddio_mac/macjoy.cpp +++ b/ddio_mac/macjoy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * joystick header * diff --git a/ddio_mac/mackey.cpp b/ddio_mac/mackey.cpp index 728d30e3..e84863b5 100644 --- a/ddio_mac/mackey.cpp +++ b/ddio_mac/mackey.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/mackey.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/macmouse.cpp b/ddio_mac/macmouse.cpp index 13a62b77..9c389644 100644 --- a/ddio_mac/macmouse.cpp +++ b/ddio_mac/macmouse.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/macmouse.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_mac/mactimer.cpp b/ddio_mac/mactimer.cpp index c471690d..6123820d 100644 --- a/ddio_mac/mactimer.cpp +++ b/ddio_mac/mactimer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_mac/mactimer.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ddio_win/ddio_win.h b/ddio_win/ddio_win.h index 09edc8db..30966dca 100644 --- a/ddio_win/ddio_win.h +++ b/ddio_win/ddio_win.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/ddio_win.h $ * $Revision: 11 $ diff --git a/ddio_win/serial.cpp b/ddio_win/serial.cpp index eed7b5af..50f70ad2 100644 --- a/ddio_win/serial.cpp +++ b/ddio_win/serial.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 2 $ diff --git a/ddio_win/winfile.cpp b/ddio_win/winfile.cpp index d2ab79e9..b3f5aba9 100644 --- a/ddio_win/winfile.cpp +++ b/ddio_win/winfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/winfile.cpp $ * $Revision: 27 $ diff --git a/ddio_win/winforcefeedback.cpp b/ddio_win/winforcefeedback.cpp index 06de3ee2..173e6923 100644 --- a/ddio_win/winforcefeedback.cpp +++ b/ddio_win/winforcefeedback.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/winforcefeedback.cpp $ * $Revision: 19 $ diff --git a/ddio_win/winio.cpp b/ddio_win/winio.cpp index b2c8cc4f..f67b5ff4 100644 --- a/ddio_win/winio.cpp +++ b/ddio_win/winio.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/winio.cpp $ * $Revision: 17 $ diff --git a/ddio_win/winjoy.cpp b/ddio_win/winjoy.cpp index 88796717..69fe45ea 100644 --- a/ddio_win/winjoy.cpp +++ b/ddio_win/winjoy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/winjoy.cpp $ * $Revision: 19 $ diff --git a/ddio_win/winkey.cpp b/ddio_win/winkey.cpp index 4dd88ea5..05d48d9f 100644 --- a/ddio_win/winkey.cpp +++ b/ddio_win/winkey.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ddio_win/winkey.cpp $ * $Revision: 36 $ diff --git a/ddio_win/winmouse.cpp b/ddio_win/winmouse.cpp index 17a9e38b..437aa070 100644 --- a/ddio_win/winmouse.cpp +++ b/ddio_win/winmouse.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // ---------------------------------------------------------------------------- // Mouse Interface // ---------------------------------------------------------------------------- diff --git a/ddio_win/wintimer.cpp b/ddio_win/wintimer.cpp index 582a7c7e..480dd2b4 100644 --- a/ddio_win/wintimer.cpp +++ b/ddio_win/wintimer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "ddio_win.h" #include "ddio.h" diff --git a/ddvid_lnx/video_lnx.cpp b/ddvid_lnx/video_lnx.cpp index 0c5d6f90..e250cec8 100644 --- a/ddvid_lnx/video_lnx.cpp +++ b/ddvid_lnx/video_lnx.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * Video library. * diff --git a/fix/fix.cpp b/fix/fix.cpp index 4de9059d..693b7f48 100644 --- a/fix/fix.cpp +++ b/fix/fix.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/fix/fix.cpp $ * $Revision: 6 $ diff --git a/gpl.sh b/gpl.sh new file mode 100755 index 00000000..e8d29afb --- /dev/null +++ b/gpl.sh @@ -0,0 +1,3 @@ +mv $1 temp.xxx +cp gplheader $1 +cat temp.xxx >> $1 diff --git a/gplheader b/gplheader new file mode 100644 index 00000000..eb42e4c9 --- /dev/null +++ b/gplheader @@ -0,0 +1,18 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + diff --git a/grtext/grfont.cpp b/grtext/grfont.cpp index 93d70048..520cb342 100644 --- a/grtext/grfont.cpp +++ b/grtext/grfont.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/grtext/grfont.cpp $ * $Revision: 25 $ diff --git a/grtext/grtext.cpp b/grtext/grtext.cpp index e54c2434..a88648f2 100644 --- a/grtext/grtext.cpp +++ b/grtext/grtext.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/grtext/grtext.cpp $ * $Revision: 38 $ diff --git a/grtext/grtextlib.h b/grtext/grtextlib.h index b24b6aa8..3a78b086 100644 --- a/grtext/grtextlib.h +++ b/grtext/grtextlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/grtext/grtextlib.h $ * $Revision: 2 $ diff --git a/grtext/textaux.cpp b/grtext/textaux.cpp index cda0b578..ee9517a8 100644 --- a/grtext/textaux.cpp +++ b/grtext/textaux.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/grtext/textaux.cpp $ * $Revision: 6 $ diff --git a/lib/3d.h b/lib/3d.h index b995a486..d608625f 100644 --- a/lib/3d.h +++ b/lib/3d.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/3d.h $ * $Revision: 36 $ diff --git a/lib/Adecode.h b/lib/Adecode.h index 760bf6fe..26a24a48 100644 --- a/lib/Adecode.h +++ b/lib/Adecode.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef AUDIODECODE_H_ #define AUDIODECODE_H_ diff --git a/lib/Aencode.h b/lib/Aencode.h index 68b0f808..b97c79e9 100644 --- a/lib/Aencode.h +++ b/lib/Aencode.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef AENCODE_H_ #define AENCODE_H_ diff --git a/lib/AppConsole.h b/lib/AppConsole.h index 29b54c61..17920727 100644 --- a/lib/AppConsole.h +++ b/lib/AppConsole.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/AppConsole.h $ * $Revision: 3 $ diff --git a/lib/CZip.h b/lib/CZip.h index bebcea87..bff65101 100644 --- a/lib/CZip.h +++ b/lib/CZip.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __CZIPFILE_H_ #define __CZIPFILE_H_ diff --git a/lib/Controller.h b/lib/Controller.h index 68736406..1a7a17ab 100644 --- a/lib/Controller.h +++ b/lib/Controller.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/Controller.h $ * $Revision: 21 $ diff --git a/lib/DDAccess.h b/lib/DDAccess.h index 9057ce54..d87fe4a0 100644 --- a/lib/DDAccess.h +++ b/lib/DDAccess.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/DDAccess.h $ * $Revision: 3 $ diff --git a/lib/Ddgr.h b/lib/Ddgr.h index 437ed7eb..5337c0a6 100644 --- a/lib/Ddgr.h +++ b/lib/Ddgr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/Ddgr.h $ * $Revision: 6 $ diff --git a/lib/IMeshBuilder.h b/lib/IMeshBuilder.h index 0841c1c6..84e83669 100644 --- a/lib/IMeshBuilder.h +++ b/lib/IMeshBuilder.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __IMESH_BUILDER_H__ #define __IMESH_BUILDER_H__ diff --git a/lib/IMeshHandle.h b/lib/IMeshHandle.h index 35bf740b..938cd58b 100644 --- a/lib/IMeshHandle.h +++ b/lib/IMeshHandle.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __IMESH_HANDLE_H__ #define __IMESH_HANDLE_H__ diff --git a/lib/InfFile.h b/lib/InfFile.h index 08caec7c..d7d55723 100644 --- a/lib/InfFile.h +++ b/lib/InfFile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // InfFile.h: interface for the InfFile class. // ////////////////////////////////////////////////////////////////////// diff --git a/lib/Macros.h b/lib/Macros.h index d9f7f46f..db6f4692 100644 --- a/lib/Macros.h +++ b/lib/Macros.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/Macros.h $ * $Revision: 11 $ diff --git a/lib/TaskSystem.h b/lib/TaskSystem.h index d2d11b9f..b0c01887 100644 --- a/lib/TaskSystem.h +++ b/lib/TaskSystem.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/TaskSystem.h $ * $Revision: 3 $ diff --git a/lib/appdatabase.h b/lib/appdatabase.h index 0c77e731..74cbecc1 100644 --- a/lib/appdatabase.h +++ b/lib/appdatabase.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/appdatabase.h $ * $Revision: 6 $ diff --git a/lib/application.h b/lib/application.h index 7b12ceb7..e2a98b41 100644 --- a/lib/application.h +++ b/lib/application.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/application.h $ * $Revision: 11 $ diff --git a/lib/audio_encode.h b/lib/audio_encode.h index aa3f9c30..f8ef7104 100644 --- a/lib/audio_encode.h +++ b/lib/audio_encode.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/audio_encode.h $ * $Revision: 1 $ diff --git a/lib/bitmap.h b/lib/bitmap.h index 7f667fe9..92999409 100644 --- a/lib/bitmap.h +++ b/lib/bitmap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef PSBITMAP_H #define PSBITMAP_H #include "pstypes.h" diff --git a/lib/bumpmap.h b/lib/bumpmap.h index b0349da2..937c2c4c 100644 --- a/lib/bumpmap.h +++ b/lib/bumpmap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef BUMPMAP_H #define BUMPMAP_H diff --git a/lib/byteswap.h b/lib/byteswap.h index d4b8fb93..8c6b2d3a 100644 --- a/lib/byteswap.h +++ b/lib/byteswap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/BYTESWAP.H $ * $Revision: 8 $ diff --git a/lib/collide.h b/lib/collide.h index a7973575..8f03cae5 100644 --- a/lib/collide.h +++ b/lib/collide.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/collide.h $ * $Revision: 15 $ diff --git a/lib/d3events.h b/lib/d3events.h index a9128e92..d2ca816f 100644 --- a/lib/d3events.h +++ b/lib/d3events.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 9 $ diff --git a/lib/d3music.h b/lib/d3music.h index f80c4758..bff60a56 100644 --- a/lib/d3music.h +++ b/lib/d3music.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 14 $ diff --git a/lib/d3x_op.h b/lib/d3x_op.h index 24a6dbb4..4085b8d8 100644 --- a/lib/d3x_op.h +++ b/lib/d3x_op.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/d3x_op.h $ * $Revision: 20 $ diff --git a/lib/ddio.h b/lib/ddio.h index d82b0b95..30303062 100644 --- a/lib/ddio.h +++ b/lib/ddio.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/ddio.h $ * $Revision: 30 $ diff --git a/lib/ddio_common.h b/lib/ddio_common.h index e276c611..68b9beda 100644 --- a/lib/ddio_common.h +++ b/lib/ddio_common.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/ddio_common.h $ * $Revision: 1.3 $ diff --git a/lib/ddsndgeometry.h b/lib/ddsndgeometry.h index 174a2fb3..3015407a 100644 --- a/lib/ddsndgeometry.h +++ b/lib/ddsndgeometry.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 5 $ diff --git a/lib/ddvid.h b/lib/ddvid.h index e0b37911..f4fc8afc 100644 --- a/lib/ddvid.h +++ b/lib/ddvid.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/ddvid.h $ * $Revision: 4 $ diff --git a/lib/debug.h b/lib/debug.h index 72e0a275..58a3541d 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/debug.h $ * $Revision: 23 $ diff --git a/lib/debugbreak.h b/lib/debugbreak.h index c37236e4..110f6436 100644 --- a/lib/debugbreak.h +++ b/lib/debugbreak.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* Copyright (c) 2011-2021, Scott Tsai * * All rights reserved. diff --git a/lib/dedicated_server.h b/lib/dedicated_server.h index dd2b6b64..d7d7c674 100644 --- a/lib/dedicated_server.h +++ b/lib/dedicated_server.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef DEDICATED_SERVER_H #define DEDICATED_SERVER_H diff --git a/lib/demofile.h b/lib/demofile.h index b9d5a2de..bf5d574b 100644 --- a/lib/demofile.h +++ b/lib/demofile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/lib/demofile.h $ * $Revision: 25 $ diff --git a/lib/directplay.h b/lib/directplay.h index ad65cf67..a992aa63 100644 --- a/lib/directplay.h +++ b/lib/directplay.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/directplay.h $ * $Revision: 5 $ diff --git a/lib/ds3dlib.h b/lib/ds3dlib.h index a8a3b529..5599852b 100644 --- a/lib/ds3dlib.h +++ b/lib/ds3dlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/ds3dlib.h $ * $Revision: 49 $ diff --git a/lib/findintersection.h b/lib/findintersection.h index 8cb16ef0..5c09e1f7 100644 --- a/lib/findintersection.h +++ b/lib/findintersection.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/findintersection.h $ * $Revision: 51 $ diff --git a/lib/findintersection_external.h b/lib/findintersection_external.h index 6f991796..81e9444d 100644 --- a/lib/findintersection_external.h +++ b/lib/findintersection_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/lib/findintersection_external.h $ * $Revision: 6 $ diff --git a/lib/fix.h b/lib/fix.h index 32388c6c..7cd4814a 100644 --- a/lib/fix.h +++ b/lib/fix.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/fix.h $ * $Revision: 4 $ diff --git a/lib/forcefeedback.h b/lib/forcefeedback.h index 9ca44726..29799fee 100644 --- a/lib/forcefeedback.h +++ b/lib/forcefeedback.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/forcefeedback.h $ * $Revision: 15 $ diff --git a/lib/game2dll.h b/lib/game2dll.h index 3f66e74f..ebb9f106 100644 --- a/lib/game2dll.h +++ b/lib/game2dll.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GAME2DLL_H #define GAME2DLL_H diff --git a/lib/gameos.h b/lib/gameos.h index 390d8cfc..713a2f97 100644 --- a/lib/gameos.h +++ b/lib/gameos.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/gameos.h $ * $Revision: 3 $ diff --git a/lib/gr.h b/lib/gr.h index 16ec77f5..3155853d 100644 --- a/lib/gr.h +++ b/lib/gr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/gr.h $ * $Revision: 18 $ diff --git a/lib/grdefs.h b/lib/grdefs.h index 8b2d9d6f..0e3c62c9 100644 --- a/lib/grdefs.h +++ b/lib/grdefs.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/grdefs.h $ * $Revision: 8 $ diff --git a/lib/grtext.h b/lib/grtext.h index c26b3053..fcb4570e 100644 --- a/lib/grtext.h +++ b/lib/grtext.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/grtext.h $ * $Revision: 25 $ diff --git a/lib/hlsoundlib.h b/lib/hlsoundlib.h index b98bf5ca..f0e9a6a6 100644 --- a/lib/hlsoundlib.h +++ b/lib/hlsoundlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/hlsoundlib.h $ * $Revision: 47 $ diff --git a/lib/hogfile.h b/lib/hogfile.h index 1ee9e818..d141d55c 100644 --- a/lib/hogfile.h +++ b/lib/hogfile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/hogfile.h $ * $Revision: 10 $ diff --git a/lib/intelliVIBE.h b/lib/intelliVIBE.h index 061292c7..755f437e 100644 --- a/lib/intelliVIBE.h +++ b/lib/intelliVIBE.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __INTELLIVIBE_H_ #define __INTELLIVIBE_H_ diff --git a/lib/joystick.h b/lib/joystick.h index 0ed4c8e8..14148e99 100644 --- a/lib/joystick.h +++ b/lib/joystick.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/joystick.h $ * $Revision: 11 $ diff --git a/lib/lightmap.h b/lib/lightmap.h index e87e9e32..b39e3b80 100644 --- a/lib/lightmap.h +++ b/lib/lightmap.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef LIGHTMAP_H #define LIGHTMAP_H diff --git a/lib/linux/dyna_curses.h b/lib/linux/dyna_curses.h index 421a9921..82102abe 100644 --- a/lib/linux/dyna_curses.h +++ b/lib/linux/dyna_curses.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/dyna_glide.h b/lib/linux/dyna_glide.h index 224a887f..7db759ca 100644 --- a/lib/linux/dyna_glide.h +++ b/lib/linux/dyna_glide.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /******************************************************************* * THIS HEADER HAS BEEN HACKED BY AN EXPERIMENTAL PERL SCRIPT diff --git a/lib/linux/dyna_oxlib.h b/lib/linux/dyna_oxlib.h index dc3d606d..24e6af51 100644 --- a/lib/linux/dyna_oxlib.h +++ b/lib/linux/dyna_oxlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/dyna_pthread.h b/lib/linux/dyna_pthread.h index d9a8642b..be2bf947 100644 --- a/lib/linux/dyna_pthread.h +++ b/lib/linux/dyna_pthread.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/dyna_svga.h b/lib/linux/dyna_svga.h index 72fd2bc9..8039fd7f 100644 --- a/lib/linux/dyna_svga.h +++ b/lib/linux/dyna_svga.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/dyna_xext.h b/lib/linux/dyna_xext.h index 500d1c28..091a2436 100644 --- a/lib/linux/dyna_xext.h +++ b/lib/linux/dyna_xext.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/dyna_xwin.h b/lib/linux/dyna_xwin.h index ecf336c8..937fb6c7 100644 --- a/lib/linux/dyna_xwin.h +++ b/lib/linux/dyna_xwin.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lib/linux/linux_fix.h b/lib/linux/linux_fix.h index 3d818da8..fdd61748 100644 --- a/lib/linux/linux_fix.h +++ b/lib/linux/linux_fix.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LINUX_FIX_H_ #define __LINUX_FIX_H_ diff --git a/lib/linux/lnxapp.h b/lib/linux/lnxapp.h index 8455a7f5..48db28b1 100644 --- a/lib/linux/lnxapp.h +++ b/lib/linux/lnxapp.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef LNXAPP_H #define LNXAPP_H diff --git a/lib/linux/lnxcontroller.h b/lib/linux/lnxcontroller.h index 36d025b7..c67e31b3 100644 --- a/lib/linux/lnxcontroller.h +++ b/lib/linux/lnxcontroller.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LNXCONTROLLER_H_ #define __LNXCONTROLLER_H_ diff --git a/lib/linux/lnxdatabase.h b/lib/linux/lnxdatabase.h index 4bf7541a..9e03a67a 100644 --- a/lib/linux/lnxdatabase.h +++ b/lib/linux/lnxdatabase.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * Application Database for Linux version * diff --git a/lib/linux/lnxdraw.h b/lib/linux/lnxdraw.h index 709b031b..7f179a06 100644 --- a/lib/linux/lnxdraw.h +++ b/lib/linux/lnxdraw.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LNXDRAW_H_ #define __LNXDRAW_H_ diff --git a/lib/linux/lnxsound.h b/lib/linux/lnxsound.h index 3788ffe3..49ba8025 100644 --- a/lib/linux/lnxsound.h +++ b/lib/linux/lnxsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LINUX_DD_SOUND_H_ #define __LINUX_DD_SOUND_H_ diff --git a/lib/linux/mixer.h b/lib/linux/mixer.h index 05377e57..72a57192 100644 --- a/lib/linux/mixer.h +++ b/lib/linux/mixer.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __SOUND_MIXER_H______ #define __SOUND_MIXER_H______ diff --git a/lib/linux/oelnx_os.h b/lib/linux/oelnx_os.h index 5eb0c0fd..0330e729 100644 --- a/lib/linux/oelnx_os.h +++ b/lib/linux/oelnx_os.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/linux/oelnx_os.h $ * $Revision: 1.1.1.1 $ diff --git a/lib/lnxfix.h b/lib/lnxfix.h index 65103d60..27b4777f 100644 --- a/lib/lnxfix.h +++ b/lib/lnxfix.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lnxfix.h $ * $Revision: 1.2 $ diff --git a/lib/lnxscreenmode.h b/lib/lnxscreenmode.h index f63573bc..550c4670 100644 --- a/lib/lnxscreenmode.h +++ b/lib/lnxscreenmode.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/renderer/lnxscreenmode.h $ * $Revision: 1.3 $ diff --git a/lib/logfile.h b/lib/logfile.h index f4f3fc85..70cdb9ce 100644 --- a/lib/logfile.h +++ b/lib/logfile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef LOGFILE_H #define LOGFILE_H diff --git a/lib/mac/fixmac.h b/lib/mac/fixmac.h index 2a147d10..971abab8 100644 --- a/lib/mac/fixmac.h +++ b/lib/mac/fixmac.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/mac/fixmac.h $ * $Revision: 1.1.1.1 $ diff --git a/lib/mac/mac_llsound.h b/lib/mac/mac_llsound.h index bfc0f269..9aec9e03 100644 --- a/lib/mac/mac_llsound.h +++ b/lib/mac/mac_llsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/mac/mac_llsound.h $ * $Revision: 1.1.1.1 $ diff --git a/lib/mac/mac_settings.h b/lib/mac/mac_settings.h index 415e5f28..399e0308 100644 --- a/lib/mac/mac_settings.h +++ b/lib/mac/mac_settings.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/lib/mac/mac_settings.h $ * $Revision: 1.1.1.1 $ diff --git a/lib/mac/oemac_os.h b/lib/mac/oemac_os.h index 2b1be41a..cb02be2a 100644 --- a/lib/mac/oemac_os.h +++ b/lib/mac/oemac_os.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/lib/mac/oemac_os.h $ * $Revision: 1.1.1.1 $ diff --git a/lib/manage.h b/lib/manage.h index ccb51e8d..da008693 100644 --- a/lib/manage.h +++ b/lib/manage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MANAGE_H #define MANAGE_H diff --git a/lib/manage_external.h b/lib/manage_external.h index 6bfe3797..ab2b4c3b 100644 --- a/lib/manage_external.h +++ b/lib/manage_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/lib/manage_external.h $ * $Revision: 4 $ diff --git a/lib/megacell.h b/lib/megacell.h index 4430270c..7a54dec3 100644 --- a/lib/megacell.h +++ b/lib/megacell.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MEGACELL_H #define MEGACELL_H diff --git a/lib/mem.h b/lib/mem.h index 61aca569..19a65a46 100644 --- a/lib/mem.h +++ b/lib/mem.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/mem.h $ * $Revision: 18 $ diff --git a/lib/module.h b/lib/module.h index 757189bd..59bc19cc 100644 --- a/lib/module.h +++ b/lib/module.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/module.h $ * $Revision: 12 $ diff --git a/lib/mono.h b/lib/mono.h index ec692c3c..c5b65707 100644 --- a/lib/mono.h +++ b/lib/mono.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: f:/miner/source/bios/rcs/mono.h $ * $Revision: 9 $ diff --git a/lib/movie.h b/lib/movie.h index e169275a..c55ebd62 100644 --- a/lib/movie.h +++ b/lib/movie.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MOVIE_H__ #define MOVIE_H__ diff --git a/lib/music.h b/lib/music.h index a910cd12..0640e90c 100644 --- a/lib/music.h +++ b/lib/music.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/music.h $ * $Revision: 21 $ diff --git a/lib/mvelibw.h b/lib/mvelibw.h index c7fa0a67..c396c8d8 100644 --- a/lib/mvelibw.h +++ b/lib/mvelibw.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if 0 /* ** mvelibw.h diff --git a/lib/networking.h b/lib/networking.h index 7cc71b4b..cc17dc93 100644 --- a/lib/networking.h +++ b/lib/networking.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/networking.h $ * $Revision: 1.9 $ diff --git a/lib/polymodel.h b/lib/polymodel.h index 3e1aab70..839eb8e7 100644 --- a/lib/polymodel.h +++ b/lib/polymodel.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/polymodel.h $ * $Revision: 83 $ diff --git a/lib/polymodel_external.h b/lib/polymodel_external.h index 57460587..b1844bab 100644 --- a/lib/polymodel_external.h +++ b/lib/polymodel_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/polymodel_external.h $ * $Revision: 7 $ diff --git a/lib/psclass.h b/lib/psclass.h index 75909bd4..0869e271 100644 --- a/lib/psclass.h +++ b/lib/psclass.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/psclass.h $ * $Revision: 8 $ diff --git a/lib/psendian.h b/lib/psendian.h index 542c5af5..c679532b 100644 --- a/lib/psendian.h +++ b/lib/psendian.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/psendian.h $ * $Revision: 1 $ diff --git a/lib/pserror.h b/lib/pserror.h index 613037b9..0f158021 100644 --- a/lib/pserror.h +++ b/lib/pserror.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/pserror.h $ * $Revision: 25 $ diff --git a/lib/psglob.h b/lib/psglob.h index 59f71cb1..24524614 100644 --- a/lib/psglob.h +++ b/lib/psglob.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/Lib/psglob.h $ * $Revision: 2 $ diff --git a/lib/psrand.h b/lib/psrand.h index 24bec363..95db25b2 100644 --- a/lib/psrand.h +++ b/lib/psrand.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/psrand.h $ * $Revision: 2 $ diff --git a/lib/pstring.h b/lib/pstring.h index 2b9d4ff9..30561270 100644 --- a/lib/pstring.h +++ b/lib/pstring.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/pstring.h $ * $Revision: 3 $ diff --git a/lib/pstypes.h b/lib/pstypes.h index a634019a..97bf0211 100644 --- a/lib/pstypes.h +++ b/lib/pstypes.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _TYPES_H #define _TYPES_H diff --git a/lib/rend_d3d.h b/lib/rend_d3d.h index 82e09ac4..1ae83877 100644 --- a/lib/rend_d3d.h +++ b/lib/rend_d3d.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef REND_D3D_H #define REND_D3D_H diff --git a/lib/rend_opengl.h b/lib/rend_opengl.h index 01b689ef..1f06aba2 100644 --- a/lib/rend_opengl.h +++ b/lib/rend_opengl.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef REND_OPENGL_H #define REND_OPENGL_H diff --git a/lib/renderer.h b/lib/renderer.h index 43bda09d..14d1723d 100644 --- a/lib/renderer.h +++ b/lib/renderer.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/renderer.h $ * $Revision: 80 $ diff --git a/lib/rtperformance.h b/lib/rtperformance.h index 48375621..bb8c3c49 100644 --- a/lib/rtperformance.h +++ b/lib/rtperformance.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _RUN_TIME_PROFILING_ #define _RUN_TIME_PROFILING_ diff --git a/lib/soundload.h b/lib/soundload.h index 70b205d0..b8ce34c8 100644 --- a/lib/soundload.h +++ b/lib/soundload.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef SOUNDLOAD_H_ #define SOUNDLOAD_H_ diff --git a/lib/ssl_lib.h b/lib/ssl_lib.h index ce90e9c1..d847ffb2 100644 --- a/lib/ssl_lib.h +++ b/lib/ssl_lib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/ssl_lib.h $ * $Revision: 57 $ diff --git a/lib/streamaudio.h b/lib/streamaudio.h index dd532c97..1422e879 100644 --- a/lib/streamaudio.h +++ b/lib/streamaudio.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/streamaudio.h $ * $Revision: 1.2 $ diff --git a/lib/textaux.h b/lib/textaux.h index 7b1024ba..fdcd51fc 100644 --- a/lib/textaux.h +++ b/lib/textaux.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/textaux.h $ * $Revision: 4 $ diff --git a/lib/texture.h b/lib/texture.h index d542c460..0d70fce2 100644 --- a/lib/texture.h +++ b/lib/texture.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/texture.h $ * $Revision: 9 $ diff --git a/lib/ui.h b/lib/ui.h index b862aabd..07ad660d 100644 --- a/lib/ui.h +++ b/lib/ui.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/ui.h $ * $Revision: 75 $ diff --git a/lib/uidraw.h b/lib/uidraw.h index 733d0f7c..d048ac22 100644 --- a/lib/uidraw.h +++ b/lib/uidraw.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef UIDRAW_H diff --git a/lib/uires.h b/lib/uires.h index f417b1d4..a1c5245a 100644 --- a/lib/uires.h +++ b/lib/uires.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/lib/uires.h $ * $Revision: 19 $ diff --git a/lib/uisys.h b/lib/uisys.h index 0fc85e5d..0597cf0a 100644 --- a/lib/uisys.h +++ b/lib/uisys.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef UISYS_H diff --git a/lib/unzip.h b/lib/unzip.h index 42d01058..374cb79b 100644 --- a/lib/unzip.h +++ b/lib/unzip.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/unzip.h $ * $Revision: 3 $ diff --git a/lib/vecmat.h b/lib/vecmat.h index 36a1dbe2..3e16f0d8 100644 --- a/lib/vecmat.h +++ b/lib/vecmat.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/vecmat.h $ * $Revision: 21 $ diff --git a/lib/vecmat_external.h b/lib/vecmat_external.h index bbbb0712..d8815b97 100644 --- a/lib/vecmat_external.h +++ b/lib/vecmat_external.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/vecmat_external.h $ * $Revision: 3 $ diff --git a/lib/win/DirectX/d3d.h b/lib/win/DirectX/d3d.h index 1f971840..94442c3d 100644 --- a/lib/win/DirectX/d3d.h +++ b/lib/win/DirectX/d3d.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1995-1998 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/d3dcaps.h b/lib/win/DirectX/d3dcaps.h index ce951a80..4ee7f217 100644 --- a/lib/win/DirectX/d3dcaps.h +++ b/lib/win/DirectX/d3dcaps.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1995-1998 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/d3dtypes.h b/lib/win/DirectX/d3dtypes.h index 54c1c378..5ef4abc7 100644 --- a/lib/win/DirectX/d3dtypes.h +++ b/lib/win/DirectX/d3dtypes.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1995-1998 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/ddraw.h b/lib/win/DirectX/ddraw.h index a1cbe0d5..9a3e425c 100644 --- a/lib/win/DirectX/ddraw.h +++ b/lib/win/DirectX/ddraw.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1994-1997 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/dinput.h b/lib/win/DirectX/dinput.h index b0d6994e..263b6409 100644 --- a/lib/win/DirectX/dinput.h +++ b/lib/win/DirectX/dinput.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /**************************************************************************** * * Copyright (C) 1996-1997 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/dplay.h b/lib/win/DirectX/dplay.h index c46a304a..3f78050e 100644 --- a/lib/win/DirectX/dplay.h +++ b/lib/win/DirectX/dplay.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1994-1997 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/dplobby.h b/lib/win/DirectX/dplobby.h index edbb1a21..33079b6b 100644 --- a/lib/win/DirectX/dplobby.h +++ b/lib/win/DirectX/dplobby.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1996-1997 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/DirectX/dsound.h b/lib/win/DirectX/dsound.h index f9dda677..40eb699a 100644 --- a/lib/win/DirectX/dsound.h +++ b/lib/win/DirectX/dsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /*==========================================================================; * * Copyright (C) 1995,1996 Microsoft Corporation. All Rights Reserved. diff --git a/lib/win/arb_extensions.h b/lib/win/arb_extensions.h index 617c7fe2..d1bbf1d8 100644 --- a/lib/win/arb_extensions.h +++ b/lib/win/arb_extensions.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ARB_EXTENSIONS_H #define ARB_EXTENSIONS_H diff --git a/lib/win/fixwin32.h b/lib/win/fixwin32.h index fd5b9e07..e0217073 100644 --- a/lib/win/fixwin32.h +++ b/lib/win/fixwin32.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /descent3/main/lib/win/fixwin32.h $ * $Revision: 3 $ diff --git a/lib/win/win32app.h b/lib/win/win32app.h index 3c7e1d18..0baf7c66 100644 --- a/lib/win/win32app.h +++ b/lib/win/win32app.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/Win/win32app.h $ * $Revision: 15 $ diff --git a/lib/win/win32database.h b/lib/win/win32database.h index 2ad95361..057b65ea 100644 --- a/lib/win/win32database.h +++ b/lib/win/win32database.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/win/win32database.h $ * $Revision: 6 $ diff --git a/lib/win/wincontroller.h b/lib/win/wincontroller.h index 5b8c8369..1bd99842 100644 --- a/lib/win/wincontroller.h +++ b/lib/win/wincontroller.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/Win/WinController.h $ * $Revision: 27 $ diff --git a/libacm/aencode.cpp b/libacm/aencode.cpp index 563197ae..e8b55623 100644 --- a/libacm/aencode.cpp +++ b/libacm/aencode.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/libacm/libacm.cpp b/libacm/libacm.cpp index ec69d00b..7d25766e 100644 --- a/libacm/libacm.cpp +++ b/libacm/libacm.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Interplay ACM audio codec decoder // // Based on code from the decoder source of libacm, licensed under a minimal BSD/ISC license: diff --git a/libmve/SystemInterfaces.h b/libmve/SystemInterfaces.h index 2ff11b42..493610d0 100644 --- a/libmve/SystemInterfaces.h +++ b/libmve/SystemInterfaces.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MVE_SYSTEM_INTERFACES_H__ #define MVE_SYSTEM_INTERFACES_H__ diff --git a/libmve/lnxdsound.cpp b/libmve/lnxdsound.cpp index 36862c4d..5787e35f 100644 --- a/libmve/lnxdsound.cpp +++ b/libmve/lnxdsound.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/libmve/lnxdsound.h b/libmve/lnxdsound.h index 63854d72..4c881cd1 100644 --- a/libmve/lnxdsound.h +++ b/libmve/lnxdsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LNX_DSOUND_H_ #define __LNX_DSOUND_H_ diff --git a/libmve/mveasm.cpp b/libmve/mveasm.cpp index 883090ab..65a0e672 100644 --- a/libmve/mveasm.cpp +++ b/libmve/mveasm.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mveasm.cpp ** diff --git a/libmve/mvegfx.h b/libmve/mvegfx.h index edf9174f..3d1e21e3 100644 --- a/libmve/mvegfx.h +++ b/libmve/mvegfx.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #define MVE_GFX_VESA_640_400 0x100 #define MVE_GFX_VESA_640_200 0x8100 #define MVE_GFX_VESA_640_480 0x101 diff --git a/libmve/mvelibi.h b/libmve/mvelibi.h index 955ff4d0..5e120b2a 100644 --- a/libmve/mvelibi.h +++ b/libmve/mvelibi.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MVELIBI_H__ #define MVELIBI_H__ diff --git a/libmve/mvelibl.cpp b/libmve/mvelibl.cpp index 21e0a08e..8de29133 100644 --- a/libmve/mvelibl.cpp +++ b/libmve/mvelibl.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mvelibl.cpp ** diff --git a/libmve/mvelibl.h b/libmve/mvelibl.h index ee60c555..7a3c5705 100644 --- a/libmve/mvelibl.h +++ b/libmve/mvelibl.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mvelibl.h ** diff --git a/libmve/platform.cpp b/libmve/platform.cpp index 39bde616..2a3fea1b 100644 --- a/libmve/platform.cpp +++ b/libmve/platform.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if _WIN32 #define WIN32_LEAN_AND_MEAN #include diff --git a/libmve/platform.h b/libmve/platform.h index c75eaa23..be48390a 100644 --- a/libmve/platform.h +++ b/libmve/platform.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MVEPLATFORM_H_ #define MVEPLATFORM_H_ diff --git a/libmve/snd8to16.h b/libmve/snd8to16.h index a440d11f..cd2ca9b8 100644 --- a/libmve/snd8to16.h +++ b/libmve/snd8to16.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** #include ** void init_snd_8to16(void) diff --git a/linux/DynXLib.cpp b/linux/DynXLib.cpp index 9daaee92..45a805a5 100644 --- a/linux/DynXLib.cpp +++ b/linux/DynXLib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/linux/lnxapp.cpp b/linux/lnxapp.cpp index b408ddc8..ba58cf10 100644 --- a/linux/lnxapp.cpp +++ b/linux/lnxapp.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxapp.cpp $ * $Revision: 1.3 $ diff --git a/linux/lnxcon.cpp b/linux/lnxcon.cpp index ab985190..38fa12e0 100644 --- a/linux/lnxcon.cpp +++ b/linux/lnxcon.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxcon.cpp $ * $Revision: 1.2 $ diff --git a/linux/lnxcon_null.cpp b/linux/lnxcon_null.cpp index dfe37afd..b8a63dfd 100644 --- a/linux/lnxcon_null.cpp +++ b/linux/lnxcon_null.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxcon_null.cpp $ * $Revision: 1.1.1.1 $ diff --git a/linux/lnxcon_raw.cpp b/linux/lnxcon_raw.cpp index 543bf5ff..06aac5d2 100644 --- a/linux/lnxcon_raw.cpp +++ b/linux/lnxcon_raw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxcon_raw.cpp $ * $Revision: 1.2 $ diff --git a/linux/lnxdata.cpp b/linux/lnxdata.cpp index 578de0d1..d1523847 100644 --- a/linux/lnxdata.cpp +++ b/linux/lnxdata.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxdata.cpp $ * $Revision: 1.3 $ diff --git a/linux/lnxdebug.cpp b/linux/lnxdebug.cpp index b6a31c4e..1f99211e 100644 --- a/linux/lnxdebug.cpp +++ b/linux/lnxdebug.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxdebug.cpp $ * $Revision: 1.1.1.1 $ diff --git a/linux/lnxmono.cpp b/linux/lnxmono.cpp index 139a5fb3..8ebf1ac6 100644 --- a/linux/lnxmono.cpp +++ b/linux/lnxmono.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/lnxmono.cpp $ * $Revision: 1.3 $ diff --git a/linux/registry.cpp b/linux/registry.cpp index c79032ad..5afe966e 100644 --- a/linux/registry.cpp +++ b/linux/registry.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/registry.cpp $ * $Revision: 1.4 $ diff --git a/linux/registry.h b/linux/registry.h index 551ad0a5..3c8e343c 100644 --- a/linux/registry.h +++ b/linux/registry.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/linux/registry.h $ * $Revision: 1.2 $ diff --git a/lnxcontroller/lnxcontroller.cpp b/lnxcontroller/lnxcontroller.cpp index 80086b54..19221082 100644 --- a/lnxcontroller/lnxcontroller.cpp +++ b/lnxcontroller/lnxcontroller.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lnxcontroller/lnxcontroller.cpp $ * $Revision: 1.1.1.1 $ diff --git a/lnxmvelib/asmstub.c b/lnxmvelib/asmstub.c index d22097f1..e4a949ad 100644 --- a/lnxmvelib/asmstub.c +++ b/lnxmvelib/asmstub.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include diff --git a/lnxmvelib/dyna_pthread.h b/lnxmvelib/dyna_pthread.h index be312f80..e88b5181 100644 --- a/lnxmvelib/dyna_pthread.h +++ b/lnxmvelib/dyna_pthread.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lnxmvelib/dyna_xext.h b/lnxmvelib/dyna_xext.h index 500d1c28..091a2436 100644 --- a/lnxmvelib/dyna_xext.h +++ b/lnxmvelib/dyna_xext.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lnxmvelib/dyna_xwin.h b/lnxmvelib/dyna_xwin.h index ecf336c8..937fb6c7 100644 --- a/lnxmvelib/dyna_xwin.h +++ b/lnxmvelib/dyna_xwin.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef DECLARE_POINTERS #define FEXTERN #else diff --git a/lnxmvelib/lnxdraw.cpp b/lnxmvelib/lnxdraw.cpp index 95f297e7..59702c57 100644 --- a/lnxmvelib/lnxdraw.cpp +++ b/lnxmvelib/lnxdraw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/lnxmvelib/lnxdsound.cpp b/lnxmvelib/lnxdsound.cpp index 68f60644..ffd144e0 100644 --- a/lnxmvelib/lnxdsound.cpp +++ b/lnxmvelib/lnxdsound.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/lnxmvelib/lnxdsound.h b/lnxmvelib/lnxdsound.h index 6aabee16..4d465284 100644 --- a/lnxmvelib/lnxdsound.h +++ b/lnxmvelib/lnxdsound.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LNX_DSOUND_H_ #define __LNX_DSOUND_H_ diff --git a/lnxmvelib/mveasm.cpp b/lnxmvelib/mveasm.cpp index 12e2acfe..71827f3e 100644 --- a/lnxmvelib/mveasm.cpp +++ b/lnxmvelib/mveasm.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mveasm.cpp ** diff --git a/lnxmvelib/mvegfx.h b/lnxmvelib/mvegfx.h index edf9174f..3d1e21e3 100644 --- a/lnxmvelib/mvegfx.h +++ b/lnxmvelib/mvegfx.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #define MVE_GFX_VESA_640_400 0x100 #define MVE_GFX_VESA_640_200 0x8100 #define MVE_GFX_VESA_640_480 0x101 diff --git a/lnxmvelib/mvelibi.h b/lnxmvelib/mvelibi.h index 31e024f9..ecf7304e 100644 --- a/lnxmvelib/mvelibi.h +++ b/lnxmvelib/mvelibi.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if __SC__ #pragma SC align 1 #elif __WATCOMC__ diff --git a/lnxmvelib/mvelibl.cpp b/lnxmvelib/mvelibl.cpp index d9c1e30e..6d8f5448 100644 --- a/lnxmvelib/mvelibl.cpp +++ b/lnxmvelib/mvelibl.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mvelibl.cpp ** diff --git a/lnxmvelib/mvelibl.h b/lnxmvelib/mvelibl.h index 74d9d2f1..a6f62997 100644 --- a/lnxmvelib/mvelibl.h +++ b/lnxmvelib/mvelibl.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** mvelibl.h ** diff --git a/lnxmvelib/snd8to16.h b/lnxmvelib/snd8to16.h index cb8dfebe..ac55f661 100644 --- a/lnxmvelib/snd8to16.h +++ b/lnxmvelib/snd8to16.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* ** #include ** void init_snd_8to16(void) diff --git a/mac/DrawSprocket.cpp b/mac/DrawSprocket.cpp index 4a9b49d8..553e35f8 100644 --- a/mac/DrawSprocket.cpp +++ b/mac/DrawSprocket.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/mac/InSprocket.c b/mac/InSprocket.c index b8198c63..dfdec35d 100644 --- a/mac/InSprocket.c +++ b/mac/InSprocket.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "fix.h" #include "Macros.h" #include diff --git a/mac/InSprocket.h b/mac/InSprocket.h index 91437aba..97fb5cd1 100644 --- a/mac/InSprocket.h +++ b/mac/InSprocket.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * File: InSprocket.h * diff --git a/mac/InSprocketResource.h b/mac/InSprocketResource.h index 6e8434dd..4beb481d 100644 --- a/mac/InSprocketResource.h +++ b/mac/InSprocketResource.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * File: InSprocketResource.h * diff --git a/mac/MacDisplays.h b/mac/MacDisplays.h index 84ab6a72..3ead97f8 100644 --- a/mac/MacDisplays.h +++ b/mac/MacDisplays.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #define DSP_640x480 0 diff --git a/mac/MacMovie.cpp b/mac/MacMovie.cpp index d8c9a0ef..3f5c90c1 100644 --- a/mac/MacMovie.cpp +++ b/mac/MacMovie.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Mac implementation #include diff --git a/mac/maccore.cpp b/mac/maccore.cpp index a4056d1c..15109cea 100644 --- a/mac/maccore.cpp +++ b/mac/maccore.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mac/maccore.cpp $ * $Revision: 1.1.1.1 $ diff --git a/mac/macdatabase.cpp b/mac/macdatabase.cpp index 0bd8af58..0fabd3f8 100644 --- a/mac/macdatabase.cpp +++ b/mac/macdatabase.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mac/macdatabase.cpp $ * $Revision: 1.1.1.1 $ diff --git a/mac/macdebug.cpp b/mac/macdebug.cpp index 6971f288..699f27eb 100644 --- a/mac/macdebug.cpp +++ b/mac/macdebug.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mac/macdebug.cpp $ * $Revision: 1.1.1.1 $ diff --git a/mac_sndlib/mac_llsound.cpp b/mac_sndlib/mac_llsound.cpp index df1072fe..a7c51c18 100644 --- a/mac_sndlib/mac_llsound.cpp +++ b/mac_sndlib/mac_llsound.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /Descent3/main/mac_sndlib/mac_llsound.cpp $ * $Revision: 1.1.1.1 $ diff --git a/manage/doorpage.cpp b/manage/doorpage.cpp index b195ec37..c7477eb3 100644 --- a/manage/doorpage.cpp +++ b/manage/doorpage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/doorpage.cpp $ * $Revision: 25 $ diff --git a/manage/doorpage.h b/manage/doorpage.h index 182e8b97..e07eddef 100644 --- a/manage/doorpage.h +++ b/manage/doorpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef DOORPAGE_H #define DOORPAGE_H diff --git a/manage/gamefilepage.cpp b/manage/gamefilepage.cpp index 2672bb71..0a799756 100644 --- a/manage/gamefilepage.cpp +++ b/manage/gamefilepage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if defined(WIN32) #include #endif diff --git a/manage/gamefilepage.h b/manage/gamefilepage.h index 659c4b7e..da05515b 100644 --- a/manage/gamefilepage.h +++ b/manage/gamefilepage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GAMEFILEPAGE_H #define GAMEFILEPAGE_H diff --git a/manage/generic.cpp b/manage/generic.cpp index 2dbaf9ab..03bc06ce 100644 --- a/manage/generic.cpp +++ b/manage/generic.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/generic.cpp $ * $Revision: 100 $ diff --git a/manage/genericpage.h b/manage/genericpage.h index d3863b69..02b00a43 100644 --- a/manage/genericpage.h +++ b/manage/genericpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GENERICPAGE_H #define GENERICPAGE_H diff --git a/manage/manage.cpp b/manage/manage.cpp index e0b3f9ee..57c9b0d2 100644 --- a/manage/manage.cpp +++ b/manage/manage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/manage.cpp $ * $Revision: 103 $ diff --git a/manage/megapage.cpp b/manage/megapage.cpp index 7e3c2be0..b5ef0157 100644 --- a/manage/megapage.cpp +++ b/manage/megapage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/megapage.cpp $ * $Revision: 9 $ diff --git a/manage/megapage.h b/manage/megapage.h index 2c347557..8ed3a335 100644 --- a/manage/megapage.h +++ b/manage/megapage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef MEGACELLPAGE_H #define MEGACELLPAGE_H diff --git a/manage/pagelock.cpp b/manage/pagelock.cpp index 671a209b..f25ecfd2 100644 --- a/manage/pagelock.cpp +++ b/manage/pagelock.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/pagelock.cpp $ * $Revision: 42 $ diff --git a/manage/powerpage.h b/manage/powerpage.h index 8c5a2fc5..e284e6ab 100644 --- a/manage/powerpage.h +++ b/manage/powerpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef POWERPAGE_H #define POWERPAGE_H diff --git a/manage/robotpage.h b/manage/robotpage.h index 671ba50a..b84be762 100644 --- a/manage/robotpage.h +++ b/manage/robotpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef ROBOTPAGE_H #define ROBOTPAGE_H diff --git a/manage/shippage.cpp b/manage/shippage.cpp index fab0c84e..2239f217 100644 --- a/manage/shippage.cpp +++ b/manage/shippage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/shippage.cpp $ * $Revision: 46 $ diff --git a/manage/shippage.h b/manage/shippage.h index a52ec73f..defe097e 100644 --- a/manage/shippage.h +++ b/manage/shippage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef SHIPPAGE_H #define SHIPPAGE_H diff --git a/manage/soundpage.cpp b/manage/soundpage.cpp index f375fdd8..2fa4d981 100644 --- a/manage/soundpage.cpp +++ b/manage/soundpage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/soundpage.cpp $ * $Revision: 23 $ diff --git a/manage/soundpage.h b/manage/soundpage.h index 3e3c4bee..f7b20d4f 100644 --- a/manage/soundpage.h +++ b/manage/soundpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef SOUNDPAGE_H #define SOUNDPAGE_H diff --git a/manage/texpage.cpp b/manage/texpage.cpp index 4075acbc..5970c0c9 100644 --- a/manage/texpage.cpp +++ b/manage/texpage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/texpage.cpp $ * $Revision: 61 $ diff --git a/manage/texpage.h b/manage/texpage.h index 314d5d13..033e69af 100644 --- a/manage/texpage.h +++ b/manage/texpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef TEXPAGE_H #define TEXPAGE_H diff --git a/manage/weaponpage.cpp b/manage/weaponpage.cpp index bb9fb254..de4791c4 100644 --- a/manage/weaponpage.cpp +++ b/manage/weaponpage.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/manage/weaponpage.cpp $ * $Revision: 71 $ diff --git a/manage/weaponpage.h b/manage/weaponpage.h index bc0da664..c9699bcc 100644 --- a/manage/weaponpage.h +++ b/manage/weaponpage.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef WEAPONPAGE_H #define WEAPONPAGE_H diff --git a/md5/md5.cpp b/md5/md5.cpp index 229b436e..36399976 100644 --- a/md5/md5.cpp +++ b/md5/md5.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* This is the C++ implementation of the MD5 Message-Digest Algorithm desrcipted in RFC 1321. diff --git a/md5/md5.h b/md5/md5.h index d666765f..3b30f69d 100644 --- a/md5/md5.h +++ b/md5/md5.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* This is the C++ implementation of the MD5 Message-Digest Algorithm desrcipted in RFC 1321. diff --git a/mem/mem.cpp b/mem/mem.cpp index 97a659ec..b7a291fb 100644 --- a/mem/mem.cpp +++ b/mem/mem.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/mem/mem.cpp $ * $Revision: 56 $ diff --git a/misc/endian.cpp b/misc/endian.cpp index 9142475d..e7b3e0ea 100644 --- a/misc/endian.cpp +++ b/misc/endian.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/misc/endian.cpp $ * $Revision: 5 $ diff --git a/misc/error.cpp b/misc/error.cpp index e197a153..b38a4923 100644 --- a/misc/error.cpp +++ b/misc/error.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/misc/error.cpp $ * $Revision: 26 $ diff --git a/misc/logfile.cpp b/misc/logfile.cpp index 2c58663d..5e5e99f7 100644 --- a/misc/logfile.cpp +++ b/misc/logfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "logfile.h" #include "pstring.h" #include diff --git a/misc/psglob.cpp b/misc/psglob.cpp index 1caf03c8..9289b777 100644 --- a/misc/psglob.cpp +++ b/misc/psglob.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/misc/psglob.cpp $ * $Revision: 3 $ diff --git a/misc/psrand.cpp b/misc/psrand.cpp index 3de6b1de..c47bddd8 100644 --- a/misc/psrand.cpp +++ b/misc/psrand.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/misc/psrand.cpp $ * $Revision: 2 $ diff --git a/misc/pstring.cpp b/misc/pstring.cpp index 36ccb350..54ddcf1f 100644 --- a/misc/pstring.cpp +++ b/misc/pstring.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/misc/pstring.cpp $ * $Revision: 4 $ diff --git a/model/newstyle.cpp b/model/newstyle.cpp index d83b637b..48642db8 100644 --- a/model/newstyle.cpp +++ b/model/newstyle.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/model/newstyle.cpp $ * $Revision: 122 $ diff --git a/model/polymodel.cpp b/model/polymodel.cpp index d2d0bb74..c0788fe4 100644 --- a/model/polymodel.cpp +++ b/model/polymodel.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/model/polymodel.cpp $ * $Revision: 152 $ diff --git a/module/module.cpp b/module/module.cpp index f6af5311..231ffa39 100644 --- a/module/module.cpp +++ b/module/module.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/module/module.cpp $ * $Revision: 20 $ diff --git a/movie/d3movie.cpp b/movie/d3movie.cpp index 0d265049..417f8aeb 100644 --- a/movie/d3movie.cpp +++ b/movie/d3movie.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #ifdef __LINUX__ diff --git a/music/musiclib.h b/music/musiclib.h index 5f7bc3aa..705cf1dc 100644 --- a/music/musiclib.h +++ b/music/musiclib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #define OMFCMD_NUM 22 diff --git a/music/omflex.cpp b/music/omflex.cpp index 36963d7c..180509d4 100644 --- a/music/omflex.cpp +++ b/music/omflex.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/music/omflex.cpp $ * $Revision: 14 $ diff --git a/music/sequencer.cpp b/music/sequencer.cpp index 50734fcc..6e9e056c 100644 --- a/music/sequencer.cpp +++ b/music/sequencer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/music/sequencer.cpp $ * $Revision: 35 $ diff --git a/music/streamer.cpp b/music/streamer.cpp index 2da4a6f5..23b1a6bd 100644 --- a/music/streamer.cpp +++ b/music/streamer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/music/streamer.cpp $ * $Revision: 10 $ diff --git a/music/tracklist.cpp b/music/tracklist.cpp index 59ef85bc..acbc7c49 100644 --- a/music/tracklist.cpp +++ b/music/tracklist.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 4 $ diff --git a/netcon/includes/CFtp.h b/netcon/includes/CFtp.h index efce59eb..8dd22568 100644 --- a/netcon/includes/CFtp.h +++ b/netcon/includes/CFtp.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/CFtp.h $ * $Revision: 1.3 $ diff --git a/netcon/includes/Chttpget.h b/netcon/includes/Chttpget.h index 7d708353..590de0ca 100644 --- a/netcon/includes/Chttpget.h +++ b/netcon/includes/Chttpget.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/Chttpget.h $ * $Revision: 1.2 $ diff --git a/netcon/includes/DLLUiItems.h b/netcon/includes/DLLUiItems.h index 1aeda2f2..98dcb744 100644 --- a/netcon/includes/DLLUiItems.h +++ b/netcon/includes/DLLUiItems.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/DLLUiItems.h $ * $Revision: 1.3 $ diff --git a/netcon/includes/con_dll.h b/netcon/includes/con_dll.h index a1e299fd..01b5d70c 100644 --- a/netcon/includes/con_dll.h +++ b/netcon/includes/con_dll.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/con_dll.h $ diff --git a/netcon/includes/inetgetfile.h b/netcon/includes/inetgetfile.h index 81934d9f..43ecf6d1 100644 --- a/netcon/includes/inetgetfile.h +++ b/netcon/includes/inetgetfile.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Lib/inetgetfile.h $ * $Revision: 1.6 $ diff --git a/netcon/includes/mdllinit.h b/netcon/includes/mdllinit.h index 711d4916..2c126774 100644 --- a/netcon/includes/mdllinit.h +++ b/netcon/includes/mdllinit.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lib/mdllinit.h $ * $Revision: 1.1.1.1 $ diff --git a/netcon/inetfile/CFtp.cpp b/netcon/inetfile/CFtp.cpp index 786d0b2c..c3e1f486 100644 --- a/netcon/inetfile/CFtp.cpp +++ b/netcon/inetfile/CFtp.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/inetfile/CFtp.cpp $ * $Revision: 1.3 $ diff --git a/netcon/inetfile/Chttpget.cpp b/netcon/inetfile/Chttpget.cpp index 79e21cec..16ea6cbe 100644 --- a/netcon/inetfile/Chttpget.cpp +++ b/netcon/inetfile/Chttpget.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/inetfile/Chttpget.cpp $ * $Revision: 1.4 $ diff --git a/netcon/inetfile/inetgetfile.cpp b/netcon/inetfile/inetgetfile.cpp index c2aedcca..7a4b3414 100644 --- a/netcon/inetfile/inetgetfile.cpp +++ b/netcon/inetfile/inetgetfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/inetfile/inetgetfile.cpp $ * $Revision: 1.2 $ diff --git a/netcon/inetfile/lnxinetfile.cpp b/netcon/inetfile/lnxinetfile.cpp index b332b8b4..1f8b4562 100644 --- a/netcon/inetfile/lnxinetfile.cpp +++ b/netcon/inetfile/lnxinetfile.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/netcon/lanclient/lanclient.cpp b/netcon/lanclient/lanclient.cpp index 8aea500f..008f656b 100644 --- a/netcon/lanclient/lanclient.cpp +++ b/netcon/lanclient/lanclient.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/lanclient/lanclient.cpp $ * $Revision: 1.3 $ diff --git a/netcon/lanclient/lanclient.h b/netcon/lanclient/lanclient.h index 24c4eadb..b5ba3417 100644 --- a/netcon/lanclient/lanclient.h +++ b/netcon/lanclient/lanclient.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _LANCLIENT_HEADER #define _LANCLIENT_HEADER /* diff --git a/netcon/lanclient/lanstrings.h b/netcon/lanclient/lanstrings.h index a5f6341a..f59dcbc2 100644 --- a/netcon/lanclient/lanstrings.h +++ b/netcon/lanclient/lanstrings.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef _LANSTRINGS_HEADER #define _LANSTRINGS_HEADER diff --git a/netgames/anarchy/Anarchy.h b/netgames/anarchy/Anarchy.h index 6068c442..e0dd3875 100644 --- a/netgames/anarchy/Anarchy.h +++ b/netgames/anarchy/Anarchy.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/anarchy/Anarchy.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/anarchy/anarchy.cpp b/netgames/anarchy/anarchy.cpp index 75bec803..64063e49 100644 --- a/netgames/anarchy/anarchy.cpp +++ b/netgames/anarchy/anarchy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/anarchy/anarchy.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/anarchy/anarchystr.h b/netgames/anarchy/anarchystr.h index 773918f8..7c3b35d8 100644 --- a/netgames/anarchy/anarchystr.h +++ b/netgames/anarchy/anarchystr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __ANARCHY_STRING_TABLE_H_ #define __ANARCHY_STRING_TABLE_H_ diff --git a/netgames/coop/coop.cpp b/netgames/coop/coop.cpp index 8e424680..41d2f71b 100644 --- a/netgames/coop/coop.cpp +++ b/netgames/coop/coop.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/coop/coop.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/coop/coop.h b/netgames/coop/coop.h index 8582141b..069eb040 100644 --- a/netgames/coop/coop.h +++ b/netgames/coop/coop.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/coop/coop.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/coop/coopstr.h b/netgames/coop/coopstr.h index a9e741f5..a1e33f01 100644 --- a/netgames/coop/coopstr.h +++ b/netgames/coop/coopstr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/netgames/ctf/CTFstr.h b/netgames/ctf/CTFstr.h index f0168316..e1d88361 100644 --- a/netgames/ctf/CTFstr.h +++ b/netgames/ctf/CTFstr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __CTF_STR_H_ #define __CTF_STR_H_ diff --git a/netgames/ctf/ctf.cpp b/netgames/ctf/ctf.cpp index beb3fdca..30061a2f 100644 --- a/netgames/ctf/ctf.cpp +++ b/netgames/ctf/ctf.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ctf/ctf.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/ctf/ctf.h b/netgames/ctf/ctf.h index 9f3e2b7a..cf4b35d4 100644 --- a/netgames/ctf/ctf.h +++ b/netgames/ctf/ctf.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __DMFC_APP_H_ #define __DMFC_APP_H_ diff --git a/netgames/dmfc/dmfcbase.cpp b/netgames/dmfc/dmfcbase.cpp index 057bd844..0bcd54c3 100644 --- a/netgames/dmfc/dmfcbase.cpp +++ b/netgames/dmfc/dmfcbase.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcbase.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfccfg.cpp b/netgames/dmfc/dmfccfg.cpp index 8a26c26e..837e9955 100644 --- a/netgames/dmfc/dmfccfg.cpp +++ b/netgames/dmfc/dmfccfg.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfccfg.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcclient.cpp b/netgames/dmfc/dmfcclient.cpp index ffe5f708..770fbf29 100644 --- a/netgames/dmfc/dmfcclient.cpp +++ b/netgames/dmfc/dmfcclient.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcclient.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcdllinit.h b/netgames/dmfc/dmfcdllinit.h index 382a062e..75b6bd5b 100644 --- a/netgames/dmfc/dmfcdllinit.h +++ b/netgames/dmfc/dmfcdllinit.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcdllinit.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcfunctions.cpp b/netgames/dmfc/dmfcfunctions.cpp index 9dd5cc21..37e6460b 100644 --- a/netgames/dmfc/dmfcfunctions.cpp +++ b/netgames/dmfc/dmfcfunctions.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcfunctions.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfchudmessages.cpp b/netgames/dmfc/dmfchudmessages.cpp index 47a56e37..006ffaf8 100644 --- a/netgames/dmfc/dmfchudmessages.cpp +++ b/netgames/dmfc/dmfchudmessages.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfchudmessages.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcinputcommand.cpp b/netgames/dmfc/dmfcinputcommand.cpp index a46fff9c..ec21b811 100644 --- a/netgames/dmfc/dmfcinputcommand.cpp +++ b/netgames/dmfc/dmfcinputcommand.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcinputcommand.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcinputcommands.h b/netgames/dmfc/dmfcinputcommands.h index d22faaca..ab48d94c 100644 --- a/netgames/dmfc/dmfcinputcommands.h +++ b/netgames/dmfc/dmfcinputcommands.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcinputcommands.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcinterface.cpp b/netgames/dmfc/dmfcinterface.cpp index 533c3250..3ea87d97 100644 --- a/netgames/dmfc/dmfcinterface.cpp +++ b/netgames/dmfc/dmfcinterface.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcinterface.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcinternal.h b/netgames/dmfc/dmfcinternal.h index 9ba6cfa6..4d9b17ec 100644 --- a/netgames/dmfc/dmfcinternal.h +++ b/netgames/dmfc/dmfcinternal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcinternal.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcmenu.cpp b/netgames/dmfc/dmfcmenu.cpp index 5d03a5f7..3a2a1faa 100644 --- a/netgames/dmfc/dmfcmenu.cpp +++ b/netgames/dmfc/dmfcmenu.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcmenu.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcpackets.cpp b/netgames/dmfc/dmfcpackets.cpp index b3dfbe5e..0f7bf5b5 100644 --- a/netgames/dmfc/dmfcpackets.cpp +++ b/netgames/dmfc/dmfcpackets.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcpackets.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcpinfo.cpp b/netgames/dmfc/dmfcpinfo.cpp index 55513459..91a44b60 100644 --- a/netgames/dmfc/dmfcpinfo.cpp +++ b/netgames/dmfc/dmfcpinfo.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcpinfo.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcprecord.cpp b/netgames/dmfc/dmfcprecord.cpp index 9e5ecb4f..01754d26 100644 --- a/netgames/dmfc/dmfcprecord.cpp +++ b/netgames/dmfc/dmfcprecord.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcprecord.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcpstack.cpp b/netgames/dmfc/dmfcpstack.cpp index 80e861a0..f1aa7287 100644 --- a/netgames/dmfc/dmfcpstack.cpp +++ b/netgames/dmfc/dmfcpstack.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "DMFC.h" #include "dmfcinternal.h" diff --git a/netgames/dmfc/dmfcremote.cpp b/netgames/dmfc/dmfcremote.cpp index 02c04538..18eb9e77 100644 --- a/netgames/dmfc/dmfcremote.cpp +++ b/netgames/dmfc/dmfcremote.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcremote.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcserver.cpp b/netgames/dmfc/dmfcserver.cpp index d67263ce..09e94ec0 100644 --- a/netgames/dmfc/dmfcserver.cpp +++ b/netgames/dmfc/dmfcserver.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcserver.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcstats.cpp b/netgames/dmfc/dmfcstats.cpp index 859a70bd..05264781 100644 --- a/netgames/dmfc/dmfcstats.cpp +++ b/netgames/dmfc/dmfcstats.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcstats.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfctimer.cpp b/netgames/dmfc/dmfctimer.cpp index a57f4c80..97237853 100644 --- a/netgames/dmfc/dmfctimer.cpp +++ b/netgames/dmfc/dmfctimer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfctimer.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcui.cpp b/netgames/dmfc/dmfcui.cpp index f8437033..998d87a0 100644 --- a/netgames/dmfc/dmfcui.cpp +++ b/netgames/dmfc/dmfcui.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/dmfcui.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/dmfcvirtual.cpp b/netgames/dmfc/dmfcvirtual.cpp index 28f17ffd..b38a5049 100644 --- a/netgames/dmfc/dmfcvirtual.cpp +++ b/netgames/dmfc/dmfcvirtual.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/dmfcvirtual.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/encryption.cpp b/netgames/dmfc/encryption.cpp index bcf87f50..b4a7c452 100644 --- a/netgames/dmfc/encryption.cpp +++ b/netgames/dmfc/encryption.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/encryption.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/encryption.h b/netgames/dmfc/encryption.h index 9ab38477..1e316642 100644 --- a/netgames/dmfc/encryption.h +++ b/netgames/dmfc/encryption.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/dmfc/encryption.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/dmfc/idmfc.cpp b/netgames/dmfc/idmfc.cpp index 83ddfdc1..42a99c9d 100644 --- a/netgames/dmfc/idmfc.cpp +++ b/netgames/dmfc/idmfc.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/Dmfc/idmfc.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/entropy/Entropy.h b/netgames/entropy/Entropy.h index 2097a513..85cd919c 100644 --- a/netgames/entropy/Entropy.h +++ b/netgames/entropy/Entropy.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __DMFC_APP_H_ #define __DMFC_APP_H_ diff --git a/netgames/entropy/EntropyAux.h b/netgames/entropy/EntropyAux.h index cd39948f..f2eddb4b 100644 --- a/netgames/entropy/EntropyAux.h +++ b/netgames/entropy/EntropyAux.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __ENTROPY_AUX_H__ #define __ENTROPY_AUX_H__ diff --git a/netgames/entropy/EntropyBase.cpp b/netgames/entropy/EntropyBase.cpp index 86a7e8d6..657324bc 100644 --- a/netgames/entropy/EntropyBase.cpp +++ b/netgames/entropy/EntropyBase.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/entropy/EntropyBase.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/entropy/EntropyPackets.cpp b/netgames/entropy/EntropyPackets.cpp index 53d57306..dcc6f4dd 100644 --- a/netgames/entropy/EntropyPackets.cpp +++ b/netgames/entropy/EntropyPackets.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/entropy/EntropyPackets.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/entropy/EntropyRoom.cpp b/netgames/entropy/EntropyRoom.cpp index e1e0ef93..8e6dcdc2 100644 --- a/netgames/entropy/EntropyRoom.cpp +++ b/netgames/entropy/EntropyRoom.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/entropy/EntropyRoom.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/entropy/Entropystr.h b/netgames/entropy/Entropystr.h index 1231eb02..ee8613ee 100644 --- a/netgames/entropy/Entropystr.h +++ b/netgames/entropy/Entropystr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/netgames/hoard/Hoard.h b/netgames/hoard/Hoard.h index a3ccee0d..f12c8b60 100644 --- a/netgames/hoard/Hoard.h +++ b/netgames/hoard/Hoard.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __HOARD_APP_H_ #define __HOARD_APP_H_ diff --git a/netgames/hoard/hoard.cpp b/netgames/hoard/hoard.cpp index 34cf7d20..147d36a6 100644 --- a/netgames/hoard/hoard.cpp +++ b/netgames/hoard/hoard.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/hoard/hoard.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/hoard/hoard_ui.cpp b/netgames/hoard/hoard_ui.cpp index f7399cda..a5fa1da9 100644 --- a/netgames/hoard/hoard_ui.cpp +++ b/netgames/hoard/hoard_ui.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/hoard/hoard_ui.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/hoard/hoardaux.h b/netgames/hoard/hoardaux.h index 4abf559d..b3d9c6da 100644 --- a/netgames/hoard/hoardaux.h +++ b/netgames/hoard/hoardaux.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __HOARD_AUX_H_ #define __HOARD_AUX_H_ diff --git a/netgames/hoard/hoardstr.h b/netgames/hoard/hoardstr.h index df4f179c..2808c883 100644 --- a/netgames/hoard/hoardstr.h +++ b/netgames/hoard/hoardstr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/netgames/hyperanarchy/HyperAnarchy.h b/netgames/hyperanarchy/HyperAnarchy.h index 3ae0e25a..144fec3e 100644 --- a/netgames/hyperanarchy/HyperAnarchy.h +++ b/netgames/hyperanarchy/HyperAnarchy.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __HYPERANARCHY_APP_H_ #define __HYPERANARCHY_APP_H_ diff --git a/netgames/hyperanarchy/hyperanarchy.cpp b/netgames/hyperanarchy/hyperanarchy.cpp index 15f7d4d3..c1fca6fa 100644 --- a/netgames/hyperanarchy/hyperanarchy.cpp +++ b/netgames/hyperanarchy/hyperanarchy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/hyperanarchy/hyperanarchy.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/hyperanarchy/hyperstr.h b/netgames/hyperanarchy/hyperstr.h index aa98a3ae..1535a181 100644 --- a/netgames/hyperanarchy/hyperstr.h +++ b/netgames/hyperanarchy/hyperstr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/netgames/includes/DMFC.h b/netgames/includes/DMFC.h index 0e0c7b02..6a7f6ec9 100644 --- a/netgames/includes/DMFC.h +++ b/netgames/includes/DMFC.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/DMFC.h $ * $Revision: 1.3 $ diff --git a/netgames/includes/DMFCKeyCodes.h b/netgames/includes/DMFCKeyCodes.h index 0e3983d0..2561edd4 100644 --- a/netgames/includes/DMFCKeyCodes.h +++ b/netgames/includes/DMFCKeyCodes.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/DMFCKeyCodes.h $ * $Revision: 1.2 $ diff --git a/netgames/includes/gamedll_header.h b/netgames/includes/gamedll_header.h index b33bc5a5..d4e1e2f0 100644 --- a/netgames/includes/gamedll_header.h +++ b/netgames/includes/gamedll_header.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef GAMEDLL_HEADER_H #define GAMEDLL_HEADER_H diff --git a/netgames/includes/idmfc.h b/netgames/includes/idmfc.h index 2934a249..b9f3e9ed 100644 --- a/netgames/includes/idmfc.h +++ b/netgames/includes/idmfc.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/main/idmfc.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/monsterball/monsterball.cpp b/netgames/monsterball/monsterball.cpp index 737cb922..7e7dd5ae 100644 --- a/netgames/monsterball/monsterball.cpp +++ b/netgames/monsterball/monsterball.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/monsterball/monsterball.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/monsterball/monsterball.h b/netgames/monsterball/monsterball.h index 26df54d5..5dcd3c1b 100644 --- a/netgames/monsterball/monsterball.h +++ b/netgames/monsterball/monsterball.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/monsterball/monsterball.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/monsterball/monsterstr.h b/netgames/monsterball/monsterstr.h index 0032088d..d7357c91 100644 --- a/netgames/monsterball/monsterstr.h +++ b/netgames/monsterball/monsterstr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/netgames/roboanarchy/roboAnarchy.h b/netgames/roboanarchy/roboAnarchy.h index 5f2fe7b4..3cc517c1 100644 --- a/netgames/roboanarchy/roboAnarchy.h +++ b/netgames/roboanarchy/roboAnarchy.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/roboanarchy/roboAnarchy.h $ * $Revision: 1.1.1.1 $ diff --git a/netgames/roboanarchy/roboanarchy.cpp b/netgames/roboanarchy/roboanarchy.cpp index 855034e5..6a6786e4 100644 --- a/netgames/roboanarchy/roboanarchy.cpp +++ b/netgames/roboanarchy/roboanarchy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/roboanarchy/roboanarchy.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/roboanarchy/roboanarchystr.h b/netgames/roboanarchy/roboanarchystr.h index 773918f8..7c3b35d8 100644 --- a/netgames/roboanarchy/roboanarchystr.h +++ b/netgames/roboanarchy/roboanarchystr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __ANARCHY_STRING_TABLE_H_ #define __ANARCHY_STRING_TABLE_H_ diff --git a/netgames/tanarchy/tanDMFC.h b/netgames/tanarchy/tanDMFC.h index f2cf4b9a..bfadfa96 100644 --- a/netgames/tanarchy/tanDMFC.h +++ b/netgames/tanarchy/tanDMFC.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __DMFC_APP_H_ #define __DMFC_APP_H_ diff --git a/netgames/tanarchy/tanarchy.cpp b/netgames/tanarchy/tanarchy.cpp index 59644c15..74ab5751 100644 --- a/netgames/tanarchy/tanarchy.cpp +++ b/netgames/tanarchy/tanarchy.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/tanarchy/tanarchy.cpp $ * $Revision: 1.1.1.1 $ diff --git a/netgames/tanarchy/tanarchystr.h b/netgames/tanarchy/tanarchystr.h index df955839..6f5f4d2e 100644 --- a/netgames/tanarchy/tanarchystr.h +++ b/netgames/tanarchy/tanarchystr.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // Defines for indexes into the string table for in-code strings #ifndef __STRING_TABLE____ diff --git a/networking/directplay.cpp b/networking/directplay.cpp index a1db251b..a1624c8c 100644 --- a/networking/directplay.cpp +++ b/networking/directplay.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/directplay/directplay.cpp $ * $Revision: 12 $ diff --git a/networking/networking.cpp b/networking/networking.cpp index a37b5bd5..39c025dc 100644 --- a/networking/networking.cpp +++ b/networking/networking.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/networking/networking.cpp $ * $Revision: 1.7 $ diff --git a/physics/Collide.cpp b/physics/Collide.cpp index 6b5a3433..7227ca23 100644 --- a/physics/Collide.cpp +++ b/physics/Collide.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/physics/Collide.cpp $ * $Revision: 239 $ diff --git a/physics/FindIntersection.cpp b/physics/FindIntersection.cpp index 70d8181d..699d1344 100644 --- a/physics/FindIntersection.cpp +++ b/physics/FindIntersection.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/physics/FindIntersection.cpp $ * $Revision: 231 $ diff --git a/physics/newstyle_fi.cpp b/physics/newstyle_fi.cpp index a61401e8..8f380d28 100644 --- a/physics/newstyle_fi.cpp +++ b/physics/newstyle_fi.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "pserror.h" #include "pstypes.h" #include "vecmat.h" diff --git a/physics/physics.cpp b/physics/physics.cpp index b97f2805..283fd992 100644 --- a/physics/physics.cpp +++ b/physics/physics.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include diff --git a/renderer/Direct3D.cpp b/renderer/Direct3D.cpp index 8c254b65..eee6f15f 100644 --- a/renderer/Direct3D.cpp +++ b/renderer/Direct3D.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include "DDAccess.h" // This module has access to machine-dependent variables. #include "pstypes.h" diff --git a/renderer/HardwareClipper.cpp b/renderer/HardwareClipper.cpp index 135c87d4..db3405e8 100644 --- a/renderer/HardwareClipper.cpp +++ b/renderer/HardwareClipper.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareDraw.cpp b/renderer/HardwareDraw.cpp index c429fcbd..3988052f 100644 --- a/renderer/HardwareDraw.cpp +++ b/renderer/HardwareDraw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareGlobalVars.cpp b/renderer/HardwareGlobalVars.cpp index 4da146f6..7d742d52 100644 --- a/renderer/HardwareGlobalVars.cpp +++ b/renderer/HardwareGlobalVars.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareInstance.cpp b/renderer/HardwareInstance.cpp index 9a690f24..ad96ec64 100644 --- a/renderer/HardwareInstance.cpp +++ b/renderer/HardwareInstance.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareInternal.h b/renderer/HardwareInternal.h index 4a2082d4..38611679 100644 --- a/renderer/HardwareInternal.h +++ b/renderer/HardwareInternal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __HARDWARE_INTERNAL_H__ #define __HARDWARE_INTERNAL_H__ diff --git a/renderer/HardwareOpenGL.cpp b/renderer/HardwareOpenGL.cpp index 1c53e2a1..55e333c8 100644 --- a/renderer/HardwareOpenGL.cpp +++ b/renderer/HardwareOpenGL.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwarePoints.cpp b/renderer/HardwarePoints.cpp index 77222fe9..4d990885 100644 --- a/renderer/HardwarePoints.cpp +++ b/renderer/HardwarePoints.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareSetup.cpp b/renderer/HardwareSetup.cpp index c38e2320..deb2386f 100644 --- a/renderer/HardwareSetup.cpp +++ b/renderer/HardwareSetup.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/HardwareTransforms.cpp b/renderer/HardwareTransforms.cpp index 4447025a..cf170736 100644 --- a/renderer/HardwareTransforms.cpp +++ b/renderer/HardwareTransforms.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifndef USE_SOFTWARE_TNL diff --git a/renderer/RendererConfig.h b/renderer/RendererConfig.h index fc9f6481..60e99358 100644 --- a/renderer/RendererConfig.h +++ b/renderer/RendererConfig.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __RENDERER_CONFIG_H__ #define __RENDERER_CONFIG_H__ diff --git a/renderer/SoftwareClipper.cpp b/renderer/SoftwareClipper.cpp index 5c3e21ea..5da4cf11 100644 --- a/renderer/SoftwareClipper.cpp +++ b/renderer/SoftwareClipper.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareDraw.cpp b/renderer/SoftwareDraw.cpp index 4cb41c78..da508f97 100644 --- a/renderer/SoftwareDraw.cpp +++ b/renderer/SoftwareDraw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareGlobalVars.cpp b/renderer/SoftwareGlobalVars.cpp index 7f9ac6f4..0a78efa3 100644 --- a/renderer/SoftwareGlobalVars.cpp +++ b/renderer/SoftwareGlobalVars.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareInstance.cpp b/renderer/SoftwareInstance.cpp index 2c47172d..c2793264 100644 --- a/renderer/SoftwareInstance.cpp +++ b/renderer/SoftwareInstance.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareInternal.h b/renderer/SoftwareInternal.h index f2dd99ec..9f62239d 100644 --- a/renderer/SoftwareInternal.h +++ b/renderer/SoftwareInternal.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __SOFTWARE_INTERNAL_H__ #define __SOFTWARE_INTERNAL_H__ diff --git a/renderer/SoftwareOpenGL.cpp b/renderer/SoftwareOpenGL.cpp index 20331ce8..fe9dd454 100644 --- a/renderer/SoftwareOpenGL.cpp +++ b/renderer/SoftwareOpenGL.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareOpenGLMeshBuilder.cpp b/renderer/SoftwareOpenGLMeshBuilder.cpp index 1b05f294..e2469b1f 100644 --- a/renderer/SoftwareOpenGLMeshBuilder.cpp +++ b/renderer/SoftwareOpenGLMeshBuilder.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwarePoints.cpp b/renderer/SoftwarePoints.cpp index 74182df1..f60c08ee 100644 --- a/renderer/SoftwarePoints.cpp +++ b/renderer/SoftwarePoints.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/SoftwareSetup.cpp b/renderer/SoftwareSetup.cpp index 5f16fbdc..e2149d7b 100644 --- a/renderer/SoftwareSetup.cpp +++ b/renderer/SoftwareSetup.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "RendererConfig.h" #ifdef USE_SOFTWARE_TNL diff --git a/renderer/dyna_gl.h b/renderer/dyna_gl.h index 549d0ebc..c3f245f9 100644 --- a/renderer/dyna_gl.h +++ b/renderer/dyna_gl.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #pragma once #include #include "module.h" diff --git a/renderer/dyna_gl_ryan.h b/renderer/dyna_gl_ryan.h index 69f57940..634781b5 100644 --- a/renderer/dyna_gl_ryan.h +++ b/renderer/dyna_gl_ryan.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // ryan's add. Why wasn't this here? 04/18/2000 #ifndef _INCLUDE_DYNA_GL_H_ #define _INCLUDE_DYNA_GL_H_ diff --git a/renderer/lnxscreenmode.cpp b/renderer/lnxscreenmode.cpp index a36d804e..51120dc6 100644 --- a/renderer/lnxscreenmode.cpp +++ b/renderer/lnxscreenmode.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/renderer/lnxscreenmode.cpp $ * $Revision: 1.6 $ diff --git a/renderer/opengl.cpp b/renderer/opengl.cpp index 97b57e33..a193611e 100644 --- a/renderer/opengl.cpp +++ b/renderer/opengl.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if defined(WIN32) #include #include "ddraw.h" diff --git a/renderer/opengl_ryan.cpp b/renderer/opengl_ryan.cpp index 737cad6f..0b8bb48a 100644 --- a/renderer/opengl_ryan.cpp +++ b/renderer/opengl_ryan.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #if defined(WIN32) #include #include "ddraw.h" diff --git a/renderer/renderer.cpp b/renderer/renderer.cpp index 1508b094..9c85a29b 100644 --- a/renderer/renderer.cpp +++ b/renderer/renderer.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/renderer/renderer.cpp $ * $Revision: 125 $ diff --git a/rtperformance/rtperformance.cpp b/rtperformance/rtperformance.cpp index 1366de4e..f97c0fc8 100644 --- a/rtperformance/rtperformance.cpp +++ b/rtperformance/rtperformance.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/rtperformance/rtperformance.cpp $ * $Revision: 9 $ diff --git a/scripts/AIGame.cpp b/scripts/AIGame.cpp index c3943263..98652c2a 100644 --- a/scripts/AIGame.cpp +++ b/scripts/AIGame.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // AIGame.cpp // #include diff --git a/scripts/AIGame3.cpp b/scripts/AIGame3.cpp index a7e74829..5200fad2 100644 --- a/scripts/AIGame3.cpp +++ b/scripts/AIGame3.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // AIGame3.cpp // 0.1 #include diff --git a/scripts/AIGame3_External.h b/scripts/AIGame3_External.h index 1f4c214e..927899e0 100644 --- a/scripts/AIGame3_External.h +++ b/scripts/AIGame3_External.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // // AIGame3_External.h // diff --git a/scripts/BatteriesIncluded.cpp b/scripts/BatteriesIncluded.cpp index 12b33ad8..4b58d4c1 100644 --- a/scripts/BatteriesIncluded.cpp +++ b/scripts/BatteriesIncluded.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/BossCamera.cpp b/scripts/BossCamera.cpp index 1cea16d0..5f1b65f6 100644 --- a/scripts/BossCamera.cpp +++ b/scripts/BossCamera.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/CanyonsCTF.cpp b/scripts/CanyonsCTF.cpp index cb9acfc0..00da0c2b 100644 --- a/scripts/CanyonsCTF.cpp +++ b/scripts/CanyonsCTF.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/CellTestLevel.cpp b/scripts/CellTestLevel.cpp index 84d22ff9..4977cef0 100644 --- a/scripts/CellTestLevel.cpp +++ b/scripts/CellTestLevel.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/ChrisTest.cpp b/scripts/ChrisTest.cpp index 8631c3c8..8b10cd59 100644 --- a/scripts/ChrisTest.cpp +++ b/scripts/ChrisTest.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/DallasFuncs.cpp b/scripts/DallasFuncs.cpp index 211dccf1..33f1b953 100644 --- a/scripts/DallasFuncs.cpp +++ b/scripts/DallasFuncs.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Data/scripts/DallasFuncs.cpp $ * $Revision: 1.1 $ diff --git a/scripts/GameGauge.cpp b/scripts/GameGauge.cpp index 0a2a47a4..1f05e266 100644 --- a/scripts/GameGauge.cpp +++ b/scripts/GameGauge.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Geodomes.cpp b/scripts/Geodomes.cpp index d8b219e0..2bd1772e 100644 --- a/scripts/Geodomes.cpp +++ b/scripts/Geodomes.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/HalfPipe.cpp b/scripts/HalfPipe.cpp index 9820092b..08094dc2 100644 --- a/scripts/HalfPipe.cpp +++ b/scripts/HalfPipe.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/InfernalBolt.cpp b/scripts/InfernalBolt.cpp index d7c6c9b4..0e3a8165 100644 --- a/scripts/InfernalBolt.cpp +++ b/scripts/InfernalBolt.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Inversion.cpp b/scripts/Inversion.cpp index b39215be..57fbfa4f 100644 --- a/scripts/Inversion.cpp +++ b/scripts/Inversion.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/LEVEL0.cpp b/scripts/LEVEL0.cpp index 38b3cee9..bccf998e 100644 --- a/scripts/LEVEL0.cpp +++ b/scripts/LEVEL0.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/LEVEL15.cpp b/scripts/LEVEL15.cpp index a3a7ab1f..67f1a951 100644 --- a/scripts/LEVEL15.cpp +++ b/scripts/LEVEL15.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Level12.cpp b/scripts/Level12.cpp index a21a290a..ca577401 100644 --- a/scripts/Level12.cpp +++ b/scripts/Level12.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Level16.cpp b/scripts/Level16.cpp index bbb0bd04..b19ec76e 100644 --- a/scripts/Level16.cpp +++ b/scripts/Level16.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Level6.cpp b/scripts/Level6.cpp index 5663f120..24d056e1 100644 --- a/scripts/Level6.cpp +++ b/scripts/Level6.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Level9.cpp b/scripts/Level9.cpp index 661b1712..c7705814 100644 --- a/scripts/Level9.cpp +++ b/scripts/Level9.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/LevelS1.cpp b/scripts/LevelS1.cpp index 0df632d0..4a80e0aa 100644 --- a/scripts/LevelS1.cpp +++ b/scripts/LevelS1.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc02.cpp b/scripts/Merc02.cpp index d7f37f5a..044eca9a 100644 --- a/scripts/Merc02.cpp +++ b/scripts/Merc02.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc1.cpp b/scripts/Merc1.cpp index 996af488..20280484 100644 --- a/scripts/Merc1.cpp +++ b/scripts/Merc1.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc3.cpp b/scripts/Merc3.cpp index b2bab4a8..cb1915fb 100644 --- a/scripts/Merc3.cpp +++ b/scripts/Merc3.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc4.cpp b/scripts/Merc4.cpp index dba4f27b..06d0877e 100644 --- a/scripts/Merc4.cpp +++ b/scripts/Merc4.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc6.cpp b/scripts/Merc6.cpp index 561f4084..d3591a34 100644 --- a/scripts/Merc6.cpp +++ b/scripts/Merc6.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Merc7.cpp b/scripts/Merc7.cpp index 27a56bcc..d828ca6f 100644 --- a/scripts/Merc7.cpp +++ b/scripts/Merc7.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Mysterious_Isle.cpp b/scripts/Mysterious_Isle.cpp index 28174673..4f64cf2e 100644 --- a/scripts/Mysterious_Isle.cpp +++ b/scripts/Mysterious_Isle.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Paranoia.cpp b/scripts/Paranoia.cpp index d1339df8..76ca6914 100644 --- a/scripts/Paranoia.cpp +++ b/scripts/Paranoia.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/PiccuStation.cpp b/scripts/PiccuStation.cpp index cd7845c7..ec9cb5ba 100644 --- a/scripts/PiccuStation.cpp +++ b/scripts/PiccuStation.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Polaris.cpp b/scripts/Polaris.cpp index dd08a6fa..c68e3290 100644 --- a/scripts/Polaris.cpp +++ b/scripts/Polaris.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Quadsomniac.cpp b/scripts/Quadsomniac.cpp index 9cc85cf5..a2b2c0bd 100644 --- a/scripts/Quadsomniac.cpp +++ b/scripts/Quadsomniac.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/RudeAwakening.cpp b/scripts/RudeAwakening.cpp index 4104da46..c45158aa 100644 --- a/scripts/RudeAwakening.cpp +++ b/scripts/RudeAwakening.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/SewerRat.cpp b/scripts/SewerRat.cpp index e68008ef..e79dccb9 100644 --- a/scripts/SewerRat.cpp +++ b/scripts/SewerRat.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/TrainingMission.cpp b/scripts/TrainingMission.cpp index 2ab703c7..211d9a14 100644 --- a/scripts/TrainingMission.cpp +++ b/scripts/TrainingMission.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/Y2K.cpp b/scripts/Y2K.cpp index efeba2a9..a0c034f4 100644 --- a/scripts/Y2K.cpp +++ b/scripts/Y2K.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/aigame2.cpp b/scripts/aigame2.cpp index 3ef59f14..5c46f872 100644 --- a/scripts/aigame2.cpp +++ b/scripts/aigame2.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // aigame2.cpp // 0.1 #include diff --git a/scripts/aigame4.cpp b/scripts/aigame4.cpp index 4f9e21f9..9b44fc86 100644 --- a/scripts/aigame4.cpp +++ b/scripts/aigame4.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // AIGame.cpp // #include diff --git a/scripts/barney.cpp b/scripts/barney.cpp index b33abc68..e21f0036 100644 --- a/scripts/barney.cpp +++ b/scripts/barney.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/clutter.cpp b/scripts/clutter.cpp index dc87ebe9..463d60dc 100644 --- a/scripts/clutter.cpp +++ b/scripts/clutter.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // clutter.cpp // 0.1 #include diff --git a/scripts/generic.cpp b/scripts/generic.cpp index e2ccc6f6..ff5661f4 100644 --- a/scripts/generic.cpp +++ b/scripts/generic.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // generic.cpp // 0.1 #include diff --git a/scripts/kbLEVEL15.cpp b/scripts/kbLEVEL15.cpp index 63bb1d68..69de0b11 100644 --- a/scripts/kbLEVEL15.cpp +++ b/scripts/kbLEVEL15.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/kbtest.cpp b/scripts/kbtest.cpp index d34de16b..260961df 100644 --- a/scripts/kbtest.cpp +++ b/scripts/kbtest.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level1.cpp b/scripts/level1.cpp index a3f292cd..a134ffa4 100644 --- a/scripts/level1.cpp +++ b/scripts/level1.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level10.cpp b/scripts/level10.cpp index 5b1c68ac..803c6b15 100644 --- a/scripts/level10.cpp +++ b/scripts/level10.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level11.cpp b/scripts/level11.cpp index e1d75f8f..5a921d3f 100644 --- a/scripts/level11.cpp +++ b/scripts/level11.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level13.cpp b/scripts/level13.cpp index 653889f4..04c372ca 100644 --- a/scripts/level13.cpp +++ b/scripts/level13.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level14.cpp b/scripts/level14.cpp index 63998991..2496dd3d 100644 --- a/scripts/level14.cpp +++ b/scripts/level14.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level17.cpp b/scripts/level17.cpp index ef28f1d6..2a26a267 100644 --- a/scripts/level17.cpp +++ b/scripts/level17.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level2.cpp b/scripts/level2.cpp index 50c6a0ad..41d7a6a4 100644 --- a/scripts/level2.cpp +++ b/scripts/level2.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level3.cpp b/scripts/level3.cpp index 27a4b9fb..7abfa784 100644 --- a/scripts/level3.cpp +++ b/scripts/level3.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level4.cpp b/scripts/level4.cpp index a69c3844..640e5fe0 100644 --- a/scripts/level4.cpp +++ b/scripts/level4.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level5.cpp b/scripts/level5.cpp index e1197275..194c9d34 100644 --- a/scripts/level5.cpp +++ b/scripts/level5.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level7.cpp b/scripts/level7.cpp index 9ef2e4a7..8958e1c8 100644 --- a/scripts/level7.cpp +++ b/scripts/level7.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/level8.cpp b/scripts/level8.cpp index 65e64263..a061bfdc 100644 --- a/scripts/level8.cpp +++ b/scripts/level8.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/levelS2.cpp b/scripts/levelS2.cpp index 49602511..c584db3b 100644 --- a/scripts/levelS2.cpp +++ b/scripts/levelS2.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/linux_lib.cpp b/scripts/linux_lib.cpp index d6e149de..5f74da67 100644 --- a/scripts/linux_lib.cpp +++ b/scripts/linux_lib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include #include #include diff --git a/scripts/linux_lib.h b/scripts/linux_lib.h index b11c8f07..cabf6a65 100644 --- a/scripts/linux_lib.h +++ b/scripts/linux_lib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef __LINUX_LIB_H_ #define __LINUX_LIB_H_ diff --git a/scripts/lnx/osiris_common.h b/scripts/lnx/osiris_common.h index efebe84f..a26a862d 100644 --- a/scripts/lnx/osiris_common.h +++ b/scripts/lnx/osiris_common.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/data/scripts/osiris_common.h $ * $Revision: 1.2 $ diff --git a/scripts/lnx/osiris_import.h b/scripts/lnx/osiris_import.h index 67bc9ff2..4e69954e 100644 --- a/scripts/lnx/osiris_import.h +++ b/scripts/lnx/osiris_import.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef __OSIRIS_IMPORT_H_ #define OSIRISEXTERN extern #else diff --git a/scripts/lnx/osiris_vector.h b/scripts/lnx/osiris_vector.h index ec6b9c5f..355071bf 100644 --- a/scripts/lnx/osiris_vector.h +++ b/scripts/lnx/osiris_vector.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef OSIRIS_VECTOR_H #define OSIRIS_VECTOR_H diff --git a/scripts/merc5.cpp b/scripts/merc5.cpp index 9200e8ef..35869bc8 100644 --- a/scripts/merc5.cpp +++ b/scripts/merc5.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/myPowerHouse.cpp b/scripts/myPowerHouse.cpp index 04ce9edc..96faa8e0 100644 --- a/scripts/myPowerHouse.cpp +++ b/scripts/myPowerHouse.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/orbital.cpp b/scripts/orbital.cpp index dd8a4122..cad5d838 100644 --- a/scripts/orbital.cpp +++ b/scripts/orbital.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + ///////////////////////////////////////////////////////////////////// // D.A.L.L.A.S. Generated Level Script - DLL Source File // diff --git a/scripts/osiris_common.h b/scripts/osiris_common.h index 9ce1898d..10ba4eaf 100644 --- a/scripts/osiris_common.h +++ b/scripts/osiris_common.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/data/scripts/osiris_common.h $ * $Revision: 1.2 $ diff --git a/scripts/osiris_import.h b/scripts/osiris_import.h index 0491d86f..32e91b14 100644 --- a/scripts/osiris_import.h +++ b/scripts/osiris_import.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifdef __OSIRIS_IMPORT_H_ #define OSIRISEXTERN extern #else diff --git a/scripts/osiris_vector.h b/scripts/osiris_vector.h index 94e01f55..56bc0088 100644 --- a/scripts/osiris_vector.h +++ b/scripts/osiris_vector.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef OSIRIS_VECTOR_H #define OSIRIS_VECTOR_H diff --git a/scripts/scripttest1.cpp b/scripts/scripttest1.cpp index e6e4b8d3..09df6b8c 100644 --- a/scripts/scripttest1.cpp +++ b/scripts/scripttest1.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // scripttest1.cpp // 0.1 #include diff --git a/scripts/testscript.cpp b/scripts/testscript.cpp index 71012ea7..759ea4e9 100644 --- a/scripts/testscript.cpp +++ b/scripts/testscript.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + // testscript.cpp // 0.1 #include diff --git a/sndlib/hlsoundlib.cpp b/sndlib/hlsoundlib.cpp index 657f1998..cdbd9b4a 100644 --- a/sndlib/hlsoundlib.cpp +++ b/sndlib/hlsoundlib.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/sndlib/hlsoundlib.cpp $ * $Revision: 116 $ diff --git a/sndlib/sndrender.cpp b/sndlib/sndrender.cpp index bf0bf8f0..1eca73a7 100644 --- a/sndlib/sndrender.cpp +++ b/sndlib/sndrender.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 8 $ diff --git a/sndlib/sndrender.h b/sndlib/sndrender.h index 4c03b2d4..0718f7fe 100644 --- a/sndlib/sndrender.h +++ b/sndlib/sndrender.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Source: $ * $Revision: 3 $ diff --git a/sndlib/soundload.cpp b/sndlib/soundload.cpp index 4c48dc82..89fb30c1 100644 --- a/sndlib/soundload.cpp +++ b/sndlib/soundload.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/sndlib/soundload.cpp $ diff --git a/stream_audio/osfarchive.cpp b/stream_audio/osfarchive.cpp index 0539a252..72154c6d 100644 --- a/stream_audio/osfarchive.cpp +++ b/stream_audio/osfarchive.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/streamaudio/osfarchive.cpp $ * $Revision: 7 $ diff --git a/stream_audio/streamaudio.cpp b/stream_audio/streamaudio.cpp index ac975995..5a2b7520 100644 --- a/stream_audio/streamaudio.cpp +++ b/stream_audio/streamaudio.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/streamaudio/streamaudio.cpp $ * $Revision: 1.1.1.1 $ diff --git a/ui/UIButton.cpp b/ui/UIButton.cpp index 8caf6c8e..b6f4f4c2 100644 --- a/ui/UIButton.cpp +++ b/ui/UIButton.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIButton.cpp $ * $Revision: 29 $ diff --git a/ui/UICombo.cpp b/ui/UICombo.cpp index 52a9f353..cd184f37 100644 --- a/ui/UICombo.cpp +++ b/ui/UICombo.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UICombo.cpp $ * $Revision: 3 $ diff --git a/ui/UIConsole.cpp b/ui/UIConsole.cpp index 69fcdb92..fd0eb219 100644 --- a/ui/UIConsole.cpp +++ b/ui/UIConsole.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIConsole.cpp $ * $Revision: 8 $ diff --git a/ui/UIDraw.cpp b/ui/UIDraw.cpp index fe9f1284..90f9fd07 100644 --- a/ui/UIDraw.cpp +++ b/ui/UIDraw.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIDraw.cpp $ * $Revision: 16 $ diff --git a/ui/UIEdit.cpp b/ui/UIEdit.cpp index 4ac8b170..bd57d68d 100644 --- a/ui/UIEdit.cpp +++ b/ui/UIEdit.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIEdit.cpp $ * $Revision: 33 $ diff --git a/ui/UIGadget.cpp b/ui/UIGadget.cpp index 33dfdabd..0b0a5e3b 100644 --- a/ui/UIGadget.cpp +++ b/ui/UIGadget.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIGadget.cpp $ * $Revision: 28 $ diff --git a/ui/UIGroup.cpp b/ui/UIGroup.cpp index 9076b6ab..82c09383 100644 --- a/ui/UIGroup.cpp +++ b/ui/UIGroup.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIGroup.cpp $ * $Revision: 6 $ diff --git a/ui/UIHotspot.cpp b/ui/UIHotspot.cpp index 46d123f0..7a45f505 100644 --- a/ui/UIHotspot.cpp +++ b/ui/UIHotspot.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIHotspot.cpp $ * $Revision: 16 $ diff --git a/ui/UIListBox.cpp b/ui/UIListBox.cpp index 7bb1c2d2..d7ae9d2d 100644 --- a/ui/UIListBox.cpp +++ b/ui/UIListBox.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIListBox.cpp $ * $Revision: 42 $ diff --git a/ui/UIObject.cpp b/ui/UIObject.cpp index 1dffb989..8aa1dbfd 100644 --- a/ui/UIObject.cpp +++ b/ui/UIObject.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIObject.cpp $ * $Revision: 3 $ diff --git a/ui/UIRes.cpp b/ui/UIRes.cpp index fabe02ea..74799770 100644 --- a/ui/UIRes.cpp +++ b/ui/UIRes.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #include "UIlib.h" #include "uisys.h" #include "pserror.h" diff --git a/ui/UISlider.cpp b/ui/UISlider.cpp index 09cc0575..5f10d6e8 100644 --- a/ui/UISlider.cpp +++ b/ui/UISlider.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UISlider.cpp $ * $Revision: 10 $ diff --git a/ui/UIStatic.cpp b/ui/UIStatic.cpp index bd237fcd..34409f36 100644 --- a/ui/UIStatic.cpp +++ b/ui/UIStatic.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIStatic.cpp $ * $Revision: 12 $ diff --git a/ui/UISystem.cpp b/ui/UISystem.cpp index fa6bdcdc..cd9fe813 100644 --- a/ui/UISystem.cpp +++ b/ui/UISystem.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UISystem.cpp $ * $Revision: 44 $ diff --git a/ui/UIWindow.cpp b/ui/UIWindow.cpp index 536e22d0..6561c37f 100644 --- a/ui/UIWindow.cpp +++ b/ui/UIWindow.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIWindow.cpp $ * $Revision: 39 $ diff --git a/ui/UIlib.h b/ui/UIlib.h index 3f60858e..53336842 100644 --- a/ui/UIlib.h +++ b/ui/UIlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/ui/UIlib.h $ * $Revision: 14 $ diff --git a/unzip/adler32.c b/unzip/adler32.c index 32d92e70..005e37ff 100644 --- a/unzip/adler32.c +++ b/unzip/adler32.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/infblock.c b/unzip/infblock.c index 216865f3..04b60fa9 100644 --- a/unzip/infblock.c +++ b/unzip/infblock.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/infblock.h b/unzip/infblock.h index 68088c01..8522a22d 100644 --- a/unzip/infblock.h +++ b/unzip/infblock.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/infblock.h $ * $Revision: 2 $ diff --git a/unzip/infcodes.c b/unzip/infcodes.c index 5a95baff..509f0f9d 100644 --- a/unzip/infcodes.c +++ b/unzip/infcodes.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/infcodes.h b/unzip/infcodes.h index 38dd2a3e..e857fe0c 100644 --- a/unzip/infcodes.h +++ b/unzip/infcodes.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/infcodes.h $ * $Revision: 2 $ diff --git a/unzip/inffast.c b/unzip/inffast.c index 8804cad9..139f56f4 100644 --- a/unzip/inffast.c +++ b/unzip/inffast.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/inffast.h b/unzip/inffast.h index 58d1a671..777393c6 100644 --- a/unzip/inffast.h +++ b/unzip/inffast.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/inffast.h $ * $Revision: 2 $ diff --git a/unzip/inffixed.h b/unzip/inffixed.h index d65bda3f..0c3ff4a3 100644 --- a/unzip/inffixed.h +++ b/unzip/inffixed.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/inffixed.h $ * $Revision: 2 $ diff --git a/unzip/inflate.c b/unzip/inflate.c index 0bc4e512..8166c6fa 100644 --- a/unzip/inflate.c +++ b/unzip/inflate.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/inftrees.c b/unzip/inftrees.c index f9e2251a..55fb9fbd 100644 --- a/unzip/inftrees.c +++ b/unzip/inftrees.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/inftrees.h b/unzip/inftrees.h index 2aae18ac..21737dc4 100644 --- a/unzip/inftrees.h +++ b/unzip/inftrees.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/inftrees.h $ * $Revision: 2 $ diff --git a/unzip/infutil.c b/unzip/infutil.c index c432952b..16f18c2e 100644 --- a/unzip/infutil.c +++ b/unzip/infutil.c @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: $ * $Revision: $ diff --git a/unzip/infutil.h b/unzip/infutil.h index 6d2e861c..fe7649de 100644 --- a/unzip/infutil.h +++ b/unzip/infutil.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/infutil.h $ * $Revision: 2 $ diff --git a/unzip/unzip.cpp b/unzip/unzip.cpp index cecdeb8e..328f45f7 100644 --- a/unzip/unzip.cpp +++ b/unzip/unzip.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/unzip.cpp $ * $Revision: 3 $ diff --git a/unzip/zconf.h b/unzip/zconf.h index e002c0e7..1250ca59 100644 --- a/unzip/zconf.h +++ b/unzip/zconf.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/zconf.h $ * $Revision: 2 $ diff --git a/unzip/zlib.h b/unzip/zlib.h index b89397f3..f961ac9b 100644 --- a/unzip/zlib.h +++ b/unzip/zlib.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/zlib.h $ * $Revision: 2 $ diff --git a/unzip/zutil.h b/unzip/zutil.h index b62e20cc..29a55205 100644 --- a/unzip/zutil.h +++ b/unzip/zutil.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/unzip/zutil.h $ * $Revision: 2 $ diff --git a/vecmat/vector.cpp b/vecmat/vector.cpp index 9f6ca4c7..73fe251f 100644 --- a/vecmat/vector.cpp +++ b/vecmat/vector.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/vecmat/vector.cpp $ * $Revision: 26 $ diff --git a/win32/WinController.cpp b/win32/WinController.cpp index 3b4f1315..698dd9b3 100644 --- a/win32/WinController.cpp +++ b/win32/WinController.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/wincontroller/WinController.cpp $ * $Revision: 81 $ diff --git a/win32/win32os.h b/win32/win32os.h index 1d84a758..c9fe986c 100644 --- a/win32/win32os.h +++ b/win32/win32os.h @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* Win32 OS Specific internal header to win32 library */ #ifndef WIN32OS_H diff --git a/win32/winapp.cpp b/win32/winapp.cpp index 5c60ac73..428f11a2 100644 --- a/win32/winapp.cpp +++ b/win32/winapp.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/win32/winapp.cpp $ * $Revision: 36 $ diff --git a/win32/wincon.cpp b/win32/wincon.cpp index bdde7b49..6ebbef31 100644 --- a/win32/wincon.cpp +++ b/win32/wincon.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/win32/wincon.cpp $ * $Revision: 11 $ diff --git a/win32/windata.cpp b/win32/windata.cpp index 0759a9ee..7076e170 100644 --- a/win32/windata.cpp +++ b/win32/windata.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/win32/windata.cpp $ * $Revision: 8 $ diff --git a/win32/windebug.cpp b/win32/windebug.cpp index 66c73ab3..317df728 100644 --- a/win32/windebug.cpp +++ b/win32/windebug.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/win32/windebug.cpp $ * $Revision: 33 $ diff --git a/win32/winmono.cpp b/win32/winmono.cpp index 06516c7f..70851414 100644 --- a/win32/winmono.cpp +++ b/win32/winmono.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + #ifndef RELEASE diff --git a/win32/wintask.cpp b/win32/wintask.cpp index 64f5f6cc..c98a0958 100644 --- a/win32/wintask.cpp +++ b/win32/wintask.cpp @@ -1,3 +1,21 @@ +/* +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* 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, see . +*/ + /* * $Logfile: /DescentIII/Main/win32/wintask.cpp $ * $Revision: 5 $