summaryrefslogtreecommitdiff
path: root/src/VBox/ExtPacks/Skeleton
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/ExtPacks/Skeleton')
-rw-r--r--src/VBox/ExtPacks/Skeleton/Makefile.kmk2
-rw-r--r--src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/ExtPacks/Skeleton/Makefile.kmk b/src/VBox/ExtPacks/Skeleton/Makefile.kmk
index a80ccdb76..b51e44227 100644
--- a/src/VBox/ExtPacks/Skeleton/Makefile.kmk
+++ b/src/VBox/ExtPacks/Skeleton/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 38154 2011-07-25 12:30:55Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Sub-Makefile for the Skeleton Extension Pack Sample.
#
diff --git a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
index 7325a8991..15f00102d 100644
--- a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
+++ b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxSkeletonMain.cpp 35963 2011-02-14 16:18:36Z vboxsync $ */
+/* $Id: VBoxSkeletonMain.cpp $ */
/** @file
* Skeleton main module.
*/