diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /doc/license.html | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'doc/license.html')
-rw-r--r-- | doc/license.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/license.html b/doc/license.html index f33cdb0..b50e6d5 100644 --- a/doc/license.html +++ b/doc/license.html @@ -6,8 +6,23 @@ <title>GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title> <link rel="alternate" type="application/rdf+xml" href="http://www.gnu.org/licenses/gpl-3.0.rdf" /> + <link rel=stylesheet href='styles.css' type='text/css'> </head> <body> + <div id="panel"> + <ul> + <li><a href="index.html">Overview</a></li> + <li><a href="mainwindow.html">Main Window</a></li> + <li><a href="channeldialog.html">Channels Dialog</a></li> + <li><a href="#">Channel Editor</a></li> + <li><a href="#">Playlist</a></li> + <li><a href="#">Effects</a></li> + <li><a href="#">Settings</a></li> + <li><a href="version.html">Version Info.</a></li> + <li><a class="active" href="license.html">License</a></li> + </ul> + </div> + <div id="content"> <h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3> <p style="text-align: center;">Version 3, 29 June 2007</p> @@ -692,6 +707,6 @@ the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p> -<br><a href="index.html">Return</a> +<br><a href="index.html">Return</a></div> </body></html> |