diff --git a/src/longlong.h b/src/longlong.h index f6a8520dd7..285aec8b35 100644 --- a/src/longlong.h +++ b/src/longlong.h @@ -1,29 +1,19 @@ /* - Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005 Free Software Foundation, Inc. - - Copyright 2009, 2015, 2016 William Hart - Copyright 2011 Fredrik Johansson - Copyright 2023 Albin Ahlbäck - - This file is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or (at your - option) any later version. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this file; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. -*/ + Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, + 2004, 2005 Free Software Foundation, Inc. -/* - N.B: This file has been adapted from code found in GMP 4.2.1. + Copyright (C) 2009, 2015, 2016 William Hart + Copyright (C) 2011 Fredrik Johansson + Copyright (C) 2023 Albin Ahlbäck + + This file is part of FLINT. + + Contains code from GNU MP Library. + + FLINT is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. See . */ #ifndef FLINT_LONGLONG_H diff --git a/src/longlong_asm_gcc.h b/src/longlong_asm_gcc.h index 1d12322084..15786cbdaf 100644 --- a/src/longlong_asm_gcc.h +++ b/src/longlong_asm_gcc.h @@ -1,38 +1,13 @@ -/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - -Copyright 1991-1994, 1996, 1997, 1999-2005, 2007-2009, 2011-2020 Free Software -Foundation, Inc. - -This file is part of the GNU MP Library. - -The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of either: - - * the GNU Lesser General Public License as published by the Free - Software Foundation; either version 3 of the License, or (at your - option) any later version. - -or - - * the GNU General Public License as published by the Free Software - Foundation; either version 2 of the License, or (at your option) any - later version. - -or both in parallel, as here. - -The GNU MP Library is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received copies of the GNU General Public License and the -GNU Lesser General Public License along with the GNU MP Library. If not, -see https://www.gnu.org/licenses/. */ /* + Copyright 1991-1994, 1996, 1997, 1999-2005, 2007-2009, 2011-2020 Free + Software Foundation, Inc. + Copyright (C) 2023, 2024 Albin Ahlbäck This file is part of FLINT. + Contains code from GNU MP Library. + FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or diff --git a/src/longlong_asm_gnu.h b/src/longlong_asm_gnu.h index 2eddff0e4d..3226686a7b 100644 --- a/src/longlong_asm_gnu.h +++ b/src/longlong_asm_gnu.h @@ -1,40 +1,12 @@ -/* Include file for internal GNU MP types and definitions. - - THE CONTENTS OF THIS FILE ARE FOR INTERNAL USE AND ARE ALMOST CERTAIN TO - BE SUBJECT TO INCOMPATIBLE CHANGES IN FUTURE GNU MP RELEASES. - -Copyright 1991-2018, 2021, 2022 Free Software Foundation, Inc. - -This file is part of the GNU MP Library. - -The GNU MP Library is free software; you can redistribute it and/or modify -it under the terms of either: - - * the GNU Lesser General Public License as published by the Free - Software Foundation; either version 3 of the License, or (at your - option) any later version. - -or - - * the GNU General Public License as published by the Free Software - Foundation; either version 2 of the License, or (at your option) any - later version. - -or both in parallel, as here. - -The GNU MP Library is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received copies of the GNU General Public License and the -GNU Lesser General Public License along with the GNU MP Library. If not, -see https://www.gnu.org/licenses/. */ /* + Copyright 1991-2018, 2021, 2022 Free Software Foundation, Inc. + Copyright 2024 Albin Ahlbäck This file is part of FLINT. + Contains code from GNU MP Library. + FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or