From: Ray Cromwell Date: Thu, 7 May 2009 07:43:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: release-1.3.2~781 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b62d3f954fa2b0d35ec21fa5258a6f91531ab0bd;p=gwtquery.git --- diff --git a/samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java b/samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java index cd9c3247..0562206d 100644 --- a/samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java +++ b/samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java @@ -9,18 +9,7 @@ import static com.google.gwt.query.client.GQuery.$$; import static com.google.gwt.query.client.GQuery.lazy; import com.google.gwt.user.client.Event; -/** - * Copyright 2007 Timepedia.org 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 - * 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. - * - * @author Ray Cromwell - */ + public class GwtQuerySampleModule implements EntryPoint { // public interface Sample extends Selectors { // @Selector(".note")