diff --git a/src/Column/AbstractColumn.php b/src/Column/AbstractColumn.php index 234cf99..8cf873a 100644 --- a/src/Column/AbstractColumn.php +++ b/src/Column/AbstractColumn.php @@ -2,7 +2,7 @@ /** * Abstract column class * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Column/Mysql.php b/src/Column/Mysql.php index aab6efe..49876da 100644 --- a/src/Column/Mysql.php +++ b/src/Column/Mysql.php @@ -2,7 +2,7 @@ /** * Column class for MySQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Column/Pgsql.php b/src/Column/Pgsql.php index 724bddb..29ddcdb 100644 --- a/src/Column/Pgsql.php +++ b/src/Column/Pgsql.php @@ -2,7 +2,7 @@ /** * Column class for PostgreSQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Column/Sqlite.php b/src/Column/Sqlite.php index 838afa0..c40f45a 100644 --- a/src/Column/Sqlite.php +++ b/src/Column/Sqlite.php @@ -2,7 +2,7 @@ /** * Column class for SQLite * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Database/AbstractDatabase.php b/src/Database/AbstractDatabase.php index b1c2f6f..992beb6 100644 --- a/src/Database/AbstractDatabase.php +++ b/src/Database/AbstractDatabase.php @@ -2,7 +2,7 @@ /** * Database application interface class * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Database/Mysql.php b/src/Database/Mysql.php index bbef8ee..f42d5b0 100644 --- a/src/Database/Mysql.php +++ b/src/Database/Mysql.php @@ -2,7 +2,7 @@ /** * Interface class for MySQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Database/Pgsql.php b/src/Database/Pgsql.php index 8d9e37e..42ba674 100644 --- a/src/Database/Pgsql.php +++ b/src/Database/Pgsql.php @@ -2,7 +2,7 @@ /** * Interface class for PostgreSQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Database/Sqlite.php b/src/Database/Sqlite.php index 02be48b..29e952b 100644 --- a/src/Database/Sqlite.php +++ b/src/Database/Sqlite.php @@ -2,7 +2,7 @@ /** * Interface class for SQLite * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Factory.php b/src/Factory.php index be59c62..b2ca9cf 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -2,7 +2,7 @@ /** * Factory class to create a NADA interface from a database link * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Index.php b/src/Index.php index d69c4e0..47b827e 100644 --- a/src/Index.php +++ b/src/Index.php @@ -2,7 +2,7 @@ /** * Index class * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Link/AbstractLink.php b/src/Link/AbstractLink.php index 5d90788..bdaca42 100644 --- a/src/Link/AbstractLink.php +++ b/src/Link/AbstractLink.php @@ -2,7 +2,7 @@ /** * Abstract link class * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Link/Mdb2.php b/src/Link/Mdb2.php index b0e6149..7582374 100644 --- a/src/Link/Mdb2.php +++ b/src/Link/Mdb2.php @@ -2,7 +2,7 @@ /** * Link to MDB2 based classes * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Link/Pdo.php b/src/Link/Pdo.php index 58c6a3d..7b4a928 100644 --- a/src/Link/Pdo.php +++ b/src/Link/Pdo.php @@ -2,7 +2,7 @@ /** * Link to PDO based classes * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Link/ZendDb.php b/src/Link/ZendDb.php index ed876f6..d982365 100644 --- a/src/Link/ZendDb.php +++ b/src/Link/ZendDb.php @@ -2,7 +2,7 @@ /** * Link to Zend_Db_Adapter based classes * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Link/ZendDb2.php b/src/Link/ZendDb2.php index a67f4fe..9844f13 100644 --- a/src/Link/ZendDb2.php +++ b/src/Link/ZendDb2.php @@ -2,7 +2,7 @@ /** * Link to Zend\Db\Adapter\Adapter * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Table/AbstractTable.php b/src/Table/AbstractTable.php index 00f05a6..e937ffe 100644 --- a/src/Table/AbstractTable.php +++ b/src/Table/AbstractTable.php @@ -2,7 +2,7 @@ /** * Abstract table class * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Table/Mysql.php b/src/Table/Mysql.php index d644422..572485b 100644 --- a/src/Table/Mysql.php +++ b/src/Table/Mysql.php @@ -2,7 +2,7 @@ /** * Table class for MySQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Table/Pgsql.php b/src/Table/Pgsql.php index b826523..134c596 100644 --- a/src/Table/Pgsql.php +++ b/src/Table/Pgsql.php @@ -2,7 +2,7 @@ /** * Table class for PostgreSQL * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/Table/Sqlite.php b/src/Table/Sqlite.php index 0194352..512929b 100644 --- a/src/Table/Sqlite.php +++ b/src/Table/Sqlite.php @@ -2,7 +2,7 @@ /** * Table class for SQLite * - * Copyright (C) 2011-2016 Holger Schletz + * Copyright (C) 2011-2018 Holger Schletz * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: