diff --git a/src/js/LICENSE.html b/src/js/LICENSE.html index f0610b2adb6..0a826b3fbc3 100644 --- a/src/js/LICENSE.html +++ b/src/js/LICENSE.html @@ -6,11 +6,12 @@ GNU Affero General Public License - GNU Project - Free Software Foundation (FSF) + href="http://www.gnu.org/licenses/agpl-3.0.rdf" /> + -

GNU AFFERO GENERAL PUBLIC LICENSE

-

Version 3, 19 November 2007

+

GNU AFFERO GENERAL PUBLIC LICENSE

+

Version 3, 19 November 2007

Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/> diff --git a/src/js/css/license.css b/src/js/css/license.css new file mode 100644 index 00000000000..73e3f2ce81e --- /dev/null +++ b/src/js/css/license.css @@ -0,0 +1,4 @@ + +.center { + text-align: center; +}