Преглед изворни кода

Fix copyright character encoding in css.

Replaced ISO-8859-1 copyright character with (c) and changed the order
of date and name to be consistent with other copyrights.
Jonathan Wakely пре 4 година
родитељ
комит
2efe257bec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/src/minimal.css

+ 1 - 1
doc/src/minimal.css

@@ -1,6 +1,6 @@
 /*
 
-  © Copyright Beman Dawes, 2007
+  Copyright (c) 2007 Beman Dawes
 
   Distributed under the Boost Software License, Version 1.0.
   See www.boost.org/LICENSE_1_0.txt

粤ICP备19079148号