Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 5c7ca90

Browse files
author
Elliot Chance
committed
Adding MIT license and moving release notes to tags
1 parent 96c88db commit 5c7ca90

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

README.md

-21
Original file line numberDiff line numberDiff line change
@@ -129,29 +129,8 @@ Understanding the type of message you are getting from the API could be useful.
129129

130130
## License & Credits
131131

132-
This software is published under the [MIT License](http://en.wikipedia.org/wiki/MIT_License).
133-
134132
###### OAuthSimple
135133
OAuthsimple.php contains minor adaptations from the OAuthSimple PHP class by [United Heroes](http://unitedheroes.net/OAuthSimple/).
136134

137135
###### tmhOAuth
138136
XeroOAuth class is based on code and structure derived from the [tmhOAuth](https://github.com/themattharris/tmhOAuth) library.
139-
140-
## Major change history
141-
142-
#### 0.4 - 29th September 2014
143-
144-
Merged a some pull requests, addressed an issue with multiple calls having signature validation issues.
145-
146-
#### 0.3 - 3rd January 2014
147-
148-
Merged a number of pull requests, tidied up formatting and extended sample tests.
149-
150-
#### 0.2 - 13th May 2013
151-
152-
Merged to master, added more tests and improved security handling for partner API apps.
153-
154-
155-
#### 0.1 - 10th May 2013
156-
157-
Initial release candidate prepared and released to 'refactor' branch.

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
},
99
"autoload": {
1010
"classmap": ["lib/"]
11-
}
11+
},
12+
"license": "MIT"
1213
}

0 commit comments

Comments
 (0)