summaryrefslogtreecommitdiff
path: root/sqlgrey/includes/copyright.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlgrey/includes/copyright.inc.php')
-rw-r--r--sqlgrey/includes/copyright.inc.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/sqlgrey/includes/copyright.inc.php b/sqlgrey/includes/copyright.inc.php
new file mode 100644
index 0000000..c6d2524
--- /dev/null
+++ b/sqlgrey/includes/copyright.inc.php
@@ -0,0 +1,28 @@
+<?php
+
+/***************************************************
+SQLgrey Web Interface
+Filename: copyright.inc.php
+Purpose: Inserting copyright notice
+Version: 1.1.6
+
+ *** Please do not alter these references! ***
+
+****************************************************/
+
+?>
+<table width="100%" summary="footer">
+ <tr>
+ <td>
+ <hr />
+ <font size="-1">
+ <a href="http://www.vanheusden.com/sgwi/" target="_blank">SQLGrey webinterface v 1.1.6</a>
+ by
+ <a href="http://www.vanheusden.com/feedbackform.php?subject=SQLGrey%20webinterface" target="_blank">folkert@vanheusden.com</a>
+ and Jan Ceulen |
+ <a href="http://www.beebeec.nl/sgwi/" target="_blank">BeeBeeC</a>
+ </font>
+ <hr />
+ </td>
+ </tr>
+</table> \ No newline at end of file