Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecfcce0

Browse files
committed
copyright info added
1 parent ccabf66 commit ecfcce0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jotform.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Jotform API Wrapper
5-
# copyright : Interlogy LLC
4+
# JotForm API - Python Client
65
#
7-
__author__ = "[email protected] (Caner Balci)"
6+
# copyright : 2013 Interlogy, LLC.
7+
# link : http://www.jotform.com
8+
# version : 1.0
9+
# package : JotFormAPI
810

911
import urllib
1012
import urllib2

0 commit comments

Comments
 (0)