From 287d4a66dc0c4008a3a4f3a508dd38e01a32f1a5 Mon Sep 17 00:00:00 2001
From: Knightly
Date: Tue, 31 Mar 2026 22:08:02 -1000
Subject: [PATCH 1/4] Fixup CMakePresets.json - Fix vcpkg presetName variable
evaluation - Remove tabs & fix alignment
---
CMakePresets.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/CMakePresets.json b/CMakePresets.json
index aa1a29453..ca50a3625 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -16,9 +16,9 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
- "EQEMU_BUILD_LOGIN": "ON",
- "EQEMU_BUILD_TESTS": "ON",
- "EQEMU_ADD_PROFILER": "ON"
+ "EQEMU_BUILD_LOGIN": "ON",
+ "EQEMU_BUILD_TESTS": "ON",
+ "EQEMU_ADD_PROFILER": "ON"
}
},
{
@@ -30,19 +30,19 @@
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_COMPILER_LAUNCHER": "ccache",
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
- "EQEMU_BUILD_LOGIN": "ON"
+ "EQEMU_BUILD_LOGIN": "ON"
}
},
- {
+ {
"name": "win-msvc",
"displayName": "Windows MSVC (VS 2022)",
"generator": "Visual Studio 17 2022",
- "binaryDir": "${sourceDir}/build/{presetName}",
+ "binaryDir": "${sourceDir}/build/${presetName}",
"architecture": { "value": "x64" },
"cacheVariables": {
"CMAKE_CONFIGURATION_TYPES": "Debug;Release",
- "EQEMU_BUILD_LOGIN": "ON",
- "EQEMU_BUILD_TESTS": "ON"
+ "EQEMU_BUILD_LOGIN": "ON",
+ "EQEMU_BUILD_TESTS": "ON"
}
}
]
From 7ab909ee47e8639b2137a6818bfdff99845c9d39 Mon Sep 17 00:00:00 2001
From: Knightly
Date: Tue, 31 Mar 2026 21:24:32 -1000
Subject: [PATCH 2/4] Standardize Licensing - License was intended to be GPLv3
per earlier commit of GPLv3 LICENSE FILE - This is confirmed by the inclusion
of libraries that are incompatible with GPLv2 - This is also confirmed by KLS
and the agreement of KLS's predecessors - Added GPLv3 license headers to the
compilable source files - Removed Folly licensing in strings.h since the
string functions do not match the Folly functions and are standard functions
- this must have been left over from previous implementations - Removed
individual contributor license headers since the project has been under the
"developer" mantle for many years - Removed comments on files that were
previously automatically generated since they've been manually modified
multiple times and there are no automatic scripts referencing them (removed
in 2023)
---
LICENSE | 674 -----------------
LICENSE.md | 675 ++++++++++++++++++
client_files/export/main.cpp | 19 +-
client_files/import/main.cpp | 19 +-
common/StackWalker/StackWalker.cpp | 17 +
common/StackWalker/StackWalker.h | 17 +
common/additive_lagged_fibonacci_engine.h | 19 +-
common/base_packet.cpp | 19 +-
common/base_packet.h | 19 +-
common/bazaar.cpp | 17 +
common/bazaar.h | 17 +
common/bodytypes.cpp | 17 +
common/bodytypes.h | 19 +-
common/classes.cpp | 21 +-
common/classes.h | 19 +-
common/cli/argh.h | 17 +
common/cli/eqemu_command_handler.cpp | 35 +-
common/cli/eqemu_command_handler.h | 35 +-
common/cli/terminal_color.hpp | 17 +
common/compression.cpp | 17 +
common/compression.h | 17 +
common/condition.cpp | 19 +-
common/condition.h | 19 +-
common/content/world_content_service.cpp | 17 +
common/content/world_content_service.h | 17 +
common/crash.cpp | 17 +
common/crash.h | 17 +
common/crc16.cpp | 17 +
common/crc16.h | 17 +
common/crc32.cpp | 17 +
common/crc32.h | 17 +
common/cron/croncpp.h | 17 +
common/data_bucket.cpp | 17 +
common/data_bucket.h | 17 +
common/data_verification.h | 35 +-
common/database.cpp | 19 +-
common/database.h | 19 +-
common/database/database_dump_service.cpp | 35 +-
common/database/database_dump_service.h | 35 +-
common/database/database_update.cpp | 17 +
common/database/database_update.h | 17 +
common/database/database_update_manifest.h | 17 +
.../database/database_update_manifest_bots.h | 17 +
.../database_update_manifest_custom.h | 17 +
common/database_instances.cpp | 27 +-
common/database_schema.h | 35 +-
common/dbcore.cpp | 17 +
common/dbcore.h | 17 +
common/deity.cpp | 18 +-
common/deity.h | 18 +-
common/discord/discord.cpp | 17 +
common/discord/discord.h | 17 +
common/discord/discord_manager.cpp | 17 +
common/discord/discord_manager.h | 17 +
common/dynamic_zone_base.cpp | 17 +
common/dynamic_zone_base.h | 17 +
common/dynamic_zone_lockout.cpp | 17 +
common/dynamic_zone_lockout.h | 17 +
common/emu_constants.cpp | 18 +-
common/emu_constants.h | 18 +-
common/emu_limits.cpp | 21 +-
common/emu_limits.h | 20 +-
common/emu_opcodes.cpp | 19 +-
common/emu_opcodes.h | 27 +-
common/emu_oplist.h | 17 +
common/emu_versions.cpp | 24 +-
common/emu_versions.h | 20 +-
common/eq_constants.h | 18 +-
common/eq_limits.cpp | 18 +-
common/eq_limits.h | 28 +-
common/eq_packet.cpp | 18 +-
common/eq_packet.h | 18 +-
common/eq_packet_structs.h | 19 +-
common/eq_stream_ident.cpp | 17 +
common/eq_stream_ident.h | 17 +
common/eq_stream_intf.h | 17 +
common/eq_stream_locator.h | 19 +-
common/eq_stream_proxy.cpp | 17 +
common/eq_stream_proxy.h | 17 +
common/eqdb.cpp | 19 +-
common/eqdb.h | 19 +-
common/eqdb_res.cpp | 19 +-
common/eqdb_res.h | 19 +-
common/eqemu_config.cpp | 19 +-
common/eqemu_config.h | 19 +-
common/eqemu_config_elements.h | 17 +
common/eqemu_exception.cpp | 19 +-
common/eqemu_exception.h | 19 +-
common/eqemu_logsys.cpp | 35 +-
common/eqemu_logsys.h | 35 +-
common/eqemu_logsys_log_aliases.h | 35 +-
common/eqtime.cpp | 19 +-
common/eqtime.h | 17 +
common/event/event_loop.h | 17 +
common/event/task.h | 17 +
common/event/task_scheduler.h | 17 +
common/event/timer.h | 17 +
common/event_sub.cpp | 17 +
common/event_sub.h | 17 +
.../events/player_event_discord_formatter.cpp | 17 +
.../events/player_event_discord_formatter.h | 17 +
common/events/player_event_logs.cpp | 17 +
common/events/player_event_logs.h | 17 +
common/events/player_events.h | 17 +
common/evolving_items.cpp | 17 +
common/evolving_items.h | 17 +
common/extprofile.cpp | 19 +-
common/extprofile.h | 19 +-
common/faction.cpp | 19 +-
common/faction.h | 19 +-
common/features.h | 19 +-
common/file.cpp | 35 +-
common/file.h | 35 +-
common/fixed_memory_hash_set.h | 19 +-
common/fixed_memory_variable_hash_set.h | 19 +-
common/global_define.h | 19 +-
common/guild_base.cpp | 27 +-
common/guild_base.h | 17 +
common/guilds.h | 19 +-
common/inventory_profile.cpp | 19 +-
common/inventory_profile.h | 18 +-
common/inventory_slot.cpp | 18 +-
common/inventory_slot.h | 20 +-
common/ip_util.cpp | 35 +-
common/ip_util.h | 35 +-
common/ipc_mutex.cpp | 19 +-
common/ipc_mutex.h | 19 +-
common/item_data.cpp | 18 +-
common/item_data.h | 18 +-
common/item_instance.cpp | 19 +-
common/item_instance.h | 18 +-
common/json_config.cpp | 17 +
common/json_config.h | 17 +
common/light_source.cpp | 24 +-
common/light_source.h | 28 +-
common/linked_list.h | 19 +-
common/loot.h | 17 +
common/mail_oplist.h | 17 +
common/md5.cpp | 17 +
common/md5.h | 17 +
common/memory/ksm.hpp | 17 +
common/memory_buffer.cpp | 20 +-
common/memory_buffer.h | 18 +-
common/memory_mapped_file.cpp | 19 +-
common/memory_mapped_file.h | 19 +-
common/misc.cpp | 17 +
common/misc.h | 17 +
common/misc_functions.cpp | 19 +-
common/misc_functions.h | 19 +-
common/mutex.cpp | 19 +-
common/mutex.h | 19 +-
common/mysql_request_result.cpp | 17 +
common/mysql_request_result.h | 17 +
common/mysql_request_row.cpp | 17 +
common/mysql_request_row.h | 17 +
common/mysql_stmt.cpp | 17 +
common/mysql_stmt.h | 17 +
common/net/console_server.cpp | 17 +
common/net/console_server.h | 17 +
common/net/console_server_connection.cpp | 17 +
common/net/console_server_connection.h | 17 +
common/net/crc32.cpp | 17 +
common/net/crc32.h | 17 +
common/net/dns.h | 17 +
common/net/endian.h | 17 +
common/net/eqstream.cpp | 17 +
common/net/eqstream.h | 17 +
common/net/packet.cpp | 17 +
common/net/packet.h | 17 +
common/net/reliable_stream_connection.cpp | 17 +
common/net/reliable_stream_connection.h | 17 +
common/net/reliable_stream_pooling.h | 17 +
common/net/reliable_stream_structs.h | 17 +
common/net/servertalk_client_connection.cpp | 17 +
common/net/servertalk_client_connection.h | 17 +
common/net/servertalk_common.h | 17 +
.../servertalk_legacy_client_connection.cpp | 17 +
.../net/servertalk_legacy_client_connection.h | 17 +
common/net/servertalk_server.cpp | 17 +
common/net/servertalk_server.h | 17 +
common/net/servertalk_server_connection.cpp | 17 +
common/net/servertalk_server_connection.h | 17 +
common/net/tcp_connection.cpp | 17 +
common/net/tcp_connection.h | 17 +
common/net/tcp_connection_pooling.h | 17 +
common/net/tcp_server.cpp | 17 +
common/net/tcp_server.h | 17 +
common/net/websocket_server.cpp | 17 +
common/net/websocket_server.h | 17 +
common/net/websocket_server_connection.cpp | 17 +
common/net/websocket_server_connection.h | 17 +
common/op_codes.h | 17 +
common/opcode_dispatch.h | 17 +
common/opcode_map.cpp | 17 +
common/opcodemgr.cpp | 19 +-
common/opcodemgr.h | 19 +-
common/packet_dump.cpp | 19 +-
common/packet_dump.h | 19 +-
common/packet_dump_file.cpp | 19 +-
common/packet_dump_file.h | 19 +-
common/packet_functions.cpp | 19 +-
common/packet_functions.h | 19 +-
common/packetfile.cpp | 17 +
common/packetfile.h | 17 +
common/patches/deprecated_rof2_itemfields.h | 17 +
common/patches/deprecated_rof_itemfields.h | 17 +
common/patches/deprecated_sod_itemfields.h | 17 +
common/patches/deprecated_sof_itemfields.h | 17 +
common/patches/deprecated_sof_opcode_list.h | 17 +
.../deprecated_titanium_itemfields_a.h | 17 +
.../deprecated_titanium_itemfields_b.h | 17 +
common/patches/deprecated_uf_itemfields.h | 17 +
common/patches/patches.cpp | 22 +-
common/patches/patches.h | 22 +-
common/patches/rof.cpp | 18 +-
common/patches/rof.h | 22 +-
common/patches/rof2.cpp | 18 +-
common/patches/rof2.h | 20 +-
common/patches/rof2_limits.cpp | 18 +-
common/patches/rof2_limits.h | 18 +-
common/patches/rof2_ops.h | 19 +-
common/patches/rof2_structs.h | 18 +-
common/patches/rof_limits.cpp | 18 +-
common/patches/rof_limits.h | 20 +-
common/patches/rof_ops.h | 21 +-
common/patches/rof_structs.h | 18 +-
common/patches/sod.cpp | 18 +-
common/patches/sod.h | 20 +-
common/patches/sod_limits.cpp | 18 +-
common/patches/sod_limits.h | 20 +-
common/patches/sod_ops.h | 21 +-
common/patches/sod_structs.h | 18 +-
common/patches/sof.cpp | 18 +-
common/patches/sof.h | 20 +-
common/patches/sof_limits.cpp | 18 +-
common/patches/sof_limits.h | 20 +-
common/patches/sof_ops.h | 21 +-
common/patches/sof_structs.h | 18 +-
common/patches/ss_declare.h | 20 +-
common/patches/ss_define.h | 20 +-
common/patches/ss_register.h | 20 +-
common/patches/template.cpp | 17 +
common/patches/template.h | 17 +
common/patches/template_limits.cpp | 25 +-
common/patches/template_limits.h | 30 +-
common/patches/template_ops.h | 17 +
common/patches/template_structs.h | 17 +
common/patches/titanium.cpp | 18 +-
common/patches/titanium.h | 20 +-
common/patches/titanium_limits.cpp | 18 +-
common/patches/titanium_limits.h | 20 +-
common/patches/titanium_ops.h | 21 +-
common/patches/titanium_structs.h | 18 +-
common/patches/uf.cpp | 18 +-
common/patches/uf.h | 20 +-
common/patches/uf_limits.cpp | 18 +-
common/patches/uf_limits.h | 20 +-
common/patches/uf_ops.h | 21 +-
common/patches/uf_structs.h | 18 +-
common/path_manager.cpp | 17 +
common/path_manager.h | 17 +
common/pch/app-pch.h | 17 +
common/pch/std-pch.h | 17 +
common/perl_eqdb.cpp | 26 +-
common/perl_eqdb_res.cpp | 26 +-
common/platform.cpp | 35 +-
common/platform.h | 35 +-
common/platform/inet.h | 17 +
common/platform/platform.h | 17 +
common/platform/posix/include_inet.h | 17 +
common/platform/posix/include_pthreads.h | 17 +
common/platform/win/include_windows.h | 17 +
common/platform/win/include_winsock2.h | 17 +
common/proc_launcher.cpp | 19 +-
common/proc_launcher.h | 19 +-
common/process.cpp | 17 +
common/process.h | 17 +
common/process/process.cpp | 17 +
common/process/process.h | 17 +
common/profanity_manager.cpp | 18 +-
common/profanity_manager.h | 28 +-
common/profiler.h | 19 +-
common/ptimer.cpp | 19 +-
common/ptimer.h | 19 +-
common/queue.h | 19 +-
common/races.cpp | 19 +-
common/races.h | 19 +-
common/raid.h | 19 +-
common/random.h | 19 +-
common/rdtsc.cpp | 19 +-
common/rdtsc.h | 19 +-
common/repositories/aa_ability_repository.h | 17 +
.../repositories/aa_rank_effects_repository.h | 17 +
.../repositories/aa_rank_prereqs_repository.h | 17 +
common/repositories/aa_ranks_repository.h | 17 +
.../repositories/account_flags_repository.h | 17 +
common/repositories/account_ip_repository.h | 17 +
common/repositories/account_repository.h | 17 +
.../repositories/account_rewards_repository.h | 17 +
.../adventure_details_repository.h | 17 +
.../adventure_members_repository.h | 17 +
.../repositories/adventure_stats_repository.h | 17 +
...venture_template_entry_flavor_repository.h | 17 +
.../adventure_template_entry_repository.h | 17 +
.../adventure_template_repository.h | 17 +
.../alternate_currency_repository.h | 17 +
common/repositories/auras_repository.h | 17 +
.../base/base_aa_ability_repository.h | 17 +
.../base/base_aa_rank_effects_repository.h | 17 +
.../base/base_aa_rank_prereqs_repository.h | 17 +
.../base/base_aa_ranks_repository.h | 17 +
.../base/base_account_flags_repository.h | 17 +
.../base/base_account_ip_repository.h | 17 +
.../base/base_account_repository.h | 17 +
.../base/base_account_rewards_repository.h | 17 +
.../base/base_adventure_details_repository.h | 17 +
.../base/base_adventure_members_repository.h | 17 +
.../base/base_adventure_stats_repository.h | 17 +
...venture_template_entry_flavor_repository.h | 17 +
...base_adventure_template_entry_repository.h | 17 +
.../base/base_adventure_template_repository.h | 17 +
.../base/base_alternate_currency_repository.h | 17 +
.../repositories/base/base_auras_repository.h | 17 +
.../base/base_base_data_repository.h | 17 +
.../base/base_blocked_spells_repository.h | 17 +
.../repositories/base/base_books_repository.h | 17 +
.../base/base_bot_blocked_buffs_repository.h | 17 +
.../base/base_bot_buffs_repository.h | 17 +
.../base_bot_create_combinations_repository.h | 17 +
.../base/base_bot_data_repository.h | 17 +
.../base/base_bot_group_members_repository.h | 17 +
.../base/base_bot_groups_repository.h | 17 +
.../base/base_bot_guild_members_repository.h | 17 +
...ase_bot_heal_rotation_members_repository.h | 17 +
...ase_bot_heal_rotation_targets_repository.h | 17 +
.../base/base_bot_heal_rotations_repository.h | 17 +
.../base_bot_inspect_messages_repository.h | 17 +
.../base/base_bot_inventories_repository.h | 17 +
.../base/base_bot_owner_options_repository.h | 17 +
.../base/base_bot_pet_buffs_repository.h | 17 +
.../base_bot_pet_inventories_repository.h | 17 +
.../base/base_bot_pets_repository.h | 17 +
.../base/base_bot_settings_repository.h | 17 +
...ase_bot_spell_casting_chances_repository.h | 17 +
.../base/base_bot_spell_settings_repository.h | 17 +
.../base/base_bot_spells_entries_repository.h | 17 +
.../base/base_bot_stances_repository.h | 17 +
.../base/base_bot_starting_items_repository.h | 17 +
.../base/base_bot_timers_repository.h | 17 +
.../base/base_bug_reports_repository.h | 17 +
.../repositories/base/base_bugs_repository.h | 17 +
.../base/base_buyer_buy_lines_repository.h | 17 +
.../repositories/base/base_buyer_repository.h | 17 +
.../base/base_buyer_trade_items_repository.h | 17 +
...base_char_create_combinations_repository.h | 17 +
...char_create_point_allocations_repository.h | 17 +
.../base/base_char_recipe_list_repository.h | 17 +
.../base_character_activities_repository.h | 17 +
.../base_character_alt_currency_repository.h | 17 +
...character_alternate_abilities_repository.h | 17 +
.../base/base_character_auras_repository.h | 17 +
.../base_character_bandolier_repository.h | 17 +
.../base/base_character_bind_repository.h | 17 +
.../base/base_character_buffs_repository.h | 17 +
.../base_character_corpse_items_repository.h | 17 +
.../base/base_character_corpses_repository.h | 17 +
.../base/base_character_currency_repository.h | 17 +
.../base/base_character_data_repository.h | 17 +
.../base_character_disciplines_repository.h | 17 +
...base_character_evolving_items_repository.h | 17 +
.../base_character_exp_modifiers_repository.h | 17 +
...character_expedition_lockouts_repository.h | 17 +
...se_character_inspect_messages_repository.h | 17 +
...haracter_instance_safereturns_repository.h | 17 +
.../base_character_item_recast_repository.h | 17 +
.../base_character_languages_repository.h | 17 +
...haracter_leadership_abilities_repository.h | 17 +
.../base/base_character_material_repository.h | 17 +
.../base_character_memmed_spells_repository.h | 17 +
..._character_parcels_containers_repository.h | 17 +
.../base/base_character_parcels_repository.h | 17 +
.../base_character_peqzone_flags_repository.h | 17 +
.../base_character_pet_buffs_repository.h | 17 +
.../base/base_character_pet_info_repository.h | 17 +
.../base_character_pet_inventory_repository.h | 17 +
.../base/base_character_pet_name_repository.h | 17 +
.../base_character_potionbelt_repository.h | 17 +
.../base/base_character_skills_repository.h | 17 +
.../base/base_character_spells_repository.h | 17 +
.../base_character_stats_record_repository.h | 17 +
.../base_character_task_timers_repository.h | 17 +
.../base/base_character_tasks_repository.h | 17 +
.../base/base_character_tribute_repository.h | 17 +
...se_chatchannel_reserved_names_repository.h | 17 +
.../base/base_chatchannels_repository.h | 17 +
.../base_command_subsettings_repository.h | 17 +
...ed_shared_task_activity_state_repository.h | 17 +
...completed_shared_task_members_repository.h | 17 +
.../base_completed_shared_tasks_repository.h | 17 +
.../base/base_completed_tasks_repository.h | 17 +
.../base/base_content_flags_repository.h | 17 +
.../base/base_damageshieldtypes_repository.h | 17 +
.../base/base_data_buckets_repository.h | 17 +
.../base/base_db_str_repository.h | 17 +
.../base/base_discord_webhooks_repository.h | 17 +
.../base/base_discovered_items_repository.h | 17 +
.../repositories/base/base_doors_repository.h | 17 +
.../base_dynamic_zone_lockouts_repository.h | 17 +
.../base_dynamic_zone_members_repository.h | 17 +
.../base_dynamic_zone_templates_repository.h | 17 +
.../base/base_dynamic_zones_repository.h | 17 +
.../base_faction_association_repository.h | 17 +
.../base/base_faction_base_data_repository.h | 17 +
.../base/base_faction_list_mod_repository.h | 17 +
.../base/base_faction_list_repository.h | 17 +
.../base/base_faction_values_repository.h | 17 +
.../base/base_fishing_repository.h | 17 +
.../base/base_forage_repository.h | 17 +
.../base/base_friends_repository.h | 17 +
.../base/base_global_loot_repository.h | 17 +
.../base/base_gm_ips_repository.h | 17 +
.../base/base_graveyard_repository.h | 17 +
.../base/base_grid_entries_repository.h | 17 +
.../repositories/base/base_grid_repository.h | 17 +
.../base/base_ground_spawns_repository.h | 17 +
.../base/base_group_id_repository.h | 17 +
.../base/base_group_leaders_repository.h | 17 +
.../base/base_guild_bank_repository.h | 17 +
.../base/base_guild_members_repository.h | 17 +
.../base/base_guild_permissions_repository.h | 17 +
.../base/base_guild_ranks_repository.h | 17 +
.../base/base_guild_relations_repository.h | 17 +
.../base/base_guild_tributes_repository.h | 17 +
.../base/base_guilds_repository.h | 17 +
.../base/base_horses_repository.h | 17 +
.../base_instance_list_player_repository.h | 17 +
.../base/base_instance_list_repository.h | 17 +
.../base/base_inventory_repository.h | 17 +
.../base_inventory_snapshots_repository.h | 17 +
.../base/base_ip_exemptions_repository.h | 17 +
.../base_items_evolving_details_repository.h | 17 +
.../repositories/base/base_items_repository.h | 17 +
.../base/base_keyring_repository.h | 17 +
.../base/base_launcher_repository.h | 17 +
.../base/base_ldon_trap_entries_repository.h | 17 +
.../base_ldon_trap_templates_repository.h | 17 +
.../base/base_level_exp_mods_repository.h | 17 +
.../base/base_lfguild_repository.h | 17 +
.../base/base_login_accounts_repository.h | 17 +
.../base/base_login_api_tokens_repository.h | 17 +
.../base_login_server_admins_repository.h | 17 +
.../base_login_server_list_types_repository.h | 17 +
.../base_login_world_servers_repository.h | 17 +
.../base/base_logsys_categories_repository.h | 17 +
.../base/base_lootdrop_entries_repository.h | 17 +
.../base/base_lootdrop_repository.h | 17 +
.../base/base_loottable_entries_repository.h | 17 +
.../base/base_loottable_repository.h | 17 +
.../repositories/base/base_mail_repository.h | 17 +
.../base/base_merc_armorinfo_repository.h | 17 +
.../base/base_merc_buffs_repository.h | 17 +
.../base/base_merc_inventory_repository.h | 17 +
.../base_merc_merchant_entries_repository.h | 17 +
...erc_merchant_template_entries_repository.h | 17 +
.../base_merc_merchant_templates_repository.h | 17 +
.../base/base_merc_name_types_repository.h | 17 +
.../base/base_merc_npc_types_repository.h | 17 +
.../base_merc_spell_list_entries_repository.h | 17 +
.../base/base_merc_spell_lists_repository.h | 17 +
.../base_merc_stance_entries_repository.h | 17 +
.../base/base_merc_stats_repository.h | 17 +
.../base/base_merc_subtypes_repository.h | 17 +
.../base/base_merc_templates_repository.h | 17 +
.../base/base_merc_types_repository.h | 17 +
.../base/base_merc_weaponinfo_repository.h | 17 +
.../base/base_merchantlist_repository.h | 17 +
.../base/base_merchantlist_temp_repository.h | 17 +
.../repositories/base/base_mercs_repository.h | 17 +
.../base/base_name_filter_repository.h | 17 +
.../base/base_npc_emotes_repository.h | 17 +
.../base_npc_faction_entries_repository.h | 17 +
.../base/base_npc_faction_repository.h | 17 +
.../base_npc_scale_global_base_repository.h | 17 +
...se_npc_spells_effects_entries_repository.h | 17 +
.../base/base_npc_spells_effects_repository.h | 17 +
.../base/base_npc_spells_entries_repository.h | 17 +
.../base/base_npc_spells_repository.h | 17 +
.../base/base_npc_types_repository.h | 17 +
.../base/base_npc_types_tint_repository.h | 17 +
.../base/base_object_contents_repository.h | 17 +
.../base/base_object_repository.h | 17 +
...se_perl_event_export_settings_repository.h | 17 +
.../base/base_petitions_repository.h | 17 +
.../base_pets_beastlord_data_repository.h | 17 +
...ase_pets_equipmentset_entries_repository.h | 17 +
.../base/base_pets_equipmentset_repository.h | 17 +
.../repositories/base/base_pets_repository.h | 17 +
...base_player_event_aa_purchase_repository.h | 17 +
...player_event_killed_named_npc_repository.h | 17 +
.../base_player_event_killed_npc_repository.h | 17 +
..._player_event_killed_raid_npc_repository.h | 17 +
...ase_player_event_log_settings_repository.h | 17 +
.../base/base_player_event_logs_repository.h | 17 +
.../base_player_event_loot_items_repository.h | 17 +
...layer_event_merchant_purchase_repository.h | 17 +
...se_player_event_merchant_sell_repository.h | 17 +
...ayer_event_npc_handin_entries_repository.h | 17 +
.../base_player_event_npc_handin_repository.h | 17 +
.../base_player_event_speech_repository.h | 17 +
...se_player_event_trade_entries_repository.h | 17 +
.../base/base_player_event_trade_repository.h | 17 +
.../base/base_player_titlesets_repository.h | 17 +
.../base/base_quest_globals_repository.h | 17 +
.../base/base_raid_details_repository.h | 17 +
.../base/base_raid_members_repository.h | 17 +
.../base/base_reports_repository.h | 17 +
.../base/base_respawn_times_repository.h | 17 +
.../base/base_rule_sets_repository.h | 17 +
.../base/base_rule_values_repository.h | 17 +
.../base/base_saylink_repository.h | 17 +
.../base_server_scheduled_events_repository.h | 17 +
...se_shared_task_activity_state_repository.h | 17 +
...ase_shared_task_dynamic_zones_repository.h | 17 +
.../base_shared_task_members_repository.h | 17 +
.../base/base_shared_tasks_repository.h | 17 +
.../base/base_sharedbank_repository.h | 17 +
.../base/base_skill_caps_repository.h | 17 +
.../base/base_spawn2_disabled_repository.h | 17 +
.../base/base_spawn2_repository.h | 17 +
.../base_spawn_condition_values_repository.h | 17 +
.../base/base_spawn_conditions_repository.h | 17 +
.../base/base_spawn_events_repository.h | 17 +
.../base/base_spawnentry_repository.h | 17 +
.../base/base_spawngroup_repository.h | 17 +
.../base/base_spell_buckets_repository.h | 17 +
.../base/base_spell_globals_repository.h | 17 +
.../base/base_spells_new_repository.h | 17 +
.../base/base_start_zones_repository.h | 17 +
.../base/base_starting_items_repository.h | 17 +
.../base/base_task_activities_repository.h | 17 +
.../repositories/base/base_tasks_repository.h | 17 +
.../base/base_tasksets_repository.h | 17 +
.../base/base_timers_repository.h | 17 +
.../base/base_titles_repository.h | 17 +
.../base/base_tool_game_objects_repository.h | 17 +
.../base/base_trader_repository.h | 17 +
...ase_tradeskill_recipe_entries_repository.h | 17 +
.../base/base_tradeskill_recipe_repository.h | 17 +
.../repositories/base/base_traps_repository.h | 17 +
.../base/base_tribute_levels_repository.h | 17 +
.../base/base_tributes_repository.h | 17 +
.../base/base_variables_repository.h | 17 +
...base_veteran_reward_templates_repository.h | 17 +
.../base/base_zone_flags_repository.h | 17 +
.../base/base_zone_points_repository.h | 17 +
.../repositories/base/base_zone_repository.h | 17 +
.../base/base_zone_state_spawns_repository.h | 17 +
common/repositories/base_data_repository.h | 17 +
.../repositories/blocked_spells_repository.h | 17 +
common/repositories/books_repository.h | 17 +
.../bot_blocked_buffs_repository.h | 17 +
common/repositories/bot_buffs_repository.h | 17 +
.../bot_create_combinations_repository.h | 17 +
common/repositories/bot_data_repository.h | 17 +
.../bot_group_members_repository.h | 17 +
common/repositories/bot_groups_repository.h | 17 +
.../bot_guild_members_repository.h | 17 +
.../bot_heal_rotation_members_repository.h | 17 +
.../bot_heal_rotation_targets_repository.h | 17 +
.../bot_heal_rotations_repository.h | 17 +
.../bot_inspect_messages_repository.h | 17 +
.../repositories/bot_inventories_repository.h | 17 +
.../bot_owner_options_repository.h | 17 +
.../repositories/bot_pet_buffs_repository.h | 17 +
.../bot_pet_inventories_repository.h | 17 +
common/repositories/bot_pets_repository.h | 17 +
common/repositories/bot_settings_repository.h | 17 +
.../bot_spell_casting_chances_repository.h | 17 +
.../bot_spell_settings_repository.h | 17 +
.../bot_spells_entries_repository.h | 17 +
common/repositories/bot_stances_repository.h | 17 +
.../bot_starting_items_repository.h | 17 +
common/repositories/bot_timers_repository.h | 17 +
common/repositories/bug_reports_repository.h | 17 +
common/repositories/bugs_repository.h | 17 +
.../repositories/buyer_buy_lines_repository.h | 17 +
common/repositories/buyer_repository.h | 17 +
.../buyer_trade_items_repository.h | 17 +
.../char_create_combinations_repository.h | 17 +
...char_create_point_allocations_repository.h | 17 +
.../char_recipe_list_repository.h | 17 +
.../character_activities_repository.h | 17 +
.../character_alt_currency_repository.h | 17 +
...character_alternate_abilities_repository.h | 17 +
.../repositories/character_auras_repository.h | 17 +
.../character_bandolier_repository.h | 17 +
.../repositories/character_bind_repository.h | 17 +
.../repositories/character_buffs_repository.h | 17 +
.../character_corpse_items_repository.h | 17 +
.../character_corpses_repository.h | 17 +
.../character_currency_repository.h | 17 +
.../repositories/character_data_repository.h | 17 +
.../character_disciplines_repository.h | 17 +
.../character_evolving_items_repository.h | 17 +
.../character_exp_modifiers_repository.h | 17 +
...character_expedition_lockouts_repository.h | 17 +
.../character_inspect_messages_repository.h | 17 +
...haracter_instance_safereturns_repository.h | 17 +
.../character_item_recast_repository.h | 17 +
.../character_languages_repository.h | 17 +
...haracter_leadership_abilities_repository.h | 17 +
.../character_material_repository.h | 17 +
.../character_memmed_spells_repository.h | 17 +
.../character_parcels_containers_repository.h | 17 +
.../character_parcels_repository.h | 17 +
.../character_peqzone_flags_repository.h | 17 +
.../character_pet_buffs_repository.h | 17 +
.../character_pet_info_repository.h | 17 +
.../character_pet_inventory_repository.h | 17 +
.../character_pet_name_repository.h | 17 +
.../character_potionbelt_repository.h | 17 +
.../character_skills_repository.h | 17 +
.../character_spells_repository.h | 17 +
.../character_stats_record_repository.h | 17 +
.../character_task_timers_repository.h | 17 +
.../repositories/character_tasks_repository.h | 17 +
.../character_tribute_repository.h | 17 +
.../chatchannel_reserved_names_repository.h | 17 +
common/repositories/chatchannels_repository.h | 17 +
.../command_subsettings_repository.h | 17 +
...ed_shared_task_activity_state_repository.h | 17 +
...completed_shared_task_members_repository.h | 17 +
.../completed_shared_tasks_repository.h | 17 +
.../repositories/completed_tasks_repository.h | 17 +
.../repositories/content_flags_repository.h | 17 +
.../criteria/content_filter_criteria.h | 17 +
.../damageshieldtypes_repository.h | 17 +
common/repositories/data_buckets_repository.h | 17 +
common/repositories/db_str_repository.h | 17 +
.../discord_webhooks_repository.h | 17 +
.../discovered_items_repository.h | 17 +
common/repositories/doors_repository.h | 17 +
.../dynamic_zone_lockouts_repository.h | 17 +
.../dynamic_zone_members_repository.h | 17 +
.../dynamic_zone_templates_repository.h | 17 +
.../repositories/dynamic_zones_repository.h | 17 +
.../faction_association_repository.h | 17 +
.../faction_base_data_repository.h | 17 +
.../faction_list_mod_repository.h | 17 +
common/repositories/faction_list_repository.h | 17 +
.../repositories/faction_values_repository.h | 17 +
common/repositories/fishing_repository.h | 17 +
common/repositories/forage_repository.h | 17 +
common/repositories/friends_repository.h | 17 +
common/repositories/global_loot_repository.h | 17 +
common/repositories/gm_ips_repository.h | 17 +
common/repositories/graveyard_repository.h | 17 +
common/repositories/grid_entries_repository.h | 17 +
common/repositories/grid_repository.h | 17 +
.../repositories/ground_spawns_repository.h | 17 +
common/repositories/group_id_repository.h | 17 +
.../repositories/group_leaders_repository.h | 17 +
common/repositories/guild_bank_repository.h | 17 +
.../repositories/guild_members_repository.h | 17 +
.../guild_permissions_repository.h | 17 +
common/repositories/guild_ranks_repository.h | 17 +
.../repositories/guild_relations_repository.h | 17 +
.../repositories/guild_tributes_repository.h | 17 +
common/repositories/guilds_repository.h | 17 +
common/repositories/horses_repository.h | 17 +
.../instance_list_player_repository.h | 17 +
.../repositories/instance_list_repository.h | 17 +
common/repositories/inventory_repository.h | 17 +
.../inventory_snapshots_repository.h | 17 +
.../inventory_versions_repository.h | 17 +
.../repositories/ip_exemptions_repository.h | 17 +
.../items_evolving_details_repository.h | 17 +
common/repositories/items_repository.h | 17 +
common/repositories/keyring_repository.h | 17 +
.../ldon_trap_entries_repository.h | 17 +
.../ldon_trap_templates_repository.h | 17 +
.../repositories/level_exp_mods_repository.h | 17 +
common/repositories/lfguild_repository.h | 17 +
.../repositories/login_accounts_repository.h | 17 +
.../login_api_tokens_repository.h | 17 +
.../login_server_admins_repository.h | 17 +
.../login_server_list_types_repository.h | 17 +
.../login_world_servers_repository.h | 17 +
.../logsys_categories_repository.h | 17 +
.../lootdrop_entries_repository.h | 17 +
common/repositories/lootdrop_repository.h | 17 +
.../loottable_entries_repository.h | 17 +
common/repositories/loottable_repository.h | 17 +
common/repositories/mail_repository.h | 17 +
.../repositories/merc_armorinfo_repository.h | 17 +
common/repositories/merc_buffs_repository.h | 17 +
.../repositories/merc_inventory_repository.h | 17 +
.../merc_merchant_entries_repository.h | 17 +
...erc_merchant_template_entries_repository.h | 17 +
.../merc_merchant_templates_repository.h | 17 +
.../repositories/merc_name_types_repository.h | 17 +
.../repositories/merc_npc_types_repository.h | 17 +
.../merc_spell_list_entries_repository.h | 17 +
.../merc_spell_lists_repository.h | 17 +
.../merc_stance_entries_repository.h | 17 +
common/repositories/merc_stats_repository.h | 17 +
.../repositories/merc_subtypes_repository.h | 17 +
.../repositories/merc_templates_repository.h | 17 +
common/repositories/merc_types_repository.h | 17 +
.../repositories/merc_weaponinfo_repository.h | 17 +
common/repositories/merchantlist_repository.h | 17 +
.../merchantlist_temp_repository.h | 17 +
common/repositories/mercs_repository.h | 17 +
common/repositories/name_filter_repository.h | 17 +
common/repositories/npc_emotes_repository.h | 17 +
.../npc_faction_entries_repository.h | 17 +
common/repositories/npc_faction_repository.h | 17 +
.../npc_scale_global_base_repository.h | 17 +
.../npc_spells_effects_entries_repository.h | 17 +
.../npc_spells_effects_repository.h | 17 +
.../npc_spells_entries_repository.h | 17 +
common/repositories/npc_spells_repository.h | 17 +
common/repositories/npc_types_repository.h | 17 +
.../repositories/npc_types_tint_repository.h | 17 +
.../repositories/object_contents_repository.h | 17 +
common/repositories/object_repository.h | 17 +
.../perl_event_export_settings_repository.h | 17 +
common/repositories/petitions_repository.h | 17 +
.../pets_beastlord_data_repository.h | 17 +
.../pets_equipmentset_entries_repository.h | 17 +
.../pets_equipmentset_repository.h | 17 +
common/repositories/pets_repository.h | 17 +
.../player_event_aa_purchase_repository.h | 17 +
...player_event_killed_named_npc_repository.h | 17 +
.../player_event_killed_npc_repository.h | 17 +
.../player_event_killed_raid_npc_repository.h | 17 +
.../player_event_log_settings_repository.h | 17 +
.../player_event_logs_repository.h | 17 +
.../player_event_loot_items_repository.h | 17 +
...layer_event_merchant_purchase_repository.h | 17 +
.../player_event_merchant_sell_repository.h | 17 +
...ayer_event_npc_handin_entries_repository.h | 17 +
.../player_event_npc_handin_repository.h | 17 +
.../player_event_speech_repository.h | 17 +
.../player_event_trade_entries_repository.h | 17 +
.../player_event_trade_repository.h | 17 +
.../player_titlesets_repository.h | 17 +
.../repositories/quest_globals_repository.h | 17 +
common/repositories/raid_details_repository.h | 17 +
common/repositories/raid_members_repository.h | 17 +
common/repositories/reports_repository.h | 17 +
.../repositories/respawn_times_repository.h | 17 +
common/repositories/rule_sets_repository.h | 17 +
common/repositories/rule_values_repository.h | 17 +
common/repositories/saylink_repository.h | 17 +
.../server_scheduled_events_repository.h | 17 +
.../shared_task_activity_state_repository.h | 17 +
.../shared_task_dynamic_zones_repository.h | 17 +
.../shared_task_members_repository.h | 17 +
common/repositories/shared_tasks_repository.h | 17 +
common/repositories/sharedbank_repository.h | 17 +
common/repositories/skill_caps_repository.h | 17 +
.../repositories/spawn2_disabled_repository.h | 17 +
common/repositories/spawn2_repository.h | 17 +
.../spawn_condition_values_repository.h | 17 +
.../spawn_conditions_repository.h | 17 +
common/repositories/spawn_events_repository.h | 17 +
common/repositories/spawnentry_repository.h | 17 +
common/repositories/spawngroup_repository.h | 17 +
.../repositories/spell_buckets_repository.h | 17 +
.../repositories/spell_globals_repository.h | 17 +
common/repositories/spells_new_repository.h | 17 +
common/repositories/start_zones_repository.h | 17 +
.../repositories/starting_items_repository.h | 17 +
.../repositories/task_activities_repository.h | 17 +
common/repositories/tasks_repository.h | 17 +
common/repositories/tasksets_repository.h | 17 +
common/repositories/timers_repository.h | 17 +
common/repositories/titles_repository.h | 17 +
.../tool_game_objects_repository.h | 17 +
common/repositories/trader_audit_repository.h | 17 +
common/repositories/trader_repository.h | 17 +
.../tradeskill_recipe_entries_repository.h | 17 +
.../tradeskill_recipe_repository.h | 17 +
common/repositories/traps_repository.h | 17 +
.../repositories/tribute_levels_repository.h | 17 +
common/repositories/tributes_repository.h | 17 +
common/repositories/variables_repository.h | 17 +
.../veteran_reward_templates_repository.h | 17 +
common/repositories/zone_flags_repository.h | 17 +
common/repositories/zone_points_repository.h | 17 +
common/repositories/zone_repository.h | 17 +
.../zone_state_spawns_repository.h | 17 +
common/rulesys.cpp | 19 +-
common/rulesys.h | 19 +-
common/ruletypes.h | 19 +-
common/say_link.cpp | 18 +-
common/say_link.h | 18 +-
common/seperator.h | 18 +-
common/serialize_buffer.cpp | 17 +
common/serialize_buffer.h | 17 +
common/server_event_scheduler.cpp | 17 +
common/server_event_scheduler.h | 17 +
common/server_reload_types.h | 17 +
common/serverinfo.cpp | 19 +-
common/serverinfo.h | 18 +-
common/servertalk.h | 17 +
common/shared_tasks.cpp | 17 +
common/shared_tasks.h | 17 +
common/shareddb.cpp | 19 +-
common/shareddb.h | 35 +-
common/skill_caps.cpp | 17 +
common/skill_caps.h | 17 +
common/skills.cpp | 18 +-
common/skills.h | 18 +-
common/spdat.cpp | 19 +-
common/spdat.h | 19 +-
common/spdat_bot.cpp | 17 +
common/strings.cpp | 35 +-
common/strings.h | 35 +-
common/strings_legacy.cpp | 17 +
common/strings_misc.cpp | 17 +
common/struct_strategy.cpp | 17 +
common/struct_strategy.h | 17 +
common/tasks.h | 17 +
common/termcolor/rang.hpp | 17 +
common/textures.cpp | 18 +-
common/textures.h | 20 +-
common/timeoutmgr.cpp | 19 +-
common/timeoutmgr.h | 19 +-
common/timer.cpp | 19 +-
common/timer.h | 19 +-
common/types.h | 19 +-
common/unix.cpp | 18 +-
common/unix.h | 18 +-
common/useperl.h | 17 +
common/util/directory.cpp | 17 +
common/util/directory.h | 17 +
common/util/memory_stream.h | 17 +
common/util/uuid.cpp | 17 +
common/util/uuid.h | 17 +
common/version.h | 35 +-
common/zone_store.cpp | 37 +-
common/zone_store.h | 35 +-
eqlaunch/eqlaunch.cpp | 19 +-
eqlaunch/worldserver.cpp | 27 +-
eqlaunch/worldserver.h | 19 +-
eqlaunch/zone_launch.cpp | 19 +-
eqlaunch/zone_launch.h | 19 +-
loginserver/account_management.cpp | 17 +
loginserver/account_management.h | 17 +
loginserver/client.cpp | 17 +
loginserver/client.h | 17 +
loginserver/client_manager.cpp | 17 +
loginserver/client_manager.h | 17 +
loginserver/encryption.cpp | 17 +
loginserver/encryption.h | 17 +
loginserver/eq_crypto_api.h | 17 +
loginserver/login_server.h | 17 +
loginserver/login_types.h | 17 +
loginserver/loginserver_command_handler.cpp | 17 +
loginserver/loginserver_command_handler.h | 17 +
loginserver/loginserver_webserver.cpp | 17 +
loginserver/loginserver_webserver.h | 17 +
loginserver/main.cpp | 17 +
loginserver/options.h | 17 +
loginserver/world_server.cpp | 17 +
loginserver/world_server.h | 17 +
loginserver/world_server_manager.cpp | 17 +
loginserver/world_server_manager.h | 17 +
queryserv/database.cpp | 17 +
queryserv/database.h | 17 +
queryserv/lfguild.cpp | 17 +
queryserv/lfguild.h | 17 +
queryserv/queryserv.cpp | 17 +
queryserv/queryservconfig.cpp | 20 +-
queryserv/queryservconfig.h | 20 +-
queryserv/worldserver.cpp | 17 +
queryserv/worldserver.h | 19 +-
queryserv/zonelist.cpp | 17 +
queryserv/zonelist.h | 17 +
queryserv/zoneserver.cpp | 17 +
queryserv/zoneserver.h | 17 +
shared_memory/items.cpp | 19 +-
shared_memory/items.h | 19 +-
shared_memory/main.cpp | 19 +-
shared_memory/spells.cpp | 19 +-
shared_memory/spells.h | 19 +-
tests/atobool_test.h | 19 +-
tests/data_verification_test.h | 19 +-
tests/fixed_memory_test.h | 19 +-
tests/fixed_memory_variable_test.h | 19 +-
tests/hextoi_32_64_test.h | 19 +-
tests/ipc_mutex_test.h | 19 +-
tests/main.cpp | 19 +-
tests/memory_mapped_file_test.h | 19 +-
tests/skills_util_test.h | 19 +-
tests/string_util_test.h | 19 +-
tests/task_state_test.h | 17 +
ucs/chatchannel.cpp | 20 +-
ucs/chatchannel.h | 17 +
ucs/clientlist.cpp | 26 +-
ucs/clientlist.h | 20 +-
ucs/database.cpp | 20 +-
ucs/database.h | 20 +-
ucs/ucs.cpp | 20 +-
ucs/ucsconfig.cpp | 20 +-
ucs/ucsconfig.h | 20 +-
ucs/worldserver.cpp | 27 +-
ucs/worldserver.h | 19 +-
utils/TaskMaster/ErrorLog.cpp | 17 +
utils/TaskMaster/ErrorLog.h | 17 +
utils/TaskMaster/activities.cpp | 17 +
utils/TaskMaster/base.cpp | 17 +
utils/TaskMaster/base.h | 17 +
utils/TaskMaster/base_utility.cpp | 17 +
utils/TaskMaster/goals.cpp | 17 +
utils/TaskMaster/items.h | 17 +
utils/TaskMaster/proximity.cpp | 17 +
utils/TaskMaster/tasks.cpp | 17 +
utils/TaskMaster/tasks.h | 17 +
utils/TaskMaster/utility.cpp | 17 +
utils/TaskMaster/utility.h | 17 +
world/adventure.cpp | 17 +
world/adventure.h | 17 +
world/adventure_manager.cpp | 17 +
world/adventure_manager.h | 17 +
world/adventure_template.h | 17 +
world/cli/cli_bots_disable.cpp | 17 +
world/cli/cli_bots_enable.cpp | 17 +
world/cli/cli_copy_character.cpp | 17 +
world/cli/cli_database_concurrency.cpp | 17 +
world/cli/cli_database_dump.cpp | 17 +
world/cli/cli_database_get_schema.cpp | 17 +
world/cli/cli_database_set_account_status.cpp | 17 +
world/cli/cli_database_updates.cpp | 17 +
world/cli/cli_database_version.cpp | 17 +
world/cli/cli_etl_get_settings.cpp | 17 +
world/cli/cli_mercs_disable.cpp | 17 +
world/cli/cli_mercs_enable.cpp | 17 +
world/cli/cli_test.cpp | 17 +
world/cli/cli_test_colors.cpp | 17 +
world/cli/cli_test_expansion.cpp | 17 +
world/cli/cli_test_repository.cpp | 17 +
world/cli/cli_test_repository_2.cpp | 17 +
world/cli/cli_test_string_benchmark.cpp | 17 +
world/cli/cli_version.cpp | 17 +
world/client.cpp | 19 +-
world/client.h | 18 +-
world/cliententry.cpp | 17 +
world/cliententry.h | 17 +
world/clientlist.cpp | 19 +-
world/clientlist.h | 17 +
world/console.cpp | 35 +-
world/console.h | 17 +
world/dynamic_zone.cpp | 17 +
world/dynamic_zone.h | 17 +
world/dynamic_zone_manager.cpp | 17 +
world/dynamic_zone_manager.h | 17 +
world/eqemu_api_world_data_service.cpp | 17 +
world/eqemu_api_world_data_service.h | 35 +-
world/eql_config.cpp | 19 +-
world/eql_config.h | 19 +-
world/launcher_link.cpp | 27 +-
world/launcher_link.h | 19 +-
world/launcher_list.cpp | 27 +-
world/launcher_list.h | 19 +-
world/lfplist.cpp | 19 +-
world/lfplist.h | 19 +-
world/login_server.cpp | 17 +
world/login_server.h | 17 +
world/login_server_list.cpp | 27 +-
world/login_server_list.h | 17 +
world/main.cpp | 35 +-
world/queryserv.cpp | 17 +
world/queryserv.h | 17 +
world/shared_task_manager.cpp | 17 +
world/shared_task_manager.h | 17 +
world/shared_task_world_messaging.cpp | 17 +
world/shared_task_world_messaging.h | 17 +
world/sof_char_create_data.h | 17 +
world/ucs.cpp | 17 +
world/ucs.h | 17 +
world/web_interface.cpp | 17 +
world/web_interface.h | 17 +
world/web_interface_eqw.cpp | 17 +
world/web_interface_eqw.h | 17 +
world/wguild_mgr.cpp | 19 +-
world/wguild_mgr.h | 17 +
world/world_boot.cpp | 17 +
world/world_boot.h | 17 +
world/world_config.cpp | 19 +-
world/world_config.h | 19 +-
world/world_console_connection.cpp | 17 +
world/world_console_connection.h | 19 +-
world/world_event_scheduler.cpp | 17 +
world/world_event_scheduler.h | 17 +
world/world_server_cli.cpp | 17 +
world/world_server_cli.h | 17 +
world/world_tcp_connection.h | 19 +-
world/worlddb.cpp | 19 +-
world/worlddb.h | 19 +-
world/zonelist.cpp | 27 +-
world/zonelist.h | 17 +
world/zoneserver.cpp | 26 +-
world/zoneserver.h | 19 +-
zone/aa.cpp | 19 +-
zone/aa.h | 17 +
zone/aa_ability.cpp | 19 +-
zone/aa_ability.h | 19 +-
zone/aa_rank.h | 19 +-
zone/aa_rank_effects.h | 19 +-
zone/aggro.cpp | 19 +-
zone/aggromanager.cpp | 17 +
zone/aggromanager.h | 17 +
zone/api_service.cpp | 35 +-
zone/api_service.h | 35 +-
zone/attack.cpp | 27 +-
zone/aura.cpp | 17 +
zone/aura.h | 17 +
zone/beacon.cpp | 19 +-
zone/beacon.h | 19 +-
zone/bonuses.cpp | 19 +-
zone/bot.cpp | 19 +-
zone/bot.h | 19 +-
zone/bot_command.cpp | 19 +-
zone/bot_command.h | 19 +-
zone/bot_commands/bot_actionable.cpp | 17 +
zone/bot_commands/bot_appearance.cpp | 17 +
zone/bot_commands/bot_apply_poison.cpp | 17 +
zone/bot_commands/bot_apply_potion.cpp | 17 +
zone/bot_commands/bot_attack.cpp | 17 +
zone/bot_commands/bot_behind_mob.cpp | 17 +
zone/bot_commands/bot_blocked_buffs.cpp | 17 +
zone/bot_commands/bot_bot.cpp | 17 +
zone/bot_commands/bot_bot_settings.cpp | 17 +
zone/bot_commands/bot_cast.cpp | 17 +
zone/bot_commands/bot_class_race_list.cpp | 17 +
zone/bot_commands/bot_click_item.cpp | 17 +
zone/bot_commands/bot_copy_settings.cpp | 17 +
zone/bot_commands/bot_default_settings.cpp | 17 +
zone/bot_commands/bot_depart.cpp | 17 +
zone/bot_commands/bot_discipline.cpp | 17 +
zone/bot_commands/bot_distance_ranged.cpp | 17 +
zone/bot_commands/bot_find_aliases.cpp | 17 +
zone/bot_commands/bot_follow.cpp | 17 +
zone/bot_commands/bot_guard.cpp | 17 +
zone/bot_commands/bot_heal_rotation.cpp | 17 +
zone/bot_commands/bot_help.cpp | 17 +
zone/bot_commands/bot_hold.cpp | 17 +
zone/bot_commands/bot_illusion_block.cpp | 17 +
zone/bot_commands/bot_inventory.cpp | 17 +
zone/bot_commands/bot_item_use.cpp | 17 +
zone/bot_commands/bot_max_melee_range.cpp | 17 +
zone/bot_commands/bot_name.cpp | 17 +
zone/bot_commands/bot_owner_option.cpp | 17 +
zone/bot_commands/bot_pet.cpp | 17 +
zone/bot_commands/bot_pick_lock.cpp | 17 +
zone/bot_commands/bot_pickpocket.cpp | 17 +
zone/bot_commands/bot_precombat.cpp | 17 +
zone/bot_commands/bot_pull.cpp | 17 +
zone/bot_commands/bot_release.cpp | 17 +
zone/bot_commands/bot_set_assistee.cpp | 17 +
zone/bot_commands/bot_sit_hp_percent.cpp | 17 +
zone/bot_commands/bot_sit_in_combat.cpp | 17 +
zone/bot_commands/bot_sit_mana_percent.cpp | 17 +
zone/bot_commands/bot_spell.cpp | 17 +
zone/bot_commands/bot_spell_aggro_checks.cpp | 17 +
zone/bot_commands/bot_spell_announce_cast.cpp | 17 +
zone/bot_commands/bot_spell_delays.cpp | 17 +
.../bot_spell_engaged_priority.cpp | 17 +
zone/bot_commands/bot_spell_holds.cpp | 17 +
zone/bot_commands/bot_spell_idle_priority.cpp | 17 +
zone/bot_commands/bot_spell_max_hp_pct.cpp | 17 +
zone/bot_commands/bot_spell_max_mana_pct.cpp | 17 +
.../bot_commands/bot_spell_max_thresholds.cpp | 17 +
zone/bot_commands/bot_spell_min_hp_pct.cpp | 17 +
zone/bot_commands/bot_spell_min_mana_pct.cpp | 17 +
.../bot_commands/bot_spell_min_thresholds.cpp | 17 +
.../bot_spell_pursue_priority.cpp | 17 +
zone/bot_commands/bot_spell_resist_limits.cpp | 17 +
zone/bot_commands/bot_spell_target_count.cpp | 17 +
zone/bot_commands/bot_spelltypes.cpp | 17 +
zone/bot_commands/bot_suspend.cpp | 17 +
zone/bot_commands/bot_taunt.cpp | 17 +
zone/bot_commands/bot_timer.cpp | 17 +
zone/bot_commands/bot_track.cpp | 17 +
zone/bot_commands/bot_view_combos.cpp | 17 +
zone/bot_database.cpp | 19 +-
zone/bot_database.h | 19 +-
zone/bot_raid.cpp | 19 +-
zone/bot_raid.h | 19 +-
zone/bot_structs.h | 19 +-
zone/botspellsai.cpp | 19 +-
zone/cheat_manager.cpp | 17 +
zone/cheat_manager.h | 17 +
zone/cli/cli_benchmark_databuckets.cpp | 17 +
zone/cli/cli_sidecar_serve_http.cpp | 17 +
zone/cli/tests/cli_databuckets.cpp | 17 +
zone/cli/tests/cli_npc_handins.cpp | 17 +
zone/cli/tests/cli_npc_handins_multiquest.cpp | 17 +
zone/cli/tests/cli_test_util.cpp | 17 +
zone/cli/tests/cli_zone_state.cpp | 17 +
zone/client.cpp | 19 +-
zone/client.h | 19 +-
zone/client_bot.cpp | 17 +
zone/client_evolving_items.cpp | 17 +
zone/client_mods.cpp | 19 +-
zone/client_packet.cpp | 28 +-
zone/client_packet.h | 17 +
zone/client_process.cpp | 20 +-
zone/combat_record.cpp | 17 +
zone/combat_record.h | 17 +
zone/command.cpp | 17 +
zone/command.h | 17 +
zone/common.h | 17 +
zone/corpse.cpp | 17 +
zone/corpse.h | 17 +
zone/dialogue_window.cpp | 17 +
zone/dialogue_window.h | 17 +
zone/doors.cpp | 19 +-
zone/doors.h | 17 +
zone/dynamic_zone.cpp | 35 +-
zone/dynamic_zone.h | 35 +-
zone/effects.cpp | 19 +-
zone/embparser.cpp | 19 +-
zone/embparser.h | 19 +-
zone/embparser_api.cpp | 19 +-
zone/embperl.cpp | 17 +
zone/embperl.h | 17 +
zone/encounter.cpp | 27 +-
zone/encounter.h | 27 +-
zone/entity.cpp | 19 +-
zone/entity.h | 19 +-
zone/event_codes.h | 17 +
zone/exp.cpp | 19 +-
zone/expedition_request.cpp | 35 +-
zone/expedition_request.h | 35 +-
zone/fastmath.cpp | 17 +
zone/fastmath.h | 17 +
zone/fearpath.cpp | 19 +-
zone/forage.cpp | 19 +-
zone/forage.h | 19 +-
zone/global_loot_manager.cpp | 17 +
zone/global_loot_manager.h | 17 +
zone/gm_commands/acceptrules.cpp | 17 +
zone/gm_commands/advnpcspawn.cpp | 17 +
zone/gm_commands/aggrozone.cpp | 17 +
zone/gm_commands/ai.cpp | 17 +
zone/gm_commands/appearance.cpp | 17 +
zone/gm_commands/appearanceeffects.cpp | 17 +
zone/gm_commands/attack.cpp | 17 +
zone/gm_commands/augmentitem.cpp | 17 +
zone/gm_commands/ban.cpp | 17 +
zone/gm_commands/bugs.cpp | 17 +
zone/gm_commands/camerashake.cpp | 17 +
zone/gm_commands/castspell.cpp | 17 +
zone/gm_commands/chat.cpp | 17 +
zone/gm_commands/clearxtargets.cpp | 17 +
zone/gm_commands/copycharacter.cpp | 17 +
zone/gm_commands/corpse.cpp | 17 +
zone/gm_commands/corpsefix.cpp | 17 +
zone/gm_commands/countitem.cpp | 17 +
zone/gm_commands/damage.cpp | 17 +
zone/gm_commands/databuckets.cpp | 17 +
zone/gm_commands/dbspawn2.cpp | 17 +
zone/gm_commands/delacct.cpp | 17 +
zone/gm_commands/delpetition.cpp | 17 +
zone/gm_commands/depop.cpp | 17 +
zone/gm_commands/depopzone.cpp | 17 +
zone/gm_commands/devtools.cpp | 17 +
zone/gm_commands/disablerecipe.cpp | 17 +
zone/gm_commands/disarmtrap.cpp | 17 +
zone/gm_commands/doanim.cpp | 17 +
zone/gm_commands/door.cpp | 17 +
zone/gm_commands/door_manipulation.cpp | 17 +
zone/gm_commands/door_manipulation.h | 17 +
zone/gm_commands/dye.cpp | 17 +
zone/gm_commands/dz.cpp | 17 +
zone/gm_commands/dzkickplayers.cpp | 17 +
zone/gm_commands/editmassrespawn.cpp | 17 +
zone/gm_commands/emote.cpp | 17 +
zone/gm_commands/emptyinventory.cpp | 17 +
zone/gm_commands/enablerecipe.cpp | 17 +
zone/gm_commands/entityvariable.cpp | 17 +
zone/gm_commands/evolving_items.cpp | 17 +
zone/gm_commands/exptoggle.cpp | 17 +
zone/gm_commands/faction.cpp | 17 +
zone/gm_commands/faction_association.cpp | 17 +
zone/gm_commands/feature.cpp | 17 +
zone/gm_commands/find.cpp | 17 +
zone/gm_commands/find/find_aa.cpp | 17 +
zone/gm_commands/find/find_account.cpp | 17 +
zone/gm_commands/find/find_body_type.cpp | 17 +
zone/gm_commands/find/find_bot.cpp | 17 +
zone/gm_commands/find/find_bug_category.cpp | 17 +
zone/gm_commands/find/find_character.cpp | 17 +
zone/gm_commands/find/find_class.cpp | 17 +
.../gm_commands/find/find_comparison_type.cpp | 17 +
zone/gm_commands/find/find_currency.cpp | 17 +
zone/gm_commands/find/find_deity.cpp | 17 +
zone/gm_commands/find/find_emote.cpp | 17 +
zone/gm_commands/find/find_faction.cpp | 17 +
zone/gm_commands/find/find_item.cpp | 17 +
zone/gm_commands/find/find_language.cpp | 17 +
zone/gm_commands/find/find_ldon_theme.cpp | 17 +
zone/gm_commands/find/find_npctype.cpp | 17 +
zone/gm_commands/find/find_object_type.cpp | 17 +
zone/gm_commands/find/find_race.cpp | 17 +
zone/gm_commands/find/find_recipe.cpp | 17 +
zone/gm_commands/find/find_skill.cpp | 17 +
.../gm_commands/find/find_special_ability.cpp | 17 +
zone/gm_commands/find/find_spell.cpp | 17 +
zone/gm_commands/find/find_stance.cpp | 17 +
zone/gm_commands/find/find_task.cpp | 17 +
zone/gm_commands/find/find_zone.cpp | 17 +
zone/gm_commands/fish.cpp | 17 +
zone/gm_commands/fixmob.cpp | 17 +
zone/gm_commands/flagedit.cpp | 17 +
zone/gm_commands/fleeinfo.cpp | 17 +
zone/gm_commands/forage.cpp | 17 +
zone/gm_commands/gearup.cpp | 17 +
zone/gm_commands/giveitem.cpp | 17 +
zone/gm_commands/givemoney.cpp | 17 +
zone/gm_commands/gmzone.cpp | 17 +
zone/gm_commands/goto.cpp | 17 +
zone/gm_commands/grantaa.cpp | 17 +
zone/gm_commands/grid.cpp | 17 +
zone/gm_commands/guild.cpp | 17 +
zone/gm_commands/hp.cpp | 17 +
zone/gm_commands/illusion_block.cpp | 17 +
zone/gm_commands/instance.cpp | 17 +
zone/gm_commands/interrogateinv.cpp | 17 +
zone/gm_commands/interrupt.cpp | 17 +
zone/gm_commands/invsnapshot.cpp | 17 +
zone/gm_commands/ipban.cpp | 17 +
zone/gm_commands/kick.cpp | 17 +
zone/gm_commands/kill.cpp | 17 +
zone/gm_commands/killallnpcs.cpp | 17 +
zone/gm_commands/list.cpp | 17 +
zone/gm_commands/loc.cpp | 17 +
zone/gm_commands/logs.cpp | 17 +
zone/gm_commands/lootsim.cpp | 17 +
zone/gm_commands/makepet.cpp | 17 +
zone/gm_commands/memspell.cpp | 17 +
zone/gm_commands/merchantshop.cpp | 17 +
zone/gm_commands/modifynpcstat.cpp | 17 +
zone/gm_commands/movechar.cpp | 17 +
zone/gm_commands/movement.cpp | 17 +
zone/gm_commands/myskills.cpp | 17 +
zone/gm_commands/mysql.cpp | 17 +
zone/gm_commands/mystats.cpp | 17 +
zone/gm_commands/npccast.cpp | 17 +
zone/gm_commands/npcedit.cpp | 17 +
zone/gm_commands/npceditmass.cpp | 17 +
zone/gm_commands/npcemote.cpp | 17 +
zone/gm_commands/npcloot.cpp | 17 +
zone/gm_commands/npcsay.cpp | 17 +
zone/gm_commands/npcshout.cpp | 17 +
zone/gm_commands/npcspawn.cpp | 17 +
zone/gm_commands/npctypespawn.cpp | 17 +
zone/gm_commands/nudge.cpp | 17 +
zone/gm_commands/nukebuffs.cpp | 17 +
zone/gm_commands/nukeitem.cpp | 17 +
zone/gm_commands/object.cpp | 17 +
zone/gm_commands/object_manipulation.cpp | 17 +
zone/gm_commands/object_manipulation.h | 17 +
zone/gm_commands/parcels.cpp | 17 +
zone/gm_commands/path.cpp | 17 +
zone/gm_commands/peqzone.cpp | 17 +
zone/gm_commands/petitems.cpp | 17 +
zone/gm_commands/petname.cpp | 17 +
zone/gm_commands/picklock.cpp | 17 +
zone/gm_commands/profanity.cpp | 17 +
zone/gm_commands/push.cpp | 17 +
zone/gm_commands/raidloot.cpp | 17 +
zone/gm_commands/randomfeatures.cpp | 17 +
zone/gm_commands/refreshgroup.cpp | 17 +
zone/gm_commands/reload.cpp | 17 +
zone/gm_commands/removeitem.cpp | 17 +
zone/gm_commands/repop.cpp | 17 +
zone/gm_commands/resetaa.cpp | 17 +
zone/gm_commands/resetaa_timer.cpp | 17 +
zone/gm_commands/resetdisc_timer.cpp | 17 +
zone/gm_commands/revoke.cpp | 17 +
zone/gm_commands/roambox.cpp | 17 +
zone/gm_commands/rules.cpp | 17 +
zone/gm_commands/save.cpp | 17 +
zone/gm_commands/scale.cpp | 17 +
zone/gm_commands/scribespell.cpp | 17 +
zone/gm_commands/scribespells.cpp | 17 +
zone/gm_commands/sendzonespawns.cpp | 17 +
zone/gm_commands/sensetrap.cpp | 17 +
zone/gm_commands/serverrules.cpp | 17 +
zone/gm_commands/set.cpp | 17 +
zone/gm_commands/set/set_aa_exp.cpp | 17 +
zone/gm_commands/set/set_aa_points.cpp | 17 +
zone/gm_commands/set/set_adventure_points.cpp | 17 +
.../set/set_alternate_currency.cpp | 17 +
zone/gm_commands/set/set_animation.cpp | 17 +
zone/gm_commands/set/set_anon.cpp | 17 +
zone/gm_commands/set/set_auto_login.cpp | 17 +
zone/gm_commands/set/set_bind_point.cpp | 17 +
zone/gm_commands/set/set_checksum.cpp | 17 +
zone/gm_commands/set/set_class_permanent.cpp | 17 +
zone/gm_commands/set/set_crystals.cpp | 17 +
zone/gm_commands/set/set_date.cpp | 17 +
zone/gm_commands/set/set_endurance.cpp | 17 +
zone/gm_commands/set/set_endurance_full.cpp | 17 +
zone/gm_commands/set/set_exp.cpp | 17 +
zone/gm_commands/set/set_flymode.cpp | 17 +
zone/gm_commands/set/set_frozen.cpp | 17 +
zone/gm_commands/set/set_gender.cpp | 17 +
zone/gm_commands/set/set_gender_permanent.cpp | 17 +
zone/gm_commands/set/set_gm.cpp | 17 +
zone/gm_commands/set/set_gm_speed.cpp | 17 +
zone/gm_commands/set/set_gm_status.cpp | 17 +
zone/gm_commands/set/set_god_mode.cpp | 17 +
zone/gm_commands/set/set_haste.cpp | 17 +
zone/gm_commands/set/set_hero_model.cpp | 17 +
zone/gm_commands/set/set_hide_me.cpp | 17 +
zone/gm_commands/set/set_hp.cpp | 17 +
zone/gm_commands/set/set_hp_full.cpp | 17 +
zone/gm_commands/set/set_invulnerable.cpp | 17 +
zone/gm_commands/set/set_language.cpp | 17 +
zone/gm_commands/set/set_last_name.cpp | 17 +
zone/gm_commands/set/set_level.cpp | 17 +
zone/gm_commands/set/set_loginserver_info.cpp | 17 +
zone/gm_commands/set/set_mana.cpp | 17 +
zone/gm_commands/set/set_mana_full.cpp | 17 +
zone/gm_commands/set/set_motd.cpp | 17 +
zone/gm_commands/set/set_name.cpp | 17 +
zone/gm_commands/set/set_ooc_mute.cpp | 17 +
zone/gm_commands/set/set_password.cpp | 17 +
zone/gm_commands/set/set_pvp.cpp | 17 +
zone/gm_commands/set/set_pvp_points.cpp | 17 +
zone/gm_commands/set/set_race.cpp | 17 +
zone/gm_commands/set/set_race_permanent.cpp | 17 +
zone/gm_commands/set/set_server_locked.cpp | 17 +
zone/gm_commands/set/set_skill.cpp | 17 +
zone/gm_commands/set/set_skill_all.cpp | 17 +
zone/gm_commands/set/set_skill_all_max.cpp | 17 +
zone/gm_commands/set/set_start_zone.cpp | 17 +
zone/gm_commands/set/set_temporary_name.cpp | 17 +
zone/gm_commands/set/set_texture.cpp | 17 +
zone/gm_commands/set/set_time.cpp | 17 +
zone/gm_commands/set/set_time_zone.cpp | 17 +
zone/gm_commands/set/set_title.cpp | 17 +
zone/gm_commands/set/set_title_suffix.cpp | 17 +
zone/gm_commands/set/set_weather.cpp | 17 +
zone/gm_commands/set/set_zone.cpp | 17 +
zone/gm_commands/show.cpp | 17 +
zone/gm_commands/show/show_aa_points.cpp | 17 +
zone/gm_commands/show/show_aas.cpp | 17 +
zone/gm_commands/show/show_aggro.cpp | 17 +
zone/gm_commands/show/show_auto_login.cpp | 17 +
zone/gm_commands/show/show_buffs.cpp | 17 +
.../show/show_buried_corpse_count.cpp | 17 +
.../show/show_client_version_summary.cpp | 17 +
zone/gm_commands/show/show_content_flags.cpp | 17 +
zone/gm_commands/show/show_currencies.cpp | 17 +
zone/gm_commands/show/show_distance.cpp | 17 +
zone/gm_commands/show/show_emotes.cpp | 17 +
zone/gm_commands/show/show_field_of_view.cpp | 17 +
zone/gm_commands/show/show_flags.cpp | 17 +
zone/gm_commands/show/show_group_info.cpp | 17 +
zone/gm_commands/show/show_hatelist.cpp | 17 +
zone/gm_commands/show/show_inventory.cpp | 17 +
zone/gm_commands/show/show_ip_lookup.cpp | 17 +
zone/gm_commands/show/show_keyring.cpp | 17 +
zone/gm_commands/show/show_line_of_sight.cpp | 17 +
zone/gm_commands/show/show_network.cpp | 17 +
zone/gm_commands/show/show_network_stats.cpp | 17 +
.../gm_commands/show/show_npc_global_loot.cpp | 17 +
zone/gm_commands/show/show_npc_stats.cpp | 17 +
zone/gm_commands/show/show_npc_type.cpp | 17 +
zone/gm_commands/show/show_peqzone_flags.cpp | 17 +
zone/gm_commands/show/show_petition.cpp | 17 +
zone/gm_commands/show/show_petition_info.cpp | 17 +
zone/gm_commands/show/show_proximity.cpp | 17 +
zone/gm_commands/show/show_quest_errors.cpp | 17 +
zone/gm_commands/show/show_quest_globals.cpp | 17 +
zone/gm_commands/show/show_recipe.cpp | 17 +
zone/gm_commands/show/show_server_info.cpp | 17 +
zone/gm_commands/show/show_skills.cpp | 17 +
zone/gm_commands/show/show_spawn_status.cpp | 17 +
.../show/show_special_abilities.cpp | 17 +
zone/gm_commands/show/show_spells.cpp | 17 +
zone/gm_commands/show/show_spells_list.cpp | 17 +
zone/gm_commands/show/show_stats.cpp | 17 +
zone/gm_commands/show/show_timers.cpp | 17 +
zone/gm_commands/show/show_traps.cpp | 17 +
zone/gm_commands/show/show_uptime.cpp | 17 +
zone/gm_commands/show/show_variable.cpp | 17 +
zone/gm_commands/show/show_version.cpp | 17 +
zone/gm_commands/show/show_waypoints.cpp | 17 +
zone/gm_commands/show/show_who.cpp | 17 +
zone/gm_commands/show/show_xtargets.cpp | 17 +
zone/gm_commands/show/show_zone_data.cpp | 17 +
.../show/show_zone_global_loot.cpp | 17 +
zone/gm_commands/show/show_zone_loot.cpp | 17 +
zone/gm_commands/show/show_zone_points.cpp | 17 +
zone/gm_commands/show/show_zone_status.cpp | 17 +
zone/gm_commands/show/show_zone_variables.cpp | 17 +
zone/gm_commands/shutdown.cpp | 17 +
zone/gm_commands/spawn.cpp | 17 +
zone/gm_commands/spawneditmass.cpp | 17 +
zone/gm_commands/spawnfix.cpp | 17 +
zone/gm_commands/stun.cpp | 17 +
zone/gm_commands/summon.cpp | 17 +
zone/gm_commands/summonburiedplayercorpse.cpp | 17 +
zone/gm_commands/summonitem.cpp | 17 +
zone/gm_commands/suspend.cpp | 17 +
zone/gm_commands/suspendmulti.cpp | 17 +
zone/gm_commands/takeplatinum.cpp | 17 +
zone/gm_commands/task.cpp | 17 +
zone/gm_commands/traindisc.cpp | 17 +
zone/gm_commands/tune.cpp | 17 +
zone/gm_commands/undye.cpp | 17 +
zone/gm_commands/unmemspell.cpp | 17 +
zone/gm_commands/unmemspells.cpp | 17 +
zone/gm_commands/unscribespell.cpp | 17 +
zone/gm_commands/unscribespells.cpp | 17 +
zone/gm_commands/untraindisc.cpp | 17 +
zone/gm_commands/untraindiscs.cpp | 17 +
zone/gm_commands/wc.cpp | 17 +
zone/gm_commands/worldshutdown.cpp | 17 +
zone/gm_commands/worldwide.cpp | 17 +
zone/gm_commands/wp.cpp | 17 +
zone/gm_commands/wpadd.cpp | 17 +
zone/gm_commands/zone.cpp | 17 +
zone/gm_commands/zone_instance.cpp | 17 +
zone/gm_commands/zone_shard.cpp | 17 +
zone/gm_commands/zonebootup.cpp | 17 +
zone/gm_commands/zoneshutdown.cpp | 17 +
zone/gm_commands/zonevariable.cpp | 17 +
zone/gm_commands/zsave.cpp | 17 +
zone/groups.cpp | 19 +-
zone/groups.h | 19 +-
zone/guild.cpp | 19 +-
zone/guild_mgr.cpp | 19 +-
zone/guild_mgr.h | 17 +
zone/hate_list.cpp | 27 +-
zone/hate_list.h | 27 +-
zone/heal_rotation.cpp | 19 +-
zone/heal_rotation.h | 19 +-
zone/horse.cpp | 19 +-
zone/horse.h | 19 +-
zone/inventory.cpp | 19 +-
zone/loot.cpp | 17 +
zone/lua_bit.h | 17 +
zone/lua_bot.cpp | 17 +
zone/lua_bot.h | 17 +
zone/lua_buff.cpp | 17 +
zone/lua_buff.h | 17 +
zone/lua_client.cpp | 17 +
zone/lua_client.h | 17 +
zone/lua_corpse.cpp | 17 +
zone/lua_corpse.h | 17 +
zone/lua_database.cpp | 17 +
zone/lua_database.h | 17 +
zone/lua_door.cpp | 17 +
zone/lua_door.h | 17 +
zone/lua_encounter.cpp | 17 +
zone/lua_encounter.h | 17 +
zone/lua_entity.cpp | 17 +
zone/lua_entity.h | 17 +
zone/lua_entity_list.cpp | 17 +
zone/lua_entity_list.h | 17 +
zone/lua_expedition.cpp | 17 +
zone/lua_expedition.h | 35 +-
zone/lua_general.cpp | 17 +
zone/lua_general.h | 17 +
zone/lua_group.cpp | 17 +
zone/lua_group.h | 17 +
zone/lua_hate_list.cpp | 17 +
zone/lua_hate_list.h | 17 +
zone/lua_inventory.cpp | 17 +
zone/lua_inventory.h | 17 +
zone/lua_item.cpp | 17 +
zone/lua_item.h | 17 +
zone/lua_iteminst.cpp | 17 +
zone/lua_iteminst.h | 17 +
zone/lua_merc.cpp | 17 +
zone/lua_merc.h | 17 +
zone/lua_mob.cpp | 17 +
zone/lua_mob.h | 17 +
zone/lua_mod.cpp | 17 +
zone/lua_mod.h | 17 +
zone/lua_npc.cpp | 17 +
zone/lua_npc.h | 17 +
zone/lua_object.cpp | 17 +
zone/lua_object.h | 17 +
zone/lua_packet.cpp | 17 +
zone/lua_packet.h | 17 +
zone/lua_parser.cpp | 17 +
zone/lua_parser.h | 17 +
zone/lua_parser_events.cpp | 17 +
zone/lua_parser_events.h | 17 +
zone/lua_ptr.h | 17 +
zone/lua_raid.cpp | 17 +
zone/lua_raid.h | 17 +
zone/lua_spawn.cpp | 17 +
zone/lua_spawn.h | 17 +
zone/lua_spell.cpp | 17 +
zone/lua_spell.h | 17 +
zone/lua_stat_bonuses.cpp | 17 +
zone/lua_stat_bonuses.h | 17 +
zone/lua_zone.cpp | 17 +
zone/lua_zone.h | 17 +
zone/main.cpp | 35 +-
zone/map.cpp | 17 +
zone/map.h | 20 +-
zone/masterentity.h | 17 +
zone/merc.cpp | 17 +
zone/merc.h | 17 +
zone/mob.cpp | 19 +-
zone/mob.h | 18 +-
zone/mob_ai.cpp | 19 +-
zone/mob_appearance.cpp | 35 +-
zone/mob_info.cpp | 35 +-
zone/mob_movement_manager.cpp | 17 +
zone/mob_movement_manager.h | 17 +
zone/npc.cpp | 19 +-
zone/npc.h | 19 +-
zone/npc_scale_manager.cpp | 35 +-
zone/npc_scale_manager.h | 35 +-
zone/object.cpp | 19 +-
zone/object.h | 19 +-
zone/oriented_bounding_box.cpp | 17 +
zone/oriented_bounding_box.h | 17 +
zone/parcels.cpp | 19 +-
zone/pathfinder_interface.cpp | 17 +
zone/pathfinder_interface.h | 17 +
zone/pathfinder_nav_mesh.cpp | 17 +
zone/pathfinder_nav_mesh.h | 17 +
zone/pathfinder_null.cpp | 17 +
zone/pathfinder_null.h | 17 +
zone/pathfinder_waypoint.cpp | 17 +
zone/pathfinder_waypoint.h | 17 +
zone/pathing.cpp | 17 +
zone/pch/pch.h | 17 +
zone/perl_bot.cpp | 17 +
zone/perl_buff.cpp | 17 +
zone/perl_client.cpp | 17 +
zone/perl_database.cpp | 17 +
zone/perl_database.h | 17 +
zone/perl_doors.cpp | 17 +
zone/perl_entity.cpp | 17 +
zone/perl_expedition.cpp | 17 +
zone/perl_groups.cpp | 17 +
zone/perl_hateentry.cpp | 17 +
zone/perl_inventory.cpp | 17 +
zone/perl_merc.cpp | 17 +
zone/perl_mob.cpp | 17 +
zone/perl_npc.cpp | 17 +
zone/perl_object.cpp | 17 +
zone/perl_perlpacket.cpp | 17 +
zone/perl_player_corpse.cpp | 17 +
zone/perl_questitem.cpp | 17 +
zone/perl_questitem_data.cpp | 17 +
zone/perl_raids.cpp | 17 +
zone/perl_spawn.cpp | 17 +
zone/perl_spell.cpp | 17 +
zone/perl_stat_bonuses.cpp | 17 +
zone/perl_zone.cpp | 17 +
zone/perlpacket.cpp | 19 +-
zone/perlpacket.h | 19 +-
zone/petitions.cpp | 19 +-
zone/petitions.h | 19 +-
zone/pets.cpp | 19 +-
zone/pets.h | 17 +
zone/position.cpp | 17 +
zone/position.h | 19 +-
zone/qglobals.cpp | 17 +
zone/qglobals.h | 17 +
zone/queryserv.cpp | 17 +
zone/queryserv.h | 17 +
zone/quest_db.cpp | 17 +
zone/quest_db.h | 17 +
zone/quest_interface.h | 19 +-
zone/quest_parser_collection.cpp | 19 +-
zone/quest_parser_collection.h | 19 +-
zone/questmgr.cpp | 19 +-
zone/questmgr.h | 27 +-
zone/raids.cpp | 19 +-
zone/raids.h | 19 +-
zone/raycast_mesh.cpp | 17 +
zone/raycast_mesh.h | 17 +
zone/shared_task_zone_messaging.cpp | 17 +
zone/shared_task_zone_messaging.h | 17 +
.../sidecar_api/loot_simulator_controller.cpp | 17 +
zone/sidecar_api/sidecar_api.cpp | 17 +
zone/sidecar_api/sidecar_api.h | 17 +
zone/spawn2.cpp | 19 +-
zone/spawn2.h | 19 +-
zone/spawngroup.cpp | 19 +-
zone/spawngroup.h | 19 +-
zone/special_attacks.cpp | 21 +-
zone/spell_effects.cpp | 19 +-
zone/spells.cpp | 19 +-
zone/string_ids.h | 17 +
zone/task_client_state.cpp | 17 +
zone/task_client_state.h | 17 +
zone/task_manager.cpp | 17 +
zone/task_manager.h | 17 +
zone/tasks.cpp | 17 +
zone/tasks.h | 17 +
zone/titles.cpp | 17 +
zone/titles.h | 17 +
zone/tradeskills.cpp | 19 +-
zone/trading.cpp | 19 +-
zone/trap.cpp | 19 +-
zone/trap.h | 19 +-
zone/tribute.cpp | 19 +-
zone/tune.cpp | 19 +-
zone/water_map.cpp | 17 +
zone/water_map.h | 17 +
zone/water_map_v1.cpp | 17 +
zone/water_map_v1.h | 17 +
zone/water_map_v2.cpp | 17 +
zone/water_map_v2.h | 17 +
zone/waypoints.cpp | 27 +-
zone/worldserver.cpp | 27 +-
zone/worldserver.h | 19 +-
zone/xtargetautohaters.cpp | 17 +
zone/xtargetautohaters.h | 17 +
zone/zone.cpp | 19 +-
zone/zone.h | 19 +-
zone/zone_base_data.cpp | 17 +
zone/zone_cli.cpp | 17 +
zone/zone_cli.h | 17 +
zone/zone_config.cpp | 19 +-
zone/zone_config.h | 19 +-
zone/zone_event_scheduler.cpp | 17 +
zone/zone_event_scheduler.h | 17 +
zone/zone_loot.cpp | 17 +
zone/zone_npc_factions.cpp | 17 +
zone/zone_reload.cpp | 35 +-
zone/zone_reload.h | 35 +-
zone/zone_save_state.cpp | 17 +
zone/zone_save_state.h | 17 +
zone/zonedb.cpp | 17 +
zone/zonedb.h | 17 +
zone/zonedump.h | 18 +-
zone/zoning.cpp | 19 +-
1646 files changed, 26185 insertions(+), 4647 deletions(-)
delete mode 100644 LICENSE
create mode 100644 LICENSE.md
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index f288702d2..000000000
--- a/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- 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
-.
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 000000000..04fb21e16
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,675 @@
+# 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 .
diff --git a/client_files/export/main.cpp b/client_files/export/main.cpp
index 333528b64..952ba9dd3 100644
--- a/client_files/export/main.cpp
+++ b/client_files/export/main.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/content/world_content_service.h"
#include "common/crash.h"
#include "common/eqemu_config.h"
diff --git a/client_files/import/main.cpp b/client_files/import/main.cpp
index b09eba064..eadb58471 100644
--- a/client_files/import/main.cpp
+++ b/client_files/import/main.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/content/world_content_service.h"
#include "common/crash.h"
#include "common/eqemu_config.h"
diff --git a/common/StackWalker/StackWalker.cpp b/common/StackWalker/StackWalker.cpp
index d457a2231..5360a3efa 100644
--- a/common/StackWalker/StackWalker.cpp
+++ b/common/StackWalker/StackWalker.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
/**********************************************************************
*
* StackWalker.cpp
diff --git a/common/StackWalker/StackWalker.h b/common/StackWalker/StackWalker.h
index ec233d9fa..a53c67328 100644
--- a/common/StackWalker/StackWalker.h
+++ b/common/StackWalker/StackWalker.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
/**********************************************************************
*
* StackWalker.h
diff --git a/common/additive_lagged_fibonacci_engine.h b/common/additive_lagged_fibonacci_engine.h
index 0cd9c6a52..0554c0d87 100644
--- a/common/additive_lagged_fibonacci_engine.h
+++ b/common/additive_lagged_fibonacci_engine.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2021 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include
diff --git a/common/base_packet.cpp b/common/base_packet.cpp
index 0fdfe22c1..b9f60f6a7 100644
--- a/common/base_packet.cpp
+++ b/common/base_packet.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/base_packet.h"
#include "common/misc.h"
#include "common/packet_dump.h"
diff --git a/common/base_packet.h b/common/base_packet.h
index 463bc2faf..607e04576 100644
--- a/common/base_packet.h
+++ b/common/base_packet.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/platform/inet.h"
diff --git a/common/bazaar.cpp b/common/bazaar.cpp
index 870d275a2..69841bfaa 100644
--- a/common/bazaar.cpp
+++ b/common/bazaar.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "bazaar.h"
#include "common/item_instance.h"
diff --git a/common/bazaar.h b/common/bazaar.h
index aa7f24975..2ea6fe1db 100644
--- a/common/bazaar.h
+++ b/common/bazaar.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/item_instance.h"
diff --git a/common/bodytypes.cpp b/common/bodytypes.cpp
index 650f25f58..481b64527 100644
--- a/common/bodytypes.cpp
+++ b/common/bodytypes.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "bodytypes.h"
std::string BodyType::GetName(uint8 body_type_id)
diff --git a/common/bodytypes.h b/common/bodytypes.h
index 658cc063e..24cbaaad3 100644
--- a/common/bodytypes.h
+++ b/common/bodytypes.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/classes.cpp b/common/classes.cpp
index babd08d64..bbe14f06c 100644
--- a/common/classes.cpp
+++ b/common/classes.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
+ along with this program. If not, see .
+*/
#include "classes.h"
#include "common/data_verification.h"
diff --git a/common/classes.h b/common/classes.h
index fefae4940..5d6467fd5 100644
--- a/common/classes.h
+++ b/common/classes.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/rulesys.h"
diff --git a/common/cli/argh.h b/common/cli/argh.h
index 047fa190f..255d1de81 100644
--- a/common/cli/argh.h
+++ b/common/cli/argh.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/cli/eqemu_command_handler.cpp b/common/cli/eqemu_command_handler.cpp
index 75626670a..2f150b621 100644
--- a/common/cli/eqemu_command_handler.cpp
+++ b/common/cli/eqemu_command_handler.cpp
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/cli/eqemu_command_handler.h"
#include "common/cli/terminal_color.hpp"
#include "common/platform.h"
diff --git a/common/cli/eqemu_command_handler.h b/common/cli/eqemu_command_handler.h
index 7ccd30dd9..c474ef608 100644
--- a/common/cli/eqemu_command_handler.h
+++ b/common/cli/eqemu_command_handler.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/cli/argh.h"
diff --git a/common/cli/terminal_color.hpp b/common/cli/terminal_color.hpp
index a98f2483b..90bc57071 100644
--- a/common/cli/terminal_color.hpp
+++ b/common/cli/terminal_color.hpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
//!
//! termcolor
//! ~~~~~~~~~
diff --git a/common/compression.cpp b/common/compression.cpp
index 7b4587461..56e20caa2 100644
--- a/common/compression.cpp
+++ b/common/compression.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "compression.h"
#include "common/types.h"
diff --git a/common/compression.h b/common/compression.h
index 0ef2b0e5f..4309df681 100644
--- a/common/compression.h
+++ b/common/compression.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/condition.cpp b/common/condition.cpp
index 334ce5d45..657bc610d 100644
--- a/common/condition.cpp
+++ b/common/condition.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "condition.h"
#ifdef _WINDOWS
diff --git a/common/condition.h b/common/condition.h
index aba13eb12..3f04015cb 100644
--- a/common/condition.h
+++ b/common/condition.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/mutex.h"
diff --git a/common/content/world_content_service.cpp b/common/content/world_content_service.cpp
index 994906dfc..1b650b82d 100644
--- a/common/content/world_content_service.cpp
+++ b/common/content/world_content_service.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "world_content_service.h"
#include "common/database.h"
diff --git a/common/content/world_content_service.h b/common/content/world_content_service.h
index 5532d3f3b..f3433307d 100644
--- a/common/content/world_content_service.h
+++ b/common/content/world_content_service.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/crash.cpp b/common/crash.cpp
index fb8e5a865..226f37bb4 100644
--- a/common/crash.cpp
+++ b/common/crash.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "crash.h"
#include "common/eqemu_config.h"
diff --git a/common/crash.h b/common/crash.h
index 7da1b7a4a..f99922b9a 100644
--- a/common/crash.h
+++ b/common/crash.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
void set_exception_handler();
diff --git a/common/crc16.cpp b/common/crc16.cpp
index 38c8ac7ea..3db217280 100644
--- a/common/crc16.cpp
+++ b/common/crc16.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "crc16.h"
#include "common/crc32.h"
diff --git a/common/crc16.h b/common/crc16.h
index f9059b492..11d51722c 100644
--- a/common/crc16.h
+++ b/common/crc16.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/crc32.cpp b/common/crc32.cpp
index 4d7bf89ed..54e66dfe7 100644
--- a/common/crc32.cpp
+++ b/common/crc32.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "crc32.h"
#include
diff --git a/common/crc32.h b/common/crc32.h
index 023d63359..50dfe9901 100644
--- a/common/crc32.h
+++ b/common/crc32.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/cron/croncpp.h b/common/cron/croncpp.h
index 40c37863f..c8fc2e10b 100644
--- a/common/cron/croncpp.h
+++ b/common/cron/croncpp.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/data_bucket.cpp b/common/data_bucket.cpp
index e13832036..53174dff8 100644
--- a/common/data_bucket.cpp
+++ b/common/data_bucket.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "data_bucket.h"
#include "common/data_bucket.h"
diff --git a/common/data_bucket.h b/common/data_bucket.h
index 7625a545f..46b616fc2 100644
--- a/common/data_bucket.h
+++ b/common/data_bucket.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/json/json_archive_single_line.h"
diff --git a/common/data_verification.h b/common/data_verification.h
index 07a4b3bf0..f0fec3bb6 100644
--- a/common/data_verification.h
+++ b/common/data_verification.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/database.cpp b/common/database.cpp
index 7850dd896..83ed14c90 100644
--- a/common/database.cpp
+++ b/common/database.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2015 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/data_verification.h"
#include "common/database_schema.h"
#include "common/database.h"
diff --git a/common/database.h b/common/database.h
index 580d58add..fdb3154b2 100644
--- a/common/database.h
+++ b/common/database.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/dbcore.h"
diff --git a/common/database/database_dump_service.cpp b/common/database/database_dump_service.cpp
index ae66afff9..418d317bb 100644
--- a/common/database/database_dump_service.cpp
+++ b/common/database/database_dump_service.cpp
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2020 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "database_dump_service.h"
#include "common/database_schema.h"
diff --git a/common/database/database_dump_service.h b/common/database/database_dump_service.h
index 6169011a1..d7c9c1769 100644
--- a/common/database/database_dump_service.h
+++ b/common/database/database_dump_service.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2020 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/database/database_update.cpp b/common/database/database_update.cpp
index 493da5918..704426fee 100644
--- a/common/database/database_update.cpp
+++ b/common/database/database_update.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "database_update.h"
#include "common/database.h"
diff --git a/common/database/database_update.h b/common/database/database_update.h
index 39084f4b5..90b3371d8 100644
--- a/common/database/database_update.h
+++ b/common/database/database_update.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/database.h"
diff --git a/common/database/database_update_manifest.h b/common/database/database_update_manifest.h
index a32ec7db8..e0a0281d7 100644
--- a/common/database/database_update_manifest.h
+++ b/common/database/database_update_manifest.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/database/database_update.h"
diff --git a/common/database/database_update_manifest_bots.h b/common/database/database_update_manifest_bots.h
index b0dbb1fcb..c73268a82 100644
--- a/common/database/database_update_manifest_bots.h
+++ b/common/database/database_update_manifest_bots.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/database/database_update.h"
diff --git a/common/database/database_update_manifest_custom.h b/common/database/database_update_manifest_custom.h
index 70d6dbb1c..2bed28301 100644
--- a/common/database/database_update_manifest_custom.h
+++ b/common/database/database_update_manifest_custom.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/database/database_update.h"
diff --git a/common/database_instances.cpp b/common/database_instances.cpp
index 674649ff7..4d474d6d6 100644
--- a/common/database_instances.cpp
+++ b/common/database_instances.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-Copyright (C) 2001-2015 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; version 2 of the License.
+ Copyright (C) 2001-2026 EQEmu Development Team
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY except by those people which sell it, which
-are required to give you total support for your newly bought product;
-without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "database.h"
#include "common/platform/inet.h"
diff --git a/common/database_schema.h b/common/database_schema.h
index 091e5a7ac..7a203e659 100644
--- a/common/database_schema.h
+++ b/common/database_schema.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/dbcore.cpp b/common/dbcore.cpp
index b9afaa1c6..d119ceacb 100644
--- a/common/dbcore.cpp
+++ b/common/dbcore.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "dbcore.h"
#include "common/eqemu_logsys.h"
diff --git a/common/dbcore.h b/common/dbcore.h
index 3368dccfc..eef5c1d4b 100644
--- a/common/dbcore.h
+++ b/common/dbcore.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/mutex.h"
diff --git a/common/deity.cpp b/common/deity.cpp
index 5ed0619b0..d47cafec4 100644
--- a/common/deity.cpp
+++ b/common/deity.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "deity.h"
uint32 Deity::GetBitmask(uint32 deity_id)
diff --git a/common/deity.h b/common/deity.h
index 6b676e2b7..c85494cf9 100644
--- a/common/deity.h
+++ b/common/deity.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemu.org)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/discord/discord.cpp b/common/discord/discord.cpp
index 3f3c5e492..f9aed637e 100644
--- a/common/discord/discord.cpp
+++ b/common/discord/discord.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "discord.h"
#include "common/eqemu_logsys.h"
diff --git a/common/discord/discord.h b/common/discord/discord.h
index 47ab07569..42851394e 100644
--- a/common/discord/discord.h
+++ b/common/discord/discord.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/events/player_events.h"
diff --git a/common/discord/discord_manager.cpp b/common/discord/discord_manager.cpp
index 5ff5810ab..59b14bc36 100644
--- a/common/discord/discord_manager.cpp
+++ b/common/discord/discord_manager.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "discord_manager.h"
#include "common/discord/discord.h"
diff --git a/common/discord/discord_manager.h b/common/discord/discord_manager.h
index 611e3f03c..b48e12b2e 100644
--- a/common/discord/discord_manager.h
+++ b/common/discord/discord_manager.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/dynamic_zone_base.cpp b/common/dynamic_zone_base.cpp
index 0df0e2ba9..758864473 100644
--- a/common/dynamic_zone_base.cpp
+++ b/common/dynamic_zone_base.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "dynamic_zone_base.h"
#include "common/database.h"
diff --git a/common/dynamic_zone_base.h b/common/dynamic_zone_base.h
index d0dfe9140..d6c7ef316 100644
--- a/common/dynamic_zone_base.h
+++ b/common/dynamic_zone_base.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/dynamic_zone_lockout.h"
diff --git a/common/dynamic_zone_lockout.cpp b/common/dynamic_zone_lockout.cpp
index a43e0e535..5399ee0a1 100644
--- a/common/dynamic_zone_lockout.cpp
+++ b/common/dynamic_zone_lockout.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "dynamic_zone_lockout.h"
#include "rulesys.h"
#include "strings.h"
diff --git a/common/dynamic_zone_lockout.h b/common/dynamic_zone_lockout.h
index eb800067c..2ec9ced0f 100644
--- a/common/dynamic_zone_lockout.h
+++ b/common/dynamic_zone_lockout.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "repositories/base/base_dynamic_zone_lockouts_repository.h"
diff --git a/common/emu_constants.cpp b/common/emu_constants.cpp
index 8f783c17a..c5616052a 100644
--- a/common/emu_constants.cpp
+++ b/common/emu_constants.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/bodytypes.h"
#include "common/data_verification.h"
#include "common/emu_constants.h"
diff --git a/common/emu_constants.h b/common/emu_constants.h
index e1f9840fe..c246fb0d4 100644
--- a/common/emu_constants.h
+++ b/common/emu_constants.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/bodytypes.h"
diff --git a/common/emu_limits.cpp b/common/emu_limits.cpp
index a9e74898d..cb4877fc8 100644
--- a/common/emu_limits.cpp
+++ b/common/emu_limits.cpp
@@ -1,18 +1,17 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
diff --git a/common/emu_limits.h b/common/emu_limits.h
index 3d61c07eb..8c829bcca 100644
--- a/common/emu_limits.h
+++ b/common/emu_limits.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/emu_opcodes.cpp b/common/emu_opcodes.cpp
index c39952cc8..b10284ebb 100644
--- a/common/emu_opcodes.cpp
+++ b/common/emu_opcodes.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2005 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/emu_opcodes.h"
const char *OpcodeNames[_maxEmuOpcode+1] = {
diff --git a/common/emu_opcodes.h b/common/emu_opcodes.h
index 4c20ccf7b..b0728eefd 100644
--- a/common/emu_opcodes.h
+++ b/common/emu_opcodes.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-Copyright (C) 2001-2005 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; version 2 of the License.
+ Copyright (C) 2001-2026 EQEmu Development Team
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY except by those people which sell it, which
-are required to give you total support for your newly bought product;
-without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
//this is the highest opcode possibly used in the regular EQ protocol
diff --git a/common/emu_oplist.h b/common/emu_oplist.h
index 268fa97cd..1f8366662 100644
--- a/common/emu_oplist.h
+++ b/common/emu_oplist.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
// system use
N(OP_ExploreUnknown),
// start (please add new opcodes in descending order and re-order any name changes where applicable)
diff --git a/common/emu_versions.cpp b/common/emu_versions.cpp
index 30447b300..8d724f4fc 100644
--- a/common/emu_versions.cpp
+++ b/common/emu_versions.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/emu_versions.h"
#include "common/emu_constants.h"
diff --git a/common/emu_versions.h b/common/emu_versions.h
index d78ac503f..522fe3c9b 100644
--- a/common/emu_versions.h
+++ b/common/emu_versions.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/eq_constants.h b/common/eq_constants.h
index 815073e15..6e621b0d8 100644
--- a/common/eq_constants.h
+++ b/common/eq_constants.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/skills.h"
diff --git a/common/eq_limits.cpp b/common/eq_limits.cpp
index 600d5dc36..281308af1 100644
--- a/common/eq_limits.cpp
+++ b/common/eq_limits.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "common/emu_constants.h"
#include "common/emu_limits.h"
#include "common/rulesys.h"
diff --git a/common/eq_limits.h b/common/eq_limits.h
index 4bed002b6..0d79e3041 100644
--- a/common/eq_limits.h
+++ b/common/eq_limits.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/emu_versions.h"
diff --git a/common/eq_packet.cpp b/common/eq_packet.cpp
index f025efb97..93b4f1052 100644
--- a/common/eq_packet.cpp
+++ b/common/eq_packet.cpp
@@ -1,19 +1,19 @@
-/*
- Copyright (C) 2005 Michael S. Finger
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
#include "eq_packet.h"
diff --git a/common/eq_packet.h b/common/eq_packet.h
index 395a7d702..e2d0d2710 100644
--- a/common/eq_packet.h
+++ b/common/eq_packet.h
@@ -1,19 +1,19 @@
-/*
- Copyright (C) 2005 Michael S. Finger
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
#pragma once
diff --git a/common/eq_packet_structs.h b/common/eq_packet_structs.h
index 4ea72a198..c11945cc4 100644
--- a/common/eq_packet_structs.h
+++ b/common/eq_packet_structs.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/emu_constants.h"
diff --git a/common/eq_stream_ident.cpp b/common/eq_stream_ident.cpp
index f6de9ca45..c56b0815a 100644
--- a/common/eq_stream_ident.cpp
+++ b/common/eq_stream_ident.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eq_stream_ident.h"
#include "common/eq_stream_proxy.h"
diff --git a/common/eq_stream_ident.h b/common/eq_stream_ident.h
index fbce0cf5f..d82af81dc 100644
--- a/common/eq_stream_ident.h
+++ b/common/eq_stream_ident.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eq_stream_intf.h"
diff --git a/common/eq_stream_intf.h b/common/eq_stream_intf.h
index 9431fbedf..2c5faac55 100644
--- a/common/eq_stream_intf.h
+++ b/common/eq_stream_intf.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/emu_versions.h"
diff --git a/common/eq_stream_locator.h b/common/eq_stream_locator.h
index 17bdabdb4..70ab1d4ad 100644
--- a/common/eq_stream_locator.h
+++ b/common/eq_stream_locator.h
@@ -1,21 +1,20 @@
-/*
- Copyright (C) 2005 EQEmulator Team
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/eq_stream_proxy.cpp b/common/eq_stream_proxy.cpp
index f497e0e57..278f165d4 100644
--- a/common/eq_stream_proxy.cpp
+++ b/common/eq_stream_proxy.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "eq_stream_proxy.h"
diff --git a/common/eq_stream_proxy.h b/common/eq_stream_proxy.h
index 6be9241cc..99a8b40db 100644
--- a/common/eq_stream_proxy.h
+++ b/common/eq_stream_proxy.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eq_stream_intf.h"
diff --git a/common/eqdb.cpp b/common/eqdb.cpp
index 05b82b644..a57e422a1 100644
--- a/common/eqdb.cpp
+++ b/common/eqdb.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "eqdb.h"
#include "common/database.h"
diff --git a/common/eqdb.h b/common/eqdb.h
index 32492d607..f9ad94897 100644
--- a/common/eqdb.h
+++ b/common/eqdb.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/eqdb_res.h"
diff --git a/common/eqdb_res.cpp b/common/eqdb_res.cpp
index 2229fa06c..8f63ace14 100644
--- a/common/eqdb_res.cpp
+++ b/common/eqdb_res.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "eqdb_res.h"
#include "mysql.h"
diff --git a/common/eqdb_res.h b/common/eqdb_res.h
index 5c774e532..45347faaa 100644
--- a/common/eqdb_res.h
+++ b/common/eqdb_res.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/database.h"
diff --git a/common/eqemu_config.cpp b/common/eqemu_config.cpp
index db3faa642..c30ffaf65 100644
--- a/common/eqemu_config.cpp
+++ b/common/eqemu_config.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "eqemu_config.h"
#include "common/eqemu_logsys.h"
diff --git a/common/eqemu_config.h b/common/eqemu_config.h
index fcaf1326f..908d6969f 100644
--- a/common/eqemu_config.h
+++ b/common/eqemu_config.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/json/json.h"
diff --git a/common/eqemu_config_elements.h b/common/eqemu_config_elements.h
index 9dae490ae..ce09f312f 100644
--- a/common/eqemu_config_elements.h
+++ b/common/eqemu_config_elements.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
ELEMENT(world)
ELEMENT(chatserver)
ELEMENT(mailserver)
diff --git a/common/eqemu_exception.cpp b/common/eqemu_exception.cpp
index 62376283f..1a5133ce8 100644
--- a/common/eqemu_exception.cpp
+++ b/common/eqemu_exception.cpp
@@ -1,21 +1,20 @@
-/* EQEmu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEmu Development Team (http://www.eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "eqemu_exception.h"
namespace EQ
diff --git a/common/eqemu_exception.h b/common/eqemu_exception.h
index 6970c1b4c..d1606bf65 100644
--- a/common/eqemu_exception.h
+++ b/common/eqemu_exception.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include
diff --git a/common/eqemu_logsys.cpp b/common/eqemu_logsys.cpp
index 9390a15ef..7b5e218eb 100644
--- a/common/eqemu_logsys.cpp
+++ b/common/eqemu_logsys.cpp
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2018 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "eqemu_logsys.h"
#include "common/file.h"
diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h
index 97b99361c..c9a4d8fc5 100644
--- a/common/eqemu_logsys.h
+++ b/common/eqemu_logsys.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2018 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/eqemu_logsys_log_aliases.h b/common/eqemu_logsys_log_aliases.h
index 3a379706c..aaa2c1033 100644
--- a/common/eqemu_logsys_log_aliases.h
+++ b/common/eqemu_logsys_log_aliases.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eqemu_logsys.h"
diff --git a/common/eqtime.cpp b/common/eqtime.cpp
index 001cdb837..9cc12e02b 100644
--- a/common/eqtime.cpp
+++ b/common/eqtime.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "eqtime.h"
#include "common/eq_packet_structs.h"
diff --git a/common/eqtime.h b/common/eqtime.h
index 960570b1a..f12e39cc0 100644
--- a/common/eqtime.h
+++ b/common/eqtime.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eq_packet_structs.h"
diff --git a/common/event/event_loop.h b/common/event/event_loop.h
index 20cc8a10a..3c56ab949 100644
--- a/common/event/event_loop.h
+++ b/common/event/event_loop.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/platform/win/include_windows.h" // uv.h is going to include it so let's do it first.
diff --git a/common/event/task.h b/common/event/task.h
index e711ade7f..83e72e127 100644
--- a/common/event/task.h
+++ b/common/event/task.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "event_loop.h"
diff --git a/common/event/task_scheduler.h b/common/event/task_scheduler.h
index 03e197d92..e2e855682 100644
--- a/common/event/task_scheduler.h
+++ b/common/event/task_scheduler.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/event/timer.h b/common/event/timer.h
index adf5efc36..2cea8072b 100644
--- a/common/event/timer.h
+++ b/common/event/timer.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "event_loop.h"
diff --git a/common/event_sub.cpp b/common/event_sub.cpp
index c2d94b175..006145781 100644
--- a/common/event_sub.cpp
+++ b/common/event_sub.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "event_sub.h"
void EventSubscriptionWatcher::Subscribe(const std::string &event_name)
diff --git a/common/event_sub.h b/common/event_sub.h
index cd45314ea..07d8698d7 100644
--- a/common/event_sub.h
+++ b/common/event_sub.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/events/player_event_discord_formatter.cpp b/common/events/player_event_discord_formatter.cpp
index 3b49c040a..67d6b4443 100644
--- a/common/events/player_event_discord_formatter.cpp
+++ b/common/events/player_event_discord_formatter.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "player_event_discord_formatter.h"
#include "common/json/json_archive_single_line.h"
diff --git a/common/events/player_event_discord_formatter.h b/common/events/player_event_discord_formatter.h
index 622a41cee..af7420cca 100644
--- a/common/events/player_event_discord_formatter.h
+++ b/common/events/player_event_discord_formatter.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/events/player_events.h"
diff --git a/common/events/player_event_logs.cpp b/common/events/player_event_logs.cpp
index b06632a59..fd756f37a 100644
--- a/common/events/player_event_logs.cpp
+++ b/common/events/player_event_logs.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "player_event_logs.h"
#include "common/events/player_event_discord_formatter.h"
diff --git a/common/events/player_event_logs.h b/common/events/player_event_logs.h
index a4bcba0a9..98784ea80 100644
--- a/common/events/player_event_logs.h
+++ b/common/events/player_event_logs.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eqemu_config.h"
diff --git a/common/events/player_events.h b/common/events/player_events.h
index a3279b10c..7dbe8e5d8 100644
--- a/common/events/player_events.h
+++ b/common/events/player_events.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/repositories/player_event_logs_repository.h"
diff --git a/common/evolving_items.cpp b/common/evolving_items.cpp
index e23e58599..b7db02e18 100644
--- a/common/evolving_items.cpp
+++ b/common/evolving_items.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "evolving_items.h"
#include "common/events/player_event_logs.h"
diff --git a/common/evolving_items.h b/common/evolving_items.h
index ec23f7ade..867ac23c0 100644
--- a/common/evolving_items.h
+++ b/common/evolving_items.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/events/player_events.h"
diff --git a/common/extprofile.cpp b/common/extprofile.cpp
index a4c8727a7..c425e1edf 100644
--- a/common/extprofile.cpp
+++ b/common/extprofile.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2004 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "extprofile.h"
//Set defaults in the extended profile...
diff --git a/common/extprofile.h b/common/extprofile.h
index 7bddcf6f7..c5d346ac1 100644
--- a/common/extprofile.h
+++ b/common/extprofile.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2004 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/eq_packet_structs.h"
diff --git a/common/faction.cpp b/common/faction.cpp
index 1432e94e0..fb006f3e0 100644
--- a/common/faction.cpp
+++ b/common/faction.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "faction.h"
#include "common/races.h"
diff --git a/common/faction.h b/common/faction.h
index 368a8dbc8..7706e22b6 100755
--- a/common/faction.h
+++ b/common/faction.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/features.h"
diff --git a/common/features.h b/common/features.h
index e0fbc293e..295fa2d1e 100644
--- a/common/features.h
+++ b/common/features.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2004 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
/*
diff --git a/common/file.cpp b/common/file.cpp
index 3661c2ff9..45095ce38 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2020 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "file.h"
#include "common/platform/platform.h"
diff --git a/common/file.h b/common/file.h
index ec99a1b36..ef4130b67 100644
--- a/common/file.h
+++ b/common/file.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2020 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
-*/
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
diff --git a/common/fixed_memory_hash_set.h b/common/fixed_memory_hash_set.h
index 5677427d2..0d92fd887 100644
--- a/common/fixed_memory_hash_set.h
+++ b/common/fixed_memory_hash_set.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/eqemu_exception.h"
diff --git a/common/fixed_memory_variable_hash_set.h b/common/fixed_memory_variable_hash_set.h
index 7aa8c6753..535629a19 100644
--- a/common/fixed_memory_variable_hash_set.h
+++ b/common/fixed_memory_variable_hash_set.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/eqemu_exception.h"
diff --git a/common/global_define.h b/common/global_define.h
index 350225ca5..93e70a0bb 100644
--- a/common/global_define.h
+++ b/common/global_define.h
@@ -1,19 +1,18 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2015 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
diff --git a/common/guild_base.cpp b/common/guild_base.cpp
index 13c2af3c9..8fca522dc 100644
--- a/common/guild_base.cpp
+++ b/common/guild_base.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2006 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ Copyright (C) 2001-2026 EQEmu Development Team
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "guild_base.h"
#include "common/database.h"
diff --git a/common/guild_base.h b/common/guild_base.h
index 9554c0665..653f39d79 100644
--- a/common/guild_base.h
+++ b/common/guild_base.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/guilds.h"
diff --git a/common/guilds.h b/common/guilds.h
index aca44a1cf..eb746a00a 100644
--- a/common/guilds.h
+++ b/common/guilds.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/inventory_profile.cpp b/common/inventory_profile.cpp
index 4907cd1b9..e8cb95d84 100644
--- a/common/inventory_profile.cpp
+++ b/common/inventory_profile.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "inventory_profile.h"
#include "common/data_verification.h"
diff --git a/common/inventory_profile.h b/common/inventory_profile.h
index 1297be0d7..72aa803ae 100644
--- a/common/inventory_profile.h
+++ b/common/inventory_profile.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
+ along with this program. If not, see .
*/
-
// @merth notes:
// These classes could be optimized with database reads/writes by storing
// a status flag indicating how object needs to interact with database
diff --git a/common/inventory_slot.cpp b/common/inventory_slot.cpp
index 081147d8f..d883a78ee 100644
--- a/common/inventory_slot.cpp
+++ b/common/inventory_slot.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "inventory_slot.h"
#include "common/textures.h"
diff --git a/common/inventory_slot.h b/common/inventory_slot.h
index dc8576399..11169bf41 100644
--- a/common/inventory_slot.h
+++ b/common/inventory_slot.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/emu_constants.h"
diff --git a/common/ip_util.cpp b/common/ip_util.cpp
index b5c18948f..c1af78263 100644
--- a/common/ip_util.cpp
+++ b/common/ip_util.cpp
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "ip_util.h"
#include "common/eqemu_logsys.h"
diff --git a/common/ip_util.h b/common/ip_util.h
index 255167aff..9d04263d4 100644
--- a/common/ip_util.h
+++ b/common/ip_util.h
@@ -1,23 +1,20 @@
-/**
- * EQEmulator: Everquest Server Emulator
- * Copyright (C) 2001-2019 EQEmulator Development Team (https://github.com/EQEmu/Server)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY except by those people which sell it, which
- * are required to give you total support for your newly bought product;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* EQEmu: EQEmulator
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/ipc_mutex.cpp b/common/ipc_mutex.cpp
index 282bb34ea..9dbc875e0 100644
--- a/common/ipc_mutex.cpp
+++ b/common/ipc_mutex.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "ipc_mutex.h"
#include "common/eqemu_config.h"
diff --git a/common/ipc_mutex.h b/common/ipc_mutex.h
index f4ef94ed2..5e38fa3a7 100644
--- a/common/ipc_mutex.h
+++ b/common/ipc_mutex.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include
diff --git a/common/item_data.cpp b/common/item_data.cpp
index f49dcf08b..f36e50451 100644
--- a/common/item_data.cpp
+++ b/common/item_data.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "item_data.h"
#include "common/classes.h"
diff --git a/common/item_data.h b/common/item_data.h
index 30ad2e459..9e78f8a95 100644
--- a/common/item_data.h
+++ b/common/item_data.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/emu_constants.h"
diff --git a/common/item_instance.cpp b/common/item_instance.cpp
index 64ae0b4cc..4862d103c 100644
--- a/common/item_instance.cpp
+++ b/common/item_instance.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "inventory_profile.h"
#include "common/data_verification.h"
diff --git a/common/item_instance.h b/common/item_instance.h
index 8c96de108..96934e35c 100644
--- a/common/item_instance.h
+++ b/common/item_instance.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 04111-1307 USA
+ along with this program. If not, see .
*/
-
// @merth notes:
// These classes could be optimized with database reads/writes by storing
// a status flag indicating how object needs to interact with database
diff --git a/common/json_config.cpp b/common/json_config.cpp
index b41a8fc5b..da13c254d 100644
--- a/common/json_config.cpp
+++ b/common/json_config.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "json_config.h"
#include
diff --git a/common/json_config.h b/common/json_config.h
index 29fbb86c5..f40b1cfb4 100644
--- a/common/json_config.h
+++ b/common/json_config.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "json/json.h"
diff --git a/common/light_source.cpp b/common/light_source.cpp
index e4f5336c6..9f0a1235c 100644
--- a/common/light_source.cpp
+++ b/common/light_source.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "light_source.h"
#include
diff --git a/common/light_source.h b/common/light_source.h
index 4c6d479f1..816b996c4 100644
--- a/common/light_source.h
+++ b/common/light_source.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/linked_list.h b/common/linked_list.h
index 0c7e39041..5ac929f9a 100644
--- a/common/linked_list.h
+++ b/common/linked_list.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/loot.h b/common/loot.h
index c386a4577..9830585b8 100644
--- a/common/loot.h
+++ b/common/loot.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/mail_oplist.h b/common/mail_oplist.h
index 29cb859e0..868693c39 100644
--- a/common/mail_oplist.h
+++ b/common/mail_oplist.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
//Mail and Chat Channels
N(OP_Buddy),
N(OP_ChannelAnnounceJoin),
diff --git a/common/md5.cpp b/common/md5.cpp
index 16328d695..d6db6a47c 100644
--- a/common/md5.cpp
+++ b/common/md5.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+*/
/* md5.c -- An implementation of Ron Rivest's MD5 message-digest algorithm.
* Written by Colin Plumb in 1993, no copyright is claimed. This code is in the
* public domain; do with it what you wish. Equivalent code is available from
diff --git a/common/md5.h b/common/md5.h
index af4182823..ff137d69a 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/types.h"
diff --git a/common/memory/ksm.hpp b/common/memory/ksm.hpp
index ad9c4de5a..9d4b28273 100644
--- a/common/memory/ksm.hpp
+++ b/common/memory/ksm.hpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "common/eqemu_logsys.h"
diff --git a/common/memory_buffer.cpp b/common/memory_buffer.cpp
index 9cebd5ff2..922a5db1e 100644
--- a/common/memory_buffer.cpp
+++ b/common/memory_buffer.cpp
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
-
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "memory_buffer.h"
diff --git a/common/memory_buffer.h b/common/memory_buffer.h
index 3f4ab031b..c8bd1e2d5 100644
--- a/common/memory_buffer.h
+++ b/common/memory_buffer.h
@@ -1,22 +1,20 @@
-/* EQEMu: Everquest Server Emulator
+/* EQEmu: EQEmulator
- Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/memory_mapped_file.cpp b/common/memory_mapped_file.cpp
index ed77f5bf7..9127bae4e 100644
--- a/common/memory_mapped_file.cpp
+++ b/common/memory_mapped_file.cpp
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#include "memory_mapped_file.h"
#include "common/eqemu_exception.h"
diff --git a/common/memory_mapped_file.h b/common/memory_mapped_file.h
index f228db90c..2dad20c94 100644
--- a/common/memory_mapped_file.h
+++ b/common/memory_mapped_file.h
@@ -1,21 +1,20 @@
-/* EQEMu: Everquest Server Emulator
- Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY except by those people which sell it, which
- are required to give you total support for your newly bought product;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see .
*/
-
#pragma once
#include "common/types.h"
diff --git a/common/misc.cpp b/common/misc.cpp
index f3e436ae5..33e14e1e6 100644
--- a/common/misc.cpp
+++ b/common/misc.cpp
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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 "misc.h"
#include "common/strings.h"
diff --git a/common/misc.h b/common/misc.h
index d488e854a..0a28fbee2 100644
--- a/common/misc.h
+++ b/common/misc.h
@@ -1,3 +1,20 @@
+/* EQEmu: EQEmulator
+
+ Copyright (C) 2001-2026 EQEmu Development Team
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General 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
@@ -124,7 +124,7 @@ Every system, packet, opcode, and game mechanic has been reconstructed through c
| **EQEmulator Docs** | [](https://docs.eqemu.dev) | [docs.eqemu.dev](https://docs.eqemu.dev/) |
| **Discord Community**| [](https://discord.gg/QHsm7CD) | [Join Discord](https://discord.gg/QHsm7CD) |
| **Latest Release** | [](https://github.com/EQEmu/EQEmu/releases)
[](https://github.com/EQEmu/EQEmu/releases)
[](https://github.com/EQEmu/EQEmu/releases) | [View Releases](https://github.com/EQEmu/EQEmu/releases) |
-| **License** | [](./LICENSE) | [View License](./LICENSE) |
+| **License** | [](./LICENSE.md) | [View License](./LICENSE.md) |
| **Build Status** | [](https://github.com/EQEmu/EQEmu/actions/workflows/build.yaml) | [View Build Status](https://github.com/EQEmu/EQEmu/actions/workflows/build.yaml) |
| **Docker Pulls** | [](https://hub.docker.com/r/akkadius/eqemu-server) | [Docker Hub](https://hub.docker.com/r/akkadius/eqemu-server) |
| **Contributions** | [](https://github.com/EQEmu/EQEmu/pulls?q=is%3Apr+is%3Aclosed) | [Closed PRs & Issues](https://github.com/EQEmu/EQEmu/pulls?q=is%3Apr+is%3Aclosed) |
From 435224631f5d7327d6dee8e0e55ae501b7e76d90 Mon Sep 17 00:00:00 2001
From: Knightly <55611098+Knightly1@users.noreply.github.com>
Date: Sat, 4 Apr 2026 08:15:05 -1000
Subject: [PATCH 4/4] Lua: Add world_wide_add_ldon_win & events (#5054)
---
zone/lua_general.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/zone/lua_general.cpp b/zone/lua_general.cpp
index 7a9711cf1..ea4d4c878 100644
--- a/zone/lua_general.cpp
+++ b/zone/lua_general.cpp
@@ -6720,9 +6720,9 @@ luabind::scope lua_register_general() {
luabind::def("world_wide_add_ldon_points", (void(*)(uint32,int))&lua_world_wide_add_ldon_points),
luabind::def("world_wide_add_ldon_points", (void(*)(uint32,int,uint8))&lua_world_wide_add_ldon_points),
luabind::def("world_wide_add_ldon_points", (void(*)(uint32,int,uint8,uint8))&lua_world_wide_add_ldon_points),
- luabind::def("world_wide_add_ldon_loss", (void(*)(uint32))&lua_world_wide_add_ldon_win),
- luabind::def("world_wide_add_ldon_loss", (void(*)(uint32,uint8))&lua_world_wide_add_ldon_win),
- luabind::def("world_wide_add_ldon_loss", (void(*)(uint32,uint8,uint8))&lua_world_wide_add_ldon_win),
+ luabind::def("world_wide_add_ldon_win", (void(*)(uint32))&lua_world_wide_add_ldon_win),
+ luabind::def("world_wide_add_ldon_win", (void(*)(uint32,uint8))&lua_world_wide_add_ldon_win),
+ luabind::def("world_wide_add_ldon_win", (void(*)(uint32,uint8,uint8))&lua_world_wide_add_ldon_win),
luabind::def("world_wide_assign_task", (void(*)(uint32))&lua_world_wide_assign_task),
luabind::def("world_wide_assign_task", (void(*)(uint32,bool))&lua_world_wide_assign_task),
luabind::def("world_wide_assign_task", (void(*)(uint32,bool,uint8))&lua_world_wide_assign_task),
@@ -6882,7 +6882,9 @@ luabind::scope lua_register_events() {
luabind::value("trade", static_cast(EVENT_TRADE)),
luabind::value("death", static_cast(EVENT_DEATH)),
luabind::value("spawn", static_cast(EVENT_SPAWN)),
+ luabind::value("attack", static_cast(EVENT_ATTACK)),
luabind::value("combat", static_cast(EVENT_COMBAT)),
+ luabind::value("aggro", static_cast(EVENT_AGGRO)),
luabind::value("slay", static_cast(EVENT_SLAY)),
luabind::value("waypoint_arrive", static_cast(EVENT_WAYPOINT_ARRIVE)),
luabind::value("waypoint_depart", static_cast(EVENT_WAYPOINT_DEPART)),