summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick (trite) <rjek@rjek.com>2013-07-30 16:50:28 +0100
committerRob Kendrick (trite) <rjek@rjek.com>2013-07-30 16:50:28 +0100
commit6fdfdb83d119617d67409c6c10fe5119a735db8e (patch)
tree2454c289131ccfee289accc61ca08ca898901090
parent6dcfdc6a9fdd60f306855ce39662504837b6c1fa (diff)
downloadluxio-6fdfdb83d119617d67409c6c10fe5119a735db8e.tar.gz
Copy copyright notices from lua.h for each of lua-5.1.c and lua-5.2.c to appease lazy Debian NEW queue administrators.luxio-5
-rw-r--r--lua-5.1.c22
-rw-r--r--lua-5.2.c22
2 files changed, 44 insertions, 0 deletions
diff --git a/lua-5.1.c b/lua-5.1.c
index fce8665..dad0bdc 100644
--- a/lua-5.1.c
+++ b/lua-5.1.c
@@ -4,6 +4,28 @@
** See Copyright Notice in lua.h
*/
+/* Copyright notice from Lua 5.1's lua.h:
+ * Copyright (C) 1994-2012 Lua.org, PUC-Rio. All rights reserved.
+ *
+ * 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.
+ */
#include <signal.h>
#include <stdio.h>
diff --git a/lua-5.2.c b/lua-5.2.c
index 36f073a..502bd78 100644
--- a/lua-5.2.c
+++ b/lua-5.2.c
@@ -4,6 +4,28 @@
** See Copyright Notice in lua.h
*/
+/* Copyright notice from Lua 5.2's lua.h:
+ * Copyright (C) 1994-2012 Lua.org, PUC-Rio.
+ *
+ * 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.
+ */
#include <signal.h>
#include <stdio.h>