Skip to content

Commit

Permalink
Update license, add to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Jul 9, 2015
1 parent b96d71a commit a712d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2014, sean-lin
Copyright (c) 2015, sean-lin djungelorm
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -24,4 +24,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -14,6 +14,7 @@ build: rockspec
mkdir -p $(BUILDDIR)/$(NAME)
mkdir -p $(BUILDDIR)/$(NAME)/lua/protobuf
mkdir -p $(BUILDDIR)/$(NAME)/src
cp README.md LICENSE $(BUILDDIR)/$(NAME)/
cp -R protobuf/*.lua $(BUILDDIR)/$(NAME)/lua/protobuf/
cp -R protobuf/*.c $(BUILDDIR)/$(NAME)/src/
cp -R protoc-plugin $(BUILDDIR)/$(NAME)/
Expand Down

0 comments on commit a712d1c

Please sign in to comment.