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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-01 17:45:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-01 17:49:31 +0300
commit6cbb4c576addc4f5322c0fb444a9af1e649fdb8e (patch)
tree42b8f4e12a848c8c66b8b414e63a95b8149064f9 /extern
parent6bdbbcd683aff6a034e6a1e86915a1aafa3d1051 (diff)
Cleanup: manually remove header text not handled by automation
Diffstat (limited to 'extern')
-rw-r--r--extern/wcwidth/wcwidth.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/extern/wcwidth/wcwidth.h b/extern/wcwidth/wcwidth.h
index e327921b6ea..9ae6ec9ef14 100644
--- a/extern/wcwidth/wcwidth.h
+++ b/extern/wcwidth/wcwidth.h
@@ -1,6 +1,4 @@
/*
- * ***** 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
@@ -17,10 +15,6 @@
*
* The Original Code is Copyright (C) 2013 Blender Foundation.
* All rights reserved.
- *
- * Contributor(s): none yet.
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#ifndef __WCWIDTH_H__