diff --git a/BUILD.md b/BUILD.md index d6d21999a6ae..1b4488f3f053 100644 --- a/BUILD.md +++ b/BUILD.md @@ -67,7 +67,7 @@ See [Surefire doc](http://maven.apache.org/surefire/maven-surefire-plugin/exampl ## License and Trademarks -Copyright © 2014 Cask Data, Inc. +Copyright © 2014-2015 Cask Data, Inc. 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 diff --git a/LICENSE.txt b/LICENSE.txt index 4896de2d5e7b..be0656d770c1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright © 2014 Cask Data, Inc. +Copyright © 2014-2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 66f4033f1093..42edcfb3cc13 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For more information, see our collection of To install and use CDAP and its included examples, there are a few simple prerequisites: 1. JDK 6 or JDK 7 (required to run CDAP; note that $JAVA_HOME should be set) - 2. Node.js (from v0.8.16 through v0.10.37; required to run the CDAP Console) + 2. Node.js (from v0.8.16; required to run the CDAP UI) 3. Apache Maven 3.0+ (required to build the example applications) ### Build