aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak Squires <[email protected]>2010-07-01 19:56:28 -0400
committerMarak Squires <[email protected]>2010-07-01 19:56:28 -0400
commitb8ba1abfd4f63357eda5bdc176154088968fe687 (patch)
tree34c636c0e425e0a9e730791a03442c67a3aab04d
parent4bfdfb82753eb4ff53d028c40cbb9e6156f98b75 (diff)
downloadfaker-b8ba1abfd4f63357eda5bdc176154088968fe687.tar.xz
faker-b8ba1abfd4f63357eda5bdc176154088968fe687.zip
regenerated docs again, oops
-rw-r--r--BUILD/docs.js7
-rw-r--r--Faker.js2
-rw-r--r--Readme.md4
3 files changed, 9 insertions, 4 deletions
diff --git a/BUILD/docs.js b/BUILD/docs.js
index 3d42ca74..826b528f 100644
--- a/BUILD/docs.js
+++ b/BUILD/docs.js
@@ -33,9 +33,10 @@
Heavily inspired by Benjamin Curtis's Ruby Gem [Faker](http://faker.rubyforge.org/) and Perl's [Data::Faker](http://search.cpan.org/~jasonk/Data-Faker-0.07/lib/Data/Faker.pm)
+<br/><br/>
Copyright (c) 2010 Matthew Bergman & Marak Squires http://github.com/marak/Faker.js/
-
+<br/><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
@@ -44,11 +45,11 @@ distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
-
+<br/><br/>
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
-
+<br/><br/>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
diff --git a/Faker.js b/Faker.js
index bd14ca28..2abe3cb5 100644
--- a/Faker.js
+++ b/Faker.js
@@ -17,7 +17,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/*************** AUTOGENERATED @ 1278028553705 ***************
+/*************** AUTOGENERATED @ 1278028587186 ***************
WARNING: THIS FILE WAS AUTOGENERATED BY THE FAKER BUILD SCRIPT
MODIFYING THIS FILE IS FINE, BUT YOU REALLY SHOULD BE MODIFYING
THE LIBRARY DIRECTLY AND REGENERATING THIS FILE USING BUILD.js!!!!
diff --git a/Readme.md b/Readme.md
index a00ba43a..3dc5a303 100644
--- a/Readme.md
+++ b/Readme.md
@@ -21,7 +21,9 @@
## Authors
####Matthew Bergman & Marak Squires
Heavily inspired by Benjamin Curtis's Ruby Gem [Faker](http://faker.rubyforge.org/) and Perl's [Data::Faker](http://search.cpan.org/~jasonk/Data-Faker-0.07/lib/Data/Faker.pm)
+<br/><br/>
Copyright (c) 2010 Matthew Bergman & Marak Squires http://github.com/marak/Faker.js/
+<br/><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
@@ -29,8 +31,10 @@ without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
+<br/><br/>
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
+<br/><br/>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND