summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/blog_lib.php16
-rw-r--r--examples/blog/essay_cc-form.html16
-rw-r--r--examples/blog/essay_cc-fulfillment.php16
-rw-r--r--examples/blog/essay_contract.php2
-rw-r--r--examples/blog/essay_fulfillment.php2
-rw-r--r--examples/blog/essay_pay.php2
-rw-r--r--examples/blog/index.html15
-rw-r--r--examples/blog/style.css23
-rw-r--r--examples/blog/taler-presence.js2
9 files changed, 90 insertions, 4 deletions
diff --git a/examples/blog/blog_lib.php b/examples/blog/blog_lib.php
index d7e6c513..b7781f7b 100644
--- a/examples/blog/blog_lib.php
+++ b/examples/blog/blog_lib.php
@@ -1,4 +1,20 @@
<?php
+/*
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015 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, If not, see <http://www.gnu.org/licenses/>
+*/
+
/**
* Take a (article's) filename and return its
* teaser. It has the articles folder hardcoded
diff --git a/examples/blog/essay_cc-form.html b/examples/blog/essay_cc-form.html
index 7e0c04ed..f115e51b 100644
--- a/examples/blog/essay_cc-form.html
+++ b/examples/blog/essay_cc-form.html
@@ -1,3 +1,19 @@
+<!DOCTYPE html>
+<!--
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015 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/>
+-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
diff --git a/examples/blog/essay_cc-fulfillment.php b/examples/blog/essay_cc-fulfillment.php
index 5890c03d..4239ee97 100644
--- a/examples/blog/essay_cc-fulfillment.php
+++ b/examples/blog/essay_cc-fulfillment.php
@@ -1,4 +1,20 @@
<?php
+/*
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015 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, If not, see <http://www.gnu.org/licenses/>
+*/
+
include '../../copylib/util.php';
include './blog_lib.php';
diff --git a/examples/blog/essay_contract.php b/examples/blog/essay_contract.php
index 6482a3b4..a63d82c9 100644
--- a/examples/blog/essay_contract.php
+++ b/examples/blog/essay_contract.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 GNUnet e.V.
+ Copyright (C) 2014, 2015 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
diff --git a/examples/blog/essay_fulfillment.php b/examples/blog/essay_fulfillment.php
index 088735d9..1f2eb18e 100644
--- a/examples/blog/essay_fulfillment.php
+++ b/examples/blog/essay_fulfillment.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 GNUnet e.V.
+ Copyright (C) 2014, 2015 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
diff --git a/examples/blog/essay_pay.php b/examples/blog/essay_pay.php
index 3ad28ceb..66fe8ffc 100644
--- a/examples/blog/essay_pay.php
+++ b/examples/blog/essay_pay.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 GNUnet e.V.
+ Copyright (C) 2014, 2015 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
diff --git a/examples/blog/index.html b/examples/blog/index.html
index a91a67b0..25535bde 100644
--- a/examples/blog/index.html
+++ b/examples/blog/index.html
@@ -1,4 +1,19 @@
<!DOCTYPE html>
+<!--
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015 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/>
+-->
<html lang="en">
<head>
<title>Richard M. Stallman: Free Software, Free Society</title>
diff --git a/examples/blog/style.css b/examples/blog/style.css
index 20373e00..6e087cc8 100644
--- a/examples/blog/style.css
+++ b/examples/blog/style.css
@@ -1,3 +1,26 @@
+/*
+ This file is part of TALER
+ Copyright (C) 2014,2015 INRIA
+
+ TALER is free software: you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License (GNU LGPL) as published by the
+ Free Software
+ Foundation, either version 3 of the License, or (at your option)
+ any later version. The code is distributed WITHOUT ANY WARRANTY;
+ without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
+
+ As additional permission under GNU LGPL version 3 section 7, you
+ may distribute non-source (e.g., minimized or compacted) forms of
+ that code without the copy of the GNU LGPL normally required by
+ section 4, provided you include this license notice and a URL
+ through which recipients can access the Corresponding Source.
+
+ @licend The above is the entire license notice
+ for the JavaScript code in this page.
+ */
+
body {
background-color: white;
margin: 0;
diff --git a/examples/blog/taler-presence.js b/examples/blog/taler-presence.js
index 2562238b..9028f5e2 100644
--- a/examples/blog/taler-presence.js
+++ b/examples/blog/taler-presence.js
@@ -1,7 +1,7 @@
/* @licstart The following is the entire license notice for the
JavaScript code in this page.
- Copyright (C) 2016 GNUnet e.V.
+ Copyright (C) 2016 INRIA
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU