From 3f6473a4156ed2b838e80c350aeda0e0bed9f63b Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Thu, 20 Mar 2014 18:27:42 +0800 Subject: [PATCH] Change to wdcy --- src/main/java/cc/wdcy/domain/AbstractDomain.java | 11 ----------- .../domain/oauth/CustomJdbcClientDetailsService.java | 11 ----------- .../java/cc/wdcy/domain/oauth/OauthClientDetails.java | 11 ----------- .../java/cc/wdcy/domain/oauth/OauthRepository.java | 11 ----------- .../java/cc/wdcy/domain/shared/GuidGenerator.java | 11 ----------- src/main/java/cc/wdcy/domain/shared/Repository.java | 11 ----------- .../wdcy/domain/shared/security/WdcyUserDetails.java | 11 ----------- src/main/java/cc/wdcy/domain/user/User.java | 11 ----------- src/main/java/cc/wdcy/domain/user/UserRepository.java | 11 ----------- src/main/java/cc/wdcy/infrastructure/DateUtils.java | 11 ----------- .../java/cc/wdcy/infrastructure/PasswordHandler.java | 11 ----------- .../mybatis/OauthRepositoryMyBatis.java | 11 ----------- .../infrastructure/mybatis/UserRepositoryMyBatis.java | 11 ----------- src/main/java/cc/wdcy/service/OauthService.java | 11 ----------- src/main/java/cc/wdcy/service/UserService.java | 11 ----------- .../java/cc/wdcy/service/impl/OauthServiceImpl.java | 11 ----------- .../java/cc/wdcy/service/impl/UserServiceImpl.java | 11 ----------- 17 files changed, 187 deletions(-) diff --git a/src/main/java/cc/wdcy/domain/AbstractDomain.java b/src/main/java/cc/wdcy/domain/AbstractDomain.java index 103b7f3..4b93f5e 100644 --- a/src/main/java/cc/wdcy/domain/AbstractDomain.java +++ b/src/main/java/cc/wdcy/domain/AbstractDomain.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain; import cc.wdcy.infrastructure.DateUtils; diff --git a/src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java b/src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java index cb7e2fb..337cfa3 100644 --- a/src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java +++ b/src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.oauth; import org.springframework.security.oauth2.provider.JdbcClientDetailsService; diff --git a/src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java b/src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java index e896fec..2461641 100644 --- a/src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java +++ b/src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.oauth; import cc.wdcy.infrastructure.DateUtils; diff --git a/src/main/java/cc/wdcy/domain/oauth/OauthRepository.java b/src/main/java/cc/wdcy/domain/oauth/OauthRepository.java index 589eec6..25de8cb 100644 --- a/src/main/java/cc/wdcy/domain/oauth/OauthRepository.java +++ b/src/main/java/cc/wdcy/domain/oauth/OauthRepository.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.oauth; import cc.wdcy.domain.shared.Repository; diff --git a/src/main/java/cc/wdcy/domain/shared/GuidGenerator.java b/src/main/java/cc/wdcy/domain/shared/GuidGenerator.java index cbcc0f8..6d55f72 100644 --- a/src/main/java/cc/wdcy/domain/shared/GuidGenerator.java +++ b/src/main/java/cc/wdcy/domain/shared/GuidGenerator.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.shared; import java.util.UUID; diff --git a/src/main/java/cc/wdcy/domain/shared/Repository.java b/src/main/java/cc/wdcy/domain/shared/Repository.java index a90bebb..4270de1 100644 --- a/src/main/java/cc/wdcy/domain/shared/Repository.java +++ b/src/main/java/cc/wdcy/domain/shared/Repository.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.shared; /** diff --git a/src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java b/src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java index ac5a154..d491dfe 100644 --- a/src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java +++ b/src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.shared.security; import cc.wdcy.domain.user.User; diff --git a/src/main/java/cc/wdcy/domain/user/User.java b/src/main/java/cc/wdcy/domain/user/User.java index 378deba..339bfff 100644 --- a/src/main/java/cc/wdcy/domain/user/User.java +++ b/src/main/java/cc/wdcy/domain/user/User.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.user; import cc.wdcy.domain.AbstractDomain; diff --git a/src/main/java/cc/wdcy/domain/user/UserRepository.java b/src/main/java/cc/wdcy/domain/user/UserRepository.java index b843813..237ad4a 100644 --- a/src/main/java/cc/wdcy/domain/user/UserRepository.java +++ b/src/main/java/cc/wdcy/domain/user/UserRepository.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.domain.user; import cc.wdcy.domain.shared.Repository; diff --git a/src/main/java/cc/wdcy/infrastructure/DateUtils.java b/src/main/java/cc/wdcy/infrastructure/DateUtils.java index 9ab03c2..d92355c 100644 --- a/src/main/java/cc/wdcy/infrastructure/DateUtils.java +++ b/src/main/java/cc/wdcy/infrastructure/DateUtils.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure; import java.util.Date; diff --git a/src/main/java/cc/wdcy/infrastructure/PasswordHandler.java b/src/main/java/cc/wdcy/infrastructure/PasswordHandler.java index f949c84..14ae796 100644 --- a/src/main/java/cc/wdcy/infrastructure/PasswordHandler.java +++ b/src/main/java/cc/wdcy/infrastructure/PasswordHandler.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure; import org.springframework.security.authentication.encoding.Md5PasswordEncoder; diff --git a/src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java b/src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java index 831dc2b..a70b781 100644 --- a/src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java +++ b/src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure.mybatis; import cc.wdcy.domain.oauth.OauthRepository; diff --git a/src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java b/src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java index dcc1a9c..e65506c 100644 --- a/src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java +++ b/src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure.mybatis; import cc.wdcy.domain.user.UserRepository; diff --git a/src/main/java/cc/wdcy/service/OauthService.java b/src/main/java/cc/wdcy/service/OauthService.java index 26a311e..f54da1b 100644 --- a/src/main/java/cc/wdcy/service/OauthService.java +++ b/src/main/java/cc/wdcy/service/OauthService.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.service; import cc.wdcy.domain.oauth.OauthClientDetails; diff --git a/src/main/java/cc/wdcy/service/UserService.java b/src/main/java/cc/wdcy/service/UserService.java index 2c51899..6226d72 100644 --- a/src/main/java/cc/wdcy/service/UserService.java +++ b/src/main/java/cc/wdcy/service/UserService.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.service; import org.springframework.security.core.userdetails.UserDetailsService; diff --git a/src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java b/src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java index f3922e5..d879111 100644 --- a/src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java +++ b/src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.service.impl; import cc.wdcy.domain.oauth.OauthClientDetails; diff --git a/src/main/java/cc/wdcy/service/impl/UserServiceImpl.java b/src/main/java/cc/wdcy/service/impl/UserServiceImpl.java index f03be8b..b934607 100644 --- a/src/main/java/cc/wdcy/service/impl/UserServiceImpl.java +++ b/src/main/java/cc/wdcy/service/impl/UserServiceImpl.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.service.impl; import cc.wdcy.domain.shared.security.WdcyUserDetails;