From 68595ce972d6fc327e93776c9c3b1d718cf3e1a0 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 2 Dec 2006 10:11:31 +0000 Subject: [PATCH] Fixed license & copyright issues. [SVN r36241] --- doc/html/boostbook.css | 9 +++------ doc/html/reference.css | 8 +++++++- 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