summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@mailme.dk>2012-01-25 21:16:20 +0100
committerEmil Renner Berthing <esmil@mailme.dk>2012-01-25 21:20:11 +0100
commit46caa71604a2fded85fd979d0593ec4789ec87d3 (patch)
tree997c28fe91b44dc458769571bc4b83fc40c657db
parent2b11fcb537f92a2d024f07712a9631ea31667b5e (diff)
downloadlem-46caa71604a2fded85fd979d0593ec4789ec87d3.tar.gz
lem-46caa71604a2fded85fd979d0593ec4789ec87d3.tar.xz
lem-46caa71604a2fded85fd979d0593ec4789ec87d3.zip
update copyright information
-rw-r--r--event.c2
-rwxr-xr-xlem-repl4
-rw-r--r--lem.c2
-rw-r--r--repl.lua2
-rwxr-xr-xtest.lua2
-rwxr-xr-xtest2.lua2
-rw-r--r--utils.c2
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