summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Huber <ahd6974-boostorg@live.com>2006-12-02 10:11:31 +0000
committerAndreas Huber <ahd6974-boostorg@live.com>2006-12-02 10:11:31 +0000
commit68595ce972d6fc327e93776c9c3b1d718cf3e1a0 (patch)
treec1302870129a11730c6fb82b89927f381a824353 /doc
parent94d9400e98572763bb00f187ecb1ed85a94bf7d4 (diff)
downloadboost-68595ce972d6fc327e93776c9c3b1d718cf3e1a0.tar.gz
Fixed license & copyright issues.
[SVN r36241]
Diffstat (limited to 'doc')
-rw-r--r--doc/html/boostbook.css9
-rw-r--r--doc/html/reference.css8
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index e06ac4b4ca..2e2ee71d7e 100644
--- a/doc/html/boostbook.css
+++ b/doc/html/boostbook.css
@@ -2,9 +2,8 @@
Copyright (c) 2004 Joel de Guzman
http://spirit.sourceforge.net/
- Use, modification and distribution is subject to the Boost Software
- License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
- http://www.boost.org/LICENSE_1_0.txt)
+ Distributed under the Boost Software License, Version 1.0. (See accompany-
+ ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
/*=============================================================================
@@ -517,6 +516,4 @@
span.inlinemediaobject img
{
vertical-align: middle;
- }
-
-
+ } \ No newline at end of file
diff --git a/doc/html/reference.css b/doc/html/reference.css
index be4e64cc07..6826962afc 100644
--- a/doc/html/reference.css
+++ b/doc/html/reference.css
@@ -1,5 +1,11 @@
+/*============================================================================
+ Copyright 2003-2004 Douglas Gregor
+ Distributed under the Boost Software License, Version 1.0. (See accompany-
+ ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+============================================================================*/
+
PRE.synopsis {
background-color: #e0ffff;
border: thin solid blue;
padding: 1em
-}
+} \ No newline at end of file