patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Enhancement/adding licence header #37

Closed team172011 closed 5 years ago

team172011 commented 5 years ago

Adding and running maven license plugin

mvn license:format // adds LICENSE header to all .java files
mvn license:check // checks license header in all .java files