diff --git a/server/config/config.go b/server/config/config.go index a6cd8cdb02b50e7322faf7d25f4880e562bcdaf6..79c2263d3f8361108e6080186d06c81a36e17850 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package config import ( diff --git a/server/db/db.go b/server/db/db.go index 825c89ae5ed48da09e84c06d09fa563da1fd33c8..44c0ab8d4a09ee6b14181fa2cbc2cb2af5cf8d8e 100644 --- a/server/db/db.go +++ b/server/db/db.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package db import ( diff --git a/server/db/redisdao.go b/server/db/redisdao.go index 72078d7aa103b076cf177e844b3734b3fa0a9b88..bcd05a709d2dbcdff13b0c78a4c71e166efbfea4 100644 --- a/server/db/redisdao.go +++ b/server/db/redisdao.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Fri Jun 30 14:51:06 2023 +0800 + */ package db import ( diff --git a/server/global/global.go b/server/global/global.go index ff5226f0cc44285e0c5adeabb161d47cfd487304..8c778d9eda8a452ef4fb937e2c7918353895dd52 100644 --- a/server/global/global.go +++ b/server/global/global.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package global import ( diff --git a/server/httphandler/agent.go b/server/httphandler/agent.go index d5671985ed3de53e4076c74d4f2acae0dc174f3f..b91ab6de148151a63b0362e6105736df779c00c8 100644 --- a/server/httphandler/agent.go +++ b/server/httphandler/agent.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package httphandler import ( diff --git a/server/main.go b/server/main.go index 4f86d5a08cbb5f4d9ffc3c8aa6f998eeeb5a0a76..77de452bd5fe3f03866a2c9e70f2093f4c23c7bc 100644 --- a/server/main.go +++ b/server/main.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package main import ( diff --git a/server/plugin/plugin_redis.go b/server/plugin/plugin_redis.go index a53d3438b9ce4615bc5b4c0e23fcd0df97dcd5e3..508d762b84da24d76c473fccb970cdff5fc24b74 100644 --- a/server/plugin/plugin_redis.go +++ b/server/plugin/plugin_redis.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package plugin import ( diff --git a/server/router/router.go b/server/router/router.go index c27182f3d12cb2aaa00cecad28d20a23d213f5c6..5012e18af4ee872a70071b354a26e44fa9c22d0a 100644 --- a/server/router/router.go +++ b/server/router/router.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package router import ( diff --git a/server/service/agent.go b/server/service/agent.go index 5f668f332fc309903e3dcca718c2a6ecde84c5a7..2b337359859b7e5dff8c7267cff8b2e87050e64d 100644 --- a/server/service/agent.go +++ b/server/service/agent.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-redis licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: wubijie + * Date: Mon Jun 26 15:24:19 2023 +0800 + */ package service import (