Change license
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 20:01:28 +0000 (16:01 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 20:01:28 +0000 (16:01 -0400)
core/templates/core/base.html

index b98ea1d..46fd2e9 100644 (file)
@@ -30,8 +30,8 @@
       <section class="licenses">
         Licenses:
         <div>
-          <span>Content: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></span>
-          <span>Code: <a rel="license" href="https://www.gnu.org/licenses/gpl.html">GPL 3.0</a></span>
+          <span>Content: <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a></span>
+          <span>Code: <a rel='license' href='https://www.gnu.org/licenses/agpl-3.0.html'>AGPL 3.0</a></span>
         </div>
       </section>
     </footer>