add copyright comment

This commit is contained in:
Tankred Hase 2014-01-09 10:50:43 +01:00
parent 7824ed396c
commit 7a798539fb
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ define(function(require) {
// scope functions
//
/*
* Taken from jQuery validate.password plug-in 1.0
* http://bassistance.de/jquery-plugins/jquery-plugin-validate.password/
*
* Copyright (c) 2009 Jörn Zaefferer
*
* Licensed under the MIT
* http://www.opensource.org/licenses/mit-license.php
*/
$scope.checkPassphraseQuality = function() {
var passphrase = $scope.state.passphrase;
$scope.passphraseRating = 0;