Skip to content

Commit

Permalink
Adding community licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Feb 28, 2017
1 parent c6456c2 commit 0e6f9ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/xlrhttp/HttpRequest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
# FOR A PARTICULAR PURPOSE. THIS CODE AND INFORMATION ARE NOT SUPPORTED BY XEBIALABS.
#

import re
import urllib

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/xlrhttp/HttpResponse.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
# FOR A PARTICULAR PURPOSE. THIS CODE AND INFORMATION ARE NOT SUPPORTED BY XEBIALABS.
#

class HttpResponse:
def getStatus(self):
"""
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/xlrhttp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
# FOR A PARTICULAR PURPOSE. THIS CODE AND INFORMATION ARE NOT SUPPORTED BY XEBIALABS.
#

0 comments on commit 0e6f9ec

Please sign in to comment.