Skip to content

Commit f8b1bac

Browse files
committed
attributions in response to DMCA notice
1 parent f255a20 commit f8b1bac

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ trueCasePathSync('/users/guest') // OSX: -> '/Users/Guest'
4646
4747
trueCasePathSync('c:\\users\\all users') // Windows: -> 'c:\Users\All Users'
4848
```
49+
50+
## Attribution
51+
52+
The code for this project was sourced from [http://stackoverflow.com/a/33139702/45375](http://stackoverflow.com/a/33139702/45375)

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "git+https://github.com/barsh/true-case-path.git"
1212
},
1313
"author": "barsh",
14+
"contributors": [{
15+
"name" : "Michael Klement",
16+
"email" : "[email protected]",
17+
"url" : "https://github.com/mklement0"
18+
}],
1419
"license": "Apache version 2.0",
1520
"bugs": {
1621
"url": "https://github.com/barsh/true-case-path/issues"

0 commit comments

Comments
 (0)