summaryrefslogtreecommitdiffstats
path: root/lem-repl
diff options
context:
space:
mode:
Diffstat (limited to 'lem-repl')
-rwxr-xr-xlem-repl4
1 files changed, 2 insertions, 2 deletions
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
]])