Skip to content

Commit

Permalink
Complete - task 55: Make license comment the first thing in files.
Browse files Browse the repository at this point in the history
http://code.google.com/p/gwt-platform/issues/detail?id=55

--HG--
extra : convert_revision : svn%3A9b2172d4-2762-11df-83c2-19b91ddea5f5/trunk%4081


Former-commit-id: 96d0f72
  • Loading branch information
philippe.beaudoin committed Apr 16, 2010
1 parent 4427708 commit baae329
Show file tree
Hide file tree
Showing 120 changed files with 220 additions and 363 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.mvp.client;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,8 +14,8 @@
* limitations under the License.
*/



package com.philbeaudoin.gwtp.mvp.client;

import com.google.gwt.core.client.GWT;
import com.google.gwt.junit.client.GWTTestCase;
import com.philbeaudoin.gwtp.mvp.client.annotations.ProxyCodeSplit;
Expand Down
8 changes: 4 additions & 4 deletions src/com/philbeaudoin/gwtp/crawler/server/CrawlFilter.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.crawler.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -14,8 +12,10 @@
* 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 com.philbeaudoin.gwtp.crawler.server;

import com.gargoylesoftware.htmlunit.BrowserVersion;
import com.gargoylesoftware.htmlunit.WebClient;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,7 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client;

import com.google.gwt.user.client.rpc.AsyncCallback;
import com.philbeaudoin.gwtp.dispatch.shared.Action;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client;

/**
* A default implementation of {@link ExceptionHandler} which does not
* do anything.
Expand Down
4 changes: 1 addition & 3 deletions src/com/philbeaudoin/gwtp/dispatch/client/DispatchAsync.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client;

import com.google.gwt.user.client.rpc.AsyncCallback;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client;

/**
* Implementations of this interface can be added to a {@link DispatchAsync} implementation
* to intercept exceptions which return from further up the chain.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.appengine;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.appengine;

import com.philbeaudoin.gwtp.dispatch.client.secure.CookieSecureSessionAccessor;
import com.philbeaudoin.gwtp.dispatch.client.secure.SecureSessionAccessor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.gin;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.gin;

import com.google.gwt.inject.client.AbstractGinModule;
import com.philbeaudoin.gwtp.dispatch.client.AbstractDispatchAsync;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.gin;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.gin;

import com.philbeaudoin.gwtp.dispatch.client.appengine.AppEngineSecureSessionAccessor;
import com.philbeaudoin.gwtp.dispatch.client.secure.SecureSessionAccessor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.gin;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.gin;

import com.google.gwt.inject.client.Ginjector;
import com.google.inject.Provides;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.gin;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.gin;

import com.google.gwt.inject.client.Ginjector;
import com.google.inject.Provides;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.secure;

import com.google.gwt.user.client.Cookies;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.secure;

import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.AsyncCallback;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.secure;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.ActionException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.secure;

import com.google.gwt.user.client.rpc.AsyncCallback;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client.secure;

/**
* Provides access to the session ID.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.standard;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.client.standard;

import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.AsyncCallback;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.standard;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,7 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client.standard;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.client.standard;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.client.standard;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.Result;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.server;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.Result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.server;

import java.util.List;

Expand Down
3 changes: 1 addition & 2 deletions src/com/philbeaudoin/gwtp/dispatch/server/ActionHandler.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,7 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.server;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.ActionException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.server;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.Result;
Expand Down
4 changes: 1 addition & 3 deletions src/com/philbeaudoin/gwtp/dispatch/server/ActionResult.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.server;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.Result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,6 +14,7 @@
* limitations under the License.
*/

package com.philbeaudoin.gwtp.dispatch.server;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package com.philbeaudoin.gwtp.dispatch.server;

/**
* Copyright 2010 Philippe Beaudoin
*
Expand All @@ -16,7 +14,7 @@
* limitations under the License.
*/


package com.philbeaudoin.gwtp.dispatch.server;

import com.philbeaudoin.gwtp.dispatch.shared.Action;
import com.philbeaudoin.gwtp.dispatch.shared.Result;
Expand Down
Loading

0 comments on commit baae329

Please sign in to comment.