1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

add copyright comment

This commit is contained in:
Tankred Hase 2014-01-09 10:50:43 +01:00
parent 7824ed396c
commit 7a798539fb

View File

@ -25,6 +25,15 @@ define(function(require) {
// scope functions // 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() { $scope.checkPassphraseQuality = function() {
var passphrase = $scope.state.passphrase; var passphrase = $scope.state.passphrase;
$scope.passphraseRating = 0; $scope.passphraseRating = 0;