Cleanup: use angle-brackets for email addresses

This is already the most widely used convention.

Use this so `make check_spelling_c` will ignore all email addresses.
This commit is contained in:
Campbell Barton 2020-09-30 12:04:09 +10:00
parent 714f5078da
commit 0863316745
13 changed files with 21 additions and 21 deletions

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#ifndef __LIBNUMAAPI_H__
#define __LIBNUMAAPI_H__

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#ifndef __BUILD_CONFIG_H__
#define __BUILD_CONFIG_H__

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#include "numaapi.h"

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#include "build_config.h"

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#include "numaapi.h"

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//
// Author: Sergey Sharybin (sergey.vfx@gmail.com)
// Author: Sergey Sharybin <sergey.vfx@gmail.com>
#include "build_config.h"

View File

@ -2531,7 +2531,7 @@ static void RVBlurBitmap2_float(float *map, int width, int height, float blur, i
/* Apparently we're calculating a bell curve based on the standard deviation (or radius)
* This code is based on an example posted to comp.graphics.algorithms by
* Blancmange (bmange@airdmhor.gen.nz)
* Blancmange <bmange@airdmhor.gen.nz>
*/
k = -1.0f / (2.0f * (float)M_PI * blur * blur);

View File

@ -111,7 +111,7 @@ typedef int (*CompareFn)(
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Author:
* Raja R Harinath (rharinath@novell.com)
* Raja R Harinath <rharinath@novell.com>
*/
/**

View File

@ -26,7 +26,7 @@
/* An implementation of the Scale3X edge-extrapolation algorithm.
*
* Code from GIMP plugin, based on code from Adam D. Moss (adam@gimp.org)
* Code from GIMP plugin, based on code from Adam D. Moss <adam@gimp.org>
* licensed by the MIT license.
*/
static int extrapolate9(float *E0,

View File

@ -1,9 +1,9 @@
/**
* Copyright (C) 2013 Jorge Jimenez (jorge@iryoku.com)
* Copyright (C) 2013 Jose I. Echevarria (joseignacioechevarria@gmail.com)
* Copyright (C) 2013 Belen Masia (bmasia@unizar.es)
* Copyright (C) 2013 Fernando Navarro (fernandn@microsoft.com)
* Copyright (C) 2013 Diego Gutierrez (diegog@unizar.es)
* Copyright (C) 2013 Jorge Jimenez <jorge@iryoku.com>
* Copyright (C) 2013 Jose I. Echevarria <joseignacioechevarria@gmail.com>
* Copyright (C) 2013 Belen Masia <bmasia@unizar.es>
* Copyright (C) 2013 Fernando Navarro <fernandn@microsoft.com>
* Copyright (C) 2013 Diego Gutierrez <diegog@unizar.es>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* this software and associated documentation files (the "Software"), to deal in

View File

@ -1,9 +1,9 @@
/**
* Copyright (C) 2013 Jorge Jimenez (jorge@iryoku.com)
* Copyright (C) 2013 Jose I. Echevarria (joseignacioechevarria@gmail.com)
* Copyright (C) 2013 Belen Masia (bmasia@unizar.es)
* Copyright (C) 2013 Fernando Navarro (fernandn@microsoft.com)
* Copyright (C) 2013 Diego Gutierrez (diegog@unizar.es)
* Copyright (C) 2013 Jorge Jimenez <jorge@iryoku.com>
* Copyright (C) 2013 Jose I. Echevarria <joseignacioechevarria@gmail.com>
* Copyright (C) 2013 Belen Masia <bmasia@unizar.es>
* Copyright (C) 2013 Fernando Navarro <fernandn@microsoft.com>
* Copyright (C) 2013 Diego Gutierrez <diegog@unizar.es>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* this software and associated documentation files (the "Software"), to deal in

View File

@ -13,7 +13,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Copyright 2006 Joseph Eagar (joeedh@gmail.com)
* Copyright 2006 Joseph Eagar <joeedh@gmail.com>
*/
/** \file

View File

@ -13,7 +13,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Copyright 2006 Joseph Eagar (joeedh@gmail.com)
* Copyright 2006 Joseph Eagar <joeedh@gmail.com>
*/
/** \file