summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-02 16:02:03 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-02 16:02:47 +0200
commit3aa5bd56749fb1142d5a8c6d78695534ae7822c4 (patch)
tree4d8dd9b6f297373f50c87e037e114c3013b60290 /src/backend
parentf3ed6ea694e83e45d257fb64b5ae23e73bc81465 (diff)
downloadanastasis-3aa5bd56749fb1142d5a8c6d78695534ae7822c4.tar.gz
anastasis-3aa5bd56749fb1142d5a8c6d78695534ae7822c4.tar.bz2
anastasis-3aa5bd56749fb1142d5a8c6d78695534ae7822c4.zip
-fix copy-and-paste issues in copyright headers
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/anastasis-httpd.c10
-rw-r--r--src/backend/anastasis-httpd.h16
-rw-r--r--src/backend/anastasis-httpd_config.c2
-rw-r--r--src/backend/anastasis-httpd_config.h6
-rw-r--r--src/backend/anastasis-httpd_mhd.c10
-rw-r--r--src/backend/anastasis-httpd_mhd.h10
-rw-r--r--src/backend/anastasis-httpd_policy.c10
-rw-r--r--src/backend/anastasis-httpd_policy.h10
-rw-r--r--src/backend/anastasis-httpd_policy_upload.c8
-rw-r--r--src/backend/anastasis-httpd_terms.c2
-rw-r--r--src/backend/anastasis-httpd_terms.h6
-rw-r--r--src/backend/anastasis-httpd_truth.c10
-rw-r--r--src/backend/anastasis-httpd_truth.h10
-rw-r--r--src/backend/anastasis-httpd_truth_upload.c10
14 files changed, 60 insertions, 60 deletions
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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ You should have received a copy of the GNU Affero General Public License along with
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
*/
/**
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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
*/
/**
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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @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 <http://www.gnu.org/licenses/>
+ Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
* @file anastasis-httpd_truth_upload.c