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:
authorCampbell Barton <campbell@blender.org>2022-02-10 01:56:54 +0300
committerCampbell Barton <campbell@blender.org>2022-02-10 02:25:06 +0300
commitfe80ff446f9736eccd685e8a2c40b4143a88b999 (patch)
treed9fd24b90116daa1899fa4768705f0595be92ba6 /source/blender/windowmanager
parent58761eb11a681abbde1809a01ab8dde75aa8f46e (diff)
Cleanup: copyright in headers, spelling in comments
- Order year consistently. - Minor consistency (case, double-spacing). - Correct typos.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 1d9535e5102..7e4acf709b7 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -13,8 +13,8 @@
* 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) 2007 Blender Foundation but based
- * on ghostwinlay.c (C) 2001-2002 by NaN Holding BV. All rights reserved.
+ * Copyright 2001-2002 by NaN Holding BV. All rights reserved.
+ * 2007 Blender Foundation
*/
/** \file