META-INF.NOTICE Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-core Show documentation
Show all versions of wicket-core Show documentation
Wicket is a Java web application framework that takes simplicity,
separation of concerns and ease of development to a whole new level.
Wicket pages can be mocked up, previewed and later revised using
standard WYSIWYG HTML design tools. Dynamic content processing and
form handling is all handled in Java code using a first-class
component model backed by POJO data beans that can easily be
persisted using your favorite technology.
The newest version!
Apache Wicket
Copyright 2006-2023 Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license
Copyright (c) 2004-2008 QOS.ch
Contains Diff library from Mavens JRCS, released under
The Apache Software License, Version 1.1.
(c) 1999-2003
org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1]
and has the following notice:
"Licence:
Use this however/wherever you like, just don't blame me if it breaks
anything.
Credit:
If you're nice, you'll leave this bit:
Class by Stickman -- http://www.the-stickman.com
with thanks to:
[for Safari fixes]
Luis Torrefranca -- http://www.law.pitt.edu
and
Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
[for duplicate name bug]
'neal'"
[1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/