summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentc09ec32f5c2f1a51959f3790dca927f51702fe76 (diff)
Also remove license headers from Lua.
Diffstat (limited to 'tools')
-rw-r--r--tools/dump_cinit.lua5
-rw-r--r--tools/test_cinit.lua5
-rw-r--r--tools/upbc.lua5
3 files changed, 0 insertions, 15 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback