Skip to content

Commit 177d79e

Browse files
committed
Update Readme.md with License Section
1 parent c01432b commit 177d79e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This is a Java app that uses the following cloud services:
99
This app demonstrates how to connect to a PostgreSQL database on BlueMix from a Java app.
1010
Simply upload a line-separated file of text (e.g. tweets), and it will add each line to Postgres.
1111

12+
## License ##
13+
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
14+
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
17+
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.
18+
1219
## Prerequisites ##
1320

1421
Before we begin, we first need to install the command line tool that will be used to upload and manage your application. Cloud Foundry uses a tool called [**cf**](https://github.com/cloudfoundry/cf). This tool is written in Ruby, so you must have Ruby installed. If you are running on Windows, you can install Ruby from [this](http://rubyinstaller.org/downloads/) website.

0 commit comments

Comments
 (0)