From 86f2d0c027f4b036cc6ea210a2add735ba6faa25 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Wed, 23 Mar 2011 18:32:54 -0700 Subject: [PATCH] Update copyright notice. --- src/ctx.nobj.lua | 2 +- src/error.nobj.lua | 2 +- src/msg.nobj.lua | 2 +- src/poller.lua | 20 ++++++++++++++++++++ src/poller.nobj.lua | 2 +- src/socket.nobj.lua | 2 +- zmq.nobj.lua | 19 +++++++++++++++++++ 7 files changed, 44 insertions(+), 5 deletions(-) diff --git a/src/ctx.nobj.lua b/src/ctx.nobj.lua index 947f08f..dc5bc8f 100644 --- a/src/ctx.nobj.lua +++ b/src/ctx.nobj.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2010 by Robert G. Jakabosky +-- Copyright (c) 2011 by Robert G. Jakabosky -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal diff --git a/src/error.nobj.lua b/src/error.nobj.lua index 6c8da6a..4e353f3 100644 --- a/src/error.nobj.lua +++ b/src/error.nobj.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2010 by Robert G. Jakabosky +-- Copyright (c) 2011 by Robert G. Jakabosky -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal diff --git a/src/msg.nobj.lua b/src/msg.nobj.lua index efca3bf..5bcc07e 100644 --- a/src/msg.nobj.lua +++ b/src/msg.nobj.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2010 by Robert G. Jakabosky +-- Copyright (c) 2011 by Robert G. Jakabosky -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal diff --git a/src/poller.lua b/src/poller.lua index 4e83b85..8472698 100644 --- a/src/poller.lua +++ b/src/poller.lua @@ -1,3 +1,23 @@ +-- Copyright (c) 2011 by Robert G. Jakabosky +-- +-- Permission is hereby granted, free of charge, to any person obtaining a copy +-- of this software and associated documentation files (the "Software"), to deal +-- in the Software without restriction, including without limitation the rights +-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +-- copies of the Software, and to permit persons to whom the Software is +-- furnished to do so, subject to the following conditions: +-- +-- The above copyright notice and this permission notice shall be included in +-- all copies or substantial portions of the Software. +-- +-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +-- THE SOFTWARE. + -- -- zmq.poller wraps the low-level zmq.zmq_poller object. -- diff --git a/src/poller.nobj.lua b/src/poller.nobj.lua index 0555a0f..07f5c36 100644 --- a/src/poller.nobj.lua +++ b/src/poller.nobj.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2010 by Robert G. Jakabosky +-- Copyright (c) 2011 by Robert G. Jakabosky -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal diff --git a/src/socket.nobj.lua b/src/socket.nobj.lua index cf0e7fb..2efc55a 100644 --- a/src/socket.nobj.lua +++ b/src/socket.nobj.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2010 by Robert G. Jakabosky +-- Copyright (c) 2011 by Robert G. Jakabosky -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal diff --git a/zmq.nobj.lua b/zmq.nobj.lua index c02d9bf..cd0cdba 100644 --- a/zmq.nobj.lua +++ b/zmq.nobj.lua @@ -1,3 +1,22 @@ +-- Copyright (c) 2011 by Robert G. Jakabosky +-- +-- Permission is hereby granted, free of charge, to any person obtaining a copy +-- of this software and associated documentation files (the "Software"), to deal +-- in the Software without restriction, including without limitation the rights +-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +-- copies of the Software, and to permit persons to whom the Software is +-- furnished to do so, subject to the following conditions: +-- +-- The above copyright notice and this permission notice shall be included in +-- all copies or substantial portions of the Software. +-- +-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +-- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +-- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +-- THE SOFTWARE. -- make generated variable nicer. set_variable_format "%s"