aboutsummaryrefslogtreecommitdiff
path: root/examples/shop/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shop/style.css')
-rw-r--r--examples/shop/style.css24
1 files changed, 22 insertions, 2 deletions
diff --git a/examples/shop/style.css b/examples/shop/style.css
index c2cc51ee..dd6bc6e8 100644
--- a/examples/shop/style.css
+++ b/examples/shop/style.css
@@ -1,3 +1,25 @@
+/*
+ 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;
@@ -119,5 +141,3 @@ h4, h5, h6 {
transform: rotate(360deg);
}
}
-
-