Add licenses

This commit is contained in:
Mark Schouten
2015-08-28 11:01:36 +02:00
parent 1595f03568
commit fce9b44c32
5 changed files with 80 additions and 0 deletions

View File

@@ -1,5 +1,21 @@
<?php
/*
* Copyright (C) 2015 Mark Schouten <mark@tuxis.nl>
*
* 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; version 2 dated June,
* 1991.
*
* 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.
*
* See http://www.gnu.org/licenses/gpl.txt for the full license
*/
include('includes/application/proxmox.inc.php');
global $config;