From bcd38b398ce19a1757ab1f7f51ef50df8eef8d41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Dec 2019 09:20:32 +1100 Subject: Cleanup: remove contributors, license begin/end & doxy file argument This had already been removed for all source files, recent patches re-introduced them. --- source/blender/compositor/nodes/COM_DenoiseNode.cpp | 6 +----- source/blender/compositor/nodes/COM_DenoiseNode.h | 5 +---- source/blender/compositor/operations/COM_DenoiseOperation.cpp | 5 +---- source/blender/compositor/operations/COM_DenoiseOperation.h | 5 +---- 4 files changed, 4 insertions(+), 17 deletions(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/nodes/COM_DenoiseNode.cpp b/source/blender/compositor/nodes/COM_DenoiseNode.cpp index 7de120d1204..a18fc82908a 100644 --- a/source/blender/compositor/nodes/COM_DenoiseNode.cpp +++ b/source/blender/compositor/nodes/COM_DenoiseNode.cpp @@ -1,6 +1,4 @@ /* - * Copyright 2019, Blender Foundation. - * * 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 @@ -15,10 +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. * - * Contributor: - * Stefan Werner + * Copyright 2019, Blender Foundation. */ - #include "COM_DenoiseNode.h" #include "DNA_node_types.h" #include "COM_SetValueOperation.h" diff --git a/source/blender/compositor/nodes/COM_DenoiseNode.h b/source/blender/compositor/nodes/COM_DenoiseNode.h index 0924da8931c..6cbe598f7d2 100644 --- a/source/blender/compositor/nodes/COM_DenoiseNode.h +++ b/source/blender/compositor/nodes/COM_DenoiseNode.h @@ -1,6 +1,4 @@ /* - * Copyright 2019, Blender Foundation. - * * 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 @@ -15,8 +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. * - * Contributor: - * Stefan Werner + * Copyright 2019, Blender Foundation. */ #ifndef __COM_DENOISENODE_H__ diff --git a/source/blender/compositor/operations/COM_DenoiseOperation.cpp b/source/blender/compositor/operations/COM_DenoiseOperation.cpp index 8235c296c5a..d9a59002caf 100644 --- a/source/blender/compositor/operations/COM_DenoiseOperation.cpp +++ b/source/blender/compositor/operations/COM_DenoiseOperation.cpp @@ -1,6 +1,4 @@ /* - * Copyright 2019, Blender Foundation. - * * 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 @@ -15,8 +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. * - * Contributor: - * Stefan Werner + * Copyright 2019, Blender Foundation. */ #include "COM_DenoiseOperation.h" diff --git a/source/blender/compositor/operations/COM_DenoiseOperation.h b/source/blender/compositor/operations/COM_DenoiseOperation.h index fc06bb81a97..6a53eead65c 100644 --- a/source/blender/compositor/operations/COM_DenoiseOperation.h +++ b/source/blender/compositor/operations/COM_DenoiseOperation.h @@ -1,6 +1,4 @@ /* - * Copyright 2019, Blender Foundation. - * * 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 @@ -15,8 +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. * - * Contributor: - * Stefan Werner + * Copyright 2019, Blender Foundation. */ #ifndef __COM_DENOISEOPERATION_H__ -- cgit v1.2.3