Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Burt <desoto@exenex.com>2005-09-19 17:26:17 +0400
committerChris Burt <desoto@exenex.com>2005-09-19 17:26:17 +0400
commit6183bdf1b87186ff2d3cf100972262f22e54f00d (patch)
tree667b864c4d1f8cfd8ed2b164de756d72bf59a2ce
parented674ba6f9fe5afdc568a11d4e3629e8a0943bcd (diff)
Added id strings to the tops of buttons_*.c files which were missing their
correct format. CVS expands $Id$ to the format you usally see at the tops of files and these only had $Id: which CVS ignores.
-rw-r--r--source/blender/src/buttons_editing.c2
-rw-r--r--source/blender/src/buttons_logic.c2
-rw-r--r--source/blender/src/buttons_scene.c2
-rw-r--r--source/blender/src/buttons_script.c2
-rw-r--r--source/blender/src/buttons_shading.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index 0e1aa99bad5..00971c379a9 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -1,5 +1,5 @@
/**
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
diff --git a/source/blender/src/buttons_logic.c b/source/blender/src/buttons_logic.c
index 33a64473a00..f0c169ddd96 100644
--- a/source/blender/src/buttons_logic.c
+++ b/source/blender/src/buttons_logic.c
@@ -1,5 +1,5 @@
/**
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index b60b798014d..a623c171093 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -1,5 +1,5 @@
/**
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
diff --git a/source/blender/src/buttons_script.c b/source/blender/src/buttons_script.c
index 4d08faacdd3..0d7ce4aea99 100644
--- a/source/blender/src/buttons_script.c
+++ b/source/blender/src/buttons_script.c
@@ -1,5 +1,5 @@
/**
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 962f862b8b1..2704c8149cd 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -1,5 +1,5 @@
/**
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*