From 46caa71604a2fded85fd979d0593ec4789ec87d3 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 25 Jan 2012 21:16:20 +0100 Subject: update copyright information --- event.c | 2 +- lem-repl | 4 ++-- lem.c | 2 +- repl.lua | 2 +- test.lua | 2 +- test2.lua | 2 +- utils.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/event.c b/event.c index 134e652..48874fe 100644 --- a/event.c +++ b/event.c @@ -1,6 +1,6 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011 Emil Renner Berthing + * Copyright 2011-2012 Emil Renner Berthing * * LEM is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lem-repl b/lem-repl index f06e759..cd82011 100755 --- a/lem-repl +++ b/lem-repl @@ -1,7 +1,7 @@ #!/usr/bin/env lem -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011 Emil Renner Berthing +-- Copyright 2011-2012 Emil Renner Berthing -- -- LEM is free software: you can redistribute it and/or -- modify it under the terms of the GNU General Public License as @@ -21,7 +21,7 @@ local streams = require 'lem.streams' local repl = require 'lem.repl' streams.stdout:write([[ -A Lua Event Machine 0.2 Copyright 2011 Emil Renner Berthing +A Lua Event Machine 0.2 Copyright 2011-2012 Emil Renner Berthing Lua 5.2.0 Copyright (C) 1994-2008 Lua.org, PUC-Rio libev 4.03 Copyright (C)2007,2008,2009 Marc Alexander Lehmann ]]) diff --git a/lem.c b/lem.c index 5bcae81..94cb9e0 100644 --- a/lem.c +++ b/lem.c @@ -1,6 +1,6 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011 Emil Renner Berthing + * Copyright 2011-2012 Emil Renner Berthing * * LEM is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/repl.lua b/repl.lua index 73d0e4a..2e4fa69 100644 --- a/repl.lua +++ b/repl.lua @@ -1,6 +1,6 @@ -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011 Emil Renner Berthing +-- Copyright 2011-2012 Emil Renner Berthing -- -- LEM is free software: you can redistribute it and/or -- modify it under the terms of the GNU General Public License as diff --git a/test.lua b/test.lua index 641fa9c..bde0dc4 100755 --- a/test.lua +++ b/test.lua @@ -1,7 +1,7 @@ #!./lem -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011 Emil Renner Berthing +-- Copyright 2011-2012 Emil Renner Berthing -- -- LEM is free software: you can redistribute it and/or -- modify it under the terms of the GNU General Public License as diff --git a/test2.lua b/test2.lua index 7da0de7..06ca7c9 100755 --- a/test2.lua +++ b/test2.lua @@ -1,7 +1,7 @@ #!./lem -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011 Emil Renner Berthing +-- Copyright 2011-2012 Emil Renner Berthing -- -- LEM is free software: you can redistribute it and/or -- modify it under the terms of the GNU General Public License as diff --git a/utils.c b/utils.c index 4a07079..9d62d86 100644 --- a/utils.c +++ b/utils.c @@ -1,6 +1,6 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011 Emil Renner Berthing + * Copyright 2011-2012 Emil Renner Berthing * * LEM is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as -- cgit v1.2.1