diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/BaseDto.java b/iot-common-core/src/main/java/cc/iotkit/common/api/BaseDto.java index 33925e1..aab46cc 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/BaseDto.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/BaseDto.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import cc.iotkit.common.utils.MapstructUtils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequest.java b/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequest.java index 266805b..21c7360 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequest.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequest.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import cc.iotkit.common.utils.MapstructUtils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequestEmpty.java b/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequestEmpty.java index 44aaf6e..0eb6b04 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequestEmpty.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/PageRequestEmpty.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import lombok.Data; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/Paging.java b/iot-common-core/src/main/java/cc/iotkit/common/api/Paging.java index 77ca1bd..0e19580 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/Paging.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/Paging.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.api; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/Request.java b/iot-common-core/src/main/java/cc/iotkit/common/api/Request.java index ee5c746..f755366 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/Request.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/Request.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import cn.hutool.core.util.IdUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/RequestEmpty.java b/iot-common-core/src/main/java/cc/iotkit/common/api/RequestEmpty.java index bd2891d..50d3eac 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/RequestEmpty.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/RequestEmpty.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import cn.hutool.core.util.IdUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/api/Response.java b/iot-common-core/src/main/java/cc/iotkit/common/api/Response.java index b8b1058..fc46c8b 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/api/Response.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/api/Response.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.api; import lombok.AllArgsConstructor; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheConstants.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheConstants.java index c6d8fea..4548112 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheConstants.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheConstants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheNames.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheNames.java index de593f7..20b010e 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheNames.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/CacheNames.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/Constants.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/Constants.java index 15a3a1a..188df75 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/Constants.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/Constants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/GlobalConstants.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/GlobalConstants.java index d48c886..2adbd2e 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/GlobalConstants.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/GlobalConstants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/HttpStatus.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/HttpStatus.java index 24cbcab..689aa89 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/HttpStatus.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/HttpStatus.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/TenantConstants.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/TenantConstants.java index f22fbf8..d8d20c7 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/TenantConstants.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/TenantConstants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/constant/UserConstants.java b/iot-common-core/src/main/java/cc/iotkit/common/constant/UserConstants.java index 6630d93..8139b45 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/constant/UserConstants.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/constant/UserConstants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.constant; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/DeviceType.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/DeviceType.java index 829175b..8b4bbf2 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/DeviceType.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/DeviceType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; import lombok.AllArgsConstructor; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/ErrCode.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/ErrCode.java index 87aa43d..d3560d6 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/ErrCode.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/ErrCode.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/IEnum.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/IEnum.java index 0b079e0..7b02c21 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/IEnum.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/IEnum.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; public interface IEnum { diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/LoginType.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/LoginType.java index b566a64..c252176 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/LoginType.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/LoginType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; import lombok.AllArgsConstructor; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/ThingDataType.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/ThingDataType.java index 2ee5faf..49b9f0a 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/ThingDataType.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/ThingDataType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; import lombok.AllArgsConstructor; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/UserStatus.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/UserStatus.java index 61ae829..0954f09 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/UserStatus.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/UserStatus.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; import lombok.AllArgsConstructor; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/enums/UserType.java b/iot-common-core/src/main/java/cc/iotkit/common/enums/UserType.java index ce4d00e..17abcfc 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/enums/UserType.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/enums/UserType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.enums; import cc.iotkit.common.exception.BizException; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/exception/BaseException.java b/iot-common-core/src/main/java/cc/iotkit/common/exception/BaseException.java index b3f42cd..c58822e 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/exception/BaseException.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/exception/BaseException.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.exception; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/exception/BizException.java b/iot-common-core/src/main/java/cc/iotkit/common/exception/BizException.java index 7fc0850..1087924 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/exception/BizException.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/exception/BizException.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.exception; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/exception/ViewException.java b/iot-common-core/src/main/java/cc/iotkit/common/exception/ViewException.java index ffb1b2e..85079d7 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/exception/ViewException.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/exception/ViewException.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.exception; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java b/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java index 1af89ae..a27b564 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/exception/user/UserException.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.exception.user; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/function/IfHandler.java b/iot-common-core/src/main/java/cc/iotkit/common/function/IfHandler.java index 320f669..00685bb 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/function/IfHandler.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/function/IfHandler.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.function; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/model/LoginUser.java b/iot-common-core/src/main/java/cc/iotkit/common/model/LoginUser.java index cf69a19..216a3d2 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/model/LoginUser.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/model/LoginUser.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.model; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/model/RoleDTO.java b/iot-common-core/src/main/java/cc/iotkit/common/model/RoleDTO.java index 1fe1823..a690aa0 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/model/RoleDTO.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/model/RoleDTO.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.model; import lombok.Data; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/model/UserOnlineDTO.java b/iot-common-core/src/main/java/cc/iotkit/common/model/UserOnlineDTO.java index a0ccfea..66de459 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/model/UserOnlineDTO.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/model/UserOnlineDTO.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.model; import lombok.Data; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/service/ConfigService.java b/iot-common-core/src/main/java/cc/iotkit/common/service/ConfigService.java index 910acc4..2a620a6 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/service/ConfigService.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/service/ConfigService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.service; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/service/DeptService.java b/iot-common-core/src/main/java/cc/iotkit/common/service/DeptService.java index 53e4993..2686234 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/service/DeptService.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/service/DeptService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.service; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/service/DictService.java b/iot-common-core/src/main/java/cc/iotkit/common/service/DictService.java index 6ab1082..64c7cc2 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/service/DictService.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/service/DictService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.service; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/service/OssService.java b/iot-common-core/src/main/java/cc/iotkit/common/service/OssService.java index 0ac5f8f..7bd76c2 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/service/OssService.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/service/OssService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.service; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/service/UserService.java b/iot-common-core/src/main/java/cc/iotkit/common/service/UserService.java index 5b57e39..c31e868 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/service/UserService.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/service/UserService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.service; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/CodecUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/CodecUtil.java index bce9482..7edb9c0 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/CodecUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/CodecUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ComponentClassLoader.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ComponentClassLoader.java index 4412b89..fbfad0a 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ComponentClassLoader.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ComponentClassLoader.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/DateUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/DateUtils.java index 1a5835a..2120d83 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/DateUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/DateUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import lombok.AccessLevel; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/DeviceUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/DeviceUtil.java index 0e33b8c..701fb70 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/DeviceUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/DeviceUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/FIUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/FIUtil.java index bee8630..ff02cf8 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/FIUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/FIUtil.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cc.iotkit.common.function.IfHandler; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/HexUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/HexUtil.java index 576d593..a20c7a8 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/HexUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/HexUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/JsonUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/JsonUtils.java index 9fb850c..80bcd5d 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/JsonUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/JsonUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.core.lang.Dict; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/MapstructUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/MapstructUtils.java index f9a31e7..dabd3ba 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/MapstructUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/MapstructUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cc.iotkit.common.api.Paging; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/MessageUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/MessageUtils.java index 3222016..9131aba 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/MessageUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/MessageUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import lombok.AccessLevel; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtil.java index 509d084..e664043 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtils.java index 4455611..a2a8d34 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ReflectUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.core.util.ReflectUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/SpringUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/SpringUtils.java index 80c1081..73fc445 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/SpringUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/SpringUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.extra.spring.SpringUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/StreamUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/StreamUtils.java index eeab4e8..5142df3 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/StreamUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/StreamUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.core.collection.CollUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/StringUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/StringUtils.java index 96b4b5c..51cc57d 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/StringUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/StringUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.core.collection.CollUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ThreadUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ThreadUtil.java index 20ec138..d7af926 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ThreadUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ThreadUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/TreeBuildUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/TreeBuildUtils.java index 3be2d5f..a6b456d 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/TreeBuildUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/TreeBuildUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import cn.hutool.core.collection.CollUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/UniqueIdUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/UniqueIdUtil.java index 1668fb1..e0b3e6c 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/UniqueIdUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/UniqueIdUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ValidatorUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ValidatorUtils.java index 2e7a370..c03aed1 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ValidatorUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ValidatorUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils; import jakarta.validation.ConstraintViolation; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/WeChatUtil.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/WeChatUtil.java index b8d8e73..3c005a3 100644 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/WeChatUtil.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/WeChatUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.utils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/file/FileUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/file/FileUtils.java index 025fb11..c157c2b 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/file/FileUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/file/FileUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils.file; import cn.hutool.core.io.FileUtil; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/file/MimeTypeUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/file/MimeTypeUtils.java index 2f24e72..e8ad042 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/file/MimeTypeUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/file/MimeTypeUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils.file; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/AddressUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/AddressUtils.java index dd741dd..345c076 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/AddressUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/AddressUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils.ip; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/RegionUtils.java b/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/RegionUtils.java index 32abcd2..e03973c 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/RegionUtils.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/utils/ip/RegionUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.utils.ip; import cc.iotkit.common.exception.BizException; diff --git a/iot-common-core/src/main/java/cc/iotkit/common/validate/AddGroup.java b/iot-common-core/src/main/java/cc/iotkit/common/validate/AddGroup.java index 1537625..36a214d 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/validate/AddGroup.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/validate/AddGroup.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.validate; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/validate/DeleteGroup.java b/iot-common-core/src/main/java/cc/iotkit/common/validate/DeleteGroup.java index 9f4b9c4..178180f 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/validate/DeleteGroup.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/validate/DeleteGroup.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.validate; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/validate/EditGroup.java b/iot-common-core/src/main/java/cc/iotkit/common/validate/EditGroup.java index 8fe56f4..f6752f8 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/validate/EditGroup.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/validate/EditGroup.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.validate; /** diff --git a/iot-common-core/src/main/java/cc/iotkit/common/validate/QueryGroup.java b/iot-common-core/src/main/java/cc/iotkit/common/validate/QueryGroup.java index f3f1d09..46eb129 100755 --- a/iot-common-core/src/main/java/cc/iotkit/common/validate/QueryGroup.java +++ b/iot-common-core/src/main/java/cc/iotkit/common/validate/QueryGroup.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.validate; /** diff --git a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerAutoConfiguration.java b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerAutoConfiguration.java index 418b628..ca5f432 100755 --- a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerAutoConfiguration.java +++ b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerAutoConfiguration.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.swagger.config; import org.springframework.context.annotation.ComponentScan; diff --git a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerConfig.java b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerConfig.java index 8624b71..f4d9a69 100755 --- a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerConfig.java +++ b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.swagger.config; import io.swagger.annotations.ApiOperation; diff --git a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerProperties.java b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerProperties.java index 2430c99..56d3371 100755 --- a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerProperties.java +++ b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.swagger.config; import lombok.Data; diff --git a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerWebConfiguration.java b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerWebConfiguration.java index a7d3e16..eda5d26 100755 --- a/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerWebConfiguration.java +++ b/iot-common-doc/src/main/java/cc/iotkit/swagger/config/SwaggerWebConfiguration.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.swagger.config; import org.springframework.context.annotation.Configuration; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/CellMerge.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/CellMerge.java index 91d6a47..9f4aea3 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/CellMerge.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/CellMerge.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.annotation; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelDictFormat.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelDictFormat.java index 3c69551..b6768af 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelDictFormat.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelDictFormat.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.annotation; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelEnumFormat.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelEnumFormat.java index 5a39c1a..3681eee 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelEnumFormat.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/annotation/ExcelEnumFormat.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.annotation; import java.lang.annotation.*; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelBigNumberConvert.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelBigNumberConvert.java index 15d47df..be433a1 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelBigNumberConvert.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelBigNumberConvert.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.convert; import cn.hutool.core.convert.Convert; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelDictConvert.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelDictConvert.java index 62e9673..b0f3671 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelDictConvert.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelDictConvert.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.convert; import cc.iotkit.common.excel.annotation.ExcelDictFormat; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelEnumConvert.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelEnumConvert.java index 766320c..c028068 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelEnumConvert.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/convert/ExcelEnumConvert.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.convert; import cc.iotkit.common.excel.annotation.ExcelEnumFormat; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/CellMergeStrategy.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/CellMergeStrategy.java index 392a9de..8b92c4b 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/CellMergeStrategy.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/CellMergeStrategy.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.core; import cc.iotkit.common.excel.annotation.CellMerge; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelListener.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelListener.java index 8c93728..9e7787d 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelListener.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelListener.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.core; import cc.iotkit.common.utils.JsonUtils; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelResult.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelResult.java index 571d3ba..3ed8141 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelResult.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/DefaultExcelResult.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.core; import cn.hutool.core.text.CharSequenceUtil; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelListener.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelListener.java index cf12a66..3064467 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelListener.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelListener.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.core; import com.alibaba.excel.read.listener.ReadListener; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelResult.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelResult.java index fc4c772..3cac993 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelResult.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/core/ExcelResult.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.core; import java.util.List; diff --git a/iot-common-excel/src/main/java/cc/iotkit/common/excel/utils/ExcelUtil.java b/iot-common-excel/src/main/java/cc/iotkit/common/excel/utils/ExcelUtil.java index a77f06d..c055129 100755 --- a/iot-common-excel/src/main/java/cc/iotkit/common/excel/utils/ExcelUtil.java +++ b/iot-common-excel/src/main/java/cc/iotkit/common/excel/utils/ExcelUtil.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.excel.utils; import cc.iotkit.common.excel.convert.ExcelBigNumberConvert; diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/annotation/Log.java b/iot-common-log/src/main/java/cc/iotkit/common/log/annotation/Log.java index e2ea581..bebb921 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/annotation/Log.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/annotation/Log.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.annotation; import cc.iotkit.common.log.enums.BusinessType; diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/aspect/LogAspect.java b/iot-common-log/src/main/java/cc/iotkit/common/log/aspect/LogAspect.java index 378197e..60d8c4b 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/aspect/LogAspect.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/aspect/LogAspect.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.aspect; import cc.iotkit.common.log.annotation.Log; diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessStatus.java b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessStatus.java index 0c017a8..06a031e 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessStatus.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessStatus.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.enums; /** diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessType.java b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessType.java index 7a88364..abf0d17 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessType.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/BusinessType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.enums; /** diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/OperatorType.java b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/OperatorType.java index d05e5fb..3823e0d 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/enums/OperatorType.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/enums/OperatorType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.enums; /** diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/event/LogininforEvent.java b/iot-common-log/src/main/java/cc/iotkit/common/log/event/LogininforEvent.java index dde592b..0a04061 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/event/LogininforEvent.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/event/LogininforEvent.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.event; import cn.hutool.http.useragent.UserAgent; diff --git a/iot-common-log/src/main/java/cc/iotkit/common/log/event/OperLogEvent.java b/iot-common-log/src/main/java/cc/iotkit/common/log/event/OperLogEvent.java index d50268b..1a08399 100755 --- a/iot-common-log/src/main/java/cc/iotkit/common/log/event/OperLogEvent.java +++ b/iot-common-log/src/main/java/cc/iotkit/common/log/event/OperLogEvent.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.log.event; import lombok.Data; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/constant/OssConstant.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/constant/OssConstant.java index 1afba48..6ed5524 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/constant/OssConstant.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/constant/OssConstant.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.constant; import java.util.Arrays; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/core/OssClient.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/core/OssClient.java index 3b59d7d..a03a803 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/core/OssClient.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/core/OssClient.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.core; import cc.iotkit.common.oss.constant.OssConstant; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/entity/UploadResult.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/entity/UploadResult.java index e486ec0..db782a6 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/entity/UploadResult.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/entity/UploadResult.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.entity; import lombok.Builder; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/AccessPolicyType.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/AccessPolicyType.java index b3c6018..e85e741 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/AccessPolicyType.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/AccessPolicyType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.enumd; import cc.iotkit.common.exception.BizException; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/PolicyType.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/PolicyType.java index c838b05..81eaf78 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/PolicyType.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/enumd/PolicyType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.enumd; import lombok.AllArgsConstructor; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/exception/OssException.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/exception/OssException.java index 0f5c6f5..c6e12d7 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/exception/OssException.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/exception/OssException.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.exception; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/factory/OssFactory.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/factory/OssFactory.java index bade134..e298746 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/factory/OssFactory.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/factory/OssFactory.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.factory; diff --git a/iot-common-oss/src/main/java/cc/iotkit/common/oss/properties/OssProperties.java b/iot-common-oss/src/main/java/cc/iotkit/common/oss/properties/OssProperties.java index 66c97ed..446ff81 100755 --- a/iot-common-oss/src/main/java/cc/iotkit/common/oss/properties/OssProperties.java +++ b/iot-common-oss/src/main/java/cc/iotkit/common/oss/properties/OssProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.oss.properties; import lombok.AllArgsConstructor; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/RedisConfig.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/RedisConfig.java index ea0bfd7..522dac5 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/RedisConfig.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/RedisConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.config; import cc.iotkit.common.redis.config.properties.RedissonProperties; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/properties/RedissonProperties.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/properties/RedissonProperties.java index af7a606..f360e62 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/properties/RedissonProperties.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/config/properties/RedissonProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.config.properties; import lombok.Data; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/handler/KeyPrefixHandler.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/handler/KeyPrefixHandler.java index b41eba0..2fa3074 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/handler/KeyPrefixHandler.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/handler/KeyPrefixHandler.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.handler; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/manager/PlusSpringCacheManager.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/manager/PlusSpringCacheManager.java index 5804050..127e329 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/manager/PlusSpringCacheManager.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/manager/PlusSpringCacheManager.java @@ -1,17 +1,24 @@ -/** - * Copyright (c) 2013-2021 Nikita Koksharov +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.redis.manager; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/CacheUtils.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/CacheUtils.java index 9141b76..328e0d4 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/CacheUtils.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/CacheUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.utils; import cc.iotkit.common.utils.SpringUtils; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/QueueUtils.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/QueueUtils.java index 3250a4b..83e51fd 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/QueueUtils.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/QueueUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.utils; import cc.iotkit.common.utils.SpringUtils; diff --git a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/RedisUtils.java b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/RedisUtils.java index b6171c6..1a972b6 100755 --- a/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/RedisUtils.java +++ b/iot-common-redis/src/main/java/cc/iotkit/common/redis/utils/RedisUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.redis.utils; import cc.iotkit.common.utils.SpringUtils; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/config/SaTokenConfig.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/config/SaTokenConfig.java index c94ebc7..c58ae5d 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/config/SaTokenConfig.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/config/SaTokenConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.satoken.config; import cc.iotkit.common.satoken.core.dao.PlusSaTokenDao; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/dao/PlusSaTokenDao.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/dao/PlusSaTokenDao.java index d35ce39..9b59323 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/dao/PlusSaTokenDao.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/dao/PlusSaTokenDao.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.satoken.core.dao; import cc.iotkit.common.redis.utils.RedisUtils; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/service/SaPermissionImpl.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/service/SaPermissionImpl.java index 8fe7d0d..4b1f51d 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/service/SaPermissionImpl.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/core/service/SaPermissionImpl.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.satoken.core.service; import cc.iotkit.common.enums.UserType; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/listener/UserActionListener.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/listener/UserActionListener.java index f02dc25..7c90054 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/listener/UserActionListener.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/listener/UserActionListener.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.satoken.listener; import cc.iotkit.common.constant.CacheConstants; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/AuthUtil.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/AuthUtil.java index 8fc59b4..da7c582 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/AuthUtil.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/AuthUtil.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.satoken.utils; diff --git a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/LoginHelper.java b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/LoginHelper.java index b1fa531..49d0547 100755 --- a/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/LoginHelper.java +++ b/iot-common-satoken/src/main/java/cc/iotkit/common/satoken/utils/LoginHelper.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.satoken.utils; import cc.iotkit.common.constant.TenantConstants; diff --git a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/aspect/TenantFilterAspect.java b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/aspect/TenantFilterAspect.java index a911cd8..b08c3a5 100755 --- a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/aspect/TenantFilterAspect.java +++ b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/aspect/TenantFilterAspect.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.tenant.aspect; diff --git a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/dao/TenantAware.java b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/dao/TenantAware.java index bde1444..5168e62 100755 --- a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/dao/TenantAware.java +++ b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/dao/TenantAware.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.tenant.dao; diff --git a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/entiry/BaseTenantEntity.java b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/entiry/BaseTenantEntity.java index 53c435e..a99aa4e 100755 --- a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/entiry/BaseTenantEntity.java +++ b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/entiry/BaseTenantEntity.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.tenant.entiry; import cc.iotkit.common.tenant.dao.TenantAware; diff --git a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/helper/TenantHelper.java b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/helper/TenantHelper.java index c969b87..d6024dd 100755 --- a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/helper/TenantHelper.java +++ b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/helper/TenantHelper.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.tenant.helper; import cc.iotkit.common.constant.GlobalConstants; diff --git a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/listener/TenantListener.java b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/listener/TenantListener.java index 60fcd34..3586ccd 100755 --- a/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/listener/TenantListener.java +++ b/iot-common-tenant/src/main/java/cc/iotkit/common/tenant/listener/TenantListener.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.tenant.listener; diff --git a/iot-common-thing/src/main/java/cc/iotkit/common/thing/DeviceService.java b/iot-common-thing/src/main/java/cc/iotkit/common/thing/DeviceService.java index aff2e9f..4eb82fb 100644 --- a/iot-common-thing/src/main/java/cc/iotkit/common/thing/DeviceService.java +++ b/iot-common-thing/src/main/java/cc/iotkit/common/thing/DeviceService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.thing; diff --git a/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java b/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java index b531380..1cc710c 100644 --- a/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java +++ b/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.thing; diff --git a/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingService.java b/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingService.java index b443203..01f0a22 100755 --- a/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingService.java +++ b/iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingService.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.thing; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/BigNumberSerializer.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/BigNumberSerializer.java index 60f4360..5eb7461 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/BigNumberSerializer.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/BigNumberSerializer.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/CaptchaConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/CaptchaConfig.java index b37b7e8..522c8ae 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/CaptchaConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/CaptchaConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import cc.iotkit.common.web.config.properties.CaptchaProperties; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/CrossConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/CrossConfig.java index 6ae6aa7..b1e586c 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/CrossConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/CrossConfig.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.web.config; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/FilterConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/FilterConfig.java index a8fe0ca..55a1106 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/FilterConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/FilterConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/JacksonConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/JacksonConfig.java index c48530a..8f05b34 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/JacksonConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/JacksonConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/ResourcesConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/ResourcesConfig.java index fe34a80..76ff624 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/ResourcesConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/ResourcesConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import cc.iotkit.common.web.interceptor.PlusWebInvokeTimeInterceptor; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/TenantConfig.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/TenantConfig.java index 1689670..4b266c0 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/TenantConfig.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/TenantConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config; import cc.iotkit.common.web.interceptor.TenantInterceptor; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/CaptchaProperties.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/CaptchaProperties.java index 6d0a131..de09483 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/CaptchaProperties.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/CaptchaProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config.properties; import cc.iotkit.common.web.enums.CaptchaCategory; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/XssProperties.java b/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/XssProperties.java index 4f8e9a0..736d0d2 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/XssProperties.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/config/properties/XssProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.config.properties; import lombok.Data; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/core/BaseController.java b/iot-common-web/src/main/java/cc/iotkit/common/web/core/BaseController.java index 43fd7db..c91edac 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/core/BaseController.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/core/BaseController.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.core; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaCategory.java b/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaCategory.java index ca5bddd..125de60 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaCategory.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaCategory.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.enums; import cn.hutool.captcha.AbstractCaptcha; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaType.java b/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaType.java index 0159008..d7b93dd 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaType.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/enums/CaptchaType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.enums; import cc.iotkit.common.web.utils.UnsignedMathGenerator; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatableFilter.java b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatableFilter.java index 03e538f..d33c5ec 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatableFilter.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatableFilter.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.filter; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatedlyRequestWrapper.java b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatedlyRequestWrapper.java index 00ca72c..fa7f3d8 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatedlyRequestWrapper.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/RepeatedlyRequestWrapper.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.filter; import cc.iotkit.common.constant.Constants; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssFilter.java b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssFilter.java index 28e931a..934eb7d 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssFilter.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssFilter.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.filter; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssHttpServletRequestWrapper.java b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssHttpServletRequestWrapper.java index 914b383..a8c6d4e 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssHttpServletRequestWrapper.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/filter/XssHttpServletRequestWrapper.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.filter; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/handler/GlobalExceptionHandler.java b/iot-common-web/src/main/java/cc/iotkit/common/web/handler/GlobalExceptionHandler.java index 4af1975..6dfe58b 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/handler/GlobalExceptionHandler.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/handler/GlobalExceptionHandler.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.web.handler; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/handler/ResponseResultHandler.java b/iot-common-web/src/main/java/cc/iotkit/common/web/handler/ResponseResultHandler.java index 2972182..f18880c 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/handler/ResponseResultHandler.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/handler/ResponseResultHandler.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.common.web.handler; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/PlusWebInvokeTimeInterceptor.java b/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/PlusWebInvokeTimeInterceptor.java index 43ac313..c0147d9 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/PlusWebInvokeTimeInterceptor.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/PlusWebInvokeTimeInterceptor.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.interceptor; import cc.iotkit.common.api.Request; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/TenantInterceptor.java b/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/TenantInterceptor.java index 5114b04..878b92b 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/TenantInterceptor.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/interceptor/TenantInterceptor.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.interceptor; import cn.dev33.satoken.context.SaHolder; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/utils/ServletUtils.java b/iot-common-web/src/main/java/cc/iotkit/common/web/utils/ServletUtils.java index 2ac44a1..839ff42 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/utils/ServletUtils.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/utils/ServletUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.utils; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-web/src/main/java/cc/iotkit/common/web/utils/UnsignedMathGenerator.java b/iot-common-web/src/main/java/cc/iotkit/common/web/utils/UnsignedMathGenerator.java index abc810f..80f529b 100755 --- a/iot-common-web/src/main/java/cc/iotkit/common/web/utils/UnsignedMathGenerator.java +++ b/iot-common-web/src/main/java/cc/iotkit/common/web/utils/UnsignedMathGenerator.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.web.utils; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/WebSocketConfig.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/WebSocketConfig.java index c07981d..e8c5a85 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/WebSocketConfig.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/WebSocketConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.config; import cc.iotkit.common.websocket.config.properties.WebSocketProperties; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/properties/WebSocketProperties.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/properties/WebSocketProperties.java index 4cc7c4a..9a248e3 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/properties/WebSocketProperties.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/config/properties/WebSocketProperties.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.config.properties; import lombok.Data; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/constant/WebSocketConstants.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/constant/WebSocketConstants.java index 628b165..623ef01 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/constant/WebSocketConstants.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/constant/WebSocketConstants.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.constant; /** diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/dto/WebSocketMessageDto.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/dto/WebSocketMessageDto.java index a73aaae..494768c 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/dto/WebSocketMessageDto.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/dto/WebSocketMessageDto.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.dto; import lombok.Data; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/handler/PlusWebSocketHandler.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/handler/PlusWebSocketHandler.java index 1d6a4be..40e17e2 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/handler/PlusWebSocketHandler.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/handler/PlusWebSocketHandler.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.handler; import cc.iotkit.common.model.LoginUser; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/holder/WebSocketSessionHolder.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/holder/WebSocketSessionHolder.java index aff6053..5daf49b 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/holder/WebSocketSessionHolder.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/holder/WebSocketSessionHolder.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.holder; import lombok.AccessLevel; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/interceptor/PlusWebSocketInterceptor.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/interceptor/PlusWebSocketInterceptor.java index 089faec..cd11f44 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/interceptor/PlusWebSocketInterceptor.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/interceptor/PlusWebSocketInterceptor.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.interceptor; import cc.iotkit.common.model.LoginUser; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/listener/WebSocketTopicListener.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/listener/WebSocketTopicListener.java index 09f53a3..904bb9d 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/listener/WebSocketTopicListener.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/listener/WebSocketTopicListener.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.listener; import cc.iotkit.common.websocket.utils.WebSocketUtils; diff --git a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/utils/WebSocketUtils.java b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/utils/WebSocketUtils.java index 4f3d905..181dc07 100644 --- a/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/utils/WebSocketUtils.java +++ b/iot-common-websocket/src/main/java/cc/iotkit/common/websocket/utils/WebSocketUtils.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.common.websocket.utils; import cc.iotkit.common.model.LoginUser; diff --git a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/ConsumerHandler.java b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/ConsumerHandler.java index 55c329d..df420e5 100755 --- a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/ConsumerHandler.java +++ b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/ConsumerHandler.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.mq; diff --git a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqConsumer.java b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqConsumer.java index c3678d0..9e23dc6 100755 --- a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqConsumer.java +++ b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqConsumer.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.mq; diff --git a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqProducer.java b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqProducer.java index f1e8bf4..4885eb4 100755 --- a/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqProducer.java +++ b/iot-message-bus/iot-message-core/src/main/java/cc/iotkit/mq/MqProducer.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.mq; diff --git a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/BeanCodec.java b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/BeanCodec.java index d436c43..e424fbd 100755 --- a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/BeanCodec.java +++ b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/BeanCodec.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.vertx; diff --git a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxManager.java b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxManager.java index ef13aa1..bcbc2ed 100755 --- a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxManager.java +++ b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxManager.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.vertx; diff --git a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqConsumer.java b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqConsumer.java index f89e82d..a08d920 100755 --- a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqConsumer.java +++ b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqConsumer.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.vertx; diff --git a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqProducer.java b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqProducer.java index 60e78cf..6e7264c 100755 --- a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqProducer.java +++ b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/VertxMqProducer.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.vertx; import cc.iotkit.mq.MqProducer; diff --git a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/config/VertxConfig.java b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/config/VertxConfig.java index d313996..40366e0 100755 --- a/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/config/VertxConfig.java +++ b/iot-message-bus/iot-message-event-bus/src/main/java/cc/iotkit/vertx/config/VertxConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.vertx.config; import cc.iotkit.common.thing.ThingModelMessage; diff --git a/iot-message-bus/iot-message-event-bus/src/test/java/test/MsgPubConsumeTest.java b/iot-message-bus/iot-message-event-bus/src/test/java/test/MsgPubConsumeTest.java index 5aa3ad2..23e2bb6 100755 --- a/iot-message-bus/iot-message-event-bus/src/test/java/test/MsgPubConsumeTest.java +++ b/iot-message-bus/iot-message-event-bus/src/test/java/test/MsgPubConsumeTest.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package test; import cc.iotkit.mq.ConsumerHandler; diff --git a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqConsumer.java b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqConsumer.java index d95f685..61db9ec 100755 --- a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqConsumer.java +++ b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqConsumer.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.rocketmq; import cc.iotkit.common.utils.JsonUtils; diff --git a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqProducer.java b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqProducer.java index d9a9117..ce840b2 100755 --- a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqProducer.java +++ b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/RocketMqProducer.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.rocketmq; import cc.iotkit.common.enums.ErrCode; diff --git a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/config/RocketMqConfig.java b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/config/RocketMqConfig.java index 890fe9a..161d4ac 100755 --- a/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/config/RocketMqConfig.java +++ b/iot-message-bus/iot-message-rocketmq/src/main/java/cc/iotkit/rocketmq/config/RocketMqConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.rocketmq.config; import cc.iotkit.common.thing.ThingModelMessage; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/BucketController.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/BucketController.java index 400c5e9..abd9b8b 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/BucketController.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/BucketController.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/FaviconController.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/FaviconController.java index 6abb81f..348d2ce 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/FaviconController.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/FaviconController.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/HttpRangeHeaderConverter.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/HttpRangeHeaderConverter.java index fcfd677..fcd449e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/HttpRangeHeaderConverter.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/HttpRangeHeaderConverter.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/KmsValidationFilter.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/KmsValidationFilter.java index 7c51c81..c14dc71 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/KmsValidationFilter.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/KmsValidationFilter.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/MultipartController.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/MultipartController.java index d50a935..606e2ad 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/MultipartController.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/MultipartController.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectCannedAclHeaderConverter.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectCannedAclHeaderConverter.java index 3cf12d3..b5c6c71 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectCannedAclHeaderConverter.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectCannedAclHeaderConverter.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectController.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectController.java index f9ca4a8..3ceae0b 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectController.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/ObjectController.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3Exception.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3Exception.java index b30db93..5d23bd7 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3Exception.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3Exception.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockApplication.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockApplication.java index 4c502d1..9580f5e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockApplication.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockApplication.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockConfiguration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockConfiguration.java index 8f52709..ba9cf80 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockConfiguration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockConfiguration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockProperties.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockProperties.java index deb13b5..3478dbd 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockProperties.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/S3MockProperties.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/TaggingHeaderConverter.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/TaggingHeaderConverter.java index d07a997..3796627 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/TaggingHeaderConverter.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/TaggingHeaderConverter.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AbortIncompleteMultipartUpload.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AbortIncompleteMultipartUpload.java index baa6222..54a0519 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AbortIncompleteMultipartUpload.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AbortIncompleteMultipartUpload.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AccessControlPolicy.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AccessControlPolicy.java index c631ddb..7bbcbef 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AccessControlPolicy.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/AccessControlPolicy.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Bucket.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Bucket.java index 9778824..110c297 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Bucket.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Bucket.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/BucketLifecycleConfiguration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/BucketLifecycleConfiguration.java index 4b3c962..bec743f 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/BucketLifecycleConfiguration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/BucketLifecycleConfiguration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Buckets.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Buckets.java index c21758f..7027e38 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Buckets.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Buckets.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Checksum.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Checksum.java index b33172e..75fcc80 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Checksum.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Checksum.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ChecksumAlgorithm.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ChecksumAlgorithm.java index dddc7ed..d30f4f3 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ChecksumAlgorithm.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ChecksumAlgorithm.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUpload.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUpload.java index 977c63c..faa53b2 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUpload.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUpload.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUploadResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUploadResult.java index 1c5e311..8cf17d9 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUploadResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompleteMultipartUploadResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompletedPart.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompletedPart.java index b1a3da1..24daa47 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompletedPart.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CompletedPart.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyObjectResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyObjectResult.java index 8f110b7..618f704 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyObjectResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyObjectResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyPartResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyPartResult.java index 98d6bfb..5a08763 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyPartResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopyPartResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopySource.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopySource.java index bfa7ae6..5fc58f6 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopySource.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/CopySource.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DefaultRetention.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DefaultRetention.java index dc85c68..09a17a1 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DefaultRetention.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DefaultRetention.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Delete.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Delete.java index d5c881a..abb893f 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Delete.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Delete.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteMarkerEntry.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteMarkerEntry.java index 73f4204..ca01581 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteMarkerEntry.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteMarkerEntry.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteResult.java index 2befcbf..e125e17 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeleteResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeletedS3Object.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeletedS3Object.java index a5ed4c5..9c1a493 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeletedS3Object.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/DeletedS3Object.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Error.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Error.java index ad8cdd5..4bb153d 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Error.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Error.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ErrorResponse.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ErrorResponse.java index a941e7b..1397aaf 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ErrorResponse.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ErrorResponse.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesOutput.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesOutput.java index bc0e222..6d04b34 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesOutput.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesOutput.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesParts.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesParts.java index 7984316..1da0611 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesParts.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/GetObjectAttributesParts.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grant.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grant.java index e2e1690..fcd2cbc 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grant.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grant.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grantee.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grantee.java index 4b254c2..ca64052 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grantee.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Grantee.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InitiateMultipartUploadResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InitiateMultipartUploadResult.java index f1e11e5..9e796ff 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InitiateMultipartUploadResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InitiateMultipartUploadResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantDeserializer.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantDeserializer.java index 38e9367..f94256e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantDeserializer.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantDeserializer.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantSerializer.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantSerializer.java index 83be7cb..28de20a 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantSerializer.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/InstantSerializer.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LegalHold.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LegalHold.java index 07cfa80..75ccf8d 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LegalHold.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LegalHold.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleExpiration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleExpiration.java index 81bb648..c1e58d0 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleExpiration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleExpiration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRule.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRule.java index cefc0e3..c5a049a 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRule.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRule.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleAndOperator.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleAndOperator.java index bab2a40..23b67e8 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleAndOperator.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleAndOperator.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleFilter.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleFilter.java index 6a0bc36..2198932 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleFilter.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LifecycleRuleFilter.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListAllMyBucketsResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListAllMyBucketsResult.java index 6e057f5..7d66254 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListAllMyBucketsResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListAllMyBucketsResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResult.java index 058a0b5..1fa03db 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResultV2.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResultV2.java index e30f04f..d9616ea 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResultV2.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListBucketResultV2.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListMultipartUploadsResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListMultipartUploadsResult.java index 7859b25..c1c7945 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListMultipartUploadsResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListMultipartUploadsResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListPartsResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListPartsResult.java index 6087d31..4d6e59e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListPartsResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListPartsResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListVersionsResult.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListVersionsResult.java index ab0e40f..25072d8 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListVersionsResult.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ListVersionsResult.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LocationConstraint.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LocationConstraint.java index b775ffd..415b91a 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LocationConstraint.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/LocationConstraint.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Mode.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Mode.java index 7f83840..321bb7a 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Mode.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Mode.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/MultipartUpload.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/MultipartUpload.java index 227272b..4ab7400 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/MultipartUpload.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/MultipartUpload.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionExpiration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionExpiration.java index 537d088..8cd0814 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionExpiration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionExpiration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionTransition.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionTransition.java index 9472bd4..e9819a1 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionTransition.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/NoncurrentVersionTransition.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectAttributes.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectAttributes.java index dc9cdbd..9941c4e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectAttributes.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectAttributes.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectKey.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectKey.java index 3cefd50..ab98e71 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectKey.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectKey.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockConfiguration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockConfiguration.java index 9ed9aba..fa8ab10 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockConfiguration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockConfiguration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockEnabled.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockEnabled.java index e75580a..50b46dd 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockEnabled.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockEnabled.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockRule.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockRule.java index 52fa7f5..1f89532 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockRule.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectLockRule.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectPart.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectPart.java index c0c79ce..2a01258 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectPart.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectPart.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectVersion.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectVersion.java index eef4a23..49c1615 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectVersion.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/ObjectVersion.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Owner.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Owner.java index 34f95a7..01b3f14 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Owner.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Owner.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Part.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Part.java index 3e94660..0f3131d 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Part.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Part.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Prefix.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Prefix.java index 3d06f94..a66ea7f 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Prefix.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Prefix.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/RegionSerializer.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/RegionSerializer.java index 66fb458..2e21c77 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/RegionSerializer.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/RegionSerializer.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Retention.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Retention.java index 72c68e1..8d5c805 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Retention.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Retention.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3Object.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3Object.java index 986af19..a1b7cd0 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3Object.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3Object.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3ObjectIdentifier.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3ObjectIdentifier.java index 226341b..2695353 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3ObjectIdentifier.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/S3ObjectIdentifier.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/StorageClass.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/StorageClass.java index 1502c76..54feb6f 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/StorageClass.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/StorageClass.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tag.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tag.java index 78b60e2..d4fe3bf 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tag.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tag.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/TagSet.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/TagSet.java index 4cd6f4c..13b7a59 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/TagSet.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/TagSet.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tagging.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tagging.java index 2f1d116..84fb714 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tagging.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Tagging.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Transition.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Transition.java index fe073ca..9290329 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Transition.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/Transition.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.dto; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/package-info.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/package-info.java index 8846937..560f1e9 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/package-info.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/dto/package-info.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ /** diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/BucketService.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/BucketService.java index 034a8e3..38fb5fc 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/BucketService.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/BucketService.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.service; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/MultipartService.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/MultipartService.java index f0890a0..8e9a262 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/MultipartService.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/MultipartService.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.service; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ObjectService.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ObjectService.java index ac0d704..8778502 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ObjectService.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ObjectService.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.service; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ServiceConfiguration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ServiceConfiguration.java index e870d74..15dc383 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ServiceConfiguration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/service/ServiceConfiguration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2022 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.service; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketMetadata.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketMetadata.java index 3bb408c..ae079cd 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketMetadata.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketMetadata.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketStore.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketStore.java index 0d558fa..8ab6512 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketStore.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/BucketStore.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/KmsKeyStore.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/KmsKeyStore.java index 9e09519..142f9fb 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/KmsKeyStore.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/KmsKeyStore.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartStore.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartStore.java index a872c2d..63bfd06 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartStore.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartStore.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartUploadInfo.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartUploadInfo.java index c37b070..761163b 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartUploadInfo.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/MultipartUploadInfo.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/ObjectStore.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/ObjectStore.java index 352624f..cb8e88e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/ObjectStore.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/ObjectStore.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/S3ObjectMetadata.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/S3ObjectMetadata.java index 81aa246..ea890b1 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/S3ObjectMetadata.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/S3ObjectMetadata.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreConfiguration.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreConfiguration.java index f2df0e2..589c220 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreConfiguration.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreConfiguration.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreProperties.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreProperties.java index 488fe0b..1c6dc4f 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreProperties.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/store/StoreProperties.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.store; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AbstractAwsInputStream.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AbstractAwsInputStream.java index 777fbdc..7c16908 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AbstractAwsInputStream.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AbstractAwsInputStream.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChecksumInputStream.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChecksumInputStream.java index aa13f34..91379c2 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChecksumInputStream.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChecksumInputStream.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingChecksumInputStream.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingChecksumInputStream.java index 265a6d8..3fb2b03 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingChecksumInputStream.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingChecksumInputStream.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingInputStream.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingInputStream.java index 710c43f..61ded5e 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingInputStream.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsChunkedDecodingInputStream.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpHeaders.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpHeaders.java index 2188f9d..871cf09 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpHeaders.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpHeaders.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpParameters.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpParameters.java index 7f97f31..7f43cb8 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpParameters.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/AwsHttpParameters.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/CannedAclUtil.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/CannedAclUtil.java index 1f08ba9..c1518a7 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/CannedAclUtil.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/CannedAclUtil.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/DigestUtil.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/DigestUtil.java index 0c3af49..979c61b 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/DigestUtil.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/DigestUtil.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/EtagUtil.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/EtagUtil.java index 2599d48..8dfff64 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/EtagUtil.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/EtagUtil.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/HeaderUtil.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/HeaderUtil.java index 1e2c0e5..29fce3d 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/HeaderUtil.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/HeaderUtil.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2024 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/XmlUtil.java b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/XmlUtil.java index 1985d8a..cdf7411 100644 --- a/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/XmlUtil.java +++ b/iot-oss-embed/src/main/java/cc/iotkit/s3mock/util/XmlUtil.java @@ -1,17 +1,24 @@ /* - * Copyright 2017-2023 Adobe. + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * / */ package cc.iotkit.s3mock.util; diff --git a/iot-oss-embed/src/test/java/cc/iotkit/test/EmbedOssTest.java b/iot-oss-embed/src/test/java/cc/iotkit/test/EmbedOssTest.java index 6eab7a5..da66500 100644 --- a/iot-oss-embed/src/test/java/cc/iotkit/test/EmbedOssTest.java +++ b/iot-oss-embed/src/test/java/cc/iotkit/test/EmbedOssTest.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.test; import cc.iotkit.common.oss.core.OssClient; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPlugin.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPlugin.java index 6dd24a7..5c0c1bd 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPlugin.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPlugin.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginConfig.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginConfig.java index 77c964f..af3f941 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginConfig.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginScript.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginScript.java index 3859bfd..4da31c3 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginScript.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/IPluginScript.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core; import cc.iotkit.script.IScriptEngine; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginConfig.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginConfig.java index a8703a3..dc643f6 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginConfig.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginScript.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginScript.java index da82eb3..c17c139 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginScript.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/LocalPluginScript.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core; import cc.iotkit.common.utils.StringUtils; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IDevice.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IDevice.java index d97e6a6..2f36b9d 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IDevice.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IDevice.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing; import cc.iotkit.plugin.core.thing.actions.ActionResult; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IThingService.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IThingService.java index 228b2b6..8f28a32 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IThingService.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/IThingService.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing; import cc.iotkit.plugin.core.thing.actions.ActionResult; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/AbstractAction.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/AbstractAction.java index dafe917..93caddf 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/AbstractAction.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/AbstractAction.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; import lombok.Data; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionResult.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionResult.java index ec6c2d4..fe5a9e2 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionResult.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionResult.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; import lombok.AllArgsConstructor; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionType.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionType.java index e1ba6e8..f0b9fe0 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionType.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/ActionType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; import lombok.AllArgsConstructor; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/DeviceState.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/DeviceState.java index 1e107a9..fc22f87 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/DeviceState.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/DeviceState.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; import lombok.AllArgsConstructor; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/EventLevel.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/EventLevel.java index 13e004b..1960e08 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/EventLevel.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/EventLevel.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; import lombok.AllArgsConstructor; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/IDeviceAction.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/IDeviceAction.java index 35219b4..d0ee676 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/IDeviceAction.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/IDeviceAction.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions; /** diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/DeviceConfig.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/DeviceConfig.java index 5af6966..e5b61a8 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/DeviceConfig.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/DeviceConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.down; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertyGet.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertyGet.java index 080ee24..86aa329 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertyGet.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertyGet.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.down; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertySet.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertySet.java index fc74efb..40d11f9 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertySet.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/PropertySet.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.down; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/ServiceInvoke.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/ServiceInvoke.java index f76394e..89838ee 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/ServiceInvoke.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/down/ServiceInvoke.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.down; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceRegister.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceRegister.java index ec1e448..2804a55 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceRegister.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceRegister.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceStateChange.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceStateChange.java index 1757952..3153033 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceStateChange.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceStateChange.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceTopology.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceTopology.java index b483bdd..5304734 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceTopology.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/DeviceTopology.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/EventReport.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/EventReport.java index 60d804f..7436e85 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/EventReport.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/EventReport.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/PropertyReport.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/PropertyReport.java index d06a2a1..77b8eea 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/PropertyReport.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/PropertyReport.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/ServiceReply.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/ServiceReply.java index a186b9b..f800b1c 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/ServiceReply.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/ServiceReply.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/SubDeviceRegister.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/SubDeviceRegister.java index b3cb193..44639aa 100644 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/SubDeviceRegister.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/actions/up/SubDeviceRegister.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.actions.up; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingDevice.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingDevice.java index 55e1353..8286649 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingDevice.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingDevice.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.model; import lombok.AllArgsConstructor; diff --git a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingProduct.java b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingProduct.java index 902644f..026bc1e 100755 --- a/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingProduct.java +++ b/iot-plugin-core/src/main/java/cc/iotkit/plugin/core/thing/model/ThingProduct.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.plugin.core.thing.model; import lombok.AllArgsConstructor; diff --git a/iot-script-engine/src/main/java/cc/iotkit/script/IScriptEngine.java b/iot-script-engine/src/main/java/cc/iotkit/script/IScriptEngine.java index 90eaffe..550135c 100755 --- a/iot-script-engine/src/main/java/cc/iotkit/script/IScriptEngine.java +++ b/iot-script-engine/src/main/java/cc/iotkit/script/IScriptEngine.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.script; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/iot-script-engine/src/main/java/cc/iotkit/script/JavaScriptEngine.java b/iot-script-engine/src/main/java/cc/iotkit/script/JavaScriptEngine.java index 7ac1f64..a8044fe 100755 --- a/iot-script-engine/src/main/java/cc/iotkit/script/JavaScriptEngine.java +++ b/iot-script-engine/src/main/java/cc/iotkit/script/JavaScriptEngine.java @@ -1,11 +1,24 @@ /* - * +---------------------------------------------------------------------- - * | Copyright (c) 奇特物联 2021-2022 All rights reserved. - * +---------------------------------------------------------------------- - * | Licensed 未经许可不能去掉「奇特物联」相关版权 - * +---------------------------------------------------------------------- - * | Author: xw2sy@163.com - * +---------------------------------------------------------------------- + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package cc.iotkit.script; diff --git a/iot-script-engine/src/main/java/cc/iotkit/script/ScriptEngineFactory.java b/iot-script-engine/src/main/java/cc/iotkit/script/ScriptEngineFactory.java index f431102..7d01d06 100755 --- a/iot-script-engine/src/main/java/cc/iotkit/script/ScriptEngineFactory.java +++ b/iot-script-engine/src/main/java/cc/iotkit/script/ScriptEngineFactory.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.script; diff --git a/iot-script-engine/src/main/java/cc/iotkit/script/ScriptException.java b/iot-script-engine/src/main/java/cc/iotkit/script/ScriptException.java index 86e17a6..8f41d76 100755 --- a/iot-script-engine/src/main/java/cc/iotkit/script/ScriptException.java +++ b/iot-script-engine/src/main/java/cc/iotkit/script/ScriptException.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package cc.iotkit.script; public class ScriptException extends Exception{ diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeDefinerConfig.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeDefinerConfig.java index 68b9911..88e6570 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeDefinerConfig.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeDefinerConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeResolver.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeResolver.java index b4eb84f..a45ef19 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeResolver.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/AutowiredTypeResolver.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ConfigurePluginEnvironment.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ConfigurePluginEnvironment.java index 0f53317..6e78b9a 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ConfigurePluginEnvironment.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ConfigurePluginEnvironment.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultAutowiredTypeResolver.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultAutowiredTypeResolver.java index 441c56a..f80690e 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultAutowiredTypeResolver.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultAutowiredTypeResolver.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultSpringPluginHook.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultSpringPluginHook.java index 28a6b97..4fa88a6 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultSpringPluginHook.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/DefaultSpringPluginHook.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptyMainApplicationContext.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptyMainApplicationContext.java index 9bbfc0a..47fe5c4 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptyMainApplicationContext.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptyMainApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptySpringBeanFactory.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptySpringBeanFactory.java index af375a9..a6a8dda 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptySpringBeanFactory.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/EmptySpringBeanFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginApplicationContext.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginApplicationContext.java index 722e1e6..a743a5c 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginApplicationContext.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginContextHolder.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginContextHolder.java index e381054..8fb8a78 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginContextHolder.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginContextHolder.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginDisableAutoConfiguration.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginDisableAutoConfiguration.java index 3f2e9a0..b9e8e01 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginDisableAutoConfiguration.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginDisableAutoConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginListableBeanFactory.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginListableBeanFactory.java index e20d0e6..0bc7c8c 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginListableBeanFactory.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginListableBeanFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfInteractive.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfInteractive.java index 7fc0d3d..b57663b 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfInteractive.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfInteractive.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfSpringApplication.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfSpringApplication.java index 76c97c4..c397723 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfSpringApplication.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginOneselfSpringApplication.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.bootstrap; import com.gitee.starblues.bootstrap.processor.ProcessorContext; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginSpringApplication.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginSpringApplication.java index 28a09ad..730a96f 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginSpringApplication.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginSpringApplication.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginWebApplicationContext.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginWebApplicationContext.java index 5103b0d..ad2ca69 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginWebApplicationContext.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/PluginWebApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ResolveHttpMessageConvertersConfiguration.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ResolveHttpMessageConvertersConfiguration.java index 4fda4dc..86883b3 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ResolveHttpMessageConvertersConfiguration.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/ResolveHttpMessageConvertersConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrap.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrap.java index 6b72302..87d136c 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrap.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrap.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrapBinder.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrapBinder.java index da40ce7..df78fe4 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrapBinder.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/SpringPluginBootstrapBinder.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.bootstrap; /** diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/AutowiredType.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/AutowiredType.java index fcf7923..fd65dc5 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/AutowiredType.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/AutowiredType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.bootstrap.annotation; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/DisablePluginWeb.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/DisablePluginWeb.java index c4098d5..a3fe3b4 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/DisablePluginWeb.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/DisablePluginWeb.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.annotation; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/OneselfConfig.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/OneselfConfig.java index d51fb67..843d959 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/OneselfConfig.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/OneselfConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.annotation; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/ResolveClassLoader.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/ResolveClassLoader.java index f2617cd..82568d9 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/ResolveClassLoader.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/annotation/ResolveClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.annotation; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistAllowAutoConfiguration.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistAllowAutoConfiguration.java index 4d8628c..c46c73c 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistAllowAutoConfiguration.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistAllowAutoConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.coexist; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistResolveClassLoaderAspect.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistResolveClassLoaderAspect.java index df96584..37a656b 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistResolveClassLoaderAspect.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/coexist/CoexistResolveClassLoaderAspect.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.coexist; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncher.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncher.java index 128d093..1c82a4b 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncher.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.launcher; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncherFactory.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncherFactory.java index a40de52..0b2bbb4 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncherFactory.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/BootstrapLauncherFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.launcher; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/CoexistBootstrapLauncher.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/CoexistBootstrapLauncher.java index dc226e6..ac95afc 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/CoexistBootstrapLauncher.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/CoexistBootstrapLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.launcher; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/DefaultBootstrapLauncherFactory.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/DefaultBootstrapLauncherFactory.java index 6869072..f848349 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/DefaultBootstrapLauncherFactory.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/DefaultBootstrapLauncherFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.launcher; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/IsolationBootstrapLauncher.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/IsolationBootstrapLauncher.java index 4a20305..f482128 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/IsolationBootstrapLauncher.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/IsolationBootstrapLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.launcher; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/OneselfBootstrapLauncher.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/OneselfBootstrapLauncher.java index d0f4dcd..909409f 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/OneselfBootstrapLauncher.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/launcher/OneselfBootstrapLauncher.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.bootstrap.launcher; import com.gitee.starblues.bootstrap.DefaultSpringPluginHook; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/listener/PluginApplicationWebEventListener.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/listener/PluginApplicationWebEventListener.java index cccd412..f9d7c36 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/listener/PluginApplicationWebEventListener.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/listener/PluginApplicationWebEventListener.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.listener; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ComposeSpringPluginProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ComposeSpringPluginProcessor.java index 5009d84..b7424d2 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ComposeSpringPluginProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ComposeSpringPluginProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/DefaultProcessorContext.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/DefaultProcessorContext.java index db6e4ef..4851d6a 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/DefaultProcessorContext.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/DefaultProcessorContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ExtractBeanProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ExtractBeanProcessor.java index 303f532..3f34ece 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ExtractBeanProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ExtractBeanProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/FrameDefineBeanProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/FrameDefineBeanProcessor.java index d61ecae..6f86eb9 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/FrameDefineBeanProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/FrameDefineBeanProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/InvokeOtherPluginProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/InvokeOtherPluginProcessor.java index 3888513..c3ee02b 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/InvokeOtherPluginProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/InvokeOtherPluginProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorContext.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorContext.java index 15dd3df..7642011 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorContext.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorException.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorException.java index 8dd7532..ffdf9a6 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorException.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/ProcessorException.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/SpringPluginProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/SpringPluginProcessor.java index 5117f2b..3b5545d 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/SpringPluginProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/SpringPluginProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegister.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegister.java index 7cd194f..8a6e805 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegister.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegister.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.interceptor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistration.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistration.java index 6d32f85..9868df2 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistration.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.interceptor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistry.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistry.java index 59dcade..ac82b28 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistry.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/interceptor/PluginInterceptorRegistry.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.interceptor; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeBeanFactory.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeBeanFactory.java index 84a98f9..6b9b994 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeBeanFactory.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeBeanFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.invoke; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeProxyHandler.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeProxyHandler.java index ece3735..32c4a95 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeProxyHandler.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/invoke/InvokeProxyHandler.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.invoke; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/ConfigureMainPluginEnvironment.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/ConfigureMainPluginEnvironment.java index ae81146..82bed58 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/ConfigureMainPluginEnvironment.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/ConfigureMainPluginEnvironment.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.oneself; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/OneselfProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/OneselfProcessor.java index 0667643..03c823a 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/OneselfProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/oneself/OneselfProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.oneself; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/scanner/PluginClassPathBeanDefinitionScanner.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/scanner/PluginClassPathBeanDefinitionScanner.java index 045a9c0..828c127 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/scanner/PluginClassPathBeanDefinitionScanner.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/scanner/PluginClassPathBeanDefinitionScanner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.scanner; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginControllerProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginControllerProcessor.java index f8a5819..887cb15 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginControllerProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginControllerProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.web; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginInterceptorsProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginInterceptorsProcessor.java index 22bc9d3..4a8ab7c 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginInterceptorsProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginInterceptorsProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.web; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginStaticResourceProcessor.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginStaticResourceProcessor.java index 40e30a5..3dd727d 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginStaticResourceProcessor.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/processor/web/PluginStaticResourceProcessor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.processor.web; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/AutowiredTypeDefiner.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/AutowiredTypeDefiner.java index 7926a3d..def4506 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/AutowiredTypeDefiner.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/AutowiredTypeDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.realize; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/PluginCloseListener.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/PluginCloseListener.java index b3401cd..e496314 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/PluginCloseListener.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/PluginCloseListener.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.realize; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/StopValidator.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/StopValidator.java index 2946e1d..4fb0cf5 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/StopValidator.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/realize/StopValidator.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.realize; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/AnnotationUtils.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/AnnotationUtils.java index 23a579a..b89b8f0 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/AnnotationUtils.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/AnnotationUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.utils; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/DestroyUtils.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/DestroyUtils.java index 8b7763b..b51682b 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/DestroyUtils.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/DestroyUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.utils; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/ProcessorUtils.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/ProcessorUtils.java index 9fb4367..d412e83 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/ProcessorUtils.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/ProcessorUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.utils; diff --git a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/SpringBeanUtils.java b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/SpringBeanUtils.java index 54b4c7c..527583a 100755 --- a/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/SpringBeanUtils.java +++ b/iot-spring-brick/spring-brick-bootstrap/src/main/java/com/gitee/starblues/bootstrap/utils/SpringBeanUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.bootstrap.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/AbstractDependencyPlugin.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/AbstractDependencyPlugin.java index f5d4391..e630112 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/AbstractDependencyPlugin.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/AbstractDependencyPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/Constants.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/Constants.java index e545c01..4186e5a 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/Constants.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/Constants.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/DependencyPlugin.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/DependencyPlugin.java index 0fae35c..b26af05 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/DependencyPlugin.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/DependencyPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/ManifestKey.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/ManifestKey.java index 74b6267..69f6bfa 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/ManifestKey.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/ManifestKey.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageStructure.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageStructure.java index d1fbdaa..9e682d3 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageStructure.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageStructure.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageType.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageType.java index 66c5ada..e127d6c 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageType.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PackageType.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDescriptorKey.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDescriptorKey.java index 106e210..61a367a 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDescriptorKey.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDescriptorKey.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDisableAutoConfig.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDisableAutoConfig.java index 24bdefe..11dd507 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDisableAutoConfig.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/PluginDisableAutoConfig.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.common; import java.util.HashSet; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AbstractPluginCipher.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AbstractPluginCipher.java index 9233c33..e2ca5d1 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AbstractPluginCipher.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AbstractPluginCipher.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.common.cipher; import com.gitee.starblues.utils.MapValueGetter; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AesPluginCipher.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AesPluginCipher.java index 76d6c8d..f2ba819 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AesPluginCipher.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/AesPluginCipher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common.cipher; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/PluginCipher.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/PluginCipher.java index b6abc4e..383793a 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/PluginCipher.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/PluginCipher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common.cipher; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/RsaPluginCipher.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/RsaPluginCipher.java index 1c88129..2f9da65 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/RsaPluginCipher.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/common/cipher/RsaPluginCipher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.common.cipher; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/Assert.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/Assert.java index 41f6ca3..bd2339f 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/Assert.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/Assert.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/CompareClassTypeUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/CompareClassTypeUtils.java index 550afe1..a08c123 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/CompareClassTypeUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/CompareClassTypeUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FieldFilter.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FieldFilter.java index cdc5159..d9bfa13 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FieldFilter.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FieldFilter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FilesUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FilesUtils.java index 3dd292f..ca00392 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FilesUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/FilesUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/MapValueGetter.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/MapValueGetter.java index 862a768..e071be1 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/MapValueGetter.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/MapValueGetter.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.utils; import java.util.Collections; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectUtils.java index 7e0172c..2f37174 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectValueUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectValueUtils.java index ad9274d..107e521 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectValueUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ObjectValueUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/PropertiesUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/PropertiesUtils.java index d2c2d86..386f209 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/PropertiesUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/PropertiesUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ReflectionUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ReflectionUtils.java index 4e7ec3d..847c546 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ReflectionUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ReflectionUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ResourceUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ResourceUtils.java index 1571766..6e928fb 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ResourceUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/ResourceUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/StringUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/StringUtils.java index 6961d37..cd2b3ba 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/StringUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/StringUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/UrlUtils.java b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/UrlUtils.java index 568a198..f61082a 100755 --- a/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/UrlUtils.java +++ b/iot-spring-brick/spring-brick-common/src/main/java/com/gitee/starblues/utils/UrlUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/DevelopmentMode.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/DevelopmentMode.java index 347c082..f923bc9 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/DevelopmentMode.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/DevelopmentMode.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/LoaderConstant.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/LoaderConstant.java index bb7853e..9cdf5fe 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/LoaderConstant.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/LoaderConstant.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/PluginResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/PluginResourceStorage.java index e4ac2cf..5d124d5 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/PluginResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/PluginResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/Archive.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/Archive.java index 11f95d6..fd0d21d 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/Archive.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/Archive.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.archive; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/ExplodedArchive.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/ExplodedArchive.java index 7ec7f03..0082c98 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/ExplodedArchive.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/ExplodedArchive.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.archive; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/JarFileArchive.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/JarFileArchive.java index 1183476..dcaa2fc 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/JarFileArchive.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/archive/JarFileArchive.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.archive; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/ClassLoaderTranslator.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/ClassLoaderTranslator.java index 9a24c09..dbd6b23 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/ClassLoaderTranslator.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/ClassLoaderTranslator.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GeneralUrlClassLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GeneralUrlClassLoader.java index 8fcd39e..23be770 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GeneralUrlClassLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GeneralUrlClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GenericClassLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GenericClassLoader.java index 4108f54..f3c7f2b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GenericClassLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/GenericClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/ExcludeResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/ExcludeResource.java index 06ca2ca..62870ce 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/ExcludeResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/ExcludeResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.filter; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/IncludeResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/IncludeResource.java index 5068fd1..6c9ea5c 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/IncludeResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/filter/IncludeResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.filter; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/Resource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/Resource.java index 283ed3d..02356d0 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/Resource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/Resource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/ResourceByteGetter.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/ResourceByteGetter.java index beab785..e51a096 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/ResourceByteGetter.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/ResourceByteGetter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Cache.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Cache.java index 6e0fd83..20473b6 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Cache.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Cache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheExpirationTrigger.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheExpirationTrigger.java index 6aa8855..7bcebba 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheExpirationTrigger.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheExpirationTrigger.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheLinkedHashMap.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheLinkedHashMap.java index df76398..b215a94 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheLinkedHashMap.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/CacheLinkedHashMap.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.loader.classloader.resource.cache; import java.util.LinkedHashMap; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/DefaultCacheExpirationTrigger.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/DefaultCacheExpirationTrigger.java index 5b5b5e7..e538185 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/DefaultCacheExpirationTrigger.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/DefaultCacheExpirationTrigger.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Entity.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Entity.java index 10eed19..4c7e608 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Entity.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/Entity.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMapCache.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMapCache.java index e4ee7ed..76dc1bb 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMapCache.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMapCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapListCache.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapListCache.java index f331106..c7c3cb4 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapListCache.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapListCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapUnifiedListCache.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapUnifiedListCache.java index 6185ef6..3ad9588 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapUnifiedListCache.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/LRUMultiMapUnifiedListCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/MultiCache.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/MultiCache.java index 6529323..aa6df2e 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/MultiCache.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/cache/MultiCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.cache; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/AbstractResourceLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/AbstractResourceLoader.java index 68a5fa5..da47c0b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/AbstractResourceLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/AbstractResourceLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/BaseURLResourceLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/BaseURLResourceLoader.java index 5468cb8..ad54a6b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/BaseURLResourceLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/BaseURLResourceLoader.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.loader.classloader.resource.loader; import com.gitee.starblues.loader.classloader.resource.storage.ResourceStorage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/CacheResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/CacheResource.java index e042678..6715a67 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/CacheResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/CacheResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ClassPathLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ClassPathLoader.java index 3ba8b84..6853773 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ClassPathLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ClassPathLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResource.java index 3eeebe8..2cd9025 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResourceLoaderFactory.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResourceLoaderFactory.java index 87a051d..2856db4 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResourceLoaderFactory.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/DefaultResourceLoaderFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/JarResourceLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/JarResourceLoader.java index 69d374b..6ee73f2 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/JarResourceLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/JarResourceLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/MainJarResourceLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/MainJarResourceLoader.java index f9330de..0bede38 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/MainJarResourceLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/MainJarResourceLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoader.java index a5262ad..0bee1a5 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoaderFactory.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoaderFactory.java index 2036861..dc2859a 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoaderFactory.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/loader/ResourceLoaderFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.loader; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/AbstractResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/AbstractResourceStorage.java index f915df5..7658a05 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/AbstractResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/AbstractResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheFastResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheFastResourceStorage.java index b6b162d..a1e01c7 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheFastResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheFastResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheLowMemoryResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheLowMemoryResourceStorage.java index df36f31..44aaae7 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheLowMemoryResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CacheLowMemoryResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CachePerpetualResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CachePerpetualResourceStorage.java index bebd310..3ffb41e 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CachePerpetualResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/CachePerpetualResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/EmptyResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/EmptyResourceStorage.java index 2808931..d875495 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/EmptyResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/EmptyResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/ResourceStorage.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/ResourceStorage.java index aafd31d..c6ade67 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/ResourceStorage.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/classloader/resource/storage/ResourceStorage.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.classloader.resource.storage; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AbstractJarFile.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AbstractJarFile.java index 1e6f6f5..d753c2b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AbstractJarFile.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AbstractJarFile.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AsciiBytes.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AsciiBytes.java index 801719b..13df2f6 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AsciiBytes.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/AsciiBytes.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Bytes.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Bytes.java index 5f3dc3c..6efc315 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Bytes.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Bytes.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryEndRecord.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryEndRecord.java index 49d86d3..c04b52f 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryEndRecord.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryEndRecord.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryFileHeader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryFileHeader.java index a2a4d12..166a077 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryFileHeader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryFileHeader.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryParser.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryParser.java index 8548c4b..45633b6 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryParser.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryParser.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryVisitor.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryVisitor.java index 2f45f46..cec7126 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryVisitor.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/CentralDirectoryVisitor.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/FileHeader.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/FileHeader.java index a360f64..2a0f4c2 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/FileHeader.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/FileHeader.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Handler.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Handler.java index 517893d..5f1c7b1 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Handler.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/Handler.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntry.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntry.java index 165e79d..a2fa732 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntry.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntry.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryCertification.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryCertification.java index 2ba0a16..0427f87 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryCertification.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryCertification.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryFilter.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryFilter.java index e6990e7..196c1e2 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryFilter.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarEntryFilter.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFile.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFile.java index a02274b..78934bc 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFile.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFile.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileEntries.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileEntries.java index ce3cf70..dcd556d 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileEntries.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileEntries.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileWrapper.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileWrapper.java index bc344a6..b9ac0a5 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileWrapper.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarFileWrapper.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarURLConnection.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarURLConnection.java index 5dce1fd..8334b1d 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarURLConnection.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/JarURLConnection.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessData.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessData.java index 1c25ec0..b3f9b6c 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessData.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessData.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessDataFile.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessDataFile.java index 7f671af..02ea9d6 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessDataFile.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/RandomAccessDataFile.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/StringSequence.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/StringSequence.java index 7b2c1f7..7e77fa1 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/StringSequence.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/StringSequence.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/ZipInflaterInputStream.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/ZipInflaterInputStream.java index e4192f1..d815551 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/ZipInflaterInputStream.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/jar/ZipInflaterInputStream.java @@ -1,18 +1,24 @@ /* - * Copyright 2012-2021 the original author or authors. - * Copy from spring-boot-loader * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * https://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.jar; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractLauncher.java index e1dc6d5..904dbc2 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractMainLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractMainLauncher.java index 0b1adcb..4cd8c5c 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractMainLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/AbstractMainLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevLauncher.java index 170bdf1..41fa489 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevelopmentModeSetting.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevelopmentModeSetting.java index 439cdb5..45def56 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevelopmentModeSetting.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/DevelopmentModeSetting.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/Launcher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/Launcher.java index 5739bcf..e67275b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/Launcher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/Launcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/LauncherContext.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/LauncherContext.java index 6ab8859..917234b 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/LauncherContext.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/LauncherContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/ProdLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/ProdLauncher.java index 09bbce7..42ab584 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/ProdLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/ProdLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringBootstrap.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringBootstrap.java index 9335b07..456e5e9 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringBootstrap.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringBootstrap.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainBootstrap.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainBootstrap.java index d627ec8..bb55aac 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainBootstrap.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainBootstrap.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainProdBootstrap.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainProdBootstrap.java index b47de02..0b88fc8 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainProdBootstrap.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/SpringMainProdBootstrap.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/ClasspathResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/ClasspathResource.java index a96cb2e..62f2779 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/ClasspathResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/ClasspathResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.classpath; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/FastJarClasspathResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/FastJarClasspathResource.java index b7dcaf2..26c1e29 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/FastJarClasspathResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/FastJarClasspathResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.classpath; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/JarOutClasspathResource.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/JarOutClasspathResource.java index 31f0efe..b5256ab 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/JarOutClasspathResource.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/classpath/JarOutClasspathResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.classpath; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistBaseLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistBaseLauncher.java index 311af4d..f996edf 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistBaseLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistBaseLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.coexist; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistFastJarLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistFastJarLauncher.java index 8750fe9..f6be13c 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistFastJarLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistFastJarLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.coexist; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistJarOuterLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistJarOuterLauncher.java index 9ceb5ab..0aed740 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistJarOuterLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/coexist/CoexistJarOuterLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.coexist; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationBaseLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationBaseLauncher.java index 75341e7..073d269 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationBaseLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationBaseLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.isolation; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationFastJarLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationFastJarLauncher.java index de16b58..3a615e3 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationFastJarLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationFastJarLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.isolation; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationJarOuterLauncher.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationJarOuterLauncher.java index 8b5553f..674ce1d 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationJarOuterLauncher.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/IsolationJarOuterLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.isolation; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/ResourceLoaderFactoryGetter.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/ResourceLoaderFactoryGetter.java index c69f16c..fca17fe 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/ResourceLoaderFactoryGetter.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/isolation/ResourceLoaderFactoryGetter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.isolation; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MainMethodRunner.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MainMethodRunner.java index 370df25..7696daf 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MainMethodRunner.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MainMethodRunner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.runner; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MethodRunner.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MethodRunner.java index 502e012..c765d3a 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MethodRunner.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/launcher/runner/MethodRunner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.launcher.runner; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Assert.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Assert.java index 26aa30b..de2debb 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Assert.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Assert.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/CompareClassTypeUtils.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/CompareClassTypeUtils.java index c1ea6e9..da14e04 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/CompareClassTypeUtils.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/CompareClassTypeUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/FilesUtils.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/FilesUtils.java index ada15d7..db15a31 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/FilesUtils.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/FilesUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/IOUtils.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/IOUtils.java index 20cec12..ea86938 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/IOUtils.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/IOUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ObjectUtils.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ObjectUtils.java index de58e49..53f9cf0 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ObjectUtils.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ObjectUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Release.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Release.java index 8f75fdd..4590845 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Release.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/Release.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.loader.utils; /** diff --git a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ResourceUtils.java b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ResourceUtils.java index 0de81f7..9d63f89 100755 --- a/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ResourceUtils.java +++ b/iot-spring-brick/spring-brick-loader/src/main/java/com/gitee/starblues/loader/utils/ResourceUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.loader.utils; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractDependencyFilterMojo.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractDependencyFilterMojo.java index ff061cf..52ad1d6 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractDependencyFilterMojo.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractDependencyFilterMojo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractPackagerMojo.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractPackagerMojo.java index 629649d..b676d15 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractPackagerMojo.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/AbstractPackagerMojo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/BasicRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/BasicRepackager.java index bfe59b6..f4c198a 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/BasicRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/BasicRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Constant.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Constant.java index 0225ae5..1fcd24e 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Constant.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Constant.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Dependency.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Dependency.java index 7e2b1e0..dba9e83 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Dependency.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Dependency.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/DependencyPlugin.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/DependencyPlugin.java index 44dfcdf..04204b4 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/DependencyPlugin.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/DependencyPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadMainResourcePattern.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadMainResourcePattern.java index a9a3b7a..678b347 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadMainResourcePattern.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadMainResourcePattern.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadToMain.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadToMain.java index 9892b98..82bb7e1 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadToMain.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/LoadToMain.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/PluginInfo.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/PluginInfo.java index 7265f0b..331c39c 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/PluginInfo.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/PluginInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/RepackageMojo.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/RepackageMojo.java index cf2f360..cd9c237 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/RepackageMojo.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/RepackageMojo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Repackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Repackager.java index 1877f9e..d168d89 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Repackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/Repackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/Dependency.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/Dependency.java index a99bba6..9017e6f 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/Dependency.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/Dependency.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.dev; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevConfig.java index 74d6440..4be5aec 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.dev; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevRepackager.java index 2880f02..02abcb5 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/dev/DevRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.dev; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesConfig.java index a7d4afd..09fa04e 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesEncryptPlugin.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesEncryptPlugin.java index 4b2b0f6..7cb2b12 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesEncryptPlugin.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/AesEncryptPlugin.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.plugin.pack.encrypt; import com.gitee.starblues.common.cipher.AbstractPluginCipher; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptConfig.java index 769b8db..2557d90 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPlugin.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPlugin.java index 5a22fee..387b6e9 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPlugin.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPluginFactory.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPluginFactory.java index c52148c..8a5494e 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPluginFactory.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/EncryptPluginFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaConfig.java index 09a8597..6c1eeab 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaEncryptPlugin.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaEncryptPlugin.java index 2e1f190..3063a10 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaEncryptPlugin.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/encrypt/RsaEncryptPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.encrypt; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/DependencyFilter.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/DependencyFilter.java index 1150a26..45c16e6 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/DependencyFilter.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/DependencyFilter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Exclude.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Exclude.java index 0aaff1f..868c966 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Exclude.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Exclude.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/ExcludeFilter.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/ExcludeFilter.java index cb564bf..ed5cdfb 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/ExcludeFilter.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/ExcludeFilter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/FilterableDependency.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/FilterableDependency.java index d51b603..1bcdbac 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/FilterableDependency.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/FilterableDependency.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Include.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Include.java index c2bfb7a..4b75407 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Include.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/Include.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/IncludeFilter.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/IncludeFilter.java index c9e8385..8bb513a 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/IncludeFilter.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/filter/IncludeFilter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.filter; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarNestPackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarNestPackager.java index 804d778..d508220 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarNestPackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarNestPackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.main; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarOuterPackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarOuterPackager.java index eb9e886..380d71a 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarOuterPackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/JarOuterPackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.main; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainConfig.java index 8b9101f..314de99 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.main; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainRepackager.java index f46ac0c..c480c85 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/main/MainRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.main; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/DirProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/DirProdRepackager.java index 8f9118e..afab7e1 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/DirProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/DirProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarNestedProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarNestedProdRepackager.java index 052eaf2..f240c23 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarNestedProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarNestedProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarOuterProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarOuterProdRepackager.java index 4d1eaf0..adc27e2 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarOuterProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/JarOuterProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdConfig.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdConfig.java index 10c334b..f97a66d 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdConfig.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdRepackager.java index 629d816..61f1c7b 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipOuterProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipOuterProdRepackager.java index 87b1f13..a853ed2 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipOuterProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipOuterProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipProdRepackager.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipProdRepackager.java index 42ed36f..5402cf7 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipProdRepackager.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/prod/ZipProdRepackager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.prod; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/CommonUtils.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/CommonUtils.java index f3dfdd6..d8792ab 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/CommonUtils.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/CommonUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.utils; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageJar.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageJar.java index 7fa1c46..90bf68d 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageJar.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageJar.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.utils; diff --git a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageZip.java b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageZip.java index 96df2df..a1be022 100755 --- a/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageZip.java +++ b/iot-spring-brick/spring-brick-maven-packager/src/main/java/com/gitee/starblues/plugin/pack/utils/PackageZip.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.plugin.pack.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Caller.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Caller.java index c043b03..969b56d 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Caller.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Caller.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.annotation; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Extract.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Extract.java index 90f4460..9352e70 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Extract.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Extract.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.annotation; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Supplier.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Supplier.java index 1eba7e4..b1a9aef 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Supplier.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/annotation/Supplier.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.annotation; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginInsideInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginInsideInfo.java index 136e22c..743084f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginInsideInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginInsideInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginManager.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginManager.java index db6cfd6..40f8747 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginManager.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultPluginManager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultRealizeProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultRealizeProvider.java index f716d41..2e3b279 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultRealizeProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/DefaultRealizeProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginCloseType.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginCloseType.java index 0aef5e4..0029c03 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginCloseType.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginCloseType.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.core; /** diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginExtensionInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginExtensionInfo.java index a741d01..31c4171 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginExtensionInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginExtensionInfo.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.core; import java.util.Map; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfo.java index aa43f41..d5f9cf0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfoFace.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfoFace.java index 72e1144..d0ddb07 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfoFace.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInfoFace.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInsideInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInsideInfo.java index 8499404..72abf39 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInsideInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginInsideInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginLauncherManager.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginLauncherManager.java index 4318ede..b7505f8 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginLauncherManager.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginLauncherManager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginManager.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginManager.java index 3f41aad..0427983 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginManager.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginManager.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginState.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginState.java index 02ac658..4b3a53b 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginState.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/PluginState.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RealizeProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RealizeProvider.java index a874db3..5d878cc 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RealizeProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RealizeProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RuntimeMode.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RuntimeMode.java index 592df1c..5a05cc2 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RuntimeMode.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/RuntimeMode.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginBasicChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginBasicChecker.java index 925e3b7..668fd73 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginBasicChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginBasicChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginLauncherChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginLauncherChecker.java index feab2ae..09b8c1f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginLauncherChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/ComposePluginLauncherChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginBasicChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginBasicChecker.java index b63fc6d..8679dbf 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginBasicChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginBasicChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginLauncherChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginLauncherChecker.java index 2c9efde..3b20867 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginLauncherChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DefaultPluginLauncherChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DependencyPluginLauncherChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DependencyPluginLauncherChecker.java index a944545..d50265e 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DependencyPluginLauncherChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/DependencyPluginLauncherChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginBasicChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginBasicChecker.java index 6975610..4e3b6a9 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginBasicChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginBasicChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginLauncherChecker.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginLauncherChecker.java index 14f01c5..21a5c0c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginLauncherChecker.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/checker/PluginLauncherChecker.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.checker; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/CacheMainResourceMatcher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/CacheMainResourceMatcher.java index 41edbd9..12c07fd 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/CacheMainResourceMatcher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/CacheMainResourceMatcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ComposeMainResourceMatcher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ComposeMainResourceMatcher.java index ee30103..32349b6 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ComposeMainResourceMatcher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ComposeMainResourceMatcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/DefaultMainResourceMatcher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/DefaultMainResourceMatcher.java index 11f206f..acd21ac 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/DefaultMainResourceMatcher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/DefaultMainResourceMatcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/EmptyMainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/EmptyMainResourcePatternDefiner.java index 3024418..ba05009 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/EmptyMainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/EmptyMainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourceMatcher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourceMatcher.java index 059f749..329211a 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourceMatcher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourceMatcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourcePatternDefiner.java index b8fb11d..6602ec4 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/MainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/NestedPluginJarResourceLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/NestedPluginJarResourceLoader.java index d7c770b..13a18fd 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/NestedPluginJarResourceLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/NestedPluginJarResourceLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginClassLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginClassLoader.java index 116900a..9329efe 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginClassLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginGeneralUrlClassLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginGeneralUrlClassLoader.java index 11e5259..437b85a 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginGeneralUrlClassLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginGeneralUrlClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactory.java index 8156313..c4d6781 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactoryProxy.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactoryProxy.java index 594b738..da49acb 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactoryProxy.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/PluginResourceLoaderFactoryProxy.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ProhibitMainResourceMatcher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ProhibitMainResourceMatcher.java index 3ba3964..432047e 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ProhibitMainResourceMatcher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/classloader/ProhibitMainResourceMatcher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.classloader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/AbstractPluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/AbstractPluginDescriptorLoader.java index 90f2164..f3687db 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/AbstractPluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/AbstractPluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ComposeDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ComposeDescriptorLoader.java index 6bcc236..794cf11 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ComposeDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ComposeDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultDependencyPlugin.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultDependencyPlugin.java index 1ee1201..8ea96d0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultDependencyPlugin.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultDependencyPlugin.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultInsidePluginDescriptor.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultInsidePluginDescriptor.java index 93c93f2..7e8af67 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultInsidePluginDescriptor.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultInsidePluginDescriptor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultPluginDescriptor.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultPluginDescriptor.java index 8e2e330..fb79f14 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultPluginDescriptor.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DefaultPluginDescriptor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DevPluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DevPluginDescriptorLoader.java index 2b9b29c..0335c96 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DevPluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/DevPluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/InsidePluginDescriptor.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/InsidePluginDescriptor.java index 472125e..bb4ca45 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/InsidePluginDescriptor.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/InsidePluginDescriptor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptor.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptor.java index 7d4b572..2fb7a68 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptor.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptor.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptorLoader.java index 6e122b3..6ab5872 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginLibInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginLibInfo.java index f3e9d7f..5ded744 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginLibInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginLibInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginResourcesConfig.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginResourcesConfig.java index ca3401d..1ed50f1 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginResourcesConfig.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginResourcesConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginType.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginType.java index 86e2bbb..3a8c066 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginType.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/PluginType.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdDirPluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdDirPluginDescriptorLoader.java index bd0f7d7..5388264 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdDirPluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdDirPluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPackagePluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPackagePluginDescriptorLoader.java index 103e482..94b43ac 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPackagePluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPackagePluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPluginDescriptorLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPluginDescriptorLoader.java index b8c1bb1..4497222 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPluginDescriptorLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/ProdPluginDescriptorLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/DefaultPluginDescriptorDecrypt.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/DefaultPluginDescriptorDecrypt.java index d2a4761..a5ecb0c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/DefaultPluginDescriptorDecrypt.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/DefaultPluginDescriptorDecrypt.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.core.descriptor.decrypt; import com.gitee.starblues.common.PluginDescriptorKey; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/EmptyPluginDescriptorDecrypt.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/EmptyPluginDescriptorDecrypt.java index 8bf02b4..b60475d 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/EmptyPluginDescriptorDecrypt.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/EmptyPluginDescriptorDecrypt.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor.decrypt; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/PluginDescriptorDecrypt.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/PluginDescriptorDecrypt.java index 6b3490e..4f7970c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/PluginDescriptorDecrypt.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/descriptor/decrypt/PluginDescriptorDecrypt.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.descriptor.decrypt; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDecryptException.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDecryptException.java index ea133c3..51c7113 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDecryptException.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDecryptException.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.exception; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDisabledException.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDisabledException.java index 0d998d9..6f19ad4 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDisabledException.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginDisabledException.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.exception; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginException.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginException.java index 617d5b9..e161fbb 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginException.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginException.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.exception; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginProhibitStopException.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginProhibitStopException.java index 7718c13..e0fb7d0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginProhibitStopException.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/exception/PluginProhibitStopException.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.exception; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/JavaMainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/JavaMainResourcePatternDefiner.java index 2ae933a..ef036fd 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/JavaMainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/JavaMainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/AbstractPluginLauncher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/AbstractPluginLauncher.java index 1d7c251..fc5d95f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/AbstractPluginLauncher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/AbstractPluginLauncher.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.core.launcher.plugin; import com.gitee.starblues.core.PluginInsideInfo; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/BasicMainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/BasicMainResourcePatternDefiner.java index 37b1e93..360d9f0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/BasicMainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/BasicMainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/CacheRegistryInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/CacheRegistryInfo.java index e925ffe..0515cc8 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/CacheRegistryInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/CacheRegistryInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultMainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultMainResourcePatternDefiner.java index 2525e8e..7650069 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultMainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultMainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultPluginInteractive.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultPluginInteractive.java index ef39601..1a8bf85 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultPluginInteractive.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/DefaultPluginInteractive.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginCoexistLauncher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginCoexistLauncher.java index dbcc89d..3ce3532 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginCoexistLauncher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginCoexistLauncher.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.core.launcher.plugin; import com.gitee.starblues.core.classloader.PluginGeneralUrlClassLoader; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginInteractive.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginInteractive.java index f9c2f6e..229d5d9 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginInteractive.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginInteractive.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginIsolationLauncher.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginIsolationLauncher.java index dffc257..d2443e0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginIsolationLauncher.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginIsolationLauncher.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMainResourcePatternDefiner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMainResourcePatternDefiner.java index d469657..1164895 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMainResourcePatternDefiner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMainResourcePatternDefiner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMethodRunner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMethodRunner.java index 5935186..7c405e6 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMethodRunner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/PluginMethodRunner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/RegistryInfo.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/RegistryInfo.java index ddea632..51b5f6f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/RegistryInfo.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/RegistryInfo.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/SpringPluginHookWrapper.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/SpringPluginHookWrapper.java index 31dbc99..1243fcf 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/SpringPluginHookWrapper.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/SpringPluginHookWrapper.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/DefaultPluginLaunchInvolved.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/DefaultPluginLaunchInvolved.java index 9b97d6b..2ab7913 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/DefaultPluginLaunchInvolved.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/DefaultPluginLaunchInvolved.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin.involved; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginApplicationContextGetter.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginApplicationContextGetter.java index a1296c8..d520f4c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginApplicationContextGetter.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginApplicationContextGetter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin.involved; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolved.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolved.java index 5ff3d5e..388799c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolved.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolved.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin.involved; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolvedFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolvedFactory.java index dbbcd94..b26ac03 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolvedFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/launcher/plugin/involved/PluginLaunchInvolvedFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.launcher.plugin.involved; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/BasePluginScanner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/BasePluginScanner.java index 47ffca1..7be4fc8 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/BasePluginScanner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/BasePluginScanner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ComposePathResolve.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ComposePathResolve.java index 71ef46c..83ac7ad 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ComposePathResolve.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ComposePathResolve.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/DevPathResolve.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/DevPathResolve.java index 9d68489..eaec8a7 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/DevPathResolve.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/DevPathResolve.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PathResolve.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PathResolve.java index 810484a..deb6b08 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PathResolve.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PathResolve.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PluginScanner.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PluginScanner.java index 04ee682..b00b555 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PluginScanner.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/PluginScanner.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ProdPathResolve.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ProdPathResolve.java index c1efa78..796249b 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ProdPathResolve.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/scanner/ProdPathResolve.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.scanner; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/SemverVersionInspector.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/SemverVersionInspector.java index 9c72473..0c3a7a2 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/SemverVersionInspector.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/SemverVersionInspector.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.version; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/VersionInspector.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/VersionInspector.java index 87d95c5..9429215 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/VersionInspector.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/core/version/VersionInspector.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.core.version; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/AutoIntegrationConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/AutoIntegrationConfiguration.java index 883887d..0fe6be7 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/AutoIntegrationConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/AutoIntegrationConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/DefaultIntegrationConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/DefaultIntegrationConfiguration.java index 59370c3..5637bc7 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/DefaultIntegrationConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/DefaultIntegrationConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointConfiguration.java index d483f0b..1c245b2 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointWebConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointWebConfiguration.java index ae20f2d..fd83179 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointWebConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/ExtendPointWebConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/IntegrationConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/IntegrationConfiguration.java index 65b4cac..47d9a12 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/IntegrationConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/IntegrationConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/SpringBootPluginStarter.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/SpringBootPluginStarter.java index 497f3e7..37f6b60 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/SpringBootPluginStarter.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/SpringBootPluginStarter.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AbstractPluginApplication.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AbstractPluginApplication.java index 0f8fce9..d29a441 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AbstractPluginApplication.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AbstractPluginApplication.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.application; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AutoPluginApplication.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AutoPluginApplication.java index c058969..c9b10d5 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AutoPluginApplication.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/AutoPluginApplication.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.application; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/DefaultPluginApplication.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/DefaultPluginApplication.java index f0346b1..880cca1 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/DefaultPluginApplication.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/DefaultPluginApplication.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.application; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/PluginApplication.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/PluginApplication.java index 38d5194..52f6f1f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/PluginApplication.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/application/PluginApplication.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.application; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptConfiguration.java index eafb1b8..fda8766 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.decrypt; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptPluginConfiguration.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptPluginConfiguration.java index d77e26c..10f0364 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptPluginConfiguration.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/decrypt/DecryptPluginConfiguration.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.decrypt; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultInitializerListener.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultInitializerListener.java index 054015b..81c0d65 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultInitializerListener.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultInitializerListener.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultPluginListenerFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultPluginListenerFactory.java index 78bdbb3..f9df69c 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultPluginListenerFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/DefaultPluginListenerFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListener.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListener.java index 134e115..b31ea10 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListener.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListener.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListenerFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListenerFactory.java index 677d955..43a6f92 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListenerFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginInitializerListenerFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListener.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListener.java index bcf9ceb..1017840 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListener.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListener.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListenerFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListenerFactory.java index 9beafdc..4979f11 100644 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListenerFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/listener/PluginListenerFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.listener; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/DefaultPluginOperator.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/DefaultPluginOperator.java index 52ee7c8..58ea15a 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/DefaultPluginOperator.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/DefaultPluginOperator.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/EmptyPluginOperator.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/EmptyPluginOperator.java index 3903cf9..94b6138 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/EmptyPluginOperator.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/EmptyPluginOperator.java @@ -1,3 +1,26 @@ +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / + */ + package com.gitee.starblues.integration.operator; import com.gitee.starblues.core.PluginInfo; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperator.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperator.java index f48d256..6f5f266 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperator.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperator.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperatorWrapper.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperatorWrapper.java index 8050404..5b023ee 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperatorWrapper.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/PluginOperatorWrapper.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByInputStreamParam.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByInputStreamParam.java index 97b3dd4..800087e 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByInputStreamParam.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByInputStreamParam.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator.upload; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByMultipartFileParam.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByMultipartFileParam.java index 5be7fd7..6c9bf05 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByMultipartFileParam.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadByMultipartFileParam.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator.upload; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadParam.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadParam.java index 3288f4d..410e973 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadParam.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/operator/upload/UploadParam.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.operator.upload; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/BeanWrapper.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/BeanWrapper.java index 73f9d5d..98b1170 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/BeanWrapper.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/BeanWrapper.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.user; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/DefaultPluginUser.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/DefaultPluginUser.java index 7639555..99e3e38 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/DefaultPluginUser.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/DefaultPluginUser.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.user; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/PluginUser.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/PluginUser.java index c786e1a..14b0347 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/PluginUser.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/integration/user/PluginUser.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.integration.user; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContext.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContext.java index e9ad336..1e09957 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContext.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContextProxy.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContextProxy.java index 1330a08..c23b1a2 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContextProxy.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ApplicationContextProxy.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/CacheJdkSameTypeParamProxyFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/CacheJdkSameTypeParamProxyFactory.java index 910c9f5..c139587 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/CacheJdkSameTypeParamProxyFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/CacheJdkSameTypeParamProxyFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/GenericApplicationContext.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/GenericApplicationContext.java index 6dd021b..7a170f9 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/GenericApplicationContext.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/GenericApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/JdkSameTypeParamProxyFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/JdkSameTypeParamProxyFactory.java index ffef67f..65807cb 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/JdkSameTypeParamProxyFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/JdkSameTypeParamProxyFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContext.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContext.java index b121ca7..7d397f9 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContext.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContext.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContextProxy.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContextProxy.java index 96f7b58..4c67248 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContextProxy.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/MainApplicationContextProxy.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ProxyFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ProxyFactory.java index e2c9db3..6e120a4 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ProxyFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ProxyFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ResolvePluginThreadClassLoader.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ResolvePluginThreadClassLoader.java index dfd84e5..91e7afb 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ResolvePluginThreadClassLoader.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/ResolvePluginThreadClassLoader.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringBeanFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringBeanFactory.java index fed6f7c..9ff0e9c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringBeanFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringBeanFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringPluginHook.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringPluginHook.java index 634658f..140ef5c 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringPluginHook.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/SpringPluginHook.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/WebConfig.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/WebConfig.java index 1cc006e..f11843b 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/WebConfig.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/WebConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EmptyEnvironmentProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EmptyEnvironmentProvider.java index a9ed7b7..55efb05 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EmptyEnvironmentProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EmptyEnvironmentProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.environment; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EnvironmentProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EnvironmentProvider.java index 8ab6be9..4de579d 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EnvironmentProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/EnvironmentProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.environment; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MainSpringBootEnvironmentProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MainSpringBootEnvironmentProvider.java index e126ba7..0799a92 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MainSpringBootEnvironmentProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MainSpringBootEnvironmentProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.environment; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MapEnvironmentProvider.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MapEnvironmentProvider.java index 095462c..1e1f9b8 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MapEnvironmentProvider.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/environment/MapEnvironmentProvider.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.environment; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultExtractFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultExtractFactory.java index 93d846f..d2048c2 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultExtractFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultExtractFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.extract; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultOpExtractFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultOpExtractFactory.java index a2a9436..79efeac 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultOpExtractFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/DefaultOpExtractFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.extract; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractCoordinate.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractCoordinate.java index 01755e9..cbfbade 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractCoordinate.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractCoordinate.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.extract; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractFactory.java index 7090fa9..9ddd69f 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/ExtractFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.extract; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/OpExtractFactory.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/OpExtractFactory.java index 1ac04fa..c16b0a8 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/OpExtractFactory.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/extract/OpExtractFactory.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.extract; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/DefaultInvokeSupperCache.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/DefaultInvokeSupperCache.java index e993667..5d03ffd 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/DefaultInvokeSupperCache.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/DefaultInvokeSupperCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.invoke; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/InvokeSupperCache.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/InvokeSupperCache.java index 5e8d923..54005c6 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/InvokeSupperCache.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/InvokeSupperCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.invoke; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/SupperCache.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/SupperCache.java index 019aed0..da0f06b 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/SupperCache.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/invoke/SupperCache.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.invoke; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginResource.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginResource.java index 533137f..4344400 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginResource.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginResource.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.web; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceConfig.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceConfig.java index 5be0e76..86f606a 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceConfig.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceConfig.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.web; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceResolver.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceResolver.java index 2d4243b..bfb66b9 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceResolver.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceResolver.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.web; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceWebMvcConfigurer.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceWebMvcConfigurer.java index c04dc7f..1418072 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceWebMvcConfigurer.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/spring/web/PluginStaticResourceWebMvcConfigurer.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.spring.web; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/AnnotationsUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/AnnotationsUtils.java index def02b2..8eb27c6 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/AnnotationsUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/AnnotationsUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ClassUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ClassUtils.java index 3cb3189..bb2e01d 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ClassUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ClassUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* + * + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- + * + * Copyright [2024] [OPENIITA] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/LogUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/LogUtils.java index 9b90e8a..70a0739 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/LogUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/LogUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/MsgUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/MsgUtils.java index 16628b2..9edeac0 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/MsgUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/MsgUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/Order.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/Order.java index 8f3e076..a2f0e37 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/Order.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/Order.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderPriority.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderPriority.java index bf4126f..1f7c592 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderPriority.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderPriority.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderUtils.java index 89720e8..0d303b4 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/OrderUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginConfigUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginConfigUtils.java index d6d8657..d8183f3 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginConfigUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginConfigUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java index acbd9a0..ff1a6fc 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ScanUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ScanUtils.java index 0fb3bd1..99e4b85 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ScanUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/ScanUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanCustomUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanCustomUtils.java index 331f4e7..bf3cf6e 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanCustomUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanCustomUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils; diff --git a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanUtils.java b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanUtils.java index 5f4a956..40a4976 100755 --- a/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanUtils.java +++ b/iot-spring-brick/spring-brick/src/main/java/com/gitee/starblues/utils/SpringBeanUtils.java @@ -1,17 +1,24 @@ -/** - * Copyright [2019-Present] [starBlues] +/* * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * * | Licensed 未经许可不能去掉「OPENIITA」相关版权 + * * +---------------------------------------------------------------------- + * * | Author: xw2sy@163.com + * * +---------------------------------------------------------------------- * - * http://www.apache.org/licenses/LICENSE-2.0 + * Copyright [2024] [OPENIITA] * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * / */ package com.gitee.starblues.utils;