diff options
| -rw-r--r-- | MIT-LICENSE.txt | 10 | ||||
| -rw-r--r-- | Readme.md | 6 | ||||
| -rw-r--r-- | build/src/docs.md | 6 |
3 files changed, 21 insertions, 1 deletions
diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index e7fe446b..98e4b2a9 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,4 +1,12 @@ -Copyright (c) 2014 Matthew Bergman & Marak Squires http://github.com/marak/faker.js/ +Faker.js - Copyright (c) 2014 Matthew Bergman & Marak Squires http://github.com/marak/faker.js/ + +Faker.js was inspired by and has used data definitions from + + https://github.com/stympy/faker/ - Copyright (c) 2007-2010 Benjamin Curtis + http://search.cpan.org/~jasonk/Data-Faker-0.07/ - Copyright 2004-2005 by Jason Kohles + +This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -40,6 +40,12 @@ You can view a code coverage report generated in coverage/lcov-report/index.html <br/> Copyright (c) 2014 Matthew Bergman & Marak Squires http://github.com/marak/faker.js/ <br/> + +Faker.js was inspired by and has used data definitions from +<br/> + https://github.com/stympy/faker/ - Copyright (c) 2007-2010 Benjamin Curtis <br/> + http://search.cpan.org/~jasonk/Data-Faker-0.07/ - Copyright 2004-2005 by Jason Kohles <br/> + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including diff --git a/build/src/docs.md b/build/src/docs.md index 72529787..5e9e3361 100644 --- a/build/src/docs.md +++ b/build/src/docs.md @@ -40,6 +40,12 @@ You can view a code coverage report generated in coverage/lcov-report/index.html <br/> Copyright (c) {{copyrightYear}} Matthew Bergman & Marak Squires http://github.com/marak/faker.js/ <br/> + +Faker.js was inspired by and has used data definitions from +<br/> + https://github.com/stympy/faker/ - Copyright (c) 2007-2010 Benjamin Curtis <br/> + http://search.cpan.org/~jasonk/Data-Faker-0.07/ - Copyright 2004-2005 by Jason Kohles <br/> + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including |
