diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -65,10 +65,10 @@ <a href="index.html"><img src="img/maneage-logo.svg" /></a> </div> <div> - <h1>Maneage</h1><h2>Managing data lineage</h2> + <h1>Maneage</h1><h2>Managing Data Lineage</h2> <p>Copyright © 2018-2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> Copyright © 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> - See the end of the file for license conditions.</p> + <a href="#page-footer">License Conditions</a></p> </div> </div> @@ -1249,6 +1249,7 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li> of the authors in the very important choice of configuration values and order of operations: this is contrary to the scientific spirit.</p> + <footer role="contentinfo" id="page-footer"> <h2>Copyright information</h2> <p>This file is part of Maneage's core: <a href="https://git.maneage.org/project.git">https://git.maneage.org/project.git</a></p> @@ -1265,5 +1266,6 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li> <p>You should have received a copy of the GNU General Public License along with Maneage. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p> + </footer> </div> </body> |