Skip to content

Commit

Permalink
Add license and README files
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Apr 19, 2018
1 parent 721f3a3 commit 09f7c95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE
@@ -0,0 +1,13 @@
Copyright 2014-2018 Diomidis Spinellis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
[![Build Status](https://travis-ci.org/dspinellis/tokenizer.svg?branch=master)](https://travis-ci.org/dspinellis/tokenizer)

# tokenizer

Tokenize source code into integer vectors.

0 comments on commit 09f7c95

Please sign in to comment.