From 3aa5bd56749fb1142d5a8c6d78695534ae7822c4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 16:02:03 +0200 Subject: -fix copy-and-paste issues in copyright headers --- src/backend/anastasis-httpd.c | 10 +++++----- src/backend/anastasis-httpd.h | 16 ++++++++-------- src/backend/anastasis-httpd_config.c | 2 +- src/backend/anastasis-httpd_config.h | 6 +++--- src/backend/anastasis-httpd_mhd.c | 10 +++++----- src/backend/anastasis-httpd_mhd.h | 10 +++++----- src/backend/anastasis-httpd_policy.c | 10 +++++----- src/backend/anastasis-httpd_policy.h | 10 +++++----- src/backend/anastasis-httpd_policy_upload.c | 8 ++++---- src/backend/anastasis-httpd_terms.c | 2 +- src/backend/anastasis-httpd_terms.h | 6 +++--- src/backend/anastasis-httpd_truth.c | 10 +++++----- src/backend/anastasis-httpd_truth.h | 10 +++++----- src/backend/anastasis-httpd_truth_upload.c | 10 +++++----- 14 files changed, 60 insertions(+), 60 deletions(-) (limited to 'src/backend') diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c index 7c4b068..7d39080 100644 --- a/src/backend/anastasis-httpd.c +++ b/src/backend/anastasis-httpd.c @@ -1,17 +1,17 @@ /* - This file is part of TALER - (C) 2020 Taler Systems SA + This file is part of Anastasis + (C) 2020 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 a copy of the GNU General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file backend/anastasis-httpd.c diff --git a/src/backend/anastasis-httpd.h b/src/backend/anastasis-httpd.h index 8628f86..b3d2b54 100644 --- a/src/backend/anastasis-httpd.h +++ b/src/backend/anastasis-httpd.h @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2019 Taler Systems SA + This file is part of Anastasis + Copyright (C) 2019 Anastasis SARL - TALER 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 + Anastasis is free software; you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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. + A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License along with - TALER; see the file COPYING. If not, see + You should have received a copy of the GNU Affero General Public License along with + Anastasis; see the file COPYING. If not, see */ /** * @file backend/anastasis-httpd.h diff --git a/src/backend/anastasis-httpd_config.c b/src/backend/anastasis-httpd_config.c index 14ed8db..7c0b1dd 100644 --- a/src/backend/anastasis-httpd_config.c +++ b/src/backend/anastasis-httpd_config.c @@ -1,6 +1,6 @@ /* This file is part of Anastasis - Copyright (C) 2020, 2021 Taler Systems SA + Copyright (C) 2020, 2021 Anastasis SARL Anastasis 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 diff --git a/src/backend/anastasis-httpd_config.h b/src/backend/anastasis-httpd_config.h index 7d58792..bb0d586 100644 --- a/src/backend/anastasis-httpd_config.h +++ b/src/backend/anastasis-httpd_config.h @@ -1,6 +1,6 @@ /* This file is part of Anastasis - Copyright (C) 2020 Taler Systems SA + Copyright (C) 2020 Anastasis SARL Anastasis 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 @@ -8,9 +8,9 @@ Anastasis 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. + A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License along with + You should have received a copy of the GNU Affero General Public License along with Anastasis; see the file COPYING.GPL. If not, see */ /** diff --git a/src/backend/anastasis-httpd_mhd.c b/src/backend/anastasis-httpd_mhd.c index 6d2d898..17c43bf 100644 --- a/src/backend/anastasis-httpd_mhd.c +++ b/src/backend/anastasis-httpd_mhd.c @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2014, 2015, 2016 GNUnet e.V. and INRIA + This file is part of Anastasis + Copyright (C) 2014, 2015, 2016 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_mhd.c diff --git a/src/backend/anastasis-httpd_mhd.h b/src/backend/anastasis-httpd_mhd.h index 2aa9b28..86c1f88 100644 --- a/src/backend/anastasis-httpd_mhd.h +++ b/src/backend/anastasis-httpd_mhd.h @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + This file is part of Anastasis + Copyright (C) 2014, 2015 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** diff --git a/src/backend/anastasis-httpd_policy.c b/src/backend/anastasis-httpd_policy.c index 0b6597a..165be44 100644 --- a/src/backend/anastasis-httpd_policy.c +++ b/src/backend/anastasis-httpd_policy.c @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2019, 2021 Taler Systems SA + This file is part of Anastasis + Copyright (C) 2019, 2021 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_policy.c diff --git a/src/backend/anastasis-httpd_policy.h b/src/backend/anastasis-httpd_policy.h index e40ade9..33d51cf 100644 --- a/src/backend/anastasis-httpd_policy.h +++ b/src/backend/anastasis-httpd_policy.h @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2014, 2015, 2016 GNUnet e.V. + This file is part of Anastasis + Copyright (C) 2014, 2015, 2016 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_policy.h diff --git a/src/backend/anastasis-httpd_policy_upload.c b/src/backend/anastasis-httpd_policy_upload.c index 68eb509..7d3ecb8 100644 --- a/src/backend/anastasis-httpd_policy_upload.c +++ b/src/backend/anastasis-httpd_policy_upload.c @@ -1,17 +1,17 @@ /* - This file is part of TALER + This file is part of Anastasis Copyright (C) 2021 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_policy.c diff --git a/src/backend/anastasis-httpd_terms.c b/src/backend/anastasis-httpd_terms.c index 6be5690..5d7eff9 100644 --- a/src/backend/anastasis-httpd_terms.c +++ b/src/backend/anastasis-httpd_terms.c @@ -1,6 +1,6 @@ /* This file is part of Anastasis - Copyright (C) 2020 Taler Systems SA + Copyright (C) 2020 Anastasis SARL Anastasis 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 diff --git a/src/backend/anastasis-httpd_terms.h b/src/backend/anastasis-httpd_terms.h index dc59d41..e34c86e 100644 --- a/src/backend/anastasis-httpd_terms.h +++ b/src/backend/anastasis-httpd_terms.h @@ -1,6 +1,6 @@ /* This file is part of Anastasis - Copyright (C) 2020, 2021 Taler Systems SA + Copyright (C) 2020, 2021 Anastasis SARL Anastasis 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 @@ -8,9 +8,9 @@ Anastasis 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. + A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License along with + You should have received a copy of the GNU Affero General Public License along with Anastasis; see the file COPYING.GPL. If not, see */ /** diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c index f8962b4..b9c0382 100644 --- a/src/backend/anastasis-httpd_truth.c +++ b/src/backend/anastasis-httpd_truth.c @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2019, 2021 Taler Systems SA + This file is part of Anastasis + Copyright (C) 2019, 2021 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_truth.c diff --git a/src/backend/anastasis-httpd_truth.h b/src/backend/anastasis-httpd_truth.h index c0ee474..87e570b 100644 --- a/src/backend/anastasis-httpd_truth.h +++ b/src/backend/anastasis-httpd_truth.h @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2014, 2015, 2016, 2021 Taler Systems SA + This file is part of Anastasis + Copyright (C) 2014, 2015, 2016, 2021 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_truth.h diff --git a/src/backend/anastasis-httpd_truth_upload.c b/src/backend/anastasis-httpd_truth_upload.c index 30bd8e6..ada4d4c 100644 --- a/src/backend/anastasis-httpd_truth_upload.c +++ b/src/backend/anastasis-httpd_truth_upload.c @@ -1,17 +1,17 @@ /* - This file is part of TALER - Copyright (C) 2019, 2021 Taler Systems SA + This file is part of Anastasis + Copyright (C) 2019, 2021 Anastasis SARL - TALER is free software; you can redistribute it and/or modify it under the + Anastasis is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. - TALER is distributed in the hope that it will be useful, but WITHOUT ANY + Anastasis 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with - TALER; see the file COPYING. If not, see + Anastasis; see the file COPYING. If not, see */ /** * @file anastasis-httpd_truth_upload.c -- cgit v1.2.3