github.com/mssola/todo@v0.0.0-20181029153210-d25348dc3f48/views/application/license.tpl (about) 1 <div id="contents"> 2 3 <h1>About this</h1> 4 5 <p> 6 This is an application that allows you to store "to do" lists as 7 <em>topics</em>. Topics are written in the markdown format. 8 The source code and the documentation of this application can be found 9 <a href="https://github.com/mssola/todo" title="Source code of this application">here</a>. 10 Moreover, you might also be interested in the CLI client that I usually 11 use to handle the contents of this application. It's also free software and it 12 can be found <a href="https://github.com/mssola/td" title="Source code of the td CLI tool">here</a>. 13 </p> 14 15 <h1>License</h1> 16 17 <p> 18 Copyright © 2014-2017 Miquel SabatĂ© SolĂ <mikisabate@gmail.com> 19 </p> 20 21 <p> 22 This Source Code Form is subject to the terms of the Mozilla Public<br/> 23 License, v. 2.0. If a copy of the MPL was not distributed with this<br/> 24 file, You can obtain one at http://mozilla.org/MPL/2.0/.<br/> 25 </p> 26 27 </div>