powered by nequal
Home » Db_Fixture » Timeline » 1484

Diffs

Db_Fixture/trunk/license.txt

@@ -1,4 +1,4 @@
-Copyright (c) 2009, Heavens hell.
+Copyright (c) 2009-2010, Shinya Ohyanagi
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -11,7 +11,7 @@
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
-    * Neither the name of Heavens hell, Inc. nor the names of its
+    * Neither the name of Shinya Ohyanagi, Inc. nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

Db_Fixture/trunk/tests/InjectPdo.php

@@ -1,10 +1,10 @@
<?php
/**
* Db_Fixture_Tests
-
+ *
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
$rootPath = dirname(dirname(__FILE__));

Db_Fixture/trunk/tests/Fixture.php

@@ -1,10 +1,10 @@
<?php
/**
* Db_Fixture_Tests
-
+ *
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
$rootPath = dirname(dirname(__FILE__));

Db_Fixture/trunk/src/Db/Fixture/Exception.php

@@ -4,7 +4,7 @@
*
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
@@ -49,8 +49,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens Hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
class Db_Fixture_Exception extends Exception

Db_Fixture/trunk/src/Db/Fixture/Parser/Json.php

@@ -4,7 +4,7 @@
*
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
@@ -59,8 +59,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens Hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
class Db_Fixture_Parser_Json implements Db_Fixture_Parser_Interface

Db_Fixture/trunk/src/Db/Fixture/Parser/Interface.php

@@ -4,7 +4,7 @@
*
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
@@ -49,8 +49,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens Hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
interface Db_Fixture_Parser_Interface

Db_Fixture/trunk/src/Db/Fixture.php

@@ -4,7 +4,7 @@
*
* PHP version 5.2
*
- * Copyright (c) 2009 Heavens hell, All rights reserved.
+ * Copyright (c) 2009-2010 Shinya Ohyanagi, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -18,7 +18,7 @@
*     the documentation and/or other materials provided with the
*     distribution.
*
- *   * Neither the name of Heavens hell nor the names of his
+ *   * Neither the name of Shinya Ohyanagi nor the names of his
*     contributors may be used to endorse or promote products derived
*     from this software without specific prior written permission.
*
@@ -38,8 +38,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
@@ -54,8 +54,8 @@
* @category  Db
* @package   Db_Fixture
* @version   $id$
- * @copyright 2009 Heavens Hell
- * @author    Heavens hell <heavenshell.jp@gmail.com>
+ * @copyright 2009-2010 Shinya Ohyanagi
+ * @author    Shinya Ohyanagi <sohyanagi@gmail.com>
* @license   New BSD License
*/
class Db_Fixture