From 5b44720f8f0772452f6e3316a1225474f6740714 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 18:54:21 -0700 Subject: [PATCH] Also remove license headers from Lua. --- tools/dump_cinit.lua | 5 ----- tools/test_cinit.lua | 5 ----- tools/upbc.lua | 5 ----- upb/bindings/lua/upb.lua | 8 -------- upb/bindings/lua/upb/pb.lua | 8 -------- upb/bindings/lua/upb/table.lua | 8 -------- 6 files changed, 39 deletions(-) diff --git a/tools/dump_cinit.lua b/tools/dump_cinit.lua index 048cb3a183..4ec3cbf6e1 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 - 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 c1813635fd..8356d63c46 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 - 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 955da57d3b..a248318845 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 - 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 8b32cff664..ee0ad4e605 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 - ---------------------------------------------------------------------]]-- -- 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 66b39097ef..b865902d3a 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 - ---------------------------------------------------------------------]]-- require "upb" return require "upb.pb_c" diff --git a/upb/bindings/lua/upb/table.lua b/upb/bindings/lua/upb/table.lua index 8a0a9c9698..ad8b066a68 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 - ---------------------------------------------------------------------]]-- require "upb" return require "upb.table_c"