mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 04:12:11 +00:00
* Add a shell script to make building easier. * Merge the two different versions of adobe_source.css. * `shorten_file_name.sh`: * Add copyright. * Use GNU sed and expr in shorten_file_name.sh. * Optimise it slightly by using xargs instead of a loop. * Only shorten file names in html files. * `header.html`: * Add copyright notice to doxygen header. * Remove google analytics tags. * Remove adobe RSS feed. * Remove the link to `globals.html` as it isn't generated. * Rename to `header_html.txt` to stop inspect complaining about it. * Remove `insert_boost_licence.sh` as the copyright is already in the header. [SVN r52727]
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
|
|
|
|
Distributed under 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)
|
|
-->
|
|
|
|
<!--
|
|
Copyright 2005-2007 Adobe Systems Incorporated
|
|
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
|
|
or a copy at http://stlab.adobe.com/licenses.html)
|
|
|
|
Some files are held under additional license.
|
|
Please see "http://stlab.adobe.com/licenses.html" for more information.
|
|
-->
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
<head>
|
|
<TITLE>$title</TITLE>
|
|
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
|
|
<LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
|
|
</head>
|
|
<body>
|
|
<table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
|
|
<td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
|
|
<div class="qindex"><a class="qindex" href="index.html">Modules</a>
|
|
| <a class="qindex" href="classes.html">Alphabetical List</a>
|
|
| <a class="qindex" href="annotated.html">Class List</a>
|
|
| <a class="qindex" href="dirs.html">Directories</a>
|
|
| <a class="qindex" href="files.html">File List</a>
|
|
| <a class="qindex" href="../index.html">GIL Home Page</a>
|
|
</div>
|
|
<!-- End Header -->
|