Author: lucaa Date: 2008-02-17 11:37:40 +0100 (Sun, 17 Feb 2008) New Revision: 7770
Modified: xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/menu/DatePickerWidget.java Log: XWATCH-74: Allow to filter by date range * Added copyright in the DatePickerWidget file Modified: xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/menu/DatePickerWidget.java =================================================================== --- xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/menu/DatePickerWidget.java 2008-02-17 01:28:27 UTC (rev 7769) +++ xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/menu/DatePickerWidget.java 2008-02-17 10:37:40 UTC (rev 7770) @@ -1,3 +1,24 @@ +/** + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * <p/> + * This is free software;you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation;either version2.1of + * the License,or(at your option)any later version. + * <p/> + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY;without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU + * Lesser General Public License for more details. + * <p/> + * You should have received a copy of the GNU Lesser General Public + * License along with this software;if not,write to the Free + * Software Foundation,Inc.,51 Franklin St,Fifth Floor,Boston,MA + * 02110-1301 USA,or see the FSF site:http://www.fsf.org. + * + */ + package com.xpn.xwiki.watch.client.ui.menu; import org.gwtwidgets.client.ui.cal.CalendarDate; _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
