Skip to content

Commit a09bd34

Browse files
committed
moved the license to where it belongs
1 parent 4f491dc commit a09bd34

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ 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-
1912
## Prerequisites ##
2013

2114
Before we begin, we first need to install the [**cf**](https://github.com/cloudfoundry/cli/releases) command line tool that will be used to upload and manage your application. If you've previously installed an older version of the cf tool, make sure you are now using v6 of cf by passing it the -v flag:
@@ -83,3 +76,9 @@ In order to deploy your app on BlueMix, it has to be wrapped in a WAR file. You
8376
|------------|-----------------|
8477
| *example:* | `$ cf start jpu`|
8578

79+
## License ##
80+
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
81+
82+
http://www.apache.org/licenses/LICENSE-2.0
83+
84+
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.

0 commit comments

Comments
 (0)