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

Commit acc4baf

Browse files
committed
Happy new year!
1 parent 21cad7c commit acc4baf

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Bin/Bhoa.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:
@@ -83,7 +83,7 @@
8383
* A damn stupid and very very simple HTTP server (just for fun).
8484
*
8585
* @author Ivan Enderlin <[email protected]>
86-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
86+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
8787
* @license New BSD License
8888
*/
8989

Exception/CrossBufferization.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:
@@ -53,7 +53,7 @@
5353
* Extending the \Hoa\Core\Exception class.
5454
*
5555
* @author Ivan Enderlin <[email protected]>
56-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
56+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
5757
* @license New BSD License
5858
*/
5959

Exception/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:
@@ -42,7 +42,7 @@
4242
* Extending the \Hoa\Core\Exception class.
4343
*
4444
* @author Ivan Enderlin <[email protected]>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Http.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
* Generic class to manage HTTP headers (parse, set, get) only.
4343
*
4444
* @author Ivan Enderlin <[email protected]>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Request.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:
@@ -58,7 +58,7 @@
5858
* HTTP request support.
5959
*
6060
* @author Ivan Enderlin <[email protected]>
61-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
61+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
6262
* @license New BSD License
6363
*/
6464

Response/Download.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:
@@ -53,7 +53,7 @@
5353
*
5454
*
5555
* @author Ivan Enderlin <[email protected]>
56-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
56+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
5757
* @license New BSD License
5858
*/
5959

Response/Response.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:
@@ -75,7 +75,7 @@
7575
* @TODO Follow http://tools.ietf.org/html/draft-nottingham-http-new-status-03.
7676
*
7777
* @author Ivan Enderlin <[email protected]>
78-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
78+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
7979
* @license New BSD License
8080
*/
8181

Runtime.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:
@@ -53,7 +53,7 @@
5353
* Runtime informations.
5454
*
5555
* @author Ivan Enderlin <[email protected]>
56-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
56+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
5757
* @license New BSD License
5858
*/
5959

0 commit comments

Comments
 (0)