summaryrefslogtreecommitdiffstats
path: root/include/lem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lem.h')
-rw-r--r--include/lem.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/lem.h b/include/lem.h
index 68450ec..0e34734 100644
--- a/include/lem.h
+++ b/include/lem.h
@@ -1,19 +1,19 @@
/*
* 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
+ * LEM is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
- * LEM is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * LEM is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with LEM. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with LEM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _LEM_H