From ea9aee5ae00d9c7eec66403ae4c5cfe2dd33a21e Mon Sep 17 00:00:00 2001
From: ZhouYixun <291028775@qq.com>
Date: Mon, 12 Dec 2022 20:20:38 +0800
Subject: [PATCH] fix: devices filter
---
LICENSE | 151 ++++++++----------
.../common/config/APIDocumentConfig.java | 8 +-
.../config/CommonResultControllerAdvice.java | 8 +-
.../common/config/GlobalWebException.java | 8 +-
.../cloud/sonic/common/config/I18nConfig.java | 8 +-
.../org/cloud/sonic/common/http/RespEnum.java | 8 +-
.../cloud/sonic/common/http/RespModel.java | 8 +-
.../sonic/common/tools/JWTTokenTool.java | 8 +-
.../controller/ControllerApplication.java | 8 +-
.../controller/config/PermissionFilter.java | 8 +-
.../sonic/controller/config/SonicRunner.java | 8 +-
.../config/mybatis/ClearForeignKey.java | 8 +-
.../config/mybatis/MyMetaObjectHandler.java | 8 +-
.../controller/AgentsController.java | 8 +-
.../controller/DevicesController.java | 8 +-
.../controller/ElementsController.java | 8 +-
.../controller/ExchangeController.java | 8 +-
.../controller/GlobalParamsController.java | 8 +-
.../controller/controller/JobsController.java | 8 +-
.../controller/ModulesController.java | 8 +-
.../controller/PackageController.java | 8 +-
.../controller/ProjectsController.java | 8 +-
.../controller/PublicStepsController.java | 8 +-
.../controller/ResultDetailController.java | 8 +-
.../controller/ResultsController.java | 8 +-
.../controller/ScriptsController.java | 8 +-
.../controller/StepsController.java | 8 +-
.../controller/TestCasesController.java | 8 +-
.../controller/TestSuitesController.java | 8 +-
.../controller/UsersController.java | 8 +-
.../controller/VersionsController.java | 8 +-
.../controller/models/domain/Devices.java | 8 +-
.../controller/quartz/QuartzHandler.java | 8 +-
.../sonic/controller/quartz/QuartzJob.java | 8 +-
.../controller/services/AgentsService.java | 8 +-
.../controller/services/DevicesService.java | 8 +-
.../services/impl/AgentsServiceImpl.java | 8 +-
.../services/impl/ConfListServiceImpl.java | 8 +-
.../services/impl/DevicesServiceImpl.java | 27 ++--
.../services/impl/ElementsServiceImpl.java | 8 +-
.../impl/GlobalParamsServiceImpl.java | 8 +-
.../services/impl/JobsServiceImpl.java | 8 +-
.../services/impl/ModulesServiceImpl.java | 8 +-
.../services/impl/PackagesServiceImpl.java | 8 +-
.../services/impl/ProjectsServiceImpl.java | 8 +-
.../services/impl/PublicStepsServiceImpl.java | 8 +-
.../impl/ResultDetailServiceImpl.java | 8 +-
.../services/impl/ResultsServiceImpl.java | 8 +-
.../services/impl/RolesServiceImpl.java | 8 +-
.../services/impl/ScriptsServiceImpl.java | 8 +-
.../services/impl/StepsServiceImpl.java | 8 +-
.../services/impl/TestCasesServiceImpl.java | 8 +-
.../services/impl/TestSuitesServiceImpl.java | 8 +-
.../services/impl/UsersServiceImpl.java | 8 +-
.../services/impl/VersionsServiceImpl.java | 8 +-
.../sonic/controller/tools/BytesTool.java | 8 +-
.../sonic/controller/tools/LaunchTool.java | 8 +-
.../sonic/controller/tools/PortTool.java | 8 +-
.../sonic/controller/tools/RobotMsgTool.java | 8 +-
.../controller/transport/TransportServer.java | 8 +-
.../controller/transport/TransportWorker.java | 8 +-
.../cloud/sonic/folder/FolderApplication.java | 8 +-
.../folder/controller/UploadController.java | 8 +-
.../cloud/sonic/folder/tools/FileTool.java | 8 +-
.../sonic/gateway/GatewayApplication.java | 8 +-
.../sonic/gateway/config/AuthFilter.java | 8 +-
.../gateway/controller/SwaggerController.java | 8 +-
67 files changed, 343 insertions(+), 355 deletions(-)
diff --git a/LICENSE b/LICENSE
index 88f1f34e..3684da07 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
+
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
+
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
+
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@ modification follow.
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@ the "copyright" line and a pointer to where the full notice is found.
Copyright (C) 2022 SonicCloudOrg
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- sonic-server Copyright (C) 2022 SonicCloudOrg
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
\ No newline at end of file
+For more information on this, and how to apply and follow the GNU AGPL, see
+.
\ No newline at end of file
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/APIDocumentConfig.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/APIDocumentConfig.java
index 35c3e02b..f5b6cd63 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/APIDocumentConfig.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/APIDocumentConfig.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.config;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/CommonResultControllerAdvice.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/CommonResultControllerAdvice.java
index 6fbe46d4..e56d46a8 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/CommonResultControllerAdvice.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/CommonResultControllerAdvice.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.config;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/GlobalWebException.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/GlobalWebException.java
index e8f85b20..6bfeb1b9 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/GlobalWebException.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/GlobalWebException.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.config;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/I18nConfig.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/I18nConfig.java
index 61ac0a92..d027ed71 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/config/I18nConfig.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/config/I18nConfig.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.config;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespEnum.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespEnum.java
index f774339b..316abd00 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespEnum.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespEnum.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.http;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespModel.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespModel.java
index c72d464d..73d2f3a5 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespModel.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/http/RespModel.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.http;
diff --git a/sonic-server-common/src/main/java/org/cloud/sonic/common/tools/JWTTokenTool.java b/sonic-server-common/src/main/java/org/cloud/sonic/common/tools/JWTTokenTool.java
index 28a9357c..4f8715b2 100644
--- a/sonic-server-common/src/main/java/org/cloud/sonic/common/tools/JWTTokenTool.java
+++ b/sonic-server-common/src/main/java/org/cloud/sonic/common/tools/JWTTokenTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.common.tools;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/ControllerApplication.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/ControllerApplication.java
index 606e50e5..ee23837a 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/ControllerApplication.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/ControllerApplication.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/PermissionFilter.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/PermissionFilter.java
index 73fec5d6..d4e05c13 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/PermissionFilter.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/PermissionFilter.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.config;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/SonicRunner.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/SonicRunner.java
index 0b9ccec0..8b1518bf 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/SonicRunner.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/SonicRunner.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.config;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/ClearForeignKey.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/ClearForeignKey.java
index 67293787..529b255d 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/ClearForeignKey.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/ClearForeignKey.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.config.mybatis;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/MyMetaObjectHandler.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/MyMetaObjectHandler.java
index 4ed2902f..9a60efe7 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/MyMetaObjectHandler.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/config/mybatis/MyMetaObjectHandler.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.config.mybatis;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/AgentsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/AgentsController.java
index 60cc67f4..e6b670a3 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/AgentsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/AgentsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/DevicesController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/DevicesController.java
index c10117dd..727594ac 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/DevicesController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/DevicesController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ElementsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ElementsController.java
index bdd90044..f2e03fe1 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ElementsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ElementsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ExchangeController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ExchangeController.java
index 83642175..f3355243 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ExchangeController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ExchangeController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/GlobalParamsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/GlobalParamsController.java
index 8b1dcd1e..fa4ab6bf 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/GlobalParamsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/GlobalParamsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/JobsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/JobsController.java
index e743e722..954e05e6 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/JobsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/JobsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ModulesController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ModulesController.java
index 1211562a..cccc32a5 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ModulesController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ModulesController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PackageController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PackageController.java
index 3123a389..ddfce529 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PackageController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PackageController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ProjectsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ProjectsController.java
index 6fdcf7c3..a6340ac2 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ProjectsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ProjectsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PublicStepsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PublicStepsController.java
index 65e5963b..0ecb8bf0 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PublicStepsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/PublicStepsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultDetailController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultDetailController.java
index 93d7c531..ded69c74 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultDetailController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultDetailController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultsController.java
index 67026656..e019106b 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ResultsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ScriptsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ScriptsController.java
index 8690a003..094852f7 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ScriptsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/ScriptsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/StepsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/StepsController.java
index 7158ff43..c35c80d9 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/StepsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/StepsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestCasesController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestCasesController.java
index 870bbfae..d201f2cc 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestCasesController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestCasesController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestSuitesController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestSuitesController.java
index d9378cfe..c30814c0 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestSuitesController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/TestSuitesController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/UsersController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/UsersController.java
index 25cf2e2b..02bdafb8 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/UsersController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/UsersController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/VersionsController.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/VersionsController.java
index aa88308e..339e4e0d 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/VersionsController.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/controller/VersionsController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.controller;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/models/domain/Devices.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/models/domain/Devices.java
index e2daa8fb..ac24414a 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/models/domain/Devices.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/models/domain/Devices.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.models.domain;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzHandler.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzHandler.java
index 7bb4259f..df37bc59 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzHandler.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzHandler.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.quartz;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzJob.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzJob.java
index f1ca89fd..5a35aefe 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzJob.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/quartz/QuartzJob.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.quartz;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/AgentsService.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/AgentsService.java
index e2a148de..9188a566 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/AgentsService.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/AgentsService.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/DevicesService.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/DevicesService.java
index 1d145ac8..902ead42 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/DevicesService.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/DevicesService.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/AgentsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/AgentsServiceImpl.java
index 1271a936..d25765f2 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/AgentsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/AgentsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ConfListServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ConfListServiceImpl.java
index 969e0fe1..14c970c7 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ConfListServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ConfListServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/DevicesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/DevicesServiceImpl.java
index 556d1825..617030fb 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/DevicesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/DevicesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
@@ -117,8 +117,9 @@ public void updateImg(UpdateDeviceImg updateDeviceImg) {
public Page findAll(List iOSVersion, List androidVersion, List hmVersion, List manufacturer,
List cpu, List size, List agentId, List status,
String deviceInfo, Page pageable) {
+ LambdaQueryChainWrapper chainWrapper = new LambdaQueryChainWrapper<>(devicesMapper);
if (androidVersion != null || iOSVersion != null || hmVersion != null) {
- lambdaQuery().and(i -> {
+ chainWrapper.and(i -> {
if (androidVersion != null) {
i.or().eq(Devices::getPlatform, 1).eq(Devices::getIsHm, 0)
.and(j -> {
@@ -146,32 +147,32 @@ public Page findAll(List iOSVersion, List androidVersio
}
if (manufacturer != null && manufacturer.size() > 0) {
- lambdaQuery().in(Devices::getManufacturer, manufacturer);
+ chainWrapper.in(Devices::getManufacturer, manufacturer);
}
if (cpu != null && cpu.size() > 0) {
- lambdaQuery().in(Devices::getCpu, cpu);
+ chainWrapper.in(Devices::getCpu, cpu);
}
if (size != null && size.size() > 0) {
- lambdaQuery().in(Devices::getSize, size);
+ chainWrapper.in(Devices::getSize, size);
}
if (agentId != null && agentId.size() > 0) {
- lambdaQuery().in(Devices::getAgentId, agentId);
+ chainWrapper.in(Devices::getAgentId, agentId);
}
if (status != null && status.size() > 0) {
- lambdaQuery().in(Devices::getStatus, status);
+ chainWrapper.in(Devices::getStatus, status);
}
if (!StringUtils.isEmpty(deviceInfo)) {
- lambdaQuery().like(Devices::getUdId, deviceInfo)
+ chainWrapper.like(Devices::getUdId, deviceInfo)
.or().like(Devices::getModel, deviceInfo)
.or().like(Devices::getChiName, deviceInfo);
}
- lambdaQuery().last("order by case\n" +
+ chainWrapper.last("order by case\n" +
" when status='ONLINE' then 1\n" +
" when status='DEBUGGING' then 2\n" +
" when status='TESTING' then 3\n" +
@@ -182,7 +183,7 @@ public Page findAll(List iOSVersion, List androidVersio
" status asc,\n" +
" id desc");
- Page devicesPage = lambdaQuery().page(pageable);
+ Page devicesPage = chainWrapper.page(pageable);
return devicesPage;
}
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ElementsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ElementsServiceImpl.java
index 0bc36991..91dd1a2c 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ElementsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ElementsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/GlobalParamsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/GlobalParamsServiceImpl.java
index 80fe0894..55cf271d 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/GlobalParamsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/GlobalParamsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/JobsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/JobsServiceImpl.java
index 211f158f..d7399a3c 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/JobsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/JobsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ModulesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ModulesServiceImpl.java
index 844cd895..b5a1d9a7 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ModulesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ModulesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PackagesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PackagesServiceImpl.java
index 4d258e49..11d39449 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PackagesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PackagesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ProjectsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ProjectsServiceImpl.java
index f9852f25..339a4542 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ProjectsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ProjectsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PublicStepsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PublicStepsServiceImpl.java
index 6748d7c9..06d95c78 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PublicStepsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/PublicStepsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultDetailServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultDetailServiceImpl.java
index 21909f38..68efbbaf 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultDetailServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultDetailServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultsServiceImpl.java
index 02d8dd87..0cc7b7de 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ResultsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/RolesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/RolesServiceImpl.java
index 6b07533e..a185e997 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/RolesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/RolesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ScriptsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ScriptsServiceImpl.java
index add6d965..26486fcc 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ScriptsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/ScriptsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/StepsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/StepsServiceImpl.java
index fe64f98e..e1a65048 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/StepsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/StepsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestCasesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestCasesServiceImpl.java
index d5dc7dff..0d133f4b 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestCasesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestCasesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestSuitesServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestSuitesServiceImpl.java
index 6ccdefb7..51cdb021 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestSuitesServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/TestSuitesServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/UsersServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/UsersServiceImpl.java
index 3e53aa06..8366d7bd 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/UsersServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/UsersServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/VersionsServiceImpl.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/VersionsServiceImpl.java
index 56c5cd5a..285ead4d 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/VersionsServiceImpl.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/services/impl/VersionsServiceImpl.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.services.impl;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/BytesTool.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/BytesTool.java
index 50118a2d..4243619d 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/BytesTool.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/BytesTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.tools;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/LaunchTool.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/LaunchTool.java
index 7f01a781..595166e5 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/LaunchTool.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/LaunchTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.tools;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/PortTool.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/PortTool.java
index 6bb498d2..14413f0b 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/PortTool.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/PortTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.tools;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/RobotMsgTool.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/RobotMsgTool.java
index afc64632..93cb8df8 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/RobotMsgTool.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/tools/RobotMsgTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.tools;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportServer.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportServer.java
index 49e55b3c..8f70ced2 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportServer.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportServer.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.transport;
diff --git a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportWorker.java b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportWorker.java
index cfa99a87..345b724e 100644
--- a/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportWorker.java
+++ b/sonic-server-controller/src/main/java/org/cloud/sonic/controller/transport/TransportWorker.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.controller.transport;
diff --git a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/FolderApplication.java b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/FolderApplication.java
index 3fb2ddac..06d10c3d 100644
--- a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/FolderApplication.java
+++ b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/FolderApplication.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.folder;
diff --git a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/controller/UploadController.java b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/controller/UploadController.java
index 18ccfaa5..bd653c62 100644
--- a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/controller/UploadController.java
+++ b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/controller/UploadController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.folder.controller;
diff --git a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/tools/FileTool.java b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/tools/FileTool.java
index 1037cb22..321e1826 100644
--- a/sonic-server-folder/src/main/java/org/cloud/sonic/folder/tools/FileTool.java
+++ b/sonic-server-folder/src/main/java/org/cloud/sonic/folder/tools/FileTool.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.folder.tools;
diff --git a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/GatewayApplication.java b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/GatewayApplication.java
index 7f811fee..3175e1fd 100644
--- a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/GatewayApplication.java
+++ b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/GatewayApplication.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.gateway;
diff --git a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/config/AuthFilter.java b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/config/AuthFilter.java
index 03bfba7f..0480ac6b 100644
--- a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/config/AuthFilter.java
+++ b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/config/AuthFilter.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.gateway.config;
diff --git a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/controller/SwaggerController.java b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/controller/SwaggerController.java
index 959b9bcf..1110725e 100644
--- a/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/controller/SwaggerController.java
+++ b/sonic-server-gateway/src/main/java/org/cloud/sonic/gateway/controller/SwaggerController.java
@@ -3,16 +3,16 @@
* Copyright (C) 2022 SonicCloudOrg
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.cloud.sonic.gateway.controller;