aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2014-05-30 10:32:55 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2014-05-30 10:32:55 +0300
commit703f75826954f725f44f54c585f858f185300bb9 (patch)
tree2f177a8d735442543b5f005cad8af4ded92d6993 /server
parent423628adf0080175c851b35fddd6fc0e803857c6 (diff)
downloadvaadin-framework-703f75826954f725f44f54c585f858f185300bb9.tar.gz
vaadin-framework-703f75826954f725f44f54c585f858f185300bb9.zip
Update license headers from SelectionModel patch
Change-Id: I81804fcd1182d86c0b567604bf3d0626a7e6bbaa
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/AbstractSelectionModel.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/MultiSelectionModel.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/NoSelectionModel.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/SelectionChangeEvent.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/SelectionChangeListener.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/SelectionChangeNotifier.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/SelectionModel.java2
-rw-r--r--server/src/com/vaadin/ui/components/grid/selection/SingleSelectionModel.java2
8 files changed, 8 insertions, 8 deletions
diff --git a/server/src/com/vaadin/ui/components/grid/selection/AbstractSelectionModel.java b/server/src/com/vaadin/ui/components/grid/selection/AbstractSelectionModel.java
index 3eb16d11fd..705f361a73 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/AbstractSelectionModel.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/AbstractSelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/MultiSelectionModel.java b/server/src/com/vaadin/ui/components/grid/selection/MultiSelectionModel.java
index ca5f34484e..f87f69843d 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/MultiSelectionModel.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/MultiSelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/NoSelectionModel.java b/server/src/com/vaadin/ui/components/grid/selection/NoSelectionModel.java
index 6d3213a82c..eaf5fb830e 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/NoSelectionModel.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/NoSelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeEvent.java b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeEvent.java
index b1097c88a6..bfc024a1f8 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeEvent.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeListener.java b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeListener.java
index 764fee894f..a8306c206c 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeListener.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeNotifier.java b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeNotifier.java
index f61dc138c0..9302b3c0e2 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeNotifier.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/SelectionChangeNotifier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/SelectionModel.java b/server/src/com/vaadin/ui/components/grid/selection/SelectionModel.java
index d48e72e1d3..4ffcc7aa4b 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/SelectionModel.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/SelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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
diff --git a/server/src/com/vaadin/ui/components/grid/selection/SingleSelectionModel.java b/server/src/com/vaadin/ui/components/grid/selection/SingleSelectionModel.java
index dfac1d777c..3cd87e6219 100644
--- a/server/src/com/vaadin/ui/components/grid/selection/SingleSelectionModel.java
+++ b/server/src/com/vaadin/ui/components/grid/selection/SingleSelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 Vaadin Ltd.
+ * Copyright 2000-2014 Vaadin Ltd.
*
* 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