aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-09 17:20:11 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-09 17:20:11 +0000
commitd534a56d95bca7bdd812be024d9eacba4734e2b7 (patch)
treef9b98ee2b80e645a7b54e7934882be6c9f73c165 /php
parent61ccc86fdf06f12cb72a8b7e65286f812cf62154 (diff)
downloadlibgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.gz
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.bz2
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.xz
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.zip
Many changes: tabconv'd the C++ code, added a license, BSD, and docs.
Diffstat (limited to 'php')
-rw-r--r--php/phpgats.php7
-rw-r--r--php/phpgats2.php7
2 files changed, 14 insertions, 0 deletions
diff --git a/php/phpgats.php b/php/phpgats.php
index 8a16e09..df9b1ba 100644
--- a/php/phpgats.php
+++ b/php/phpgats.php
@@ -1,4 +1,11 @@
1<?php 1<?php
2/*
3 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
4 *
5 * This file is part of the libgats library and is released under the
6 * terms of the license contained in the file LICENSE.
7 */
8
2 9
3/** @cond */ 10/** @cond */
4if( !defined("phpgats_defined") ) 11if( !defined("phpgats_defined") )
diff --git a/php/phpgats2.php b/php/phpgats2.php
index 1e713fc..11abebe 100644
--- a/php/phpgats2.php
+++ b/php/phpgats2.php
@@ -1,4 +1,11 @@
1<?php 1<?php
2/*
3 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
4 *
5 * This file is part of the libgats library and is released under the
6 * terms of the license contained in the file LICENSE.
7 */
8
2 9
3/** @cond */ 10/** @cond */
4if( !defined("_phpgats2_defined") ) 11if( !defined("_phpgats2_defined") )