From 532fa159fac7dc20e0bfdeb199a086eabbd80767 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Sat, 20 Jul 2019 13:07:24 +0200 Subject: [PATCH] update author/copyright information --- pocketfft_hdronly.h | 8 +++++++- pypocketfft.cc | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pocketfft_hdronly.h b/pocketfft_hdronly.h index 6979e43..eba3398 100644 --- a/pocketfft_hdronly.h +++ b/pocketfft_hdronly.h @@ -2,7 +2,13 @@ This file is part of pocketfft. Copyright (C) 2010-2019 Max-Planck-Society -Author: Martin Reinecke +Copyright (C) 2019 Peter Bell + +For the odd-sized DCT-IV transforms: + Copyright (C) 2003, 2007-14 Matteo Frigo + Copyright (C) 2003, 2007-14 Massachusetts Institute of Technology + +Authors: Martin Reinecke, Peter Bell All rights reserved. diff --git a/pypocketfft.cc b/pypocketfft.cc index 2bdb3af..1efd2f3 100644 --- a/pypocketfft.cc +++ b/pypocketfft.cc @@ -7,7 +7,9 @@ * Python interface. * * Copyright (C) 2019 Max-Planck-Society + * Copyright (C) 2019 Peter Bell * \author Martin Reinecke + * \author Peter Bell */ #include -- GitLab