add footer to html
[phancap.git] / www / setup.php
index 3107769fef44b5b85bece1e5b374675c4a77cf87..a49a7ae0e25067a410f5d57a88be8046696eac98 100644 (file)
@@ -159,6 +159,14 @@ $out .= <<<HTM
     </div>
    </div>
   </div>
+
+  <div class="container footer">
+   <a href="http://cweiske.de/phancap.htm">phancap</a>,
+   the self-hosted website screenshot service is available under the
+   <a href="http://www.gnu.org/licenses/agpl-3.0.html">
+    <abbr title="GNU Affero General Public License">AGPL</abbr></a>.
+  </div>
+
  </body>
 </html>
 HTM;