[Bf-blender-cvs] [7b0174ef819] master: Cleanup: remove overly detailed contact info, correct md5 copyright

Campbell Barton noreply at git.blender.org
Wed Feb 9 23:06:22 CET 2022


Commit: 7b0174ef819fbe8020c8766457a2e971b1593f8e
Author: Campbell Barton
Date:   Thu Feb 10 09:02:29 2022 +1100
Branches: master
https://developer.blender.org/rB7b0174ef819fbe8020c8766457a2e971b1593f8e

Cleanup: remove overly detailed contact info, correct md5 copyright

Also remove copyright text with no assignment.

===================================================================

M	intern/ghost/intern/GHOST_DisplayManagerCocoa.mm
M	source/blender/blenlib/intern/hash_md5.c
M	source/blender/freestyle/intern/geometry/matrix_util.cpp
M	source/blender/freestyle/intern/geometry/matrix_util.h
M	source/blender/freestyle/intern/geometry/normal_cycle.cpp
M	source/blender/freestyle/intern/geometry/normal_cycle.h
M	source/blender/freestyle/intern/winged_edge/Curvature.cpp
M	source/blender/freestyle/intern/winged_edge/Curvature.h
M	source/blender/imbuf/intern/radiance_hdr.c

===================================================================

diff --git a/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm b/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm
index 96898a15f62..35ea4c12818 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm
+++ b/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm
@@ -13,9 +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) 2001-2002 by NaN Holding BV.
- * All rights reserved.
-          Damien Plisson  10/2009
+ * Copyright 2001-2002 NaN Holding BV. All rights reserved.
+ *           2009 Damien Plisson
  */
 
 #include <Cocoa/Cocoa.h>
diff --git a/source/blender/blenlib/intern/hash_md5.c b/source/blender/blenlib/intern/hash_md5.c
index 6a0ca8bb33f..a2cc1a0fc12 100644
--- a/source/blender/blenlib/intern/hash_md5.c
+++ b/source/blender/blenlib/intern/hash_md5.c
@@ -12,7 +12,7 @@
  * 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.
- * Copyright (C) 1995 Software Foundation, Inc.
+ * Copyright (C) 1995 Free Software Foundation, Inc.
  *
  * Written by Ulrich Drepper <drepper at gnu.ai.mit.edu>.
  */
diff --git a/source/blender/freestyle/intern/geometry/matrix_util.cpp b/source/blender/freestyle/intern/geometry/matrix_util.cpp
index 95a24d85677..c917e9c87fd 100644
--- a/source/blender/freestyle/intern/geometry/matrix_util.cpp
+++ b/source/blender/freestyle/intern/geometry/matrix_util.cpp
@@ -15,14 +15,7 @@
  *
  * The Original Code is:
  *   GXML/Graphite: Geometry and Graphics Programming Library + Utilities
- *   Copyright (C) 2000 Bruno Levy
- *   Contact: Bruno Levy
- *      <levy at loria.fr>
- *      ISA Project
- *      LORIA, INRIA Lorraine,
- *      Campus Scientifique, BP 239
- *      54506 VANDOEUVRE LES NANCY CEDEX
- *      FRANCE
+ *   Copyright 2000 Bruno Levy <levy at loria.fr>
  */
 
 /** \file
diff --git a/source/blender/freestyle/intern/geometry/matrix_util.h b/source/blender/freestyle/intern/geometry/matrix_util.h
index 8c2eb799d13..147e25e9608 100644
--- a/source/blender/freestyle/intern/geometry/matrix_util.h
+++ b/source/blender/freestyle/intern/geometry/matrix_util.h
@@ -15,14 +15,7 @@
  *
  * The Original Code is:
  *   GXML/Graphite: Geometry and Graphics Programming Library + Utilities
- *   Copyright (C) 2000 Bruno Levy
- *   Contact: Bruno Levy
- *      <levy at loria.fr>
- *      ISA Project
- *      LORIA, INRIA Lorraine,
- *      Campus Scientifique, BP 239
- *      54506 VANDOEUVRE LES NANCY CEDEX
- *      FRANCE
+ *   Copyright 2000 Bruno Levy <levy at loria.fr>
  */
 
 #pragma once
diff --git a/source/blender/freestyle/intern/geometry/normal_cycle.cpp b/source/blender/freestyle/intern/geometry/normal_cycle.cpp
index 77a80e63b77..fbcbeb220df 100644
--- a/source/blender/freestyle/intern/geometry/normal_cycle.cpp
+++ b/source/blender/freestyle/intern/geometry/normal_cycle.cpp
@@ -15,14 +15,7 @@
  *
  * The Original Code is:
  *   OGF/Graphite: Geometry and Graphics Programming Library + Utilities
- *   Copyright (C) 2000 Bruno Levy
- *   Contact: Bruno Levy
- *      <levy at loria.fr>
- *      ISA Project
- *      LORIA, INRIA Lorraine,
- *      Campus Scientifique, BP 239
- *      54506 VANDOEUVRE LES NANCY CEDEX
- *      FRANCE
+ *   Copyright 2000 Bruno Levy <levy at loria.fr>
  */
 
 /** \file
diff --git a/source/blender/freestyle/intern/geometry/normal_cycle.h b/source/blender/freestyle/intern/geometry/normal_cycle.h
index 949675e9d8d..1fb59bcad19 100644
--- a/source/blender/freestyle/intern/geometry/normal_cycle.h
+++ b/source/blender/freestyle/intern/geometry/normal_cycle.h
@@ -15,14 +15,7 @@
  *
  * The Original Code is:
  *   OGF/Graphite: Geometry and Graphics Programming Library + Utilities
- *   Copyright (C) 2000 Bruno Levy
- *   Contact: Bruno Levy
- *      <levy at loria.fr>
- *      ISA Project
- *      LORIA, INRIA Lorraine,
- *      Campus Scientifique, BP 239
- *      54506 VANDOEUVRE LES NANCY CEDEX
- *      FRANCE
+ *   Copyright 2000 Bruno Levy <levy at loria.fr>
  */
 
 #pragma once
diff --git a/source/blender/freestyle/intern/winged_edge/Curvature.cpp b/source/blender/freestyle/intern/winged_edge/Curvature.cpp
index ec07a124808..571f21ac309 100644
--- a/source/blender/freestyle/intern/winged_edge/Curvature.cpp
+++ b/source/blender/freestyle/intern/winged_edge/Curvature.cpp
@@ -18,13 +18,7 @@
  *     Copyright (C) 1999 Stephane Popinet
  * and:
  *     OGF/Graphite: Geometry and Graphics Programming Library + Utilities
- *     Copyright (C) 2000-2003 Bruno Levy
- *     Contact: Bruno Levy <levy at loria.fr>
- *         ISA Project
- *         LORIA, INRIA Lorraine,
- *         Campus Scientifique, BP 239
- *         54506 VANDOEUVRE LES NANCY CEDEX
- *         FRANCE
+ *     Copyright 2000-2003 Bruno Levy <levy at loria.fr>
  */
 
 /** \file
diff --git a/source/blender/freestyle/intern/winged_edge/Curvature.h b/source/blender/freestyle/intern/winged_edge/Curvature.h
index acbe4e8daf6..c87134a0c14 100644
--- a/source/blender/freestyle/intern/winged_edge/Curvature.h
+++ b/source/blender/freestyle/intern/winged_edge/Curvature.h
@@ -15,16 +15,10 @@
  *
  * The Original Code is:
  *     GTS - Library for the manipulation of triangulated surfaces
- *     Copyright (C) 1999 Stephane Popinet
+ *     Copyright 1999 Stephane Popinet
  * and:
  *     OGF/Graphite: Geometry and Graphics Programming Library + Utilities
- *     Copyright (C) 2000-2003 Bruno Levy
- *     Contact: Bruno Levy <levy at loria.fr>
- *         ISA Project
- *         LORIA, INRIA Lorraine,
- *         Campus Scientifique, BP 239
- *         54506 VANDOEUVRE LES NANCY CEDEX
- *         FRANCE
+ *     Copyright (C) 2000-2003 Bruno Levy <levy at loria.fr>
  */
 
 #pragma once
diff --git a/source/blender/imbuf/intern/radiance_hdr.c b/source/blender/imbuf/intern/radiance_hdr.c
index 925ef0a8502..616f4d1421c 100644
--- a/source/blender/imbuf/intern/radiance_hdr.c
+++ b/source/blender/imbuf/intern/radiance_hdr.c
@@ -12,21 +12,14 @@
  * 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
- * All rights reserved.
  */
 
 /** \file
  * \ingroup imbuf
- */
-
-/* ----------------------------------------------------------------------
  * Radiance High Dynamic Range image file IO
  * For description and code for reading/writing of radiance hdr files
  * by Greg Ward, refer to:
  * http://radsite.lbl.gov/radiance/refer/Notes/picture_format.html
- * ----------------------------------------------------------------------
  */
 
 #include "MEM_guardedalloc.h"



More information about the Bf-blender-cvs mailing list