You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2007/03/04 16:28:09 UTC

svn commit: r514405 [1/8] - in /incubator/wicket/branches/wicket-1.x/wicket-examples: ./ src/assembly/ src/main/java/wicket/examples/ src/main/java/wicket/examples/ajax/builtin/ src/main/java/wicket/examples/ajax/builtin/modal/ src/main/java/wicket/exa...

Author: frankbille
Date: Sun Mar  4 07:27:59 2007
New Revision: 514405

URL: http://svn.apache.org/viewvc?view=rev&rev=514405
Log:
Added missing license headers.
Added attributions to the NOTICE.
I'm not sure about DOJO and JettyHelper classes. Are they under an ASL compatible license?

Added:
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/util/
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/util/license/
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java   (with props)
Modified:
    incubator/wicket/branches/wicket-1.x/wicket-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-examples/NOTICE.txt
    incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/bin.xml
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/build.xml
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleHeader.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExamplePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AjaxApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AutoCompletePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/BasePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Clock.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ClockPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EditableLabelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EffectsPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/GuestBook.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/LinksPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/PageablesPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/RatingsPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TabbedPanelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TodoList.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/WorldClockPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent1Page.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent2Page.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalPanel1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalWindowPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/BaseTreePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/EditablePanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/EditableTreeTablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/ModelBean.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/PropertyEditableColumn.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/SimpleTreePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/tree/TreeTablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/prototype/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/prototype/PrototypeApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/BreadCrumbApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/FirstPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/FourthPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/ResultPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/SecondPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/breadcrumb/ThirdPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/captcha/Captcha.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/captcha/CaptchaApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/Address.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/AnotherPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/Book.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/BookmarkablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/BookmarkablePageLinkPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/BorderPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ButtonPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/CheckBoxMultipleChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/CheckBoxPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/CheckGroupPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ComponentReferenceApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/DropDownChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/DropDownChoicePage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ExplainPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ExternalLinkPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/FormPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/FragmentPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/IncludePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/LabelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/LabelPage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/LinkPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ListChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/ListMultipleChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/MultiLineLabelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/MyBorder.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/MyPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/NonBookmarkablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/PageLinkPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/PalettePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/PanelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/Person.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/RadioChoicePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/RadioGroupPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/SelectPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/SubmitLinkPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/TabbedPanelPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/TextAreaPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/TextFieldPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/TextFieldPage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/compref/XmlPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/customresourceloading/AlternativePageFromWebContext.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/customresourceloading/CustomResourceLoadingApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/customresourceloading/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/customresourceloading/PageFromWebContext.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/customresourceloading/PageWithCustomLoading.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/ApplicationView.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/InspectorBug.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/InspectorPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/LiveSessionsPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/PageMapView.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/RequestsPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/debug/SessionView.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/echo/Echo.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/echo/EchoApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/encodings/EncodingsApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/encodings/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInputApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInputModel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput_da_DK.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput_de.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput_nl.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/FormInput_pt_BR.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/Multiply.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/forminput/UsPhoneNumber.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/BodyFrame.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/FrameTarget.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/FramesApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/LeftFrame.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/Page1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/Page2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/frames/TopFrame.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/guestbook/Comment.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/guestbook/GuestBook.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/guestbook/GuestBookApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Game.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Guess.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/HangmanApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/HangmanPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/HangmanSession.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Letter.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Lose.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Win.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/Word.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hangman/WordGenerator.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hellobrowser/HelloBrowser.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/hellobrowser/HelloBrowserApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/helloworld/HelloWorld.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/helloworld/HelloWorldApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/images/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/images/ImagesApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/AuthenticatedWebPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/Book.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/BookDetails.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/BookDetails.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/EditBook.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/EditBook.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/Home.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/LibraryApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/LibraryApplicationBorder.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/LibrarySession.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/SignIn.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/SignIn.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/library/User.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Book.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/BookDetails.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/LinkomaticApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Page1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Page2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Page3.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/linkomatic/Popup.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/navomatic/NavomaticApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/navomatic/NavomaticBorder.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/navomatic/Page1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/navomatic/Page2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/navomatic/Page3.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/nested/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/nested/NestedApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/nested/RecursivePanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/NiceUrlApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/Page1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/Page2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/Page2QP.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/mounted/Page3.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/mounted/Page4.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/niceurl/mounted/Page5.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/panels/signin/SignInPanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/preview/wicket-preview-behaviour.js
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/preview/wicket-preview.js
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home_da_DK.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home_de_DE.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home_en_CA.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home_nl_NL.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/Home_zh_CN.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/pub/PubApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/AjaxDataTablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/BasePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/Contact.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/ContactDataProvider.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/ContactGenerator.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/ContactsDatabase.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/DataGridPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/DataTablePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/DatabaseLocator.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/DetachableContactModel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/ExamplePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/FormPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/GridViewPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/OIRPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/PagingPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/RefreshingPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/RepeaterApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/RepeatingPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/SimplePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/SortableContactDataProvider.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/repeater/SortingPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin/AuthenticatedWebPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin/SignIn.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin/SignInApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin/SignInSession.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/AuthenticatedWebPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/Home.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/SignIn2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/SignIn2Application.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/SignIn2Session.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/signin2/SignOut.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/source/SourcesPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stateless/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stateless/SessionModel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stateless/StatefulPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stateless/StatelessApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stateless/StatelessPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stockquote/StockQuote.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stockquote/StockQuoteApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stockquote/StockQuoteLabel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stockquote/StockQuoteLabel2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/stockquote/StockQuotePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Banner.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Banner1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Banner2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Page1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Page2.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/Panel1.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/TemplateApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/TemplatePage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/template/TemplatePanel.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/unicodeconverter/UnicodeConverter.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/unicodeconverter/UnicodeConverterApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/upload/MultiUploadPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/upload/MultiUploadPage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/upload/UploadApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/upload/UploadPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/upload/UploadPage.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/Index.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/NewUserWizard.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/NewUserWizard.properties
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/StaticWizard.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/StaticWizardWithPanels.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/User.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/WizardApplication.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/wizard/WizardPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/webapp/WEB-INF/web.xml
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/webapp/displaytag/css/displaytag.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/webapp/style.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/webapp/style_fa_IR.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/webapp/template/style.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/site/resources/css/print.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/site/resources/css/site.css
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/site/template/wicket-site.vm
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/site/xdoc/index.xml
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/com/meterware/httpunit/ParsedHTML.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/AllTests.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/ClassLocator.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/WicketWebTestCase.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/ajax/prototype/AjaxTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/compref/ComprefTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/encodings/EncodingTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/forminput/FormInputTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/guestbook/GuestbookTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/hangman/HangManTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/hangman/WordGeneratorTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/helloworld/HelloWorldTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/images/ImagesTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/library/LibraryTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/linkomatic/LinkomaticTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/niceurl/NiceUrlTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/panels/signin/CookieTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/panels/signin/MockPage.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/repeater/RepeaterTest.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/signin2/Signin2Test.java
    incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/template/TemplateTest.java

Propchange: incubator/wicket/branches/wicket-1.x/wicket-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar  4 07:27:59 2007
@@ -1,4 +1,3 @@
-
 work
 target
 guestbook.lck
@@ -9,3 +8,4 @@
 velocity.log
 *.backup
 deploy.sh
+sessions

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/NOTICE.txt?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/NOTICE.txt (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/NOTICE.txt Sun Mar  4 07:27:59 2007
@@ -4,4 +4,16 @@
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
    
+   Contains Script.aculo.us javascript library released under a MIT license.
+   Copyright (c) 2005 Thomas Fuchs
    
+   Contains prototype.js javascript library released under a MIT style license.
+   (c) 2005 Sam Stephenson
+   
+   Contains behaviour.js javascript library released under BSD license.
+   Behaviour v1.1 by Ben Nolan, June 2005. Based largely on the work
+   of Simon Willison
+   
+   com.meterware.httpunit.ParsedHTML is taken from HttpUnit, released
+   under a MIT style license.
+   Copyright (c) 2000-2004, Russell Gold

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml Sun Mar  4 07:27:59 2007
@@ -1,21 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+        http://www.apache.org/licenses/LICENSE-2.0
 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/bin.xml?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/bin.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/bin.xml Sun Mar  4 07:27:59 2007
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <assembly>
 	<id>bin</id>
 	<formats>

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/build.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/build.xml?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/build.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/assembly/build.xml Sun Mar  4 07:27:59 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project default="war" name="wicket-examples" basedir=".">
 
 	<property name="final.name" value="wicket-examples" />

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java Sun Mar  4 07:27:59 2007
@@ -1,20 +1,18 @@
 /*
- * $Id: StartExamples.java 461192 2006-06-28 08:37:16 +0200 (Wed, 28 Jun 2006)
- * ehillenius $ $Revision$ $Date: 2006-06-28 08:37:16 +0200 (Wed, 28
- * Jun 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleApplication.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleApplication.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleApplication.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleApplication.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$
- * $Revision$ $Date$
- * 
- * ==================================================================== Licensed
- * under the Apache License, Version 2.0 (the "License"); you may not use this
- * file except in compliance with the License. You may obtain a copy of the
- * License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleHeader.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleHeader.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleHeader.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExampleHeader.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision:
- * 4812 $ $Date$
- * 
- * ==================================================================== Licensed
- * under the Apache License, Version 2.0 (the "License"); you may not use this
- * file except in compliance with the License. You may obtain a copy of the
- * License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExamplePage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExamplePage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExamplePage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/WicketExamplePage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision:
- * 5110 $ $Date$
- * 
- * ==================================================================== Licensed
- * under the Apache License, Version 2.0 (the "License"); you may not use this
- * file except in compliance with the License. You may obtain a copy of the
- * License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AjaxApplication.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AjaxApplication.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AjaxApplication.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AjaxApplication.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision:
- * 4860 $ $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AutoCompletePage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AutoCompletePage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AutoCompletePage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/AutoCompletePage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id: AjaxApplication.java 4860 2006-03-12 08:57:48Z ivaynberg $ $Revision:
- * 4860 $ $Date: 2006-03-12 09:57:48 +0100 (So, 12 Mrz 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/BasePage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/BasePage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/BasePage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/BasePage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$
- * $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ChoicePage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ChoicePage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ChoicePage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ChoicePage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$
- * $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Clock.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Clock.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Clock.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Clock.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$ $Date:
- * 2006-02-12 03:04:38 +0100 (So, 12 Feb 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ClockPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ClockPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ClockPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/ClockPage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$
- * $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EditableLabelPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EditableLabelPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EditableLabelPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EditableLabelPage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id: AjaxApplication.java 4860 2006-03-12 08:57:48Z ivaynberg $ $Revision:
- * 4860 $ $Date: 2006-03-12 09:57:48 +0100 (So, 12 Mrz 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EffectsPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EffectsPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EffectsPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/EffectsPage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$
- * $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.java Sun Mar  4 07:27:59 2007
@@ -1,20 +1,18 @@
 /*
- * $Id: FormPage.java 4916 2006-03-13 23:15:39 -0800 (Mon, 13 Mar 2006)
- * ivaynberg $ $Revision$ $Date: 2006-03-13 23:15:39 -0800 (Mon, 13 Mar
- * 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.properties
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.properties?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.properties (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/FormPage.properties Sun Mar  4 07:27:59 2007
@@ -1,3 +1,17 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 label.name=Name
 label.email=Email
 RequiredValidator=${label} is required

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/GuestBook.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/GuestBook.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/GuestBook.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/GuestBook.java Sun Mar  4 07:27:59 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package wicket.examples.ajax.builtin;
 
 import java.util.ArrayList;

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Index.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Index.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Index.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/Index.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$ $Date:
- * 2006-02-12 03:04:38 +0100 (So, 12 Feb 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/LinksPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/LinksPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/LinksPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/LinksPage.java Sun Mar  4 07:27:59 2007
@@ -1,20 +1,18 @@
 /*
- * $Id: LinksPage.java 4633 2006-02-25 16:22:21 -0800 (Sat, 25 Feb 2006)
- * dashorst $ $Revision$ $Date: 2006-02-25 16:22:21 -0800 (Sat, 25 Feb
- * 2006) $
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/PageablesPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/PageablesPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/PageablesPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/PageablesPage.java Sun Mar  4 07:27:59 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package wicket.examples.ajax.builtin;
 
 import java.util.Arrays;

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/RatingsPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/RatingsPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/RatingsPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/RatingsPage.java Sun Mar  4 07:27:59 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package wicket.examples.ajax.builtin;
 
 import wicket.IClusterable;

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TabbedPanelPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TabbedPanelPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TabbedPanelPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TabbedPanelPage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision:
- * 4909 $ $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TodoList.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TodoList.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TodoList.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/TodoList.java Sun Mar  4 07:27:59 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package wicket.examples.ajax.builtin;
 
 import java.util.ArrayList;

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/WorldClockPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/WorldClockPage.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/WorldClockPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/WorldClockPage.java Sun Mar  4 07:27:59 2007
@@ -1,19 +1,18 @@
 /*
- * $Id$ $Revision$
- * $Date$
- * 
- * ==============================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent1Page.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent1Page.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent1Page.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent1Page.java Sun Mar  4 07:27:59 2007
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin.modal;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent2Page.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent2Page.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent2Page.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalContent2Page.java Sun Mar  4 07:27:59 2007
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin.modal;
 

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalPanel1.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalPanel1.java?view=diff&rev=514405&r1=514404&r2=514405
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalPanel1.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/ajax/builtin/modal/ModalPanel1.java Sun Mar  4 07:27:59 2007
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package wicket.examples.ajax.builtin.modal;
 



Re: svn commit: r514405 [1/8] - in /incubator/wicket/branches/wicket-1.x/wicket-examples: ./ src/assembly/ src/main/java/wicket/examples/ src/main/java/wicket/examples/ajax/builtin/ src/main/java/wicket/examples/ajax/builtin/modal/ src/main/java/wicket/exa...

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* frankbille@apache.org:
> Author: frankbille
> Date: Sun Mar  4 07:27:59 2007
> New Revision: 514405
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=514405
> Log:
> Added missing license headers.
> Added attributions to the NOTICE.
> I'm not sure about DOJO and JettyHelper classes. Are they under an ASL compatible license?

Yes, both are under the ASL.  But why do you ask for Dojo, do we
include it in Wicket?
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/