Skip to content

Commit

Permalink
Put license text at header position in ScrollableRedrawStateTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fappel committed Jun 10, 2016
1 parent a141ab8 commit 9eab51e
Showing 1 changed file with 10 additions and 10 deletions.
@@ -1,3 +1,13 @@
/**
* Copyright (c) 2014 - 2016 Frank Appel
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Frank Appel - initial API and implementation
*/
package com.codeaffine.eclipse.swt.widget.scrollable;

import static org.mockito.Matchers.anyBoolean;
Expand All @@ -11,16 +21,6 @@

import com.codeaffine.eclipse.swt.widget.scrollable.context.ScrollableControl;

/**
* Copyright (c) 2014 - 2016 Frank Appel
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Frank Appel - initial API and implementation
*/
public class ScrollableRedrawStateTest {

private ScrollableRedrawState redrawState;
Expand Down

0 comments on commit 9eab51e

Please sign in to comment.