summaryrefslogtreecommitdiff
path: root/upb/bindings
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-07-07 18:54:21 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-07-07 18:54:21 -0700
commit5b44720f8f0772452f6e3316a1225474f6740714 (patch)
tree8d484cb47e1236e5799f497a394649bab1bc3baf /upb/bindings
parentc09ec32f5c2f1a51959f3790dca927f51702fe76 (diff)
Also remove license headers from Lua.
Diffstat (limited to 'upb/bindings')
-rw-r--r--upb/bindings/lua/upb.lua8
-rw-r--r--upb/bindings/lua/upb/pb.lua8
-rw-r--r--upb/bindings/lua/upb/table.lua8
3 files changed, 0 insertions, 24 deletions
diff --git a/upb/bindings/lua/upb.lua b/upb/bindings/lua/upb.lua
index 8b32cff..ee0ad4e 100644
--- a/upb/bindings/lua/upb.lua
+++ b/upb/bindings/lua/upb.lua
@@ -1,11 +1,3 @@
---[[--------------------------------------------------------------------
-
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2009 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
---------------------------------------------------------------------]]--
-- Before calling require on "upb_c", we need to load the same library
-- as RTLD_GLOBAL, for the benefit of other C extensions that depend on
diff --git a/upb/bindings/lua/upb/pb.lua b/upb/bindings/lua/upb/pb.lua
index 66b3909..b865902 100644
--- a/upb/bindings/lua/upb/pb.lua
+++ b/upb/bindings/lua/upb/pb.lua
@@ -1,11 +1,3 @@
---[[--------------------------------------------------------------------
-
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2009 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
---------------------------------------------------------------------]]--
require "upb"
return require "upb.pb_c"
diff --git a/upb/bindings/lua/upb/table.lua b/upb/bindings/lua/upb/table.lua
index 8a0a9c9..ad8b066 100644
--- a/upb/bindings/lua/upb/table.lua
+++ b/upb/bindings/lua/upb/table.lua
@@ -1,11 +1,3 @@
---[[--------------------------------------------------------------------
-
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2009 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
---------------------------------------------------------------------]]--
require "upb"
return require "upb.table_c"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback