diff --git a/Makefile b/Makefile index f556b7acf730..7d2b090c7d17 100644 --- a/Makefile +++ b/Makefile @@ -54,4 +54,4 @@ coverage: @rm -f luacov.* @busted --coverage spec/ @luacov -c spec/.luacov - @tail -n 1 luacov.report.out | awk '{ print $$3 }' + @tail -n 1 luacov.report.out | awk '{ print $$3 }' \ No newline at end of file diff --git a/README.md b/README.md index c69c48961a48..43df7783b52a 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ Support, Demo, Training, API Certifications and Consulting available at https:// ## License ``` -Copyright 2015 Mashape, Inc +Copyright 2016 Mashape, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -277,4 +277,3 @@ limitations under the License. [gitter-badge]: https://img.shields.io/badge/Gitter-Join%20Chat-blue.svg [google-groups-url]: https://groups.google.com/forum/#!forum/konglayer -