diff --git a/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java b/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java index 55e46ba..80540f6 100755 --- a/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java +++ b/src/main/java/eu/cloudscale/showcase/db/BuyConfirmResult.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db; diff --git a/src/main/java/eu/cloudscale/showcase/db/IDao.java b/src/main/java/eu/cloudscale/showcase/db/IDao.java index 707b4c1..0fdfd03 100755 --- a/src/main/java/eu/cloudscale/showcase/db/IDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/IDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db; diff --git a/src/main/java/eu/cloudscale/showcase/db/IDaos.java b/src/main/java/eu/cloudscale/showcase/db/IDaos.java index d60381e..b493593 100755 --- a/src/main/java/eu/cloudscale/showcase/db/IDaos.java +++ b/src/main/java/eu/cloudscale/showcase/db/IDaos.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db; 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 7398dd3..9f9b463 100755 --- a/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java +++ b/src/main/java/eu/cloudscale/showcase/db/common/ContextHelper.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.common; 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 6e9ad59..830dc6f 100755 --- a/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java +++ b/src/main/java/eu/cloudscale/showcase/db/common/DatabaseHelper.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.common; 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 2738d81..ebc436e 100755 --- a/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java +++ b/src/main/java/eu/cloudscale/showcase/db/common/Soundex.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.common; 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 9c8d917..e2565b9 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IAddressDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 ca318db..a828160 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IAuthorDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 6ed13eb..1e014db 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICcXactsDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 bf9def7..2dda1b4 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICountryDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 704f4fb..e528d65 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/ICustomerDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 2fcd4fe..e375ccc 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ 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 22b9d25..2d524a3 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IItemDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 ac218c9..69fcd33 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IOrderLineDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 263fe8b..f41bfad 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IOrdersDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 a09376e..4a3b9bd 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 7badaac..c2a5660 100755 --- a/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java +++ b/src/main/java/eu/cloudscale/showcase/db/dao/IShoppingCartLineDao.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao; 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 c71afd0..4535b9e 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 815931f..99c388c 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 45a3b93..f663ad4 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ 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 30a286e..e709a65 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 dc9ebc7..f5d5ef7 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 72b772e..ae1e1c9 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 24a991e..3212668 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 86d3e03..6ec7daf 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 75af8ca..44276de 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 332d365..db1dfe5 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 60dd79e..64cd271 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.hibernate.impl; 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 d3cd7d4..f8c60f8 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 7bb258f..b74402a 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 7aba1cc..e6423d6 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 cfa5bfa..5f6e390 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 fd14bc4..c205a80 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 aa3dc99..5bdc4d0 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 1397f3f..0eb2dc4 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 98955f5..842abf3 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 3ec03ca..6ba78fd 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 0884521..608b218 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 84e783c..2ca1939 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 dd680af..29979ee 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.dao.mongo.impl; 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 b1d5bdb..53c377d 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IAddress.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 4c570d5..e481218 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IAuthor.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 33551c2..737f28a 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/ICcXacts.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 e10012c..74a99dd 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/ICountry.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ 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 8593799..354fecf 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/ICustomer.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 8d0d4a7..f746a32 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IItem.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IItem.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 086f9f4..f9d77e6 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IOrderLine.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ 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 ad1e92e..4399f0e 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IOrders.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 5aa65bc..b7d1365 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCart.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 01fb892..f30602e 100755 --- a/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java +++ b/src/main/java/eu/cloudscale/showcase/db/model/IShoppingCartLine.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model; 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 913003d..75feede 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 6e1cc8f..9dcb90c 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 53be553..0e7d4cb 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 bcc7fd0..7158e56 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 6750140..68988b3 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 29b4d50..0ab4b11 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 3fa6033..603f0ea 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 022b5d3..5a9ca5f 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 8dfb616..889f1f9 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 2cd69cd..372a0bb 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.hibernate; 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 3c779bf..fd34872 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 550e009..d5196ac 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 661902a..2ee94be 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 a5c2c23..14f9f05 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 6bf5a6a..eaba7c2 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 fa25a09..7d9294f 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 b73939e..ff4df23 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 f476186..1783881 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 4a4204c..105ea57 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 9571983..80d630f 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 @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.model.mongo; 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 be0bbd9..e5946b8 100755 --- a/src/main/java/eu/cloudscale/showcase/db/services/AService.java +++ b/src/main/java/eu/cloudscale/showcase/db/services/AService.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.services; 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 188f0bf..e4de898 100755 --- a/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java +++ b/src/main/java/eu/cloudscale/showcase/db/services/HibernateService.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.services; 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 30520e5..37b9c1a 100755 --- a/src/main/java/eu/cloudscale/showcase/db/services/IService.java +++ b/src/main/java/eu/cloudscale/showcase/db/services/IService.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.services; 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 24a665a..9cbb9ad 100755 --- a/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java +++ b/src/main/java/eu/cloudscale/showcase/db/services/MongoService.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.db.services; diff --git a/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java b/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java index 7c83676..9f04f32 100755 --- a/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java +++ b/src/main/java/eu/cloudscale/showcase/generate/AGenerate.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.generate; diff --git a/src/main/java/eu/cloudscale/showcase/generate/Generate.java b/src/main/java/eu/cloudscale/showcase/generate/Generate.java index 0cc1b48..514235e 100755 --- a/src/main/java/eu/cloudscale/showcase/generate/Generate.java +++ b/src/main/java/eu/cloudscale/showcase/generate/Generate.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.generate; diff --git a/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java b/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java index bf187df..e1d0fc3 100755 --- a/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java +++ b/src/main/java/eu/cloudscale/showcase/generate/GenerateHibernate.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.generate; diff --git a/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java b/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java index 401d3b0..105367e 100755 --- a/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java +++ b/src/main/java/eu/cloudscale/showcase/generate/GenerateMongo.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.generate; diff --git a/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java b/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java index 40c05f8..d9e045d 100755 --- a/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java +++ b/src/main/java/eu/cloudscale/showcase/generate/IGenerate.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.generate; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AController.java b/src/main/java/eu/cloudscale/showcase/servlets/AController.java index 6abd0ed..f5ef698 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/AController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/AController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java b/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java index 7d3fa51..8b4cc55 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/AdminConfirmController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java b/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java index cee31d1..dc1eb1c 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/AdminRequestController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java b/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java index 3df1563..4a2ad0e 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/BestSellersController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java b/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java index 0a818db..10de191 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/BuyConfirmController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java b/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java index abf22d1..289f765 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/BuyController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java b/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java index 250cece..3e39830 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/CustomerRegistrationController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java b/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java index 0055113..9fbb40b 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/HomeController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java b/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java index 4ecf392..3984acd 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/LoginController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java b/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java index 40c92ca..d1bfbf2 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/NewProductsController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java b/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java index 8703006..4061422 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/OrderDisplayController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java b/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java index 74225fc..be35d99 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/OrderInquiryController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java b/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java index f8c4233..8ea3ffd 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/PaymentController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java b/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java index da57e8a..fc660e6 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/ProductDetailServlet.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java b/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java index be13463..a4126ca 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/SearchController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; diff --git a/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java b/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java index cc94403..bb54c7b 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/ShoppingCartController.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets; 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 d97e71e..6a6ab1d 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/PaymentService.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets.helpers; 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 8c9e1d1..b2333a9 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Request.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets.helpers; 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 e63fb97..68253f6 100755 --- a/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java +++ b/src/main/java/eu/cloudscale/showcase/servlets/helpers/Response.java @@ -4,6 +4,8 @@ * 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 +* +* @author XLAB d.o.o. *******************************************************************************/ package eu.cloudscale.showcase.servlets.helpers;