taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit edc7ed0d5d0071d7ac778754338d848c1373e80d
parent 8699ebe3b1683ba1487261d348b792409ca60ced
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  7 Mar 2016 10:13:29 +0100

adding licensing headers

Diffstat:
AOWNERS.rst | 20++++++++++++++++++++
Mapi-bank.rst | 12++++++++++++
Mapi-common.rst | 12++++++++++++
Mapi-merchant.rst | 12++++++++++++
Mapi-mint.rst | 12++++++++++++
Mconf.py | 12++++++++++++
Mdev-wallet-wx.rst | 12++++++++++++
Mexample-essay-store.rst | 12++++++++++++
Mexts/tsref.py | 26++++++++++++--------------
Mglossary.rst | 12++++++++++++
Mimpl-merchant.rst | 12++++++++++++
Mimpl-mint.rst | 12++++++++++++
Mindex.rst | 12++++++++++++
13 files changed, 164 insertions(+), 14 deletions(-)

diff --git a/OWNERS.rst b/OWNERS.rst @@ -0,0 +1,20 @@ +The following list associated each source file with its owner + + +* impl-mint.rst GNUnet e.V. and INRIA +* integration-bank.rst GNUnet e.V. and INRIA +* impl-merchant.rst GNUnet e.V. and INRIA +* dev-wallet-wx.rst GNUnet e.V. and INRIA +* integration-merchant.rst GNUnet e.V. and INRIA +* api-mint.rst GNUnet e.V. and INRIA +* integration-general.rst GNUnet e.V. and INRIA +* wireformats.rst GNUnet e.V. and INRIA +* index.rst GNUnet e.V. and INRIA +* api-merchant.rst GNUnet e.V. and INRIA +* api-common.rst GNUnet e.V. and INRIA +* api-bank.rst GNUnet e.V. and INRIA +* glossary.rst GNUnet e.V. and INRIA +* example-essay-store.rst GNUnet e.V. and INRIA + +* exts/tsref.py GNUnet e.V. and INRIA +* conf.py GNUnet e.V. and INRIA diff --git a/api-bank.rst b/api-bank.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ========= Bank API ========= diff --git a/api-common.rst b/api-common.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + .. _http-common: ================================= diff --git a/api-merchant.rst b/api-merchant.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ===================== The Merchant HTTP API ===================== diff --git a/api-mint.rst b/api-mint.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ========================= The Exchange RESTful JSON API ========================= diff --git a/conf.py b/conf.py @@ -1,3 +1,15 @@ +""" + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> +""" # -*- coding: utf-8 -*- # # neuro documentation build configuration file, created by diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ===================== WebExtensions Wallet ===================== diff --git a/example-essay-store.rst b/example-essay-store.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ================================== Example: Essay Store ================================== diff --git a/exts/tsref.py b/exts/tsref.py @@ -1,17 +1,15 @@ -# Copyright (C) 2016 Florian Dold -# -# 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 3 of the License, or -# (at your option) any later version. -# -# This program 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 this program. If not, see <http://www.gnu.org/licenses/>. +""" + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> +""" """ This extension adds a new lexer "tsref" for TypeScript, which diff --git a/glossary.rst b/glossary.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ============== Taler Glossary ============== diff --git a/impl-merchant.rst b/impl-merchant.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + ================================= Merchant Reference Implementation ================================= diff --git a/impl-mint.rst b/impl-mint.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + =================================== The Exchange Reference Implementation =================================== diff --git a/index.rst b/index.rst @@ -1,3 +1,15 @@ +.. + This file is part of GNU TALER. + Copyright (C) 2014, 2015 GNUnet e.V. and INRIA + TALER 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, or (at your option) any later version. + TALER 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 + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + GNU Taler Documentation =======================