diff --git a/contact-center/app/src/main/java/com/chatopera/cc/Application.java b/contact-center/app/src/main/java/com/chatopera/cc/Application.java index ff119469..29bf7845 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/Application.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/Application.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/ServletInitializer.java b/contact-center/app/src/main/java/com/chatopera/cc/ServletInitializer.java index 4394300e..55115535 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/ServletInitializer.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/ServletInitializer.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentDispatcher.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentDispatcher.java index edf0acba..921cb438 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentDispatcher.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentService.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentService.java index 25f1d732..bea73af5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDAgentService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDChatbotService.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDChatbotService.java index ec941f68..d7ebf72b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDChatbotService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDChatbotService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDPolicyService.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDPolicyService.java index dddc5c08..40d51394 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDPolicyService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDPolicyService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDQueueService.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDQueueService.java index ab071aa6..defd314e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDQueueService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDQueueService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDServiceRouter.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDServiceRouter.java index 45d37b2c..fc8a6248 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDServiceRouter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDServiceRouter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDVisitorDispatcher.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDVisitorDispatcher.java index 7923286b..088f9c7f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDVisitorDispatcher.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDVisitorDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDWorkMonitor.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDWorkMonitor.java index 659cc535..5bc8cff6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDWorkMonitor.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/ACDWorkMonitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDComposeContext.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDComposeContext.java index 13fc8751..e0822552 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDComposeContext.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDComposeContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDMessageHelper.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDMessageHelper.java index 77af08c5..a7240de5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDMessageHelper.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/ACDMessageHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/IACDDispatcher.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/IACDDispatcher.java index cbe9dd72..80d94be2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/IACDDispatcher.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/basic/IACDDispatcher.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisAllocatorMw.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisAllocatorMw.java index 56872d65..c1cbdd9a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisAllocatorMw.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisAllocatorMw.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBindingMw.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBindingMw.java index 0d7a3d04..ce14a106 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBindingMw.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBindingMw.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBodyParserMw.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBodyParserMw.java index d4283c09..b79c32e0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBodyParserMw.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisBodyParserMw.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisServiceMw.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisServiceMw.java index 4029f6de..1d79a4ce 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisServiceMw.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisServiceMw.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisSessionCfgMw.java b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisSessionCfgMw.java index 3ad4a7e5..25ba9d93 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisSessionCfgMw.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/acd/middleware/visitor/ACDVisSessionCfgMw.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentAuditSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentAuditSubscription.java index aef06b4d..d4b3ac27 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentAuditSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentAuditSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSessionSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSessionSubscription.java index 5bbe27bc..d47f3373 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSessionSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSessionSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSubscription.java index 340d274b..f6c60f65 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/AgentSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/BlackListEventSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/BlackListEventSubscription.java index 4496b5e1..45c78ee1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/BlackListEventSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/BlackListEventSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/BrokerPublisher.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/BrokerPublisher.java index 928e2a47..966853c3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/BrokerPublisher.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/BrokerPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/OnlineUserSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/OnlineUserSubscription.java index acfc5120..9964bfac 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/OnlineUserSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/OnlineUserSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/activemq/SocketioConnEventSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/activemq/SocketioConnEventSubscription.java index bbdd8ae2..3d3ba843 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/activemq/SocketioConnEventSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/activemq/SocketioConnEventSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentStatusAspect.java b/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentStatusAspect.java index 60c45573..97b482e9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentStatusAspect.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentStatusAspect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentUserAspect.java b/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentUserAspect.java index b74b2e2a..b79ff373 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentUserAspect.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/aspect/AgentUserAspect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/aspect/BlackEntityAspect.java b/contact-center/app/src/main/java/com/chatopera/cc/aspect/BlackEntityAspect.java index 4dbfead8..ae688ffb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/aspect/BlackEntityAspect.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/aspect/BlackEntityAspect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/aspect/OnlineUserAspect.java b/contact-center/app/src/main/java/com/chatopera/cc/aspect/OnlineUserAspect.java index 51cb496e..5150af05 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/aspect/OnlineUserAspect.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/aspect/OnlineUserAspect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/aspect/SyncDatabaseAspect.java b/contact-center/app/src/main/java/com/chatopera/cc/aspect/SyncDatabaseAspect.java index 6cc12b49..fc507f59 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/aspect/SyncDatabaseAspect.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/aspect/SyncDatabaseAspect.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/Constants.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/Constants.java index f9f00b19..87a67641 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/Constants.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/MainContext.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/MainContext.java index 3a7bf823..1d5d3c22 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/MainContext.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/MainContext.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/MainUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/MainUtils.java index 77318df3..76fc498e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/MainUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/MainUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/Viewport.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/Viewport.java index 6d3c1e93..5319f4c6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/Viewport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/Viewport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthRedisTemplate.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthRedisTemplate.java index 932ecc8f..9ec81927 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthRedisTemplate.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthRedisTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthToken.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthToken.java index b2efcd84..bfa123db 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthToken.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/auth/AuthToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/IPluginConfigurer.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/IPluginConfigurer.java index 8eb3641b..ae25cde1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/IPluginConfigurer.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/IPluginConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/PluginRegistry.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/PluginRegistry.java index a8735084..3264ed7f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/PluginRegistry.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/plugins/PluginRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/ActivityResource.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/ActivityResource.java index 46bbe0ae..a4ffd8dc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/ActivityResource.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/ActivityResource.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/BatchResource.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/BatchResource.java index 68a3f08f..c13fb3e8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/BatchResource.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/BatchResource.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/OutputTextFormat.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/OutputTextFormat.java index 7195b431..de34ce40 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/OutputTextFormat.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/OutputTextFormat.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/Resource.java b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/Resource.java index 9543e304..b9c2eed4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/Resource.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/basic/resource/Resource.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/cache/Cache.java b/contact-center/app/src/main/java/com/chatopera/cc/cache/Cache.java index 6b110a3b..9821e05c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/cache/Cache.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/cache/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisCommand.java b/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisCommand.java index 4078a162..c6e650dc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisCommand.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisKey.java b/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisKey.java index ed3d59df..557853f4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisKey.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/cache/RedisKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/ActiveMQConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/ActiveMQConfigure.java index 02236ec2..904ee983 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/ActiveMQConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/ActiveMQConfigure.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/ApiRequestMatchingFilter.java b/contact-center/app/src/main/java/com/chatopera/cc/config/ApiRequestMatchingFilter.java index ac9df8a5..88cad9a7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/ApiRequestMatchingFilter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/ApiRequestMatchingFilter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/AppCtxRefreshEventListener.java b/contact-center/app/src/main/java/com/chatopera/cc/config/AppCtxRefreshEventListener.java index 95d50adf..907e0020 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/AppCtxRefreshEventListener.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/AppCtxRefreshEventListener.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/ApplicationStartupListener.java b/contact-center/app/src/main/java/com/chatopera/cc/config/ApplicationStartupListener.java index 182873de..895fee65 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/ApplicationStartupListener.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/ApplicationStartupListener.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuExceptionHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuExceptionHandler.java index 8a75aecc..c1c23051 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuExceptionHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuExceptionHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuWebAppConfigurer.java b/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuWebAppConfigurer.java index 4313cdf9..1591969e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuWebAppConfigurer.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/CSKeFuWebAppConfigurer.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/DelegateRequestMatchingFilter.java b/contact-center/app/src/main/java/com/chatopera/cc/config/DelegateRequestMatchingFilter.java index fa6ae71c..dbf85045 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/DelegateRequestMatchingFilter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/DelegateRequestMatchingFilter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/DruidConfiguration.java b/contact-center/app/src/main/java/com/chatopera/cc/config/DruidConfiguration.java index b7119d68..7e758089 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/DruidConfiguration.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/DruidConfiguration.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/ExecutorConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/config/ExecutorConfig.java index 8fe34d41..4850b8c1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/ExecutorConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/ExecutorConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java index c946d15f..4c499774 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/RedisConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/RedisConfigure.java index ddf9039f..a0b05520 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/RedisConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/RedisConfigure.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/StringToDateConverter.java b/contact-center/app/src/main/java/com/chatopera/cc/config/StringToDateConverter.java index 70bd8d09..6837e82b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/StringToDateConverter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/StringToDateConverter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/WebConfigBeans.java b/contact-center/app/src/main/java/com/chatopera/cc/config/WebConfigBeans.java index 034c788f..a83c4915 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/WebConfigBeans.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/WebConfigBeans.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/WebSecurityConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/config/WebSecurityConfig.java index 36870e03..92d00bf6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/WebSecurityConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/WebSecurityConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerContainerConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerContainerConfigure.java index 256c194c..ce19b99a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerContainerConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerContainerConfigure.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerSessionConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerSessionConfigure.java index 745ef7c4..5647f595 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerSessionConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/WebServerSessionConfigure.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/ApplicationController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/ApplicationController.java index 172d19dd..13bc5156 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/ApplicationController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/ApplicationController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/Handler.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/Handler.java index 8656eff4..faa57f57 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/Handler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/Handler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/LoginController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/LoginController.java index 1373a749..0ef1639e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/LoginController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/LoginController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/AdminController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/AdminController.java index cb553b53..78edb6d2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/AdminController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/AdminController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/OrganController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/OrganController.java index c0580612..17e49dd3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/OrganController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/OrganController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/RoleController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/RoleController.java index da3f7a63..39ceb7b4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/RoleController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/RoleController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/UsersController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/UsersController.java index 4dc6bc06..1ea48a04 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/UsersController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/UsersController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/SNSAccountIMController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/SNSAccountIMController.java index 4a647737..45ccb82e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/SNSAccountIMController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/SNSAccountIMController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/WebIMController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/WebIMController.java index 0dfcf13a..d3324440 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/WebIMController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/channel/WebIMController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemConfigController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemConfigController.java index 4e7bb98c..6b8de507 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemConfigController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemConfigController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemMessageController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemMessageController.java index 32e87f58..b624782e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemMessageController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/config/SystemMessageController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/MetadataController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/MetadataController.java index 9511d0bc..e0004bc1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/MetadataController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/MetadataController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/SysDicController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/SysDicController.java index fe0ae0a7..dd17a911 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/SysDicController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/SysDicController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/TemplateController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/TemplateController.java index 8a131e1d..8fc195b3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/TemplateController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/admin/system/TemplateController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiAgentUserController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiAgentUserController.java index 7b39a8f0..25d58ad7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiAgentUserController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiAgentUserController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiChatMessageController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiChatMessageController.java index 494e1b3f..b0a6e497 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiChatMessageController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiChatMessageController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiContactsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiContactsController.java index c7db732f..8000ec22 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiContactsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiContactsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiLeavemsgController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiLeavemsgController.java index 4bde1198..c66eca16 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiLeavemsgController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiLeavemsgController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOnlineUserController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOnlineUserController.java index 62dd52ad..6a35e959 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOnlineUserController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOnlineUserController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOrganController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOrganController.java index a10239f7..f96156c3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOrganController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiOrganController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiQualityController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiQualityController.java index 53deb994..242b9177 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiQualityController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiQualityController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiServiceQueneController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiServiceQueneController.java index 8609d8b3..a6bbe563 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiServiceQueneController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiServiceQueneController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiSysDicController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiSysDicController.java index 8f0a76fd..5736d9b1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiSysDicController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiSysDicController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiUserController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiUserController.java index 9fec99c5..0e3eeee2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiUserController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiUserController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiWebIMController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiWebIMController.java index 88bb4624..825bc1e4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiWebIMController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/ApiWebIMController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/QueryParams.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/QueryParams.java index bfd28356..d0b64d6f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/QueryParams.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/QueryParams.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/RequestValues.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/RequestValues.java index 8cf4548c..5fdc5fdc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/RequestValues.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/RequestValues.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/UkefuApiTagsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/UkefuApiTagsController.java index aaeef5e7..84fb4878 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/UkefuApiTagsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/UkefuApiTagsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiLoginController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiLoginController.java index dcf8fee3..6d6e9491 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiLoginController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiLoginController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiTokensErrorController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiTokensErrorController.java index c7582dee..29c63b79 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiTokensErrorController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/auth/ApiTokensErrorController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/QueryParams.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/QueryParams.java index 4b2545cb..4dba41ce 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/QueryParams.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/QueryParams.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RequestValues.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RequestValues.java index 372092cb..f8a094ae 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RequestValues.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RequestValues.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RestUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RestUtils.java index dab68565..761a22de 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RestUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/api/request/RestUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentAuditController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentAuditController.java index 3c2ee835..6d927add 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentAuditController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentAuditController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentController.java index 407c6a7f..5a4e9226 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentSettingsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentSettingsController.java index 1a4094cd..9e5e631c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentSettingsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AgentSettingsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AppsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AppsController.java index 163e2047..75661140 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AppsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/AppsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/ContactsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/ContactsController.java index d8201273..fa543fee 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/ContactsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/ContactsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/CustomerController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/CustomerController.java index 651e200f..cc91a309 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/CustomerController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/CustomerController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/EntIMController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/EntIMController.java index d30c26e5..55e1946c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/EntIMController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/EntIMController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/MessageController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/MessageController.java index 7f045152..41f730d9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/MessageController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/MessageController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/AgentSummaryController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/AgentSummaryController.java index 6908fcb8..28f6a1e6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/AgentSummaryController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/AgentSummaryController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ChatServiceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ChatServiceController.java index 7a57b7e4..ce5875ea 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ChatServiceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ChatServiceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/CommentController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/CommentController.java index 5f0ab46b..728af8d5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/CommentController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/CommentController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/OnlineUserController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/OnlineUserController.java index c0a9b092..cccc0765 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/OnlineUserController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/OnlineUserController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ProcessedSummaryController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ProcessedSummaryController.java index b6442bc0..8cf41344 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ProcessedSummaryController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/ProcessedSummaryController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/StatsController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/StatsController.java index d7de2a18..d92e58a2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/StatsController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/service/StatsController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CallAgentResourceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CallAgentResourceController.java index d4966101..a55241cd 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CallAgentResourceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CallAgentResourceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/ContactsResourceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/ContactsResourceController.java index 4f1737c9..f9ac0fa5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/ContactsResourceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/ContactsResourceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CssResourceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CssResourceController.java index c4842eb7..3a244958 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CssResourceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/CssResourceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/MediaController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/MediaController.java index 21e4fd34..ec3d1f0f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/MediaController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/MediaController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/SysDicResourceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/SysDicResourceController.java index 74fcca01..4efc188a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/SysDicResourceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/SysDicResourceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/UsersResourceController.java b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/UsersResourceController.java index 17b01d65..f3bdaf8b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/UsersResourceController.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/controller/resource/UsersResourceController.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/exception/InstantMessagingExceptionListener.java b/contact-center/app/src/main/java/com/chatopera/cc/exception/InstantMessagingExceptionListener.java index 6003191e..25cf077e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/exception/InstantMessagingExceptionListener.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/exception/InstantMessagingExceptionListener.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/CrossInterceptorHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/CrossInterceptorHandler.java index 215efaff..b37d19c0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/CrossInterceptorHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/CrossInterceptorHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/LogIntercreptorHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/LogIntercreptorHandler.java index a687d377..8188ad47 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/LogIntercreptorHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/LogIntercreptorHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/UserInterceptorHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/UserInterceptorHandler.java index 0d6813d0..0312e97d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/interceptor/UserInterceptorHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/interceptor/UserInterceptorHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Acl.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Acl.java index d20089e9..c1db8a49 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Acl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Acl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AdType.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AdType.java index 5d1c0a58..821f3584 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AdType.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AdType.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentReport.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentReport.java index 410120ce..a1ee7625 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentReport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentReport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentService.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentService.java index e2a5bd53..c4afd231 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentService.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSatis.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSatis.java index 206adbf1..410b1fc3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSatis.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSatis.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSummary.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSummary.java index 8c45349e..55048096 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSummary.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentServiceSummary.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentStatus.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentStatus.java index 26ea31aa..555827b0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentStatus.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentStatus.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUser.java index 8f96aa1c..56f2c129 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUser.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserAudit.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserAudit.java index 2524205d..a11a0429 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserAudit.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserAudit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserContacts.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserContacts.java index 621f5a67..bfb4dda8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserContacts.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserContacts.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserTask.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserTask.java index 8276dd98..3fc6409c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserTask.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AgentUserTask.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AiConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AiConfig.java index 99ef620c..1fc84379 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AiConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AiConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AiSNSAccount.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AiSNSAccount.java index 9ec4f928..f77c4508 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AiSNSAccount.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AiSNSAccount.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AreaType.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AreaType.java index 605100c4..5e4ff85c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AreaType.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AreaType.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/AttachmentFile.java b/contact-center/app/src/main/java/com/chatopera/cc/model/AttachmentFile.java index 32c31e76..eac02a17 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/AttachmentFile.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/AttachmentFile.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/BlackEntity.java b/contact-center/app/src/main/java/com/chatopera/cc/model/BlackEntity.java index 83d8400e..c2498cd3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/BlackEntity.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/BlackEntity.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CallAgent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CallAgent.java index d24d817c..7234494f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CallAgent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CallAgent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CallCenterSkill.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CallCenterSkill.java index 9f84e7a4..424cf7b5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CallCenterSkill.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CallCenterSkill.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitor.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitor.java index ae35ce74..a96d8e24 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitor.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitorPerformance.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitorPerformance.java index 91a5fc47..297a4c35 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitorPerformance.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CallMonitorPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ChartProperties.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ChartProperties.java index 89362a2a..bfd5c340 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ChartProperties.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ChartProperties.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ColumnProperties.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ColumnProperties.java index e77a0100..b2538bf9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ColumnProperties.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ColumnProperties.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Contacts.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Contacts.java index 3febc256..7d712e11 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Contacts.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Contacts.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CousultInvite.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CousultInvite.java index 1bad2622..a662151c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CousultInvite.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CousultInvite.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Cube.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Cube.java index 4121968e..c51f5b11 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Cube.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Cube.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeLevel.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeLevel.java index cd0b84eb..661f74e0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeLevel.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeLevel.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMeasure.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMeasure.java index 3d4105e6..0997f938 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMeasure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMeasure.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMetadata.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMetadata.java index e401b913..f41f13f0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMetadata.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeMetadata.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeType.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeType.java index 5b2d2619..2e326aba 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CubeType.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CubeType.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/CustomerGroupForm.java b/contact-center/app/src/main/java/com/chatopera/cc/model/CustomerGroupForm.java index 47dc594e..e7f9ad0e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/CustomerGroupForm.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/CustomerGroupForm.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/DataDic.java b/contact-center/app/src/main/java/com/chatopera/cc/model/DataDic.java index 65e0ca70..52e6e426 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/DataDic.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/DataDic.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/DataEvent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/DataEvent.java index 9a26e72c..11dab1f1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/DataEvent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/DataEvent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Dict.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Dict.java index 67711449..42d81f21 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Dict.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Dict.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Dimension.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Dimension.java index ccc73bf6..a1da3c35 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Dimension.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Dimension.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/DrillDown.java b/contact-center/app/src/main/java/com/chatopera/cc/model/DrillDown.java index c0fcdf7a..e79206e3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/DrillDown.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/DrillDown.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ESBean.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ESBean.java index 5398884d..c569377d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ESBean.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ESBean.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/EntCustomer.java b/contact-center/app/src/main/java/com/chatopera/cc/model/EntCustomer.java index 21b97c2b..992bb8cc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/EntCustomer.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/EntCustomer.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Extension.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Extension.java index c966aa7d..c57fbd61 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Extension.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Extension.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Favorites.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Favorites.java index 393f24ac..14f45f29 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Favorites.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Favorites.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilter.java b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilter.java index 70638bfc..d5753b0a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterItem.java b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterItem.java index 98ff2224..fe638b7f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterItem.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterItem.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterRequest.java b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterRequest.java index a2bdee75..d6f6fb17 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterRequest.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/FormFilterRequest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Generation.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Generation.java index 10babaa6..e42dba1d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Generation.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Generation.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroup.java b/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroup.java index b6964974..26f74904 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroup.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroup.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroupUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroupUser.java index b2f3e3be..544438fb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroupUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/IMGroupUser.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Instruction.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Instruction.java index 70face5e..d42e384f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Instruction.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Instruction.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/InviteRecord.java b/contact-center/app/src/main/java/com/chatopera/cc/model/InviteRecord.java index 5c633912..57ffe166 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/InviteRecord.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/InviteRecord.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/IvrMenu.java b/contact-center/app/src/main/java/com/chatopera/cc/model/IvrMenu.java index c6e14cb0..ab8198e9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/IvrMenu.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/IvrMenu.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/JobDetail.java b/contact-center/app/src/main/java/com/chatopera/cc/model/JobDetail.java index f56d629e..ed4f63bb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/JobDetail.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/JobDetail.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/JobTask.java b/contact-center/app/src/main/java/com/chatopera/cc/model/JobTask.java index dc52e872..5a0c9674 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/JobTask.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/JobTask.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/LeaveMsg.java b/contact-center/app/src/main/java/com/chatopera/cc/model/LeaveMsg.java index 9f1e44ef..8cccd75c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/LeaveMsg.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/LeaveMsg.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Media.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Media.java index 4494aa8b..41f3894a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Media.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Media.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/MetadataTable.java b/contact-center/app/src/main/java/com/chatopera/cc/model/MetadataTable.java index f6e23b59..79dcc2de 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/MetadataTable.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/MetadataTable.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUser.java index 19ff94b8..f9e055fb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUser.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUserHis.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUserHis.java index c80892af..0335b15d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUserHis.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OnlineUserHis.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OrdersComment.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OrdersComment.java index 15ccf91b..19d25f1e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OrdersComment.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OrdersComment.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Organ.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Organ.java index 0bc81e56..21dbc642 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Organ.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Organ.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OrganRole.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OrganRole.java index 96f07f8e..b2e4fad2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OrganRole.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OrganRole.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OrganUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OrganUser.java index 49066df4..19f6ac9e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OrganUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OrganUser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Organization.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Organization.java index 1df6d96e..1df55b0f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Organization.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Organization.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/OrgiSkillRel.java b/contact-center/app/src/main/java/com/chatopera/cc/model/OrgiSkillRel.java index a97f458a..c7510b08 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/OrgiSkillRel.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/OrgiSkillRel.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/PbxHost.java b/contact-center/app/src/main/java/com/chatopera/cc/model/PbxHost.java index 2ecaad4b..80814d16 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/PbxHost.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/PbxHost.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ProcessContent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ProcessContent.java index 02e4924d..5f2d6c69 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ProcessContent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ProcessContent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Product.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Product.java index d249394b..2fdfa696 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Product.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Product.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/PropertiesEvent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/PropertiesEvent.java index b6d35188..ccc61e4d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/PropertiesEvent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/PropertiesEvent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedCube.java b/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedCube.java index 62405f75..e5ae19ec 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedCube.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedCube.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedReport.java b/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedReport.java index 0505a308..0ba47ccb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedReport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/PublishedReport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Quality.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Quality.java index 50a4c6f5..90dfdf08 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Quality.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Quality.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/QualityRequest.java b/contact-center/app/src/main/java/com/chatopera/cc/model/QualityRequest.java index 6c4af854..428124d6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/QualityRequest.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/QualityRequest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyAnswer.java b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyAnswer.java index 09e0ae20..8e57cc64 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyAnswer.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyAnswer.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyProcess.java index a6cb2455..6bede3b5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyQuestion.java b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyQuestion.java index 2715fc97..68486f61 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyQuestion.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/QueSurveyQuestion.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/RecentUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/RecentUser.java index 1459d379..c444d6b2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/RecentUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/RecentUser.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Report.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Report.java index 849bb088..f39b7ea6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Report.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Report.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ReportFilter.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ReportFilter.java index 6b133843..39df0afd 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ReportFilter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ReportFilter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ReportModel.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ReportModel.java index 89bf4b6a..69d9b80e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ReportModel.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ReportModel.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/RequestLog.java b/contact-center/app/src/main/java/com/chatopera/cc/model/RequestLog.java index e0574249..e37b19c8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/RequestLog.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/RequestLog.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Role.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Role.java index ba7e86ba..b1941318 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Role.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Role.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/RoleAuth.java b/contact-center/app/src/main/java/com/chatopera/cc/model/RoleAuth.java index 9bf6c906..81cce705 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/RoleAuth.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/RoleAuth.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/RouterRules.java b/contact-center/app/src/main/java/com/chatopera/cc/model/RouterRules.java index e656c19e..1ec8be59 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/RouterRules.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/RouterRules.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SNSAccount.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SNSAccount.java index a43db5c1..83ee5287 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SNSAccount.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SNSAccount.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SaleStatus.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SaleStatus.java index 3e359da4..fbade994 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SaleStatus.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SaleStatus.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Secret.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Secret.java index 3acd9ebc..341c5455 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Secret.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Secret.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/ServiceAi.java b/contact-center/app/src/main/java/com/chatopera/cc/model/ServiceAi.java index e68a5b1d..93fbb4fa 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/ServiceAi.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/ServiceAi.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SessionConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SessionConfig.java index 17a167d3..c47ce732 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SessionConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SessionConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SipTrunk.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SipTrunk.java index 7cb35a3f..85b8fdf6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SipTrunk.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SipTrunk.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Skill.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Skill.java index 71d6c00b..a34bdc9c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Skill.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Skill.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SkillExtention.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SkillExtention.java index fa9eb28f..45b42e94 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SkillExtention.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SkillExtention.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEvent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEvent.java index 018ced90..aaf8f90e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEvent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEvent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEventSatisf.java b/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEventSatisf.java index 42731d17..040e59cb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEventSatisf.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/StatusEventSatisf.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SysDic.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SysDic.java index c03919d6..9efe2d3c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SysDic.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SysDic.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SystemConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SystemConfig.java index d4d554b6..a6b8c301 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SystemConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SystemConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/SystemMessage.java b/contact-center/app/src/main/java/com/chatopera/cc/model/SystemMessage.java index 571ebfaa..8e5e63e9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/SystemMessage.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/SystemMessage.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/TableProperties.java b/contact-center/app/src/main/java/com/chatopera/cc/model/TableProperties.java index 558cd19f..4d6ef56d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/TableProperties.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/TableProperties.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Tag.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Tag.java index a035b350..e1f24744 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Tag.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Tag.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/TagRelation.java b/contact-center/app/src/main/java/com/chatopera/cc/model/TagRelation.java index e49f4c37..c75b7720 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/TagRelation.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/TagRelation.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/Template.java b/contact-center/app/src/main/java/com/chatopera/cc/model/Template.java index 84571b6f..1d3f1014 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/Template.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/Template.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKAgg.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKAgg.java index 1afd25e3..8ca798b5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKAgg.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKAgg.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutConfig.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutConfig.java index 03c40a6c..598f1c7c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutConfig.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutConfig.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutFilter.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutFilter.java index 76c8bfb5..adbc0316 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutFilter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutFilter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutNames.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutNames.java index ed1080aa..70a4fd26 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutNames.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutNames.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutRole.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutRole.java index e0309219..091d70a2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutRole.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutRole.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutTask.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutTask.java index 9672d50d..88d216b4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutTask.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UKefuCallOutTask.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UploadStatus.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UploadStatus.java index 0ae1689f..20884ad5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UploadStatus.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UploadStatus.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/User.java b/contact-center/app/src/main/java/com/chatopera/cc/model/User.java index ce77db4b..c0ec8991 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/User.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/User.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UserHistory.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UserHistory.java index 77358102..73d60061 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UserHistory.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UserHistory.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UserRole.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UserRole.java index aeba24c8..003181ba 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UserRole.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UserRole.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/UserTraceHistory.java b/contact-center/app/src/main/java/com/chatopera/cc/model/UserTraceHistory.java index 445f8fa5..69e6ffb7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/UserTraceHistory.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/UserTraceHistory.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WebIMReport.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WebIMReport.java index b26bff9c..5c3b1b23 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WebIMReport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WebIMReport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WeiXinUser.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WeiXinUser.java index 2ef4fc26..fc6e6b2b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WeiXinUser.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WeiXinUser.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkMonitor.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkMonitor.java index e6f5e427..75946bfa 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkMonitor.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkMonitor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrderType.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrderType.java index 9fac65bf..e53f79d0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrderType.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrderType.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrders.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrders.java index 13910240..80b1383e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrders.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkOrders.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkSession.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkSession.java index a02443d3..164e5829 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkSession.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkSession.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkTime.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkTime.java index 96a52d01..e455e057 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WorkTime.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WorkTime.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/WxMpEvent.java b/contact-center/app/src/main/java/com/chatopera/cc/model/WxMpEvent.java index ea57d3cc..a666c3ec 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/WxMpEvent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/WxMpEvent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/model/keys/OrganUserId.java b/contact-center/app/src/main/java/com/chatopera/cc/model/keys/OrganUserId.java index 0e98a4d2..b7fc1e43 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/model/keys/OrganUserId.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/model/keys/OrganUserId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/peer/PeerSyncIM.java b/contact-center/app/src/main/java/com/chatopera/cc/peer/PeerSyncIM.java index 6b23cc70..121f0b00 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/peer/PeerSyncIM.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/peer/PeerSyncIM.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsEsCommonRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsEsCommonRepository.java index 4910404b..66d87d9d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsEsCommonRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsEsCommonRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsIndependRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsIndependRepository.java index bba2a578..3c29177f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsIndependRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsIndependRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepository.java index 28b008aa..32daf98f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepositoryImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepositoryImpl.java index e474ca05..48f03e07 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepositoryImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/ContactsRepositoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerEsCommonRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerEsCommonRepository.java index b5d8271c..f4618992 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerEsCommonRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerEsCommonRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepository.java index 567262bf..f722ad91 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepositoryImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepositoryImpl.java index 75efb437..c8b7457e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepositoryImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/EntCustomerRepositoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKAggTopResultExtractor.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKAggTopResultExtractor.java index 549230d0..61f80b3c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKAggTopResultExtractor.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKAggTopResultExtractor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKResultMapper.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKResultMapper.java index df355d8f..192869e0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKResultMapper.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/es/UKResultMapper.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/hibernate/BaseService.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/hibernate/BaseService.java index 750a1ee5..cb039f19 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/hibernate/BaseService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/hibernate/BaseService.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/BatchDataProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/BatchDataProcess.java index 0e4d4920..13376f6d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/BatchDataProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/BatchDataProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/DataBatProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/DataBatProcess.java index 4bc6431e..3ee7ad78 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/DataBatProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/DataBatProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ESDataExchangeImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ESDataExchangeImpl.java index 9f250e2d..d0e9332e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ESDataExchangeImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ESDataExchangeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/OrganDataExchangeImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/OrganDataExchangeImpl.java index c71bc54d..a4a3148e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/OrganDataExchangeImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/OrganDataExchangeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ServiceDataExchangeImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ServiceDataExchangeImpl.java index aa99f190..314d5524 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ServiceDataExchangeImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/ServiceDataExchangeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/UserDataExchangeImpl.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/UserDataExchangeImpl.java index f960eb9c..652192ee 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/UserDataExchangeImpl.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/impl/UserDataExchangeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/interfaces/DataExchangeInterface.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/interfaces/DataExchangeInterface.java index 5b76072c..37be7844 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/interfaces/DataExchangeInterface.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/interfaces/DataExchangeInterface.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AclRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AclRepository.java index 36b904db..6e9a18c6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AclRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AclRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AdTypeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AdTypeRepository.java index 39515542..f601908a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AdTypeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AdTypeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentReportRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentReportRepository.java index df9f3d80..c6c4f688 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentReportRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentReportRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceRepository.java index e65232be..cf368b93 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceSatisRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceSatisRepository.java index 02373395..5bf7cbbb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceSatisRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentServiceSatisRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentStatusRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentStatusRepository.java index 1752a76c..0288abd3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentStatusRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentStatusRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserContactsRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserContactsRepository.java index 3ea5d02a..f4fe4400 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserContactsRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserContactsRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserRepository.java index 1122f64b..c9f92142 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserTaskRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserTaskRepository.java index c798ecac..86aa7793 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserTaskRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AgentUserTaskRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiConfigRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiConfigRepository.java index 7afdb706..01ad4c8b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiConfigRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiConfigRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiSNSAccountRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiSNSAccountRepository.java index f17a6bc2..a46e1689 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiSNSAccountRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AiSNSAccountRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AreaTypeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AreaTypeRepository.java index 032059b7..de3f9cc6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AreaTypeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AreaTypeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AttachmentRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AttachmentRepository.java index 0b71eabe..dda2b612 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AttachmentRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/AttachmentRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BaseRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BaseRepository.java index 2cb3bb44..4824e3c2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BaseRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BaseRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BlackListRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BlackListRepository.java index a2209185..89d118b4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BlackListRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/BlackListRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallAgentRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallAgentRepository.java index 96a148b3..a954dd3b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallAgentRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallAgentRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallCenterSkillRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallCenterSkillRepository.java index 9d7f2e9d..c18de207 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallCenterSkillRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallCenterSkillRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorPerformanceRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorPerformanceRepository.java index 416acd08..80b07ef0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorPerformanceRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorPerformanceRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorRepository.java index 23a1854d..82dbe660 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CallMonitorRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatMessageRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatMessageRepository.java index df07bf5b..5721c7b4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatMessageRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatMessageRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatbotRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatbotRepository.java index 138515a8..81187f7b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatbotRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ChatbotRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ColumnPropertiesRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ColumnPropertiesRepository.java index 457c44d9..174a6056 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ColumnPropertiesRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ColumnPropertiesRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ConsultInviteRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ConsultInviteRepository.java index d4d2efa9..ca91f5ad 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ConsultInviteRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ConsultInviteRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeLevelRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeLevelRepository.java index 858d15ac..c5858e9a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeLevelRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeLevelRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMeasureRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMeasureRepository.java index f6b76512..acc28d06 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMeasureRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMeasureRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMetadataRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMetadataRepository.java index 4c8e1c30..9472707d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMetadataRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeMetadataRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeRepository.java index 49213c74..1b137ce9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeService.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeService.java index e3e79a1b..54b69be1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeService.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeTypeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeTypeRepository.java index 73e94fc6..1bee42ed 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeTypeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/CubeTypeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataDicRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataDicRepository.java index df22df58..2cb1310d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataDicRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataDicRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataEventRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataEventRepository.java index 83bb34d6..2bb42211 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataEventRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataEventRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataSourceService.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataSourceService.java index 8568dd55..48c86785 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataSourceService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DataSourceService.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DbDataRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DbDataRepository.java index c6f4e6e6..76e04ca0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DbDataRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DbDataRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DimensionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DimensionRepository.java index c6cadfa2..89479719 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DimensionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DimensionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DrilldownRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DrilldownRepository.java index 984f2b78..f7d2febf 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DrilldownRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/DrilldownRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ExtensionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ExtensionRepository.java index adb1cd35..575388d1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ExtensionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ExtensionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FbMessengerRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FbMessengerRepository.java index df601a91..5cb3f01a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FbMessengerRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FbMessengerRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterItemRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterItemRepository.java index 23928365..fb403ea3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterItemRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterItemRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterRepository.java index 2837dabe..35282c07 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/FormFilterRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/GenerationRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/GenerationRepository.java index 09b38ecc..69881a31 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/GenerationRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/GenerationRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupRepository.java index a4437a2a..2cc4110d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupUserRepository.java index c32203fd..767bebac 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IMGroupUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InstructionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InstructionRepository.java index d3ba62b9..120f7507 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InstructionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InstructionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InviteRecordRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InviteRecordRepository.java index 9cdba6af..aa405225 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InviteRecordRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/InviteRecordRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IvrMenuRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IvrMenuRepository.java index f0746e50..60853a42 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IvrMenuRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/IvrMenuRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/JobDetailRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/JobDetailRepository.java index faca913d..52eebde8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/JobDetailRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/JobDetailRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/LeaveMsgRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/LeaveMsgRepository.java index aa561158..be8c04ff 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/LeaveMsgRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/LeaveMsgRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MediaRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MediaRepository.java index fe4b4afb..3f6ea963 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MediaRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MediaRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MetadataRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MetadataRepository.java index b8ac3cfe..1f3a6184 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MetadataRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/MetadataRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserHisRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserHisRepository.java index d30fb881..28c376d1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserHisRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserHisRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserRepository.java index ca4caa4e..34c16e72 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OnlineUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRepository.java index 5c7b868c..79516529 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRoleRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRoleRepository.java index c8524f25..592bcf89 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRoleRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganRoleRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganUserRepository.java index f17c8bc5..5def00e5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganizationRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganizationRepository.java index 9f695a19..0c7f1dc7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganizationRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrganizationRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrgiSkillRelRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrgiSkillRelRepository.java index b12175da..7f0e83a2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrgiSkillRelRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/OrgiSkillRelRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PbxHostRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PbxHostRepository.java index a5b569b5..49dcbcf4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PbxHostRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PbxHostRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProcessContentRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProcessContentRepository.java index 3f7b6a54..d321be88 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProcessContentRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProcessContentRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProductRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProductRepository.java index 898d7f3c..fd82045c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProductRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ProductRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PropertiesEventRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PropertiesEventRepository.java index 4b1e97e7..81d03025 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PropertiesEventRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PropertiesEventRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedCubeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedCubeRepository.java index c33096a7..4a448b20 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedCubeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedCubeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedReportRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedReportRepository.java index 71b84bb8..fd107db7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedReportRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/PublishedReportRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QualityRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QualityRepository.java index 70348157..fbf7bdd5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QualityRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QualityRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyAnswerRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyAnswerRepository.java index f6e585f6..b7890acb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyAnswerRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyAnswerRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyProcessRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyProcessRepository.java index 6ecfe995..9a57e57c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyProcessRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyProcessRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyQuestionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyQuestionRepository.java index 1753607f..537cc474 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyQuestionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/QueSurveyQuestionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RecentUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RecentUserRepository.java index 9960f5c7..08128969 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RecentUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RecentUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportCubeService.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportCubeService.java index 6c15571b..72ae64f4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportCubeService.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportCubeService.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportFilterRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportFilterRepository.java index 70739065..3d0b3304 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportFilterRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportFilterRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportModelRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportModelRepository.java index 10e20ee7..4cbfc1ed 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportModelRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportModelRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportRepository.java index 9ad62ad1..d24128d6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReportRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReporterRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReporterRepository.java index 78bf810c..9721edfd 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReporterRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ReporterRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RequestLogRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RequestLogRepository.java index ad24d726..a20ac8ed 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RequestLogRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RequestLogRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleAuthRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleAuthRepository.java index dc99f4c7..8741aa0b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleAuthRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleAuthRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleRepository.java index d7b94b70..ae3dacc6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RoleRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RouterRulesRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RouterRulesRepository.java index 97d006d3..d66f0ef9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RouterRulesRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/RouterRulesRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SNSAccountRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SNSAccountRepository.java index 9c964f5a..77d79243 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SNSAccountRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SNSAccountRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SaleStatusRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SaleStatusRepository.java index d5566dae..6fed3c68 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SaleStatusRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SaleStatusRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SecretRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SecretRepository.java index c8d09c68..7719f4ca 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SecretRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SecretRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceAiRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceAiRepository.java index 78688276..f64fc20f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceAiRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceAiRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceSummaryRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceSummaryRepository.java index 52b5a5dc..68908a6a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceSummaryRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/ServiceSummaryRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SessionConfigRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SessionConfigRepository.java index 040a9b68..c123c31e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SessionConfigRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SessionConfigRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SipTrunkRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SipTrunkRepository.java index cfe7aeaa..066c3ce5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SipTrunkRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SipTrunkRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillExtentionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillExtentionRepository.java index 94a166dd..56aca6ee 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillExtentionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillExtentionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillRepository.java index d333db01..20a90682 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SkillRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventRepository.java index fb85eb27..c249d15b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventSatisfRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventSatisfRepository.java index 24c2cf89..a836e1dc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventSatisfRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/StatusEventSatisfRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SysDicRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SysDicRepository.java index c83db8a7..8ef1008e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SysDicRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SysDicRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemConfigRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemConfigRepository.java index e5201d9e..5f609a2a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemConfigRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemConfigRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemMessageRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemMessageRepository.java index 30c75053..b4b48cde 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemMessageRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/SystemMessageRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TablePropertiesRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TablePropertiesRepository.java index d185835c..6615d8eb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TablePropertiesRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TablePropertiesRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRelationRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRelationRepository.java index ec7d2e97..19d5231b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRelationRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRelationRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRepository.java index 18d5962d..6212f350 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TagRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TemplateRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TemplateRepository.java index 159e2500..4d8b2b6e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TemplateRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/TemplateRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutConfigRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutConfigRepository.java index 2a371b55..5924aed6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutConfigRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutConfigRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutFilterRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutFilterRepository.java index 423fc706..da88ec66 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutFilterRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutFilterRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutNamesRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutNamesRepository.java index d300d21c..710a0bd1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutNamesRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutNamesRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutRoleRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutRoleRepository.java index 10c9831b..618dd0f8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutRoleRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutRoleRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutTaskRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutTaskRepository.java index 5582ad03..4d4c1feb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutTaskRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UKefuCallOutTaskRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserEventRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserEventRepository.java index 190b7e7e..35627f9e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserEventRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserEventRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserHistoryRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserHistoryRepository.java index c8248d23..7d5a2bcd 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserHistoryRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserHistoryRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRepository.java index 0b0bc53a..1452a3e6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRoleRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRoleRepository.java index 8b9ebec6..ef63868c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRoleRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserRoleRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserTraceRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserTraceRepository.java index 2beec623..6777d40d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserTraceRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/UserTraceRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WeiXinUserRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WeiXinUserRepository.java index a75ba879..908d86ee 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WeiXinUserRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WeiXinUserRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkMonitorRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkMonitorRepository.java index 32852239..5ccf24d5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkMonitorRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkMonitorRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkOrderTypeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkOrderTypeRepository.java index a6526537..4946e1a5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkOrderTypeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkOrderTypeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkSessionRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkSessionRepository.java index c05642ca..542a3298 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkSessionRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkSessionRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkTimeRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkTimeRepository.java index 980eb651..fdeaecde 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkTimeRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WorkTimeRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WxMpEventRepository.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WxMpEventRepository.java index f69b6a66..08d4e27f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WxMpEventRepository.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/WxMpEventRepository.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/XiaoEUKResultMapper.java b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/XiaoEUKResultMapper.java index e30b8192..fcf01780 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/XiaoEUKResultMapper.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/persistence/repository/XiaoEUKResultMapper.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentAuditProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentAuditProxy.java index 5cee3921..ba01f882 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentAuditProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentAuditProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentServiceProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentServiceProxy.java index ab064138..b4e02b22 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentServiceProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentServiceProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentSessionProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentSessionProxy.java index 087d9eb7..c4614fe7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentSessionProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentSessionProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentStatusProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentStatusProxy.java index ec902b31..62b62006 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentStatusProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentStatusProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentUserProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentUserProxy.java index 056ae722..f62a0778 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentUserProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AgentUserProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AttachmentProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AttachmentProxy.java index b1b5707d..aa2252bb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/AttachmentProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/AttachmentProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/BlackEntityProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/BlackEntityProxy.java index 91fc5ec1..d3fa6591 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/BlackEntityProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/BlackEntityProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/CallcenterOutboundProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/CallcenterOutboundProxy.java index bc1aec9c..6421a347 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/CallcenterOutboundProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/CallcenterOutboundProxy.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/ContactsProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/ContactsProxy.java index 84ec8d4d..85ff7a5f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/ContactsProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/ContactsProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/OnlineUserProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/OnlineUserProxy.java index a46cf202..055f8996 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/OnlineUserProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/OnlineUserProxy.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/proxy/UserProxy.java b/contact-center/app/src/main/java/com/chatopera/cc/proxy/UserProxy.java index 493e0628..67deebcf 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/proxy/UserProxy.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/proxy/UserProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, All rights reserved. + * Copyright (C) 2019-2022 Chatopera Inc, All rights reserved. * * This software and related documentation are provided under a license agreement containing * restrictions on use and disclosure and are protected by intellectual property laws. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/schedule/Fetcher.java b/contact-center/app/src/main/java/com/chatopera/cc/schedule/Fetcher.java index ba930e05..de9191b1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/schedule/Fetcher.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/schedule/Fetcher.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/schedule/Task.java b/contact-center/app/src/main/java/com/chatopera/cc/schedule/Task.java index f0be40fd..9e167641 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/schedule/Task.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/schedule/Task.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/SocketIOServing.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/SocketIOServing.java index f4025540..ad4dbb22 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/SocketIOServing.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/SocketIOServing.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyAgentClient.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyAgentClient.java index a7b84966..dd4d4d87 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyAgentClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyAgentClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyCallCenterClient.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyCallCenterClient.java index 61062d77..66e6c66c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyCallCenterClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyCallCenterClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClient.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClient.java index b1b10a0d..096d61a5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClients.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClients.java index 69853230..f0e48352 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClients.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyClients.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyIMClient.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyIMClient.java index 25f43a6b..2ab8a108 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyIMClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/NettyIMClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/UserClient.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/UserClient.java index 61d1f1b4..f32e882c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/UserClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/client/UserClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/AgentEventHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/AgentEventHandler.java index a9122ecb..ca1122dc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/AgentEventHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/AgentEventHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/EntIMEventHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/EntIMEventHandler.java index 046c0a95..deda9453 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/EntIMEventHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/EntIMEventHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/IMEventHandler.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/IMEventHandler.java index 1226195a..1e008284 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/IMEventHandler.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/handler/IMEventHandler.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/AgentStatusMessage.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/AgentStatusMessage.java index 32d540e7..3a7413ce 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/AgentStatusMessage.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/AgentStatusMessage.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/ChatMessage.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/ChatMessage.java index 40b9121e..f0331129 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/ChatMessage.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/ChatMessage.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2019 Chatopera Inc, + * Modifications Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/InterventMessage.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/InterventMessage.java index 87f2bfe6..73f2ea04 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/InterventMessage.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/InterventMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/Message.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/Message.java index fb936c1c..ea9a41df 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/Message.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/Message.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/OtherMessageItem.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/OtherMessageItem.java index fca25b7d..79e8cc66 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/OtherMessageItem.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/message/OtherMessageItem.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/HumanUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/HumanUtils.java index 17861e9c..e16de501 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/HumanUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/HumanUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/RichMediaUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/RichMediaUtils.java index 856ed93b..00e34e60 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/RichMediaUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/socketio/util/RichMediaUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/AMRConvert.java b/contact-center/app/src/main/java/com/chatopera/cc/util/AMRConvert.java index 9e5f5c1b..644798e6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/AMRConvert.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/AMRConvert.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/Base62.java b/contact-center/app/src/main/java/com/chatopera/cc/util/Base62.java index 8f8b8ded..0443f312 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/Base62.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/Base62.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/BrowserClient.java b/contact-center/app/src/main/java/com/chatopera/cc/util/BrowserClient.java index 93cb5e0f..794adafb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/BrowserClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/BrowserClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/CallCenterUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/util/CallCenterUtils.java index 749b23fb..f6f84f77 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/CallCenterUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/CallCenterUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/CronTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/CronTools.java index 48785216..aae5a4fc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/CronTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/CronTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuIdGenerator.java b/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuIdGenerator.java index 8e086160..8f410771 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuIdGenerator.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuIdGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuList.java b/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuList.java index e652b35c..33156b33 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuList.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/CskefuList.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/DateConverter.java b/contact-center/app/src/main/java/com/chatopera/cc/util/DateConverter.java index 9f8e2851..807e13b6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/DateConverter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/DateConverter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/FFmpegCmdExecuter.java b/contact-center/app/src/main/java/com/chatopera/cc/util/FFmpegCmdExecuter.java index 31cdebbd..8c9e91a7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/FFmpegCmdExecuter.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/FFmpegCmdExecuter.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/HashMapUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/util/HashMapUtils.java index 9b4ad46e..69a00b86 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/HashMapUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/HashMapUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/HttpClientUtil.java b/contact-center/app/src/main/java/com/chatopera/cc/util/HttpClientUtil.java index 7963b480..7afdbbbc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/HttpClientUtil.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/HttpClientUtil.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/IP.java b/contact-center/app/src/main/java/com/chatopera/cc/util/IP.java index e78a31d5..13efe6e2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/IP.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/IP.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/IPTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/IPTools.java index 7521de49..7180815b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/IPTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/IPTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/MD5.java b/contact-center/app/src/main/java/com/chatopera/cc/util/MD5.java index dc30849a..252dc1a1 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/MD5.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/MD5.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/Menu.java b/contact-center/app/src/main/java/com/chatopera/cc/util/Menu.java index f941989a..1126f980 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/Menu.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/Menu.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/MobileDevice.java b/contact-center/app/src/main/java/com/chatopera/cc/util/MobileDevice.java index e7c6edb4..78670ab4 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/MobileDevice.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/MobileDevice.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/OnlineUserUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/util/OnlineUserUtils.java index 73c8cc90..df469c1a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/OnlineUserUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/OnlineUserUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/PinYinTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/PinYinTools.java index 0419e773..f882506d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/PinYinTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/PinYinTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/PropertiesEventUtil.java b/contact-center/app/src/main/java/com/chatopera/cc/util/PropertiesEventUtil.java index c3d485fa..7f3e785b 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/PropertiesEventUtil.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/PropertiesEventUtil.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/RestResult.java b/contact-center/app/src/main/java/com/chatopera/cc/util/RestResult.java index 7a7b039f..e0639a75 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/RestResult.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/RestResult.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/RestResultType.java b/contact-center/app/src/main/java/com/chatopera/cc/util/RestResultType.java index 1f5fc99b..faac3045 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/RestResultType.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/RestResultType.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/SerializeUtil.java b/contact-center/app/src/main/java/com/chatopera/cc/util/SerializeUtil.java index 40b28d88..1ba8de54 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/SerializeUtil.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/SerializeUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/TaskTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/TaskTools.java index b7d24d18..ee779db5 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/TaskTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/TaskTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/Templet.java b/contact-center/app/src/main/java/com/chatopera/cc/util/Templet.java index 92f8c8e6..2dc7114e 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/Templet.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/Templet.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMClient.java b/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMClient.java index 63035696..89f3b0ee 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMReport.java b/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMReport.java index a05f096f..7951a828 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMReport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/WebIMReport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/WebSseEmitterClient.java b/contact-center/app/src/main/java/com/chatopera/cc/util/WebSseEmitterClient.java index cb5e063b..034bc630 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/WebSseEmitterClient.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/WebSseEmitterClient.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2019 Chatopera Inc, + * Modifications Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/WechatUtil.java b/contact-center/app/src/main/java/com/chatopera/cc/util/WechatUtil.java index d38be60a..f050acd3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/WechatUtil.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/WechatUtil.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/WeiXinReport.java b/contact-center/app/src/main/java/com/chatopera/cc/util/WeiXinReport.java index c87ad17c..67df8322 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/WeiXinReport.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/WeiXinReport.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/asr/AsrResult.java b/contact-center/app/src/main/java/com/chatopera/cc/util/asr/AsrResult.java index ca865a7e..564fc1fc 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/asr/AsrResult.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/asr/AsrResult.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/CubeReportData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/CubeReportData.java index 0379eff5..5cc36b18 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/CubeReportData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/CubeReportData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/ReportData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/ReportData.java index 995142b4..fac0f99c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/ReportData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/ReportData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/UKExcelUtil.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/UKExcelUtil.java index e7cc5f6a..170966a2 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/UKExcelUtil.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/UKExcelUtil.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/FirstTitle.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/FirstTitle.java index fb262789..fd9eb0fe 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/FirstTitle.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/FirstTitle.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/Level.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/Level.java index 4b30ff1e..d1ceabd6 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/Level.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/Level.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/RequestData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/RequestData.java index a4433c71..a3ca3eea 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/RequestData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/RequestData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/ValueData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/ValueData.java index 40901722..3dfd3c65 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/ValueData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/bi/model/ValueData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSData.java index ac739866..9d6028bb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSDataEvent.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSDataEvent.java index 6ab39db9..c805a189 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSDataEvent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DSDataEvent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DataProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DataProcess.java index 064975b1..0e5c6079 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DataProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/DataProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportProecess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportProecess.java index 81fce8bb..da8b3de0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportProecess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportProecess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportUtils.java index 7e362aab..601344eb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/ExcelImportUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExcelExporterProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExcelExporterProcess.java index 1663aecd..01c2a720 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExcelExporterProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExcelExporterProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExportData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExportData.java index 45b7da7f..db206925 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExportData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/export/ExportData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/ContactsProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/ContactsProcess.java index 5e07d42b..eb107988 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/ContactsProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/ContactsProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/EntCustomerProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/EntCustomerProcess.java index eb11fe9a..2e4735ba 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/EntCustomerProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/EntCustomerProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/JPAProcess.java b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/JPAProcess.java index 22c290eb..f172c2f3 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/JPAProcess.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/dsdata/process/JPAProcess.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/es/ESTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/es/ESTools.java index 853637e8..49cc02d8 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/es/ESTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/es/ESTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/es/SearchTools.java b/contact-center/app/src/main/java/com/chatopera/cc/util/es/SearchTools.java index f54f6a92..18d1f3a7 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/es/SearchTools.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/es/SearchTools.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/es/UKDataBean.java b/contact-center/app/src/main/java/com/chatopera/cc/util/es/UKDataBean.java index 2e80a310..f205ea45 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/es/UKDataBean.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/es/UKDataBean.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/freeswitch/model/CallCenterAgent.java b/contact-center/app/src/main/java/com/chatopera/cc/util/freeswitch/model/CallCenterAgent.java index a801156d..e4ebe199 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/freeswitch/model/CallCenterAgent.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/freeswitch/model/CallCenterAgent.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/Mail.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/Mail.java index d38f7b6d..2cbd3d94 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/Mail.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/Mail.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailAuthenticator.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailAuthenticator.java index 1601475f..1bba201d 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailAuthenticator.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailAuthenticator.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailInfo.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailInfo.java index 69f31512..9536a53a 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailInfo.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailInfo.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailSender.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailSender.java index 14d8fc39..202cc777 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailSender.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mail/MailSender.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKColumnMetadata.java b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKColumnMetadata.java index 07c4aa01..c31262ff 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKColumnMetadata.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKColumnMetadata.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKDatabaseMetadata.java b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKDatabaseMetadata.java index dd2280c5..0a8cd8eb 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKDatabaseMetadata.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKDatabaseMetadata.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKTableMetaData.java b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKTableMetaData.java index 622cd322..b33bfed0 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKTableMetaData.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/metadata/UKTableMetaData.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileAddress.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileAddress.java index 7f534b50..e79e942f 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileAddress.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileAddress.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileNumberUtils.java b/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileNumberUtils.java index 828a7dad..4fd4f771 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileNumberUtils.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/util/mobile/MobileNumberUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/main/resources/static/error.html b/contact-center/app/src/main/resources/static/error.html index 6de4086f..c17b3d78 100644 --- a/contact-center/app/src/main/resources/static/error.html +++ b/contact-center/app/src/main/resources/static/error.html @@ -1,3 +1,4 @@ + diff --git a/contact-center/app/src/main/resources/static/js/UKeFu-CallOut.js b/contact-center/app/src/main/resources/static/js/UKeFu-CallOut.js index 80d5200e..267c64a0 100644 --- a/contact-center/app/src/main/resources/static/js/UKeFu-CallOut.js +++ b/contact-center/app/src/main/resources/static/js/UKeFu-CallOut.js @@ -1,3 +1,4 @@ +/** CSKeFu All Rights Reserved, Apache 2.0 License By http://www.cskefu.com */ /** *权限数据采集 */ diff --git a/contact-center/app/src/main/resources/static/js/UKeFu-InfoAcq.js b/contact-center/app/src/main/resources/static/js/UKeFu-InfoAcq.js index 6d67c9c0..43c248b0 100644 --- a/contact-center/app/src/main/resources/static/js/UKeFu-InfoAcq.js +++ b/contact-center/app/src/main/resources/static/js/UKeFu-InfoAcq.js @@ -1,3 +1,4 @@ +/** CSKeFu All Rights Reserved, Apache 2.0 License By http://www.cskefu.com */ /** *权限数据采集 */ diff --git a/contact-center/app/src/main/resources/static/js/cskefu.js b/contact-center/app/src/main/resources/static/js/cskefu.js index d9d53d75..c2deba64 100644 --- a/contact-center/app/src/main/resources/static/js/cskefu.js +++ b/contact-center/app/src/main/resources/static/js/cskefu.js @@ -1,3 +1,4 @@ +/** CSKeFu All Rights Reserved, Apache 2.0 License By http://www.cskefu.com */ var layer, iframe, layerwin, cursession, curHeadImgUrl, cususerid; $(document).ready(function () { var hide; diff --git a/contact-center/app/src/main/resources/static/js/utils.js b/contact-center/app/src/main/resources/static/js/utils.js index 445c477e..92ba115a 100644 --- a/contact-center/app/src/main/resources/static/js/utils.js +++ b/contact-center/app/src/main/resources/static/js/utils.js @@ -1,3 +1,4 @@ +/** CSKeFu All Rights Reserved, Apache 2.0 License By http://www.cskefu.com */ /** * JavaScript String Formatting * https://stackoverflow.com/questions/610406/javascript-equivalent-to-printf-string-format diff --git a/contact-center/app/src/main/resources/static/testclient.html b/contact-center/app/src/main/resources/static/testclient.html index 5e8bcb5e..0278e16b 100644 --- a/contact-center/app/src/main/resources/static/testclient.html +++ b/contact-center/app/src/main/resources/static/testclient.html @@ -1,3 +1,4 @@ + diff --git a/contact-center/app/src/main/resources/templates/admin/channel/im/add.pug b/contact-center/app/src/main/resources/templates/admin/channel/im/add.pug index 55e4beef..ffa056fd 100644 --- a/contact-center/app/src/main/resources/templates/admin/channel/im/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/channel/im/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action="/admin/im/save.html", method="post") .layui-form-item diff --git a/contact-center/app/src/main/resources/templates/admin/channel/im/edit.pug b/contact-center/app/src/main/resources/templates/admin/channel/im/edit.pug index b069b968..4d2ab8c4 100644 --- a/contact-center/app/src/main/resources/templates/admin/channel/im/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/channel/im/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action="/admin/im/update.html", method="post") input(type="hidden", name="id", value=snsAccount.id) diff --git a/contact-center/app/src/main/resources/templates/admin/channel/im/index.pug b/contact-center/app/src/main/resources/templates/admin/channel/im/index.pug index 3aae9a89..325cc010 100644 --- a/contact-center/app/src/main/resources/templates/admin/channel/im/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/channel/im/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/config/index.pug b/contact-center/app/src/main/resources/templates/admin/config/index.pug index b3ea1e09..0411b186 100644 --- a/contact-center/app/src/main/resources/templates/admin/config/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/config/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content form.layui-form(method='post', key='set-mine', enctype='multipart/form-data', action='/admin/config/save.html') diff --git a/contact-center/app/src/main/resources/templates/admin/content.pug b/contact-center/app/src/main/resources/templates/admin/content.pug index e0abae0e..cf4a3333 100644 --- a/contact-center/app/src/main/resources/templates/admin/content.pug +++ b/contact-center/app/src/main/resources/templates/admin/content.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/email/add.pug b/contact-center/app/src/main/resources/templates/admin/email/add.pug index 591f4be5..b4725ae5 100644 --- a/contact-center/app/src/main/resources/templates/admin/email/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/email/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/admin/email/save.html', method='post') .layui-form-item(style='margin-top:10px;') diff --git a/contact-center/app/src/main/resources/templates/admin/email/edit.pug b/contact-center/app/src/main/resources/templates/admin/email/edit.pug index 6a107f09..48bcd24a 100644 --- a/contact-center/app/src/main/resources/templates/admin/email/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/email/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/admin/email/update.html', method='post') input(type='hidden', name='id', value=email.id) diff --git a/contact-center/app/src/main/resources/templates/admin/email/index.pug b/contact-center/app/src/main/resources/templates/admin/email/index.pug index 05b6c9e5..16e56a28 100644 --- a/contact-center/app/src/main/resources/templates/admin/email/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/email/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row: .col-lg-12 diff --git a/contact-center/app/src/main/resources/templates/admin/include/layout.pug b/contact-center/app/src/main/resources/templates/admin/include/layout.pug index 3a57a4be..5e98752c 100644 --- a/contact-center/app/src/main/resources/templates/admin/include/layout.pug +++ b/contact-center/app/src/main/resources/templates/admin/include/layout.pug @@ -1,3 +1,16 @@ +// Copyright (C) 2018-2022 Chatopera Inc, +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. doctype html html(xmlns='http://www.w3.org/1999/xhtml', xmlns:th='http://www.thymeleaf.org', xmlns:sec='http://www.thymeleaf.org/thymeleaf-extras-springsecurity3') head @@ -6,6 +19,8 @@ html(xmlns='http://www.w3.org/1999/xhtml', xmlns:th='http://www.thymeleaf.org', meta(http-equiv='Cache-Control', content='no-siteapp') meta(name='viewport', content='width=device-width,maximum-scale=1,initial-scale=1,initial-scale=1,user-scalable=no') meta(name='apple-mobile-web-app-capable', content='yes') + meta(name="sourcecode-author", content="春松客服") + meta(name="sourcecode-license", content="Apache 2.0") title 春松客服-多渠道智能客服 link(rel='shortcut icon', type='image/x-icon', href='/images/favicon.ico?t=1487250759056') link(rel='stylesheet', href='/js/ztree/zTreeStyle/zTreeStyle.css') diff --git a/contact-center/app/src/main/resources/templates/admin/include/left.pug b/contact-center/app/src/main/resources/templates/admin/include/left.pug index bfc01366..fb6a73b0 100644 --- a/contact-center/app/src/main/resources/templates/admin/include/left.pug +++ b/contact-center/app/src/main/resources/templates/admin/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.layui-nav.layui-nav-tree(lay-filter='demo') li.layui-nav-item(class={'layui-this': subtype == 'content'}) a.layui-nav-default(href='/admin/content.html') 系统概况 diff --git a/contact-center/app/src/main/resources/templates/admin/organ/add.pug b/contact-center/app/src/main/resources/templates/admin/organ/add.pug index d44e9559..d55b572e 100644 --- a/contact-center/app/src/main/resources/templates/admin/organ/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/organ/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/organ/save.html') input#area(type='hidden', name='area') diff --git a/contact-center/app/src/main/resources/templates/admin/organ/area.pug b/contact-center/app/src/main/resources/templates/admin/organ/area.pug index 61786509..074c6428 100644 --- a/contact-center/app/src/main/resources/templates/admin/organ/area.pug +++ b/contact-center/app/src/main/resources/templates/admin/organ/area.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/organ/area/update.html') input(type='hidden', name='id', value=organData.id) diff --git a/contact-center/app/src/main/resources/templates/admin/organ/edit.pug b/contact-center/app/src/main/resources/templates/admin/organ/edit.pug index 895d90fa..da5c8e57 100644 --- a/contact-center/app/src/main/resources/templates/admin/organ/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/organ/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/organ/update.html') input(type='hidden', name='id', value=organData.id) diff --git a/contact-center/app/src/main/resources/templates/admin/organ/index.pug b/contact-center/app/src/main/resources/templates/admin/organ/index.pug index cc472f71..9b640ac2 100644 --- a/contact-center/app/src/main/resources/templates/admin/organ/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/organ/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/organ/seluser.pug b/contact-center/app/src/main/resources/templates/admin/organ/seluser.pug index 4c6a6acf..9326b3e2 100644 --- a/contact-center/app/src/main/resources/templates/admin/organ/seluser.pug +++ b/contact-center/app/src/main/resources/templates/admin/organ/seluser.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/organ/saveuser.html') input(type='hidden', name='organ', value=organ.id) diff --git a/contact-center/app/src/main/resources/templates/admin/role/add.pug b/contact-center/app/src/main/resources/templates/admin/role/add.pug index e9cb011e..91270043 100644 --- a/contact-center/app/src/main/resources/templates/admin/role/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/role/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/role/save.html') .layui-form-item diff --git a/contact-center/app/src/main/resources/templates/admin/role/auth.pug b/contact-center/app/src/main/resources/templates/admin/role/auth.pug index 6f749434..93e5b69c 100644 --- a/contact-center/app/src/main/resources/templates/admin/role/auth.pug +++ b/contact-center/app/src/main/resources/templates/admin/role/auth.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/role/auth/save.html') input(type='hidden', name='id', value=role.id) diff --git a/contact-center/app/src/main/resources/templates/admin/role/edit.pug b/contact-center/app/src/main/resources/templates/admin/role/edit.pug index 7ab75d6d..c850c2e3 100644 --- a/contact-center/app/src/main/resources/templates/admin/role/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/role/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/role/update.html') input(type='hidden', name='id', value=roleData.id) diff --git a/contact-center/app/src/main/resources/templates/admin/role/index.pug b/contact-center/app/src/main/resources/templates/admin/role/index.pug index 306ee22b..a366d462 100644 --- a/contact-center/app/src/main/resources/templates/admin/role/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/role/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/role/seluser.pug b/contact-center/app/src/main/resources/templates/admin/role/seluser.pug index dc2bf400..c73c8ae4 100644 --- a/contact-center/app/src/main/resources/templates/admin/role/seluser.pug +++ b/contact-center/app/src/main/resources/templates/admin/role/seluser.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/role/saveuser.html') input(type='hidden', name='role', value=role.id) diff --git a/contact-center/app/src/main/resources/templates/admin/sms/add.pug b/contact-center/app/src/main/resources/templates/admin/sms/add.pug index 0a557714..6fcf0190 100644 --- a/contact-center/app/src/main/resources/templates/admin/sms/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/sms/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/admin/sms/edit.pug b/contact-center/app/src/main/resources/templates/admin/sms/edit.pug index 318317fc..bd1c7429 100644 --- a/contact-center/app/src/main/resources/templates/admin/sms/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/sms/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/admin/sms/index.pug b/contact-center/app/src/main/resources/templates/admin/sms/index.pug index 6c4aeedf..a47c5834 100644 --- a/contact-center/app/src/main/resources/templates/admin/sms/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/sms/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row: .col-lg-12 diff --git a/contact-center/app/src/main/resources/templates/admin/system/metadata/edit.pug b/contact-center/app/src/main/resources/templates/admin/system/metadata/edit.pug index 58e194bb..25253fc1 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/metadata/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/metadata/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/admin/system/metadata/imptb.pug b/contact-center/app/src/main/resources/templates/admin/system/metadata/imptb.pug index d11eb6a2..8a8c1c02 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/metadata/imptb.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/metadata/imptb.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/metadata/imptbsave.html') input(type='hidden', name='role', value=role.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/metadata/index.pug b/contact-center/app/src/main/resources/templates/admin/system/metadata/index.pug index 85d9aed8..a7360a9a 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/metadata/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/metadata/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row: .col-lg-12 diff --git a/contact-center/app/src/main/resources/templates/admin/system/metadata/table.pug b/contact-center/app/src/main/resources/templates/admin/system/metadata/table.pug index 32a2ce9c..18d95708 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/metadata/table.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/metadata/table.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row diff --git a/contact-center/app/src/main/resources/templates/admin/system/metadata/tpedit.pug b/contact-center/app/src/main/resources/templates/admin/system/metadata/tpedit.pug index e43d0af7..a0096a49 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/metadata/tpedit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/metadata/tpedit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/metadata/properties/update.html') input(type='hidden', name='id', value=tp.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/add.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/add.pug index 0daac645..b5cb3eeb 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/sysdic/save.html') .layui-form-item diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/batadd.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/batadd.pug index 2ab06c33..6fd755b9 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/batadd.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/batadd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/sysdic/dicitem/batsave.html') input(type='hidden', name='parentid', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitem.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitem.pug index a443409a..9445da15 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitem.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitem.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug mixin operations(dictid, dictname, pageNumber) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemadd.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemadd.pug index a63d8498..b236bc59 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemadd.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemadd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/sysdic/dicitem/save.html') input(type='hidden', name='parentid', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemedit.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemedit.pug index 0cc3cfe2..29bb540c 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemedit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/dicitemedit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/sysdic/dicitem/update.html') input(type='hidden', name='id', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/edit.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/edit.pug index 527f7d72..9135ce4c 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/sysdic/update.html') input(type='hidden', name='id', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/sysdic/index.pug b/contact-center/app/src/main/resources/templates/admin/system/sysdic/index.pug index f9de8b27..c77c6f80 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/sysdic/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/sysdic/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row: div.col-lg-12 diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/add.pug b/contact-center/app/src/main/resources/templates/admin/system/template/add.pug index 7c6bfd95..a01c5f09 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/template/save.html') input(type='hidden', name='templettype', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/code.pug b/contact-center/app/src/main/resources/templates/admin/system/template/code.pug index 0bb33dc1..c82aa0a8 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/code.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/code.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/template/codesave.html') input(type='hidden', name='templettype', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/edit.pug b/contact-center/app/src/main/resources/templates/admin/system/template/edit.pug index 42c58ac5..ee61b8e3 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/template/update.html') input(type='hidden', name='templettype', value=sysDic.id) diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/imp.pug b/contact-center/app/src/main/resources/templates/admin/system/template/imp.pug index 20430cea..c0ccc7f4 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/imp.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/imp.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/admin/template/impsave.html', enctype='multipart/form-data', method='post') .layui-form-item diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/index.pug b/contact-center/app/src/main/resources/templates/admin/system/template/index.pug index 11249c00..cb6f057b 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row diff --git a/contact-center/app/src/main/resources/templates/admin/system/template/list.pug b/contact-center/app/src/main/resources/templates/admin/system/template/list.pug index d006f41b..75a38312 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/template/list.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/template/list.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content .row diff --git a/contact-center/app/src/main/resources/templates/admin/user/add.pug b/contact-center/app/src/main/resources/templates/admin/user/add.pug index 86dbd11e..f2183363 100644 --- a/contact-center/app/src/main/resources/templates/admin/user/add.pug +++ b/contact-center/app/src/main/resources/templates/admin/user/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action='/admin/user/save.html') .layui-form-item diff --git a/contact-center/app/src/main/resources/templates/admin/user/edit.pug b/contact-center/app/src/main/resources/templates/admin/user/edit.pug index 16c362dc..da8b0d83 100644 --- a/contact-center/app/src/main/resources/templates/admin/user/edit.pug +++ b/contact-center/app/src/main/resources/templates/admin/user/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form input(type='hidden', name='id', value=userData.id) diff --git a/contact-center/app/src/main/resources/templates/admin/user/index.pug b/contact-center/app/src/main/resources/templates/admin/user/index.pug index eaf7ce34..5e168e52 100644 --- a/contact-center/app/src/main/resources/templates/admin/user/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/user/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/webim/head.pug b/contact-center/app/src/main/resources/templates/admin/webim/head.pug index b1bf5d2a..4335ea76 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/head.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/head.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .row(style="border-bottom: 10px solid #EFEFEF;padding:10px;") .col-lg-8 .ukefu-measure diff --git a/contact-center/app/src/main/resources/templates/admin/webim/hidden.pug b/contact-center/app/src/main/resources/templates/admin/webim/hidden.pug index ff4828de..ddb2c201 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/hidden.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/hidden.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if inviteData input(type="hidden", name="id", value=inviteData.id) input(type="hidden", name="snsaccountid", value=inviteData.snsaccountid) diff --git a/contact-center/app/src/main/resources/templates/admin/webim/index.pug b/contact-center/app/src/main/resources/templates/admin/webim/index.pug index a8fefba4..4bd46b5c 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/webim/invote.pug b/contact-center/app/src/main/resources/templates/admin/webim/invote.pug index f08eca01..521c9e30 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/invote.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/invote.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/webim/profile.pug b/contact-center/app/src/main/resources/templates/admin/webim/profile.pug index 68f0099b..1c68f63f 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/profile.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/profile.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /admin/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/admin/webim/textpoint.pug b/contact-center/app/src/main/resources/templates/admin/webim/textpoint.pug index e9b4d97c..62f576ba 100644 --- a/contact-center/app/src/main/resources/templates/admin/webim/textpoint.pug +++ b/contact-center/app/src/main/resources/templates/admin/webim/textpoint.pug @@ -1,2 +1,15 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(language='javascript'). alert(document.referrer); diff --git a/contact-center/app/src/main/resources/templates/apps/agent/agentusers.pug b/contact-center/app/src/main/resources/templates/apps/agent/agentusers.pug index 33cd6179..3de59e52 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/agentusers.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/agentusers.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .row .col-lg-12 h1.site-h1 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/blacklistadd.pug b/contact-center/app/src/main/resources/templates/apps/agent/blacklistadd.pug index fcf3d606..b77be048 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/blacklistadd.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/blacklistadd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/agent/blacklist/save.html', method='post') input(type='hidden', name='agentuserid', value=agentuserid) diff --git a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.pug b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.pug index fc15d4f6..2d280ad8 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.pug b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.pug index 8f711315..0fead02b 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/messenger.pug b/contact-center/app/src/main/resources/templates/apps/agent/channel/messenger.pug index 0d3b2cc0..1bdfee28 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/messenger.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/messenger.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.info-list li.ukefu-channel-tip | 访问渠道: diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.pug b/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.pug index 5a9c7a01..5b703e14 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.pug b/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.pug index d40a908f..f81d67a0 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.html 该页面需要使用Skype插件,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.pug b/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.pug index fd02d061..9cf6c090 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.info-list li.ukefu-channel-tip | 访问渠道: diff --git a/contact-center/app/src/main/resources/templates/apps/agent/contacts.pug b/contact-center/app/src/main/resources/templates/apps/agent/contacts.pug index 3ca21fa3..ca51c27e 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/contacts.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/contacts.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if contacts ul.info-list li.ukefu-channel-tip diff --git a/contact-center/app/src/main/resources/templates/apps/agent/index.pug b/contact-center/app/src/main/resources/templates/apps/agent/index.pug index 1fed6983..750adbcc 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block append head diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser.pug index f4a2ca1e..1aeb841f 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(language='javascript'). cursession = '#{curagentuser.userid}'; var userid = '#{curagentuser.userid}', diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.pug index 656f9f2d..a264d950 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_messenger.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_messenger.pug index 8e7b1719..674827bc 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_messenger.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_messenger.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(language='javascript'). cursession = '#{curagentuser.userid}'; curHeadImgUrl = '!{curagentuser.headimgurl}'; diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.pug index 3b09f1d5..6bcf3d69 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.html 该页面需要使用Skype插件,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuserconter.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuserconter.pug index 40419c32..8686b792 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentuserconter.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentuserconter.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. for chatmessage in agentUserMessageList .clearfix.chat-block(id=(chatmessage.id == agentusersearchdetails ? 'agentusersearchdetails' : ''),name=chatmessage.createtime) div(class=(chatmessage.calltype && chatmessage.calltype == '呼出' ? 'chat-right' : 'chat-left')) diff --git a/contact-center/app/src/main/resources/templates/apps/agent/mainagentusersearch.pug b/contact-center/app/src/main/resources/templates/apps/agent/mainagentusersearch.pug index f53d0005..9abcefbc 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/mainagentusersearch.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/mainagentusersearch.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. p span#numSearches | #{agentUserMessageList.totalElements} diff --git a/contact-center/app/src/main/resources/templates/apps/agent/media/message.pug b/contact-center/app/src/main/resources/templates/apps/agent/media/message.pug index d72fe831..e4dfd9c9 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/media/message.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/media/message.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if chatmessage.expmsg && chatmessage.expmsg.contains("hyperlink\":\"http") - var expmsg = pugHelper.parseStringToJsonArray(chatmessage.expmsg)[0]; | 图文消息:#{expmsg.title} diff --git a/contact-center/app/src/main/resources/templates/apps/agent/media/messageimage.pug b/contact-center/app/src/main/resources/templates/apps/agent/media/messageimage.pug index 2ca17b07..40de6b86 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/media/messageimage.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/media/messageimage.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. link(rel='stylesheet', type='text/css', href='/js/scrawl/css/scrawl.css') script(type='text/javascript', src='/js/scrawl/scrawl.js') script(language='javascript'). diff --git a/contact-center/app/src/main/resources/templates/apps/agent/summary.pug b/contact-center/app/src/main/resources/templates/apps/agent/summary.pug index 1b6fb4ec..1061bc63 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/summary.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/summary.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form form.layui-form(action='/agent/summary/save.html', data-toggle='ajax-form', data-close='true', data-inner='#ukefu-chat-agent', method='post') diff --git a/contact-center/app/src/main/resources/templates/apps/agent/templates/tpl.pug b/contact-center/app/src/main/resources/templates/apps/agent/templates/tpl.pug index 9ff401da..34cbc33d 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/templates/tpl.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/templates/tpl.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script#message_tpl(type="text/html") include message_tpl.tpl script#end_tpl(type="text/html") diff --git a/contact-center/app/src/main/resources/templates/apps/agent/transfer.pug b/contact-center/app/src/main/resources/templates/apps/agent/transfer.pug index b0fc0234..d89a9454 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/transfer.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/transfer.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(src='/js/utils.js') script(src='/js/CSKeFu_Rest_Request.v1.js') form#selfTransAgentUserForm.layui-form(method='post') diff --git a/contact-center/app/src/main/resources/templates/apps/agent/transferagentlist.pug b/contact-center/app/src/main/resources/templates/apps/agent/transferagentlist.pug index 2937e9c0..e6426b3f 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/transferagentlist.pug +++ b/contact-center/app/src/main/resources/templates/apps/agent/transferagentlist.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. table.layui-table(lay-skin='line', style='table-layout: fixed; word-break: break-all;') colgroup col(width='3%') diff --git a/contact-center/app/src/main/resources/templates/apps/cca/agentusers.pug b/contact-center/app/src/main/resources/templates/apps/cca/agentusers.pug index e779703d..2e30e6fa 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/agentusers.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/agentusers.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .row .col-lg-12 h1.site-h1 diff --git a/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.pug b/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.pug index 02c792bd..f77adb43 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.pug b/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.pug index 0cde1f68..5f77d117 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.pug b/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.pug index d05ddb06..676369c5 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/cca/chatusers.pug b/contact-center/app/src/main/resources/templates/apps/cca/chatusers.pug index 9b316b8a..0ef37ab9 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/chatusers.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/chatusers.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if agentUserList for agentuser in agentUserList li(class={ diff --git a/contact-center/app/src/main/resources/templates/apps/cca/index.pug b/contact-center/app/src/main/resources/templates/apps/cca/index.pug index b49f61c1..2cdfe3e0 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block append head diff --git a/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser.pug b/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser.pug index 8f821900..660866f0 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(language='javascript'). cursession = '#{curagentuser.userid}'; var userid = '#{curagentuser.userid}', diff --git a/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.pug b/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.pug index 7eeccbb5..2faac27a 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.html 该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/cca/templates/tpl.pug b/contact-center/app/src/main/resources/templates/apps/cca/templates/tpl.pug index baf5492a..3e844c1a 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/templates/tpl.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/templates/tpl.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script#message_tpl(type="text/html") include message_tpl.tpl script#end_tpl(type="text/html") diff --git a/contact-center/app/src/main/resources/templates/apps/cca/transfer.pug b/contact-center/app/src/main/resources/templates/apps/cca/transfer.pug index bfaab0b1..02d13256 100644 --- a/contact-center/app/src/main/resources/templates/apps/cca/transfer.pug +++ b/contact-center/app/src/main/resources/templates/apps/cca/transfer.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. form.layui-form#selfTransAgentUserFormcca(method='post') input(type='hidden', name='userid', value=userid) input(type='hidden', name='agentserviceid', value=agentserviceid) diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/add.pug b/contact-center/app/src/main/resources/templates/apps/contacts/add.pug index 407ec2f4..2d6ca8de 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/add.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/detail.pug b/contact-center/app/src/main/resources/templates/apps/contacts/detail.pug index f8ca4d80..2fc06bb0 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/detail.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/detail.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/edit.pug b/contact-center/app/src/main/resources/templates/apps/contacts/edit.pug index 619fdf81..776e3e68 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/edit.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/embed/add.pug b/contact-center/app/src/main/resources/templates/apps/contacts/embed/add.pug index e76adc47..7c067ed7 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/embed/add.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/embed/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form form.layui-form(action='/apps/contacts/embed/save.html', data-toggle='ajax-form', data-close='false', data-target='#mainajaxwin', method='post') diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/embed/edit.pug b/contact-center/app/src/main/resources/templates/apps/contacts/embed/edit.pug index 1e687656..ae7652a9 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/embed/edit.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/embed/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form form.layui-form(action='/apps/contacts/embed/update.html', data-toggle="ajax-form" data-close="false" data-target="#mainajaxwin" method="post") diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/embed/index.pug b/contact-center/app/src/main/resources/templates/apps/contacts/embed/index.pug index 03ddd0e5..5cbd39c8 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/embed/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/embed/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .ukefu-contacts-embed .row .col-lg-12 diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/embed/pages.pug b/contact-center/app/src/main/resources/templates/apps/contacts/embed/pages.pug index 8f91b5fb..c8195d6e 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/embed/pages.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/embed/pages.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if contactsList && contactsList.content && contactsList.content.size() > 0 for contacts in contactsList.content tr.tdHasContorllor.design-dropable-td.ukefu-contacts diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/imp.pug b/contact-center/app/src/main/resources/templates/apps/contacts/imp.pug index c8fefddb..25023c12 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/imp.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/imp.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. // <#include "/public/macro.html"> .uk-layui-form form.layui-form(action='/apps/contacts/impsave.html', enctype='multipart/form-data', method='post') diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/include/left.pug b/contact-center/app/src/main/resources/templates/apps/contacts/include/left.pug index 20f5120b..ee9c7309 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/include/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.layui-nav.layui-nav-tree(lay-filter='setting') li.layui-nav-item.layui-nav-itemed if user.roleAuthMap["A02_A01"] || user.admin diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/index.pug b/contact-center/app/src/main/resources/templates/apps/contacts/index.pug index 1557f8c5..00d81df6 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/contacts/top.pug b/contact-center/app/src/main/resources/templates/apps/contacts/top.pug index 6c781d80..3feff17a 100644 --- a/contact-center/app/src/main/resources/templates/apps/contacts/top.pug +++ b/contact-center/app/src/main/resources/templates/apps/contacts/top.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.tab-title if user.roleAuthMap["A02_A01_A02_B01"] || user.admin li(class={'layui-this': subtype == 'index'}) diff --git a/contact-center/app/src/main/resources/templates/apps/customer/add.pug b/contact-center/app/src/main/resources/templates/apps/customer/add.pug index ae99974c..2b1b116c 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/add.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/add.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/customer/edit.pug b/contact-center/app/src/main/resources/templates/apps/customer/edit.pug index 6a31b469..aec44c14 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/edit.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/edit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/customer/imp.pug b/contact-center/app/src/main/resources/templates/apps/customer/imp.pug index 4b1b0d47..261d9cae 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/imp.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/imp.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/customer/include/left.pug b/contact-center/app/src/main/resources/templates/apps/customer/include/left.pug index 39847743..fbe2eec1 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/include/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.layui-nav.layui-nav-tree(lay-filter="setting") li.layui-nav-item.layui-nav-itemed if user.roleAuthMap["A03_A01"] || user.admin diff --git a/contact-center/app/src/main/resources/templates/apps/customer/index.pug b/contact-center/app/src/main/resources/templates/apps/customer/index.pug index c23c1e80..31fd635e 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/customer/top.pug b/contact-center/app/src/main/resources/templates/apps/customer/top.pug index cd8b8869..cd4964f4 100644 --- a/contact-center/app/src/main/resources/templates/apps/customer/top.pug +++ b/contact-center/app/src/main/resources/templates/apps/customer/top.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.tab-title if user.roleAuthMap["A03_A01_A02_B01"] || user.admin li(class={'layui-this': subtype == 'index'}) diff --git a/contact-center/app/src/main/resources/templates/apps/desktop/include/left.pug b/contact-center/app/src/main/resources/templates/apps/desktop/include/left.pug index 385646c1..5af52a67 100644 --- a/contact-center/app/src/main/resources/templates/apps/desktop/include/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/desktop/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .row .col-lg-12 h1.site-h1 diff --git a/contact-center/app/src/main/resources/templates/apps/desktop/index.pug b/contact-center/app/src/main/resources/templates/apps/desktop/index.pug index b8ab726f..a9c01c43 100644 --- a/contact-center/app/src/main/resources/templates/apps/desktop/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/desktop/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/desktop/onlineuser.pug b/contact-center/app/src/main/resources/templates/apps/desktop/onlineuser.pug index 14df495b..60cbd36b 100644 --- a/contact-center/app/src/main/resources/templates/apps/desktop/onlineuser.pug +++ b/contact-center/app/src/main/resources/templates/apps/desktop/onlineuser.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/desktop/profile.pug b/contact-center/app/src/main/resources/templates/apps/desktop/profile.pug index 73ccdb09..5bfca4fc 100644 --- a/contact-center/app/src/main/resources/templates/apps/desktop/profile.pug +++ b/contact-center/app/src/main/resources/templates/apps/desktop/profile.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(action="/apps/profile/save.html", target="maincontent") input(type="hidden", name="id", value=userData.id) diff --git a/contact-center/app/src/main/resources/templates/apps/entim/chat.pug b/contact-center/app/src/main/resources/templates/apps/entim/chat.pug index a828ee86..16e2115c 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/chat.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/chat.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/expand.pug b/contact-center/app/src/main/resources/templates/apps/entim/expand.pug index f1b62494..f6a6b771 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/expand.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/expand.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/group/grouplist.pug b/contact-center/app/src/main/resources/templates/apps/entim/group/grouplist.pug index efa479ca..b15468bf 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/group/grouplist.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/group/grouplist.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul li.ukefu-entim-organ-open h5.ukefu-entim-organ(lay-filter='spread', lay-type='true') diff --git a/contact-center/app/src/main/resources/templates/apps/entim/group/index.pug b/contact-center/app/src/main/resources/templates/apps/entim/group/index.pug index ce06b6bf..d3bca477 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/group/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/group/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/group/more.pug b/contact-center/app/src/main/resources/templates/apps/entim/group/more.pug index 40b05bb9..91fb91ef 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/group/more.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/group/more.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if chatMessageList && chatMessageList.content for chatMessage in pugHelper.reverse(chatMessageList.content) if chatMessage.userid && chatMessage.userid == user.id diff --git a/contact-center/app/src/main/resources/templates/apps/entim/group/tipmsg.pug b/contact-center/app/src/main/resources/templates/apps/entim/group/tipmsg.pug index 8b0d1c3c..0ea23b42 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/group/tipmsg.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/group/tipmsg.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if imGroup.tipmessage | #{imGroup.tipmessage} else diff --git a/contact-center/app/src/main/resources/templates/apps/entim/group/user.pug b/contact-center/app/src/main/resources/templates/apps/entim/group/user.pug index 1b7def3e..da00184e 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/group/user.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/group/user.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/include/layout.pug b/contact-center/app/src/main/resources/templates/apps/entim/include/layout.pug index 8606b7d9..5eca7c90 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/include/layout.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/include/layout.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html(lang="en") head diff --git a/contact-center/app/src/main/resources/templates/apps/entim/index.pug b/contact-center/app/src/main/resources/templates/apps/entim/index.pug index 8f1fb469..43447df6 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/more.pug b/contact-center/app/src/main/resources/templates/apps/entim/more.pug index d01af726..fc3779db 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/more.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/more.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if chatMessageList && chatMessageList.content for chatMessage in pugHelper.reverse(chatMessageList.content) if chatMessage.calltype == "呼出" diff --git a/contact-center/app/src/main/resources/templates/apps/entim/point.pug b/contact-center/app/src/main/resources/templates/apps/entim/point.pug index ef0fe812..32e4d9c3 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/point.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/point.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/entim/skin.pug b/contact-center/app/src/main/resources/templates/apps/entim/skin.pug index 2461f026..9826cae8 100644 --- a/contact-center/app/src/main/resources/templates/apps/entim/skin.pug +++ b/contact-center/app/src/main/resources/templates/apps/entim/skin.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/entim/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug index dcd447eb..8b829bda 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html // constants - var dialog_headimg = inviteData.consult_dialog_headimg ? '/res/image.html?id=' + inviteData.consult_dialog_headimg : '/images/agent.png' diff --git a/contact-center/app/src/main/resources/templates/apps/im/chatbot/mobile.pug b/contact-center/app/src/main/resources/templates/apps/im/chatbot/mobile.pug index c8d33437..a4d667b4 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/chatbot/mobile.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/chatbot/mobile.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html // constants - var dialog_headimg= inviteData.consult_dialog_headimg ? '/res/image.html?id=' + inviteData.consult_dialog_headimg : '/images/agent.png' diff --git a/contact-center/app/src/main/resources/templates/apps/im/collecting.pug b/contact-center/app/src/main/resources/templates/apps/im/collecting.pug index 31c9cdb5..b59777b9 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/collecting.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/collecting.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/index.pug b/contact-center/app/src/main/resources/templates/apps/im/index.pug index 7602a8bc..6b6251dc 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug b/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug index 08ce1ec1..a8e689a8 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/leavemsgsave.pug b/contact-center/app/src/main/resources/templates/apps/im/leavemsgsave.pug index 07d7c1c0..76dbd483 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/leavemsgsave.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/leavemsgsave.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/loader.pug b/contact-center/app/src/main/resources/templates/apps/im/loader.pug index 1ca01947..a2e0635e 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/loader.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/loader.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include loader.js - var baseUrl = (schema?schema:'http')+'://' + hostname + ':' + port diff --git a/contact-center/app/src/main/resources/templates/apps/im/media/message.pug b/contact-center/app/src/main/resources/templates/apps/im/media/message.pug index eb219568..cf9d6da3 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/media/message.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/media/message.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if chatMessage.expmsg && chatMessage.expmsg.contains("hyperlink\":\"http") - var expmsg = pugHelper.parseStringToJsonArray(chatMessage.expmsg)[0]; | 图文消息:#{expmsg.title} diff --git a/contact-center/app/src/main/resources/templates/apps/im/mobile.pug b/contact-center/app/src/main/resources/templates/apps/im/mobile.pug index 2d588c1c..29bbad86 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/mobile.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/mobile.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/noagent.pug b/contact-center/app/src/main/resources/templates/apps/im/noagent.pug index 85a87fa5..9feda483 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/noagent.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/noagent.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/apps/im/point.pug b/contact-center/app/src/main/resources/templates/apps/im/point.pug index 33a072a1..a553cd2b 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/point.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/point.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. - var baseUrl = (schema?schema:'http')+'://' + hostname + ':' + port - var style = 'text-align:center;height: 150px;border-radius: 30px;width: 40px;margin: 0px 5px 0 0; float:left ; word-wrap: break-word;overflow: hidden;font-size:15px;color:#FFFFFF;text-align: center;padding-top: 15px;border: 1px solid #DCDCDC;background-color:#008df3;'; diff --git a/contact-center/app/src/main/resources/templates/apps/im/text.pug b/contact-center/app/src/main/resources/templates/apps/im/text.pug index 0cca88cf..64590a85 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/text.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/text.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. script(language='javascript'). var data ; var config = {} ; diff --git a/contact-center/app/src/main/resources/templates/apps/include/layout.pug b/contact-center/app/src/main/resources/templates/apps/include/layout.pug index 92152840..9df652d4 100644 --- a/contact-center/app/src/main/resources/templates/apps/include/layout.pug +++ b/contact-center/app/src/main/resources/templates/apps/include/layout.pug @@ -1,3 +1,16 @@ +// Copyright (C) 2018-2022 Chatopera Inc, +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. doctype html html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3") head @@ -7,6 +20,8 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm meta(http-equiv="Cache-Control" content="no-siteapp") meta(name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0,initial-scale=1.0,user-scalable=no") meta(name="apple-mobile-web-app-capable" content="yes") + meta(name="sourcecode-author", content="春松客服") + meta(name="sourcecode-license", content="Apache 2.0") title 春松客服-多渠道智能客服 link(rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico?t=1487250759056") link(rel="stylesheet" href="/js/select/css/select2.min.css") diff --git a/contact-center/app/src/main/resources/templates/apps/index.pug b/contact-center/app/src/main/resources/templates/apps/index.pug index 6efb6c0a..29c15221 100644 --- a/contact-center/app/src/main/resources/templates/apps/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/index.pug @@ -1,3 +1,16 @@ +// Copyright (C) 2018-2022 Chatopera Inc, +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. doctype html html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3") head @@ -6,6 +19,8 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm meta(http-equiv="Cache-Control" content="no-siteapp") meta(name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0,initial-scale=1.0,user-scalable=no") meta(name="apple-mobile-web-app-capable" content="yes") + meta(name="sourcecode-author", content="春松客服") + meta(name="sourcecode-license", content="Apache 2.0") title= systemConfig.title ? systemConfig.title : '春松客服 | 多渠道智能客服_联络中心' if systemConfig && systemConfig.favlogo link(rel="shortcut icon" type="image/x-icon" href='/res/image.html?id=' + systemConfig.favlogo) diff --git a/contact-center/app/src/main/resources/templates/apps/marketing/left.pug b/contact-center/app/src/main/resources/templates/apps/marketing/left.pug index a8344851..dd739690 100644 --- a/contact-center/app/src/main/resources/templates/apps/marketing/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/marketing/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.layui-nav.layui-nav-tree(lay-filter='demo') li.layui-nav-item.layui-nav-itemed a.layui-nav-title(href='javascript:;') 营销中心 diff --git a/contact-center/app/src/main/resources/templates/apps/message/ping.pug b/contact-center/app/src/main/resources/templates/apps/message/ping.pug index 4cb65ea4..8eac4f91 100644 --- a/contact-center/app/src/main/resources/templates/apps/message/ping.pug +++ b/contact-center/app/src/main/resources/templates/apps/message/ping.pug @@ -1 +1,14 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. | 24242 \ No newline at end of file diff --git a/contact-center/app/src/main/resources/templates/apps/service/agent/index.pug b/contact-center/app/src/main/resources/templates/apps/service/agent/index.pug index ff76b189..f6a0e5e4 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/agent/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/agent/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/service/comment/index.pug b/contact-center/app/src/main/resources/templates/apps/service/comment/index.pug index 5f9aaee9..0d6962a5 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/comment/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/comment/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/service/current/index.pug b/contact-center/app/src/main/resources/templates/apps/service/current/index.pug index f3d1d056..dd5a66da 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/current/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/current/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/service/current/transfer.pug b/contact-center/app/src/main/resources/templates/apps/service/current/transfer.pug index e7d0ee7b..86a7b9e6 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/current/transfer.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/current/transfer.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/client.mixin.pug form.layui-form(action='/service/transfer/save.html', method='post') input(type='hidden', name='id', value=agentserviceid) diff --git a/contact-center/app/src/main/resources/templates/apps/service/history/index.pug b/contact-center/app/src/main/resources/templates/apps/service/history/index.pug index ef8d65d6..7e85e0df 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/history/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/history/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/service/include/left.pug b/contact-center/app/src/main/resources/templates/apps/service/include/left.pug index 94986c2a..fafef373 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/include/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. ul.layui-nav.layui-nav-tree(lay-filter='setting') if user.roleAuthMap["A08_A01"] || user.admin li.layui-nav-item.layui-nav-itemed diff --git a/contact-center/app/src/main/resources/templates/apps/service/leavemsg/index.pug b/contact-center/app/src/main/resources/templates/apps/service/leavemsg/index.pug index 3516065f..d08d7faf 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/leavemsg/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/leavemsg/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/service/online/chatmsg.pug b/contact-center/app/src/main/resources/templates/apps/service/online/chatmsg.pug index cd34f28f..f87e3538 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/online/chatmsg.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/online/chatmsg.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .ukefu-chat-history h1.site-h1(style="padding-bottom:0px;margin-bottom:0px;border-bottom:0px;") ul.layui-tab-title diff --git a/contact-center/app/src/main/resources/templates/apps/service/online/contacts.pug b/contact-center/app/src/main/resources/templates/apps/service/online/contacts.pug index 89eff33e..c4a544cb 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/online/contacts.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/online/contacts.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. if contacts ul.info-list li.ukefu-channel-tip diff --git a/contact-center/app/src/main/resources/templates/apps/service/online/index.pug b/contact-center/app/src/main/resources/templates/apps/service/online/index.pug index a27d66f6..fbcd9ac7 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/online/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/online/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content style. diff --git a/contact-center/app/src/main/resources/templates/apps/service/online/trace.pug b/contact-center/app/src/main/resources/templates/apps/service/online/trace.pug index 99fd859b..c13c3d36 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/online/trace.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/online/trace.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/client.mixin.pug .uk-layui-form diff --git a/contact-center/app/src/main/resources/templates/apps/service/processed/index.pug b/contact-center/app/src/main/resources/templates/apps/service/processed/index.pug index 0cf9c2ad..bbcc6471 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/processed/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/processed/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/service/processed/process.pug b/contact-center/app/src/main/resources/templates/apps/service/processed/process.pug index 429b03bb..39e04054 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/processed/process.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/processed/process.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/apps/agent/processed/save.html', method='post') input(type='hidden', name='id', value= summary.id) diff --git a/contact-center/app/src/main/resources/templates/apps/service/quene/index.pug b/contact-center/app/src/main/resources/templates/apps/service/quene/index.pug index f27d3cdd..2715c61d 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/quene/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/quene/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/service/quene/transfer.pug b/contact-center/app/src/main/resources/templates/apps/service/quene/transfer.pug index ddd86195..ca6b3bd7 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/quene/transfer.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/quene/transfer.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. form.layui-form(action='/service/quene/transfer/save.html', method='post') input(type='hidden', name='id', value='#{id}') .row(style='height:295px;') diff --git a/contact-center/app/src/main/resources/templates/apps/service/stats/coment.pug b/contact-center/app/src/main/resources/templates/apps/service/stats/coment.pug index 03c0e4d8..db4b803d 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/stats/coment.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/stats/coment.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/service/stats/consult.pug b/contact-center/app/src/main/resources/templates/apps/service/stats/consult.pug index 994658a7..a4fc6259 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/stats/consult.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/stats/consult.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/service/stats/report.pug b/contact-center/app/src/main/resources/templates/apps/service/stats/report.pug index 1bdf8f99..f28fcde7 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/stats/report.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/stats/report.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. table.layui-table.ukefu-report thead if reportData.col.title.size() > 0 diff --git a/contact-center/app/src/main/resources/templates/apps/service/summary/index.pug b/contact-center/app/src/main/resources/templates/apps/service/summary/index.pug index c20ccf0d..5dedd14e 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/summary/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/summary/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug include /mixins/client.mixin.pug diff --git a/contact-center/app/src/main/resources/templates/apps/service/summary/process.pug b/contact-center/app/src/main/resources/templates/apps/service/summary/process.pug index 22f6a60b..cc17cd38 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/summary/process.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/summary/process.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/apps/agent/summary/save.html', method='post') input(type='hidden', name='id', value=summary.id) diff --git a/contact-center/app/src/main/resources/templates/apps/service/user/index.pug b/contact-center/app/src/main/resources/templates/apps/service/user/index.pug index 9f10e8ac..f7c4d148 100644 --- a/contact-center/app/src/main/resources/templates/apps/service/user/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/service/user/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/acd.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/acd.pug index 464d26c8..b104df5e 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/acd.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/acd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. //- 原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/setting/agent/acd.html 该页面在 /apps/setting/include/left.pug 中被注释掉,此处是没有完全转化的 Pug 文件 diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/adadd.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/adadd.pug index 88459a07..1f282b2e 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/adadd.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/adadd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/setting/adv/save.html', method='post', enctype='multipart/form-data') input(type='hidden', name='adpos', value=adpos) diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/adedit.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/adedit.pug index 7bebbe94..4ba53bf2 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/adedit.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/adedit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form(action='/setting/adv/update.html', method='post', enctype='multipart/form-data') input(type='hidden', name='adpos', value=adpos) diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/adv.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/adv.pug index b650d57d..32dd6539 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/adv.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/adv.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/blacklist.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/blacklist.pug index 3fbbe552..ff7273a4 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/blacklist.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/blacklist.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/index.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/index.pug index 9764d9db..54eeb301 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/index.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/tag.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/tag.pug index 8701d49b..dec803b1 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/tag.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/tag.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. extends /apps/include/layout.pug block content .layui-side.layui-bg-black diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/tagadd.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/tagadd.pug index 87f27bb4..9c3c34ce 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/tagadd.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/tagadd.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(method='post', action='/setting/tag/save.html') input(type='hidden', name='tagtype', value=tagtype) diff --git a/contact-center/app/src/main/resources/templates/apps/setting/agent/tagedit.pug b/contact-center/app/src/main/resources/templates/apps/setting/agent/tagedit.pug index 1b55ea20..2d636314 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/agent/tagedit.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/agent/tagedit.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. .uk-layui-form form.layui-form.uk-form(method='post', action='/setting/tag/update.html') input(type='hidden', name='id', value=tag.id) diff --git a/contact-center/app/src/main/resources/templates/apps/setting/include/left.pug b/contact-center/app/src/main/resources/templates/apps/setting/include/left.pug index 520aae3d..6e034c48 100644 --- a/contact-center/app/src/main/resources/templates/apps/setting/include/left.pug +++ b/contact-center/app/src/main/resources/templates/apps/setting/include/left.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. html head body diff --git a/contact-center/app/src/main/resources/templates/login.pug b/contact-center/app/src/main/resources/templates/login.pug index 2eec4b0d..bf12c8bb 100644 --- a/contact-center/app/src/main/resources/templates/login.pug +++ b/contact-center/app/src/main/resources/templates/login.pug @@ -1,3 +1,16 @@ +// Copyright (C) 2018-2022 Chatopera Inc, +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. doctype html html head @@ -6,6 +19,8 @@ html meta(http-equiv="Cache-Control" content="no-siteapp") meta(name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0,initial-scale=1.0,user-scalable=no") meta(name="apple-mobile-web-app-capable" content="yes") + meta(name="sourcecode-author", content="春松客服") + meta(name="sourcecode-license", content="Apache 2.0") title= systemConfig.title ? systemConfig.title : '春松客服 | 多渠道智能客服_联络中心' if systemConfig.favlogo link(rel="shortcut icon" type="image/x-icon" href='/res/image.html?id=' + systemConfig.favlogo) diff --git a/contact-center/app/src/main/resources/templates/mixins/client.mixin.pug b/contact-center/app/src/main/resources/templates/mixins/client.mixin.pug index dab19d22..e0b25901 100644 --- a/contact-center/app/src/main/resources/templates/mixins/client.mixin.pug +++ b/contact-center/app/src/main/resources/templates/mixins/client.mixin.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. mixin opersystem(name) if name == "windows" i.kfont  diff --git a/contact-center/app/src/main/resources/templates/mixins/dic.mixin.pug b/contact-center/app/src/main/resources/templates/mixins/dic.mixin.pug index 585c2bde..2a56911d 100644 --- a/contact-center/app/src/main/resources/templates/mixins/dic.mixin.pug +++ b/contact-center/app/src/main/resources/templates/mixins/dic.mixin.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. mixin dicSelect(dicList, name, value, attr, style) - attr.style = style; diff --git a/contact-center/app/src/main/resources/templates/public/agentstatus.pug b/contact-center/app/src/main/resources/templates/public/agentstatus.pug index 2843119d..62abed14 100644 --- a/contact-center/app/src/main/resources/templates/public/agentstatus.pug +++ b/contact-center/app/src/main/resources/templates/public/agentstatus.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. #agents_status.agent-title | 服务中的人数:#{agentStatusReport.users}人,当前排队人数:#{agentStatusReport.inquene}人,在线坐席数:#{agentStatusReport.agents}人,坐席忙:#{agentStatusReport.busy}人 #agentstatus.layui-unselect.layui-form-switch.checkStatus.lay-filter(class={ diff --git a/contact-center/app/src/main/resources/templates/public/agentstatustext.pug b/contact-center/app/src/main/resources/templates/public/agentstatustext.pug index b1e1b658..2a4405cf 100644 --- a/contact-center/app/src/main/resources/templates/public/agentstatustext.pug +++ b/contact-center/app/src/main/resources/templates/public/agentstatustext.pug @@ -1 +1,14 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. | 服务中的人数:#{agentStatusReport.users}人,当前排队人数:#{agentStatusReport.inquene}人,在线坐席数:#{agentStatusReport.agents}人,坐席忙:#{agentStatusReport.busy}人 diff --git a/contact-center/app/src/main/resources/templates/public/clearcookie.pug b/contact-center/app/src/main/resources/templates/public/clearcookie.pug index 164aa6f1..f0bf3cb4 100644 --- a/contact-center/app/src/main/resources/templates/public/clearcookie.pug +++ b/contact-center/app/src/main/resources/templates/public/clearcookie.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. html head body diff --git a/contact-center/app/src/main/resources/templates/public/error.pug b/contact-center/app/src/main/resources/templates/public/error.pug index e69de29b..3f98ad75 100644 --- a/contact-center/app/src/main/resources/templates/public/error.pug +++ b/contact-center/app/src/main/resources/templates/public/error.pug @@ -0,0 +1,13 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. diff --git a/contact-center/app/src/main/resources/templates/public/organ.pug b/contact-center/app/src/main/resources/templates/public/organ.pug index 0483502b..a18e2e81 100644 --- a/contact-center/app/src/main/resources/templates/public/organ.pug +++ b/contact-center/app/src/main/resources/templates/public/organ.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. div(class="uk-layui-form") div(class="row", style="height:100%;") div(class="col-lg-3", style="height:100%;border-right:8px solid #F2F2F2;") diff --git a/contact-center/app/src/main/resources/templates/public/select.pug b/contact-center/app/src/main/resources/templates/public/select.pug index 6a827aeb..681fee79 100644 --- a/contact-center/app/src/main/resources/templates/public/select.pug +++ b/contact-center/app/src/main/resources/templates/public/select.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. include /mixins/dic.mixin.pug +subSelect(sysDicList, name,"", attr, style) \ No newline at end of file diff --git a/contact-center/app/src/main/resources/templates/public/success.pug b/contact-center/app/src/main/resources/templates/public/success.pug index 0d74697b..cf941386 100644 --- a/contact-center/app/src/main/resources/templates/public/success.pug +++ b/contact-center/app/src/main/resources/templates/public/success.pug @@ -1 +1,14 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. | #{data} \ No newline at end of file diff --git a/contact-center/app/src/main/resources/templates/register.pug b/contact-center/app/src/main/resources/templates/register.pug index 0131e3df..c09590b9 100644 --- a/contact-center/app/src/main/resources/templates/register.pug +++ b/contact-center/app/src/main/resources/templates/register.pug @@ -1,3 +1,16 @@ +// Copyright (C) 2018-2022 Chatopera Inc, +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. doctype html html head diff --git a/contact-center/app/src/main/resources/templates/resource/css/system.pug b/contact-center/app/src/main/resources/templates/resource/css/system.pug index 5eac63b9..23e22bce 100644 --- a/contact-center/app/src/main/resources/templates/resource/css/system.pug +++ b/contact-center/app/src/main/resources/templates/resource/css/system.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. | @font-face {font-family: "kfont"; | src: url('../fonts/kfont/iconfont.eot?t=1530410958255'); /* IE9*/ | src: url('../fonts/kfont/iconfont.eot?t=1530410958255#iefix') format('embedded-opentype'), /* IE6-IE8 */ diff --git a/contact-center/app/src/main/resources/templates/resource/css/ukefu.pug b/contact-center/app/src/main/resources/templates/resource/css/ukefu.pug index 6dab6462..9da38268 100644 --- a/contact-center/app/src/main/resources/templates/resource/css/ukefu.pug +++ b/contact-center/app/src/main/resources/templates/resource/css/ukefu.pug @@ -1,3 +1,16 @@ +//- Copyright (C) 2018-2022 Chatopera Inc, +//- +//- Licensed under the Apache License, Version 2.0 (the "License"); +//- you may not use this file except in compliance with the License. +//- You may obtain a copy of the License at +//- +//- http://www.apache.org/licenses/LICENSE-2.0 +//- +//- Unless required by applicable law or agreed to in writing, software +//- distributed under the License is distributed on an "AS IS" BASIS, +//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//- See the License for the specific language governing permissions and +//- limitations under the License. - var styleColor = systemConfig.styleColor ? systemConfig.styleColor : '#32c24d' - var bgColor = systemConfig.bgColor ? systemConfig.bgColor : 'background-color: #32c24d;' - var color = systemConfig.color ? systemConfig.color : 'color:#0096C4;' diff --git a/contact-center/app/src/test/java/com/chatopera/cc/basic/MainContextTest.java b/contact-center/app/src/test/java/com/chatopera/cc/basic/MainContextTest.java index 890b7c80..c16b2b50 100644 --- a/contact-center/app/src/test/java/com/chatopera/cc/basic/MainContextTest.java +++ b/contact-center/app/src/test/java/com/chatopera/cc/basic/MainContextTest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 优客服-多渠道客服系统 - * Modifications copyright (C) 2018-2019 Chatopera Inc, + * Modifications copyright (C) 2018-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contact-center/app/src/test/java/com/chatopera/cc/util/CronToolsTest.java b/contact-center/app/src/test/java/com/chatopera/cc/util/CronToolsTest.java index 5b7e23cb..26baaef0 100644 --- a/contact-center/app/src/test/java/com/chatopera/cc/util/CronToolsTest.java +++ b/contact-center/app/src/test/java/com/chatopera/cc/util/CronToolsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Chatopera Inc, + * Copyright (C) 2019-2022 Chatopera Inc, * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.