diff --git a/source/blender/python/api2_2x/bpy_internal_import.c b/source/blender/python/api2_2x/bpy_internal_import.c index d8280d4d609..d022fddeb57 100644 --- a/source/blender/python/api2_2x/bpy_internal_import.c +++ b/source/blender/python/api2_2x/bpy_internal_import.c @@ -1,5 +1,5 @@ /* - * $Id: bpy_types.h 14444 2008-04-16 22:40:48Z hos $ + * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/source/blender/python/api2_2x/bpy_internal_import.h b/source/blender/python/api2_2x/bpy_internal_import.h index 773749b10f9..c461565b5ac 100644 --- a/source/blender/python/api2_2x/bpy_internal_import.h +++ b/source/blender/python/api2_2x/bpy_internal_import.h @@ -1,5 +1,5 @@ /* - * $Id: bpy_types.h 14444 2008-04-16 22:40:48Z hos $ + * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp index 636814b9009..06163ec8c4f 100644 --- a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp +++ b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp @@ -1,5 +1,5 @@ /** - * $Id: PyObjectPlus.h 19511 2009-04-03 02:16:56Z campbellbarton $ + * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** * diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.h b/source/gameengine/Ketsji/KX_PythonInitTypes.h index b30f0334b6e..6da79be9301 100644 --- a/source/gameengine/Ketsji/KX_PythonInitTypes.h +++ b/source/gameengine/Ketsji/KX_PythonInitTypes.h @@ -1,5 +1,5 @@ /** - * $Id: PyObjectPlus.h 19511 2009-04-03 02:16:56Z campbellbarton $ + * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** * diff --git a/source/gameengine/PyDoc/GameTypes.py b/source/gameengine/PyDoc/GameTypes.py index f39e4ed064d..2b07a18247c 100644 --- a/source/gameengine/PyDoc/GameTypes.py +++ b/source/gameengine/PyDoc/GameTypes.py @@ -1,4 +1,4 @@ -# $Id: GameLogic.py 19483 2009-03-31 21:03:15Z ben2610 $ +# $Id$ """ GameEngine Types ================ diff --git a/source/gameengine/PyDoc/SCA_NANDController.py b/source/gameengine/PyDoc/SCA_NANDController.py index 81e1dfd6d92..a864ff2981c 100644 --- a/source/gameengine/PyDoc/SCA_NANDController.py +++ b/source/gameengine/PyDoc/SCA_NANDController.py @@ -1,4 +1,4 @@ -# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $ +# $Id$ # Documentation for SCA_NANDController from SCA_IController import * diff --git a/source/gameengine/PyDoc/SCA_NORController.py b/source/gameengine/PyDoc/SCA_NORController.py index e3bdeefa63e..0bc0a71d7b1 100644 --- a/source/gameengine/PyDoc/SCA_NORController.py +++ b/source/gameengine/PyDoc/SCA_NORController.py @@ -1,4 +1,4 @@ -# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $ +# $Id$ # Documentation for SCA_NORController from SCA_IController import * diff --git a/source/gameengine/PyDoc/SCA_XNORController.py b/source/gameengine/PyDoc/SCA_XNORController.py index b1d9dddd9f2..5fb2561f35a 100644 --- a/source/gameengine/PyDoc/SCA_XNORController.py +++ b/source/gameengine/PyDoc/SCA_XNORController.py @@ -1,4 +1,4 @@ -# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $ +# $Id$ # Documentation for SCA_XNORController from SCA_IController import * diff --git a/source/gameengine/PyDoc/SCA_XORController.py b/source/gameengine/PyDoc/SCA_XORController.py index b8f2b5feef0..10e20fb0945 100644 --- a/source/gameengine/PyDoc/SCA_XORController.py +++ b/source/gameengine/PyDoc/SCA_XORController.py @@ -1,4 +1,4 @@ -# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $ +# $Id$ # Documentation for SCA_XORController from SCA_IController import *