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 <ideasman42@gmail.com>2019-02-01 17:36:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-01 17:36:28 +0300
commit65ec7ec524e667ec95ce947a95f6273088dffee6 (patch)
tree68e47c42cefed72c4d360b5b2f473b35cafd96eb /intern/utfconv
parent7b05b2564d8f7ebe915ba212c0dbaf40be568cfc (diff)
Cleanup: remove redundant, invalid info from headers
BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits.
Diffstat (limited to 'intern/utfconv')
-rw-r--r--intern/utfconv/utf_winfunc.c6
-rw-r--r--intern/utfconv/utf_winfunc.h5
-rw-r--r--intern/utfconv/utfconv.c5
-rw-r--r--intern/utfconv/utfconv.h5
4 files changed, 0 insertions, 21 deletions
diff --git a/intern/utfconv/utf_winfunc.c b/intern/utfconv/utf_winfunc.c
index 19917571b5e..6a46807e148 100644
--- a/intern/utfconv/utf_winfunc.c
+++ b/intern/utfconv/utf_winfunc.c
@@ -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) 2012 Blender Foundation.
* All rights reserved.
- *
- * Contributor(s): Alexandr Kuznetsov, Andrea Weikert
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#ifndef _WIN32_IE
diff --git a/intern/utfconv/utf_winfunc.h b/intern/utfconv/utf_winfunc.h
index 8dd77275dcb..06d3b106fd9 100644
--- a/intern/utfconv/utf_winfunc.h
+++ b/intern/utfconv/utf_winfunc.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
@@ -18,9 +16,6 @@
* The Original Code is Copyright (C) 2012 Blender Foundation.
* All rights reserved.
*
- * Contributor(s): Alexandr Kuznetsov, Andrea Weikert
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#ifndef __UTF_WINFUNC_H__
diff --git a/intern/utfconv/utfconv.c b/intern/utfconv/utfconv.c
index e5f8756917f..767337b84b3 100644
--- a/intern/utfconv/utfconv.c
+++ b/intern/utfconv/utfconv.c
@@ -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
@@ -18,9 +16,6 @@
* The Original Code is Copyright (C) 2012 Blender Foundation.
* All rights reserved.
*
- * Contributor(s): Alexandr Kuznetsov, Andrea Weikert
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#include "utfconv.h"
diff --git a/intern/utfconv/utfconv.h b/intern/utfconv/utfconv.h
index d05ed61c8d8..35bbe3ac108 100644
--- a/intern/utfconv/utfconv.h
+++ b/intern/utfconv/utfconv.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
@@ -18,9 +16,6 @@
* The Original Code is Copyright (C) 2012 Blender Foundation.
* All rights reserved.
*
- * Contributor(s): Alexandr Kuznetsov, Andrea Weikert
- *
- * ***** END GPL LICENSE BLOCK *****
*/
#ifndef __UTFCONV_H__