summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/dump_cinit.lua5
-rw-r--r--tools/test_cinit.lua5
-rw-r--r--tools/upbc.lua5
-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
6 files changed, 0 insertions, 39 deletions
diff --git a/tools/dump_cinit.lua b/tools/dump_cinit.lua
index 048cb3a..4ec3cbf 100644
--- a/tools/dump_cinit.lua
+++ b/tools/dump_cinit.lua
@@ -1,10 +1,5 @@
--[[
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2012 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
Routines for dumping internal data structures into C initializers
that can be compiled into a .o file.
diff --git a/tools/test_cinit.lua b/tools/test_cinit.lua
index c181363..8356d63 100644
--- a/tools/test_cinit.lua
+++ b/tools/test_cinit.lua
@@ -1,10 +1,5 @@
--[[
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2012 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
Tests for dump_cinit.lua. Runs first in a mode that generates
some C code for an extension. The C code is compiled and then
loaded by a second invocation of the test which checks that the
diff --git a/tools/upbc.lua b/tools/upbc.lua
index 955da57..a248318 100644
--- a/tools/upbc.lua
+++ b/tools/upbc.lua
@@ -1,10 +1,5 @@
--[[
- upb - a minimalist implementation of protocol buffers.
-
- Copyright (c) 2012 Google Inc. See LICENSE for details.
- Author: Josh Haberman <jhaberman@gmail.com>
-
The upb compiler. Unlike the proto2 compiler, this does
not output any parsing code or generated classes or anything
specific to the protobuf binary format at all. At the moment
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