cloudstore-developers
Details
.classpath 2(+1 -1)
diff --git a/.classpath b/.classpath
index 3b48cb9..12591c2 100644
--- a/.classpath
+++ b/.classpath
@@ -22,7 +22,7 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
- <attribute name="owner.project.facets" value="java"/>
+ <attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
.gitignore 1(+1 -0)
diff --git a/.gitignore b/.gitignore
index 352826d..8307c99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
src/main/resources/schema.sql
ImgGen/generated_images/
+/target/
.project 1(+1 -0)
diff --git a/.project b/.project
index affb9f8..8a97a59 100644
--- a/.project
+++ b/.project
@@ -37,6 +37,7 @@
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
diff --git a/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java b/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java
index 7d4be6a..55e46ba 100755
--- a/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java
+++ b/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java
@@ -1,3 +1,11 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
+
package eu.cloudscale.showcase.db;
import eu.cloudscale.showcase.db.model.IOrders;
diff --git a/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java b/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java
index 461e456..7398dd3 100755
--- a/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java
+++ b/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java
@@ -1,3 +1,11 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
+
package eu.cloudscale.showcase.db.common;
import org.springframework.context.support.GenericXmlApplicationContext;
diff --git a/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java b/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java
index 9984d66..6e9ad59 100755
--- a/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java
+++ b/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.common;
import eu.cloudscale.showcase.db.services.IService;
diff --git a/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java b/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java
index da72e86..2738d81 100755
--- a/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java
+++ b/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.common;
public class Soundex
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AddressDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AddressDaoImpl.java
index ab059c6..c71afd0 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AddressDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AddressDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AuthorDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AuthorDaoImpl.java
index 36d8288..815931f 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AuthorDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/AuthorDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CcXactsDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CcXactsDaoImpl.java
index 55a0f21..45a3b93 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CcXactsDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CcXactsDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CountryDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CountryDaoImpl.java
index 6dd815d..30a286e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CountryDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CountryDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CustomerDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CustomerDaoImpl.java
index 9207073..dc9ebc7 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CustomerDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/CustomerDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/DaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/DaoImpl.java
index 3f8516f..72b772e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/DaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/DaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import javax.naming.NamingException;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ItemDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ItemDaoImpl.java
index 7d7280f..24a991e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ItemDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ItemDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrderLineDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrderLineDaoImpl.java
index bb7ffc7..86d3e03 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrderLineDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrderLineDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrdersDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrdersDaoImpl.java
index c95ca4b..75af8ca 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrdersDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/OrdersDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartDaoImpl.java
index 60bc0ae..332d365 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartLineDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartLineDaoImpl.java
index 220145c..60dd79e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartLineDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/hibernate/impl/ShoppingCartLineDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.hibernate.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java
index a66f55e..9c8d917 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java
index a45d8d4..ca318db 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java
index 3165388..6ed13eb 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import eu.cloudscale.showcase.db.model.ICcXacts;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java
index b3cb8f2..bf9def7 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import eu.cloudscale.showcase.db.model.ICountry;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java
index ebf0fe2..704f4fb 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java
index 5e85562..2fcd4fe 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java
index 9aadafb..22b9d25 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java
index db4c42d..ac218c9 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java
index e397e3c..263fe8b 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import eu.cloudscale.showcase.db.model.ICustomer;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java
index db6d063..a09376e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java
index a24ec57..7badaac 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AddressDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AddressDaoImpl.java
index 69ff6cc..d3cd7d4 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AddressDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AddressDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AuthorDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AuthorDaoImpl.java
index 38c9796..7bb258f 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AuthorDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/AuthorDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CcXactsDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CcXactsDaoImpl.java
index 35e5274..7aba1cc 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CcXactsDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CcXactsDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import org.springframework.data.domain.Sort;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CountryDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CountryDaoImpl.java
index 00cc255..cfa5bfa 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CountryDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CountryDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import org.springframework.data.domain.Sort;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CustomerDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CustomerDaoImpl.java
index 45e556b..fd14bc4 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CustomerDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/CustomerDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/DaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/DaoImpl.java
index 5236fd6..aa3dc99 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/DaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/DaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import org.springframework.beans.factory.annotation.Autowired;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/IDaoExt.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/IDaoExt.java
index 24b2e4d..1397f3f 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/IDaoExt.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/IDaoExt.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import eu.cloudscale.showcase.db.dao.IDao;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ItemDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ItemDaoImpl.java
index edc9f35..98955f5 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ItemDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ItemDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrderLineDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrderLineDaoImpl.java
index 7f3749f..3ec03ca 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrderLineDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrderLineDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrdersDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrdersDaoImpl.java
index 93c50a5..0884521 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrdersDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/OrdersDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import org.springframework.data.domain.Sort;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartDaoImpl.java
index 6b364e3..84e783c 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartLineDaoImpl.java b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartLineDaoImpl.java
index 8a08f51..dd680af 100755
--- a/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartLineDaoImpl.java
+++ b/src/main/java/eu/cloudscale/showcase/db/dao/mongo/impl/ShoppingCartLineDaoImpl.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.dao.mongo.impl;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/db/IDao.java b/src/main/java/eu/cloudscale/showcase/db/IDao.java
index a09a0fb..707b4c1 100755
--- a/src/main/java/eu/cloudscale/showcase/db/IDao.java
+++ b/src/main/java/eu/cloudscale/showcase/db/IDao.java
@@ -1,3 +1,11 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
+
package eu.cloudscale.showcase.db;
import eu.cloudscale.showcase.db.dao.IAddressDao;
diff --git a/src/main/java/eu/cloudscale/showcase/db/IDaos.java b/src/main/java/eu/cloudscale/showcase/db/IDaos.java
index 7eac450..d60381e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/IDaos.java
+++ b/src/main/java/eu/cloudscale/showcase/db/IDaos.java
@@ -1,3 +1,11 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
+
package eu.cloudscale.showcase.db;
import eu.cloudscale.showcase.db.dao.IAddressDao;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Address.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Address.java
index ee89c24..913003d 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Address.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Address.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Author.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Author.java
index 4f30f61..6e1cc8f 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Author.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Author.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/CcXacts.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/CcXacts.java
index 874defc..53be553 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/CcXacts.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/CcXacts.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Country.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Country.java
index 0c674b1..bcc7fd0 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Country.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Country.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Customer.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Customer.java
index 7b7cbe2..6750140 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Customer.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Customer.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Item.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Item.java
index be76559..29b4d50 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Item.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Item.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/OrderLine.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/OrderLine.java
index 581a16a..3fa6033 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/OrderLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/OrderLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Orders.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Orders.java
index 62b2866..022b5d3 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Orders.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/Orders.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCart.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCart.java
index c1d1af5..8dfb616 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCart.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCart.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCartLine.java b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCartLine.java
index d993052..2cd69cd 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCartLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/hibernate/ShoppingCartLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.hibernate;
// Generated May 16, 2013 3:07:18 PM by Hibernate Tools 4.0.0
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java b/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java
index 21df49c..b1d5bdb 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Set;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java b/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java
index a1ebe5a..4c570d5 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java b/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java
index c695622..33551c2 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java b/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java
index 376b67c..e10012c 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java b/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java
index 4046c24..8593799 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IItem.java b/src/main/java/eu/cloudscale/showcase/db/model/IItem.java
index 700e485..8d0d4a7 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IItem.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IItem.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java b/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java
index 581c9c8..086f9f4 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java b/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java
index 6b0ad44..ad1e92e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java
index 7b69ab3..5aa65bc 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java
index 3a8b308..01fb892 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Address.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Address.java
index ad0d4d1..3c779bf 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Address.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Address.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Author.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Author.java
index d1129a0..550e009 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Author.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Author.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/CcXacts.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/CcXacts.java
index 5351530..661902a 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/CcXacts.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/CcXacts.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Country.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Country.java
index 5bf2f63..a5c2c23 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Country.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Country.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Customer.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Customer.java
index 6ff68ab..6bf5a6a 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Customer.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Customer.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Item.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Item.java
index a14b300..fa25a09 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Item.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Item.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/OrderLine.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/OrderLine.java
index 16d08b8..b73939e 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/OrderLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/OrderLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Orders.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Orders.java
index bc4cfb1..f476186 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/Orders.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/Orders.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCart.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCart.java
index 35316e7..4a4204c 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCart.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCart.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCartLine.java b/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCartLine.java
index 0fa8813..9571983 100755
--- a/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCartLine.java
+++ b/src/main/java/eu/cloudscale/showcase/db/model/mongo/ShoppingCartLine.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.model.mongo;
import java.io.Serializable;
diff --git a/src/main/java/eu/cloudscale/showcase/db/services/AService.java b/src/main/java/eu/cloudscale/showcase/db/services/AService.java
index 2286fc3..be0bbd9 100755
--- a/src/main/java/eu/cloudscale/showcase/db/services/AService.java
+++ b/src/main/java/eu/cloudscale/showcase/db/services/AService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.services;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java b/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java
index 03be0e7..188f0bf 100755
--- a/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java
+++ b/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.services;
import org.springframework.stereotype.Service;
diff --git a/src/main/java/eu/cloudscale/showcase/db/services/IService.java b/src/main/java/eu/cloudscale/showcase/db/services/IService.java
index 8e5716e..30520e5 100755
--- a/src/main/java/eu/cloudscale/showcase/db/services/IService.java
+++ b/src/main/java/eu/cloudscale/showcase/db/services/IService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.services;
import java.util.Date;
diff --git a/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java b/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java
index 45295d4..24a665a 100755
--- a/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java
+++ b/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.db.services;
import java.util.Calendar;
diff --git a/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java b/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java
index 7a59161..7c83676 100755
--- a/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java
+++ b/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.generate;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/generate/Generate.java b/src/main/java/eu/cloudscale/showcase/generate/Generate.java
index 4379518..0cc1b48 100755
--- a/src/main/java/eu/cloudscale/showcase/generate/Generate.java
+++ b/src/main/java/eu/cloudscale/showcase/generate/Generate.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.generate;
import org.springframework.context.ApplicationContext;
diff --git a/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java b/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java
index 8aa63ab..bf187df 100755
--- a/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java
+++ b/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.generate;
import java.util.Calendar;
diff --git a/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java b/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java
index b666096..401d3b0 100755
--- a/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java
+++ b/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.generate;
import java.util.Calendar;
diff --git a/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java b/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java
index 21c8137..40c05f8 100755
--- a/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java
+++ b/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.generate;
import org.springframework.context.ApplicationContext;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AController.java b/src/main/java/eu/cloudscale/showcase/servlets/AController.java
index 250d361..6abd0ed 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/AController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/AController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.io.IOException;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java b/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java
index c204c0b..7d3fa51 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import javax.servlet.http.HttpServletRequest;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java b/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java
index 9a38036..cee31d1 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import javax.servlet.http.HttpServletRequest;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java b/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java
index d1d6fc4..3df1563 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.List;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java b/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java
index 7374104..0a818db 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.text.ParseException;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java b/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java
index 1fc1805..abf22d1 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.text.ParseException;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java b/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java
index 327cd39..250cece 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import javax.servlet.http.HttpServletRequest;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java b/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java
index db486b5..d97e71e 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets.helpers;
import java.io.IOException;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java
index cbcfec6..8c9e1d1 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets.helpers;
import java.net.URL;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java
index 2449310..e63fb97 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets.helpers;
import java.io.InputStream;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java b/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java
index a4fbc86..0055113 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java b/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java
index 622dfe9..4ecf392 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.Calendar;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java b/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java
index 0616cb2..40c92ca 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.Locale;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java b/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java
index 92cf341..8703006 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java b/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java
index e23dfaf..74225fc 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import javax.servlet.http.HttpServletRequest;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java b/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java
index 7e90458..f8c4233 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.text.ParseException;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java b/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java
index 31650a0..da57e8a 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.Locale;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java b/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java
index dc2ec2b..be13463 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;
import java.util.ArrayList;
diff --git a/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java b/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java
index 59a0bff..cc94403 100755
--- a/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java
+++ b/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+* Copyright (c) 2015 XLAB d.o.o.
+* 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
+*******************************************************************************/
package eu.cloudscale.showcase.servlets;