File tree Expand file tree Collapse file tree 8 files changed +25
-7
lines changed
devkit-core/src/main/java/com/onixbyte/devkit
devkit-utils/src/main/java/com/onixbyte/devkit/utils
webcal/src/main/java/com/onixbyte/icalendar/property/parameter Expand file tree Collapse file tree 8 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
4040 * @author hubin@baomidou
4141 * @version 1.1.0
4242 * @since 1.1.0
43+ * @see com.baomidou.mybatisplus.core.toolkit.AES AES
4344 */
4445@ Slf4j
4546public final class AesUtil {
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2024-2024 OnixByte.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ *
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ */
17+
118package com .onixbyte .icalendar .property .parameter ;
219
320import com .onixbyte .icalendar .property .Prop ;
You can’t perform that action at this time.
0 commit comments