added header comment

This commit is contained in:
Christian Kerl 2010-10-08 17:01:27 +02:00
parent 4ed8d6813a
commit c7f173456b
19 changed files with 152 additions and 0 deletions

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceBinding; namespace Bundle\WebServiceBundle\ServiceBinding;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition; namespace Bundle\WebServiceBundle\ServiceDefinition;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition\Dumper; namespace Bundle\WebServiceBundle\ServiceDefinition\Dumper;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition; namespace Bundle\WebServiceBundle\ServiceDefinition;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition\Loader; namespace Bundle\WebServiceBundle\ServiceDefinition\Loader;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition\Loader; namespace Bundle\WebServiceBundle\ServiceDefinition\Loader;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition\Loader; namespace Bundle\WebServiceBundle\ServiceDefinition\Loader;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition; namespace Bundle\WebServiceBundle\ServiceDefinition;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition; namespace Bundle\WebServiceBundle\ServiceDefinition;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\ServiceDefinition; namespace Bundle\WebServiceBundle\ServiceDefinition;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\Soap; namespace Bundle\WebServiceBundle\Soap;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\Soap; namespace Bundle\WebServiceBundle\Soap;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\Tests; namespace Bundle\WebServiceBundle\Tests;

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the WebServiceBundle.
*
* (c) Christian Kerl <christian-kerl@web.de>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Bundle\WebServiceBundle\Util; namespace Bundle\WebServiceBundle\Util;