Skip to content

Commit

Permalink
Update license year
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppanen committed Sep 26, 2013
1 parent 39e744e commit c6e4205
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,5 +1,5 @@
ZeroMQ extension for PHP
Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net>
Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion php_zmq.h
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion php_zmq_pollset.h
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion php_zmq_private.h
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion zmq.c
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion zmq_device.c
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion zmq_fd_stream.c
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion zmq_pollset.c
@@ -1,7 +1,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down
2 changes: 1 addition & 1 deletion zmq_sockopt.c
Expand Up @@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------------------+
| ZMQ extension for PHP |
| Copyright (c) 2010, Mikko Koppanen <mkoppanen@php.net> |
| Copyright (c) 2010-2013, Mikko Koppanen <mkoppanen@php.net> |
| All rights reserved. |
+-----------------------------------------------------------------------------------+
| Redistribution and use in source and binary forms, with or without |
Expand Down

0 comments on commit c6e4205

Please sign in to comment.