Skip to content

Commit b3eeec9

Browse files
committed
update for v1.0.3
* use localhost as url hostname if uris not available * checking new Diego port env var CF_INSTANCE_PORT * added CODE_OF_CONDUCT.md * split out hacking bit from README.md into CONTRIBUTING.md * update copyrights
1 parent 3d38525 commit b3eeec9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib-src/cfenv.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ throwError = (message) ->
216216

217217
#-------------------------------------------------------------------------------
218218
# Copyright IBM Corp. 2014
219+
# Copyright Patrick Mueller 2015
219220
#
220221
# Licensed under the Apache License, Version 2.0 (the "License");
221222
# you may not use this file except in compliance with the License.

tests/test-core.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ JL = (object) -> JSON.stringify object, null, 4
514514

515515
#-------------------------------------------------------------------------------
516516
# Copyright IBM Corp. 2014
517+
# Copyright Patrick Mueller 2015
517518
#
518519
# Licensed under the Apache License, Version 2.0 (the "License");
519520
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)