Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 2cd6289

Browse files
committed
Happy new year!
1 parent 63856f2 commit 2cd6289

File tree

17 files changed

+34
-34
lines changed

17 files changed

+34
-34
lines changed

Dal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
* The heigher class of the Database Abstract Layer. It wrappes all DAL.
4545
*
4646
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
47-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
47+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4848
* @license New BSD License
4949
*/
5050

DalStatement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
4545
* @author Raphaël Emourgeon <raphael.emourgeon@hoa-project.net>
46-
* @copyright Copyright © 2007-2014 Ivan Enderlin, Raphaël Emourgeon.
46+
* @copyright Copyright © 2007-2015 Ivan Enderlin, Raphaël Emourgeon.
4747
* @license New BSD License
4848
*/
4949

Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
* Extending the \Hoa\Core\Exception class.
4545
*
4646
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
47-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
47+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4848
* @license New BSD License
4949
*/
5050

IDal/Wrapper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Interface of a DAL wrapper.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

IDal/WrapperStatement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
4545
* @author Raphaël Emourgeon <raphael.emourgeon@hoa-project.net>
46-
* @copyright Copyright © 2007-2014 Ivan Enderlin, Raphaël Emourgeon.
46+
* @copyright Copyright © 2007-2015 Ivan Enderlin, Raphaël Emourgeon.
4747
* @license New BSD License
4848
*/
4949

Layer/Pdo/Pdo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
* Wrap PDO.
4646
*
4747
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
48-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
48+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4949
* @license New BSD License
5050
*/
5151

Layer/Pdo/Statement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
4747
* @author Raphaël Emourgeon <raphael.emourgeon@hoa-project.net>
48-
* @copyright Copyright © 2007-2014 Ivan Enderlin, Raphaël Emourgeon.
48+
* @copyright Copyright © 2007-2015 Ivan Enderlin, Raphaël Emourgeon.
4949
* @license New BSD License
5050
*/
5151

Query/Delete.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build a DELETE query.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Dml.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Represent Data Manipulation Language queries.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Insert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build an INSERT query.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Join.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build a JOIN clause.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
* Multiton of queries.
4545
*
4646
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
47-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
47+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4848
* @license New BSD License
4949
*/
5050

Query/Select.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build a SELECT query.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/SelectCore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Core of the SELECT query.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build an UPDATE query.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Query/Where.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Build a WHERE clause.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Test/Unit/Query/Example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
* Test suite of some examples.
4646
*
4747
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
48-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
48+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4949
* @license New BSD License
5050
*/
5151

0 commit comments

Comments
 (0)