summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
Diffstat (limited to 'upb')
-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