From c50a323c25a0787ba2051b19721983776a229615 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Feb 2015 00:40:47 +0100 Subject: Initial commit --- include/about.php | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 include/about.php (limited to 'include/about.php') diff --git a/include/about.php b/include/about.php new file mode 100644 index 0000000..a428ce6 --- /dev/null +++ b/include/about.php @@ -0,0 +1,107 @@ +. + */ + +require_once('./index.php'); +require('./header.php'); +?> + +
+ + + + +
+
+
+

About

+
+ +
+ +
+
+
+
About
+
+

This control panel was made using BusinessAdmin. It is open source software under the GPL 3.0 license.

+

A full version of the license is available here. An excerpt is shown below:

+
BusinessAdmin: administrative software for small companies
+Copyright (C) 2015 Camil Staps (ViviSoft)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see http://www.gnu.org/licenses/.
+
+You can contact me, Camil Staps, here:
+
+Camil Staps
+www.camilstaps.nl
+info@camilstaps.nl
+
+
+
+ + +
+
+
Contact
+
+ +

For things related to BusinessAdmin, please use GitHub: camilstaps/BusinessAdmin

+

The BusinessAdmin system was developed by Camil Staps. See my website for contact details.

+
+
+
+ +
+
+
Thanks
+
+

BusinessAdmin was created using:

+ +

Many thanks go to the creators and developers of these software packages.

+
+
+
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.3