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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-10-24 18:52:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-24 18:52:04 +0400
commit7320f6a90a08f0548006d4e5843d72bc1f6536ab (patch)
tree1bbd6f0b2485d2314de8644a95ac1a3b2b04be1a /extern
parent541ba764eacbcd1b1ce64c1731f5e63c3556def7 (diff)
parenta29c3b2bbbe24b21b900ecfe103c33c8f1a0a7d1 (diff)
Merging trunk up to revision 41245.
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt1
-rw-r--r--extern/bullet2/CMakeLists.txt1
-rw-r--r--extern/bullet2/src/LinearMath/btScalar.h2
-rw-r--r--extern/glew/CMakeLists.txt1
-rw-r--r--extern/libopenjpeg/CMakeLists.txt1
-rw-r--r--extern/libredcode/CMakeLists.txt1
-rw-r--r--extern/lzma/CMakeLists.txt1
-rw-r--r--extern/lzo/CMakeLists.txt1
-rw-r--r--extern/recastnavigation/CMakeLists.txt1
-rw-r--r--extern/recastnavigation/recast-capi.cpp1
-rw-r--r--extern/recastnavigation/recast-capi.h1
11 files changed, 1 insertions, 11 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 36ddddf2325..a5dd3b16860 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index 9cead6546b8..58841d606cf 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/bullet2/src/LinearMath/btScalar.h b/extern/bullet2/src/LinearMath/btScalar.h
index 165626d530f..6ba6c5ad30d 100644
--- a/extern/bullet2/src/LinearMath/btScalar.h
+++ b/extern/bullet2/src/LinearMath/btScalar.h
@@ -29,7 +29,7 @@ subject to the following restrictions:
#include <cfloat>
#include <float.h>
-/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
+/* SVN $Revision: 35500 $ on $Date: 2011-03-12 21:34:17 +0100 (Sat, 12 Mar 2011) $ from http://bullet.googlecode.com*/
#define BT_BULLET_VERSION 278
inline int btGetVersion()
diff --git a/extern/glew/CMakeLists.txt b/extern/glew/CMakeLists.txt
index 87f8bb6e940..9704c137f8b 100644
--- a/extern/glew/CMakeLists.txt
+++ b/extern/glew/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/libopenjpeg/CMakeLists.txt b/extern/libopenjpeg/CMakeLists.txt
index 6f5056b341a..8b79394c053 100644
--- a/extern/libopenjpeg/CMakeLists.txt
+++ b/extern/libopenjpeg/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id: CMakeLists.txt 14444 2008-04-16 22:40:48Z hos $
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/libredcode/CMakeLists.txt b/extern/libredcode/CMakeLists.txt
index 1c4daac42d1..02e219fa871 100644
--- a/extern/libredcode/CMakeLists.txt
+++ b/extern/libredcode/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/lzma/CMakeLists.txt b/extern/lzma/CMakeLists.txt
index bfb52591e08..89993d61491 100644
--- a/extern/lzma/CMakeLists.txt
+++ b/extern/lzma/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/lzo/CMakeLists.txt b/extern/lzo/CMakeLists.txt
index 11eb18520b6..75b3605f75b 100644
--- a/extern/lzo/CMakeLists.txt
+++ b/extern/lzo/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/recastnavigation/CMakeLists.txt b/extern/recastnavigation/CMakeLists.txt
index 3d8b7ab1513..05c62936dc0 100644
--- a/extern/recastnavigation/CMakeLists.txt
+++ b/extern/recastnavigation/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/extern/recastnavigation/recast-capi.cpp b/extern/recastnavigation/recast-capi.cpp
index 42a9a4b82c8..9aeb0d65cb0 100644
--- a/extern/recastnavigation/recast-capi.cpp
+++ b/extern/recastnavigation/recast-capi.cpp
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
diff --git a/extern/recastnavigation/recast-capi.h b/extern/recastnavigation/recast-capi.h
index e8831bcdc58..52a8e215ea1 100644
--- a/extern/recastnavigation/recast-capi.h
+++ b/extern/recastnavigation/recast-capi.h
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*