summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stutz <davidstutz@web.de>2014-10-19 21:23:02 +0200
committerDavid Stutz <davidstutz@web.de>2014-10-19 21:23:02 +0200
commita484e5701fa60473bdf7ff426b5dc86cc23f5123 (patch)
tree75560519e38786b295b99e3bde1bfbb4dd8f43c5
parent636da07ae1d9d9edb7b6b53009e9632cedb6b9a2 (diff)
downloadbootstrap-strength-meter-a484e5701fa60473bdf7ff426b5dc86cc23f5123.zip
bootstrap-strength-meter-a484e5701fa60473bdf7ff426b5dc86cc23f5123.tar.gz
bootstrap-strength-meter-a484e5701fa60473bdf7ff426b5dc86cc23f5123.tar.bz2
Trying to sync submodule ...
-rw-r--r--LICENSE.md10
-rw-r--r--README.md6
-rw-r--r--index.html2
m---------password-score0
-rw-r--r--text.html2
-rw-r--r--tooltip.html2
6 files changed, 16 insertions, 6 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..3a43d0d
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,10 @@
+Copyright (c) 2013 - 2014 David Stutz
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+* Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file
diff --git a/README.md b/README.md
index 412d3ea..ac73eca 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
Bootstrap Strength Meter is a simple password strength meter based on [Password Score](https://github.com/davidstutz/password-score).
-# Demonstration
+Documentation and demonstration: [http://davidstutz.github.io/bootstrap-strength-meter/](http://davidstutz.github.io/bootstrap-strength-meter/).
+
-A demonstration of the plugin can be found [here](http://davidstutz.github.io/bootstrap-strength-meter/);
## License
-Copyright (c) 2013 David Stutz
+Copyright (c) 2013 - 2014 David Stutz
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/index.html b/index.html
index 6bd5471..d62a00e 100644
--- a/index.html
+++ b/index.html
@@ -147,7 +147,7 @@ $.when(
<hr>
<div class="container">
<p>
- &copy; 2013
+ &copy; 2013 - 2014
<a target="_blank" href="http://davidstutz.de">David Stutz</a> - <a target="_blank" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>
</p>
</div>
diff --git a/password-score b/password-score
deleted file mode 160000
-Subproject 5c7cefa70e50c9f66e4287a464472f3748032eb
diff --git a/text.html b/text.html
index c2de9db..a04e8ce 100644
--- a/text.html
+++ b/text.html
@@ -154,7 +154,7 @@ $.when(
<hr>
<div class="container">
<p>
- &copy; 2013
+ &copy; 2013 - 2014
<a target="_blank" href="http://davidstutz.de">David Stutz</a> - <a target="_blank" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>
</p>
</div>
diff --git a/tooltip.html b/tooltip.html
index 068b1bb..e0a4a19 100644
--- a/tooltip.html
+++ b/tooltip.html
@@ -146,7 +146,7 @@ $.when(
<hr>
<div class="container">
<p>
- &copy; 2013
+ &copy; 2013 - 2014
<a target="_blank" href="http://davidstutz.de">David Stutz</a> - <a target="_blank" href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>
</p>
</div>