From 0a3383ccd4e1f7525517a7690aac8a09ad6c3d05 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sun, 30 May 2010 11:48:48 +0200 Subject: Add license ; refs #46 --- config.inc.php.dist | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/config.inc.php.dist b/config.inc.php.dist index 7dc69d4..8895cdc 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -1,4 +1,39 @@ . + * + * @category Main + * @package RPMPHP + * + * @author Remi Collet + * @author Johan Cwiklinski + * @copyright 2010 Remi Collet + * @license http://www.gnu.org/licenses/agpl-3.0-standalone.html AGPL License 3.0 or (at your option) any later version + * @link http://github.com/remicollet/rpmphp/ + * @since The begining of times. +*/ define("MYHOST", "xxx"); define("MYUSER", "yyy"); define("MYPASS", "zzz"); -- cgit