summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/GridLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/GridLayout.java')
-rw-r--r--src/com/vaadin/ui/GridLayout.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/vaadin/ui/GridLayout.java b/src/com/vaadin/ui/GridLayout.java
index 83fd5f2a01..24a57d462b 100644
--- a/src/com/vaadin/ui/GridLayout.java
+++ b/src/com/vaadin/ui/GridLayout.java
@@ -1,5 +1,5 @@
/*
-@ITMillApache2LicenseForJavaFiles@
+@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.ui;
@@ -35,7 +35,7 @@ import com.vaadin.terminal.gwt.client.ui.VGridLayout;
* with cursor automatically extends the grid by increasing the grid height.
* </p>
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0
@@ -666,7 +666,7 @@ public class GridLayout extends AbstractLayout implements
* its upper left corner (column1,row1) and lower right corner
* (column2,row2).
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0
@@ -852,7 +852,7 @@ public class GridLayout extends AbstractLayout implements
* <code>OverlapsException</code> is thrown when a component already exists
* (even partly) at the same space on a grid with the new component.
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0
@@ -910,7 +910,7 @@ public class GridLayout extends AbstractLayout implements
* An <code>Exception</code> object which is thrown when an area exceeds the
* bounds of the grid.
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0