[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47074] trunk/blender: code cleanup: remove mode comments, these were applied very un-evenly across a few files.

Campbell Barton ideasman42 at gmail.com
Sun May 27 15:22:44 CEST 2012


Revision: 47074
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47074
Author:   campbellbarton
Date:     2012-05-27 13:22:43 +0000 (Sun, 27 May 2012)
Log Message:
-----------
code cleanup: remove mode comments, these were applied  very un-evenly across a few files.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt
    trunk/blender/build_files/cmake/macros.cmake
    trunk/blender/source/blender/makesdna/intern/CMakeLists.txt
    trunk/blender/source/blender/makesrna/intern/CMakeLists.txt
    trunk/blender/source/creator/CMakeLists.txt
    trunk/blender/source/gameengine/CMakeLists.txt
    trunk/blender/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    trunk/blender/source/gameengine/GamePlayer/xembed/UnixShell.c
    trunk/blender/source/tests/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/macros.cmake
===================================================================
--- trunk/blender/build_files/cmake/macros.cmake	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/build_files/cmake/macros.cmake	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,6 +1,28 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# The Original Code is Copyright (C) 2006, Blender Foundation
+# All rights reserved.
+#
+# The Original Code is: all of this file.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
 
-
 # foo_bar.spam --> foo_barMySuffix.spam
 macro(file_suffix
 	file_name_new file_name file_suffix

Modified: trunk/blender/source/blender/makesdna/intern/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/makesdna/intern/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/blender/makesdna/intern/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/blender/makesrna/intern/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/makesrna/intern/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/blender/makesrna/intern/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/creator/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/gameengine/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/gameengine/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/gameengine/GamePlayer/xembed/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/xembed/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/gameengine/GamePlayer/xembed/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/gameengine/GamePlayer/xembed/UnixShell.c
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/xembed/UnixShell.c	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/gameengine/GamePlayer/xembed/UnixShell.c	2012-05-27 13:22:43 UTC (rev 47074)
@@ -28,8 +28,6 @@
 
 #define MOZ_X11 1
 
-/* -*- Mode: C; tab-width: 8; c-set-style: bsd -*- */
-
 /* UnixShell.c was adapted from the template in the Netscape API. */
 
 /* System: */     

Modified: trunk/blender/source/tests/CMakeLists.txt
===================================================================
--- trunk/blender/source/tests/CMakeLists.txt	2012-05-27 13:17:31 UTC (rev 47073)
+++ trunk/blender/source/tests/CMakeLists.txt	2012-05-27 13:22:43 UTC (rev 47074)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or




More information about the Bf-blender-cvs mailing list