diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -1,20 +1,5 @@ <!DOCTYPE html> -<!-- - Webpage of Maneage: a framework for managing data lineage - - Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me> - Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org> - - This file is part of Maneage. Maneage is free software: you can - redistribute it and/or modify it under the terms of the GNU General - Public License as published by the Free Software Foundation, either - version 3 of the License, or (at your option) any later version. - - Maneage is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. See - <http://www.gnu.org/licenses/>. --> +<!-- Copyright notes are just below the head and before body --> <html lang="en-US"> @@ -42,8 +27,22 @@ <link rel="stylesheet" href="css/base.css" /> </head> + <!-- + Webpage of Maneage: a framework for managing data lineage + + Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me> + Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org> + This file is part of Maneage. Maneage is free software: you can + redistribute it and/or modify it under the terms of the GNU General + Public License as published by the Free Software Foundation, either + version 3 of the License, or (at your option) any later version. + Maneage is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. See + <http://www.gnu.org/licenses/>. --> <!-- Start the main body. --> <body> |