1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-24 09:17:35 +02:00

Updated Copyright claims

- updated reference dates;
- removed reference to Community Edition;
- normalized logging using Clipperz.log[Warn|Error|Debug]
This commit is contained in:
Clipperz
2013-01-31 14:42:04 +01:00
parent 767a3dcf48
commit 07d0357bee
422 changed files with 23531 additions and 7622 deletions

View File

@@ -9,13 +9,13 @@
"js": [
"MochiKit/Base.js",
"MochiKit/Iter.js",
"MochiKit/Logging.js",
"-- MochiKit/Logging.js",
"-- MochiKit/DateTime.js",
"MochiKit/Format.js",
"MochiKit/Async.js",
"MochiKit/DOM.js",
"MochiKit/Style.js",
"MochiKit/LoggingPane.js",
"-- MochiKit/LoggingPane.js",
"MochiKit/Color.js",
"MochiKit/Signal.js",
"MochiKit/Position.js",

View File

@@ -95,22 +95,36 @@
"Clipperz/PM/DataModel/DirectLoginFormValue.js",
"Clipperz/PM/DataModel/OneTimePassword.js",
"Zepto/zepto.js",
"Zepto/ajax.js",
"Zepto/assets.js",
"Zepto/data.js",
"Zepto/detect.js",
"Zepto/event.js",
"Zepto/form.js",
"Zepto/fx.js",
"Zepto/fx_methods.js",
"Zepto/gesture.js",
"Zepto/polyfill.js",
"Zepto/selector.js",
"Zepto/stack.js",
"Zepto/touch.js",
"-- Zepto/zepto.js",
"-- Zepto/ajax.js",
"-- Zepto/assets.js",
"-- Zepto/data.js",
"-- Zepto/detect.js",
"-- Zepto/event.js",
"-- Zepto/form.js",
"-- Zepto/fx.js",
"-- Zepto/fx_methods.js",
"-- Zepto/gesture.js",
"-- Zepto/polyfill.js",
"-- Zepto/selector.js",
"-- Zepto/stack.js",
"-- Zepto/touch.js",
"JQTouch/jqtouch.js",
"-- JQTouch/jqtouch.js",
"-- Bootstrap/bootstrap-affix.js",
"-- Bootstrap/bootstrap-alert.js",
"-- Bootstrap/bootstrap-button.js",
"-- Bootstrap/bootstrap-carousel.js",
"-- Bootstrap/bootstrap-collapse.js",
"-- Bootstrap/bootstrap-dropdown.js",
"-- Bootstrap/bootstrap-modal.js",
"-- Bootstrap/bootstrap-popover.js",
"-- Bootstrap/bootstrap-scrollspy.js",
"-- Bootstrap/bootstrap-tab.js",
"-- Bootstrap/bootstrap-tooltip.js",
"-- Bootstrap/bootstrap-transition.js",
"-- Bootstrap/bootstrap-typeahead.js",
"Clipperz/PM/UI/Common/Components/BaseComponent.js",
"-- Clipperz/PM/UI/Common/Components/Button.js",