summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimit Modi <jimitm@peopleinteractive.in>2014-10-29 17:10:21 +0530
committerJimit Modi <jimitm@peopleinteractive.in>2014-10-29 17:10:21 +0530
commitc8b9a477f12ccdc1cd757f8affc8453a3d4c7487 (patch)
treec6e6f04e21502aee1c937ddf415cd9d28fe37e26
parentf2e66f88a68fab5d5f2c42ee79efb0a350529f2c (diff)
downloaddbdiff-c8b9a477f12ccdc1cd757f8affc8453a3d4c7487.zip
dbdiff-c8b9a477f12ccdc1cd757f8affc8453a3d4c7487.tar.gz
dbdiff-c8b9a477f12ccdc1cd757f8affc8453a3d4c7487.tar.bz2
Remove copyright comments
-rw-r--r--index.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/index.php b/index.php
index aee2b27..4e6f159 100644
--- a/index.php
+++ b/index.php
@@ -3,11 +3,6 @@
/**
* This provides a user-interface for using the DbDiff class.
*
- * More information on this tool can be found at:
- * http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/
- *
- * Copyright (C) 2009, Joe Freeman <joe.freeman@bitroot.com>
- * Available under http://en.wikipedia.org/wiki/MIT_License
*/
error_reporting(E_ALL);
@@ -266,7 +261,6 @@ switch ($action) {
<div id="footer">
<p>More information on this tool is available from the corresponding <a href="http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/">blog post</a>.</p>
- <p>Copyright &copy; 2009 <a href="mailto:joe.freeman@bitroot.com">Joe Freeman</a>. Code available under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>.</p>
</div>
</div>