diff --git a/extensions/topmenus/TopMenu.cpp b/extensions/topmenus/TopMenu.cpp index ca434776..08d23754 100644 --- a/extensions/topmenus/TopMenu.cpp +++ b/extensions/topmenus/TopMenu.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #include diff --git a/extensions/topmenus/TopMenu.h b/extensions/topmenus/TopMenu.h index b4b37487..2db5d3b2 100644 --- a/extensions/topmenus/TopMenu.h +++ b/extensions/topmenus/TopMenu.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_TOP_MENU_H_ diff --git a/extensions/topmenus/TopMenuManager.cpp b/extensions/topmenus/TopMenuManager.cpp index 6123456e..5a25c85f 100644 --- a/extensions/topmenus/TopMenuManager.cpp +++ b/extensions/topmenus/TopMenuManager.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #include "TopMenuManager.h" diff --git a/extensions/topmenus/TopMenuManager.h b/extensions/topmenus/TopMenuManager.h index 5d28bd52..8d56f3fc 100644 --- a/extensions/topmenus/TopMenuManager.h +++ b/extensions/topmenus/TopMenuManager.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ diff --git a/extensions/topmenus/extension.cpp b/extensions/topmenus/extension.cpp index 21cace90..9e2cb05f 100644 --- a/extensions/topmenus/extension.cpp +++ b/extensions/topmenus/extension.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #include "extension.h" diff --git a/extensions/topmenus/extension.h b/extensions/topmenus/extension.h index b9680c71..11730719 100644 --- a/extensions/topmenus/extension.h +++ b/extensions/topmenus/extension.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.h 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_ diff --git a/extensions/topmenus/sdk/sm_memtable.cpp b/extensions/topmenus/sdk/sm_memtable.cpp index 1ef4cda5..95cdebda 100644 --- a/extensions/topmenus/sdk/sm_memtable.cpp +++ b/extensions/topmenus/sdk/sm_memtable.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: sm_memtable.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #include diff --git a/extensions/topmenus/sdk/sm_memtable.h b/extensions/topmenus/sdk/sm_memtable.h index 6bd5e7c4..744eb4b6 100644 --- a/extensions/topmenus/sdk/sm_memtable.h +++ b/extensions/topmenus/sdk/sm_memtable.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: sm_memtable.h 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_CORE_STRINGTABLE_H_ diff --git a/extensions/topmenus/sdk/smsdk_config.h b/extensions/topmenus/sdk/smsdk_config.h index 409506fc..3a07cc29 100644 --- a/extensions/topmenus/sdk/smsdk_config.h +++ b/extensions/topmenus/sdk/smsdk_config.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: smsdk_config.h 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_EXTENSION_CONFIG_H_ diff --git a/extensions/topmenus/sdk/smsdk_ext.cpp b/extensions/topmenus/sdk/smsdk_ext.cpp index 51fc62d1..618ce3b8 100644 --- a/extensions/topmenus/sdk/smsdk_ext.cpp +++ b/extensions/topmenus/sdk/smsdk_ext.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: smsdk_ext.cpp 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #include diff --git a/extensions/topmenus/sdk/smsdk_ext.h b/extensions/topmenus/sdk/smsdk_ext.h index b38dcfe5..83038a72 100644 --- a/extensions/topmenus/sdk/smsdk_ext.h +++ b/extensions/topmenus/sdk/smsdk_ext.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: smsdk_ext.h 1336 2007-08-15 06:19:30Z damagedsoul $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_EXTENSION_BASESDK_H_