From 285452c4c8f9b8d240e91a72cfd5753a478db01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=95=E6=99=A8HChen?= <123531821+HChenX@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:19:36 +0800 Subject: [PATCH] water --- .../hook/systemframework/BackgroundBlur.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemframework/BackgroundBlur.java b/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemframework/BackgroundBlur.java index bac043a803..257ffdc758 100644 --- a/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemframework/BackgroundBlur.java +++ b/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemframework/BackgroundBlur.java @@ -1,3 +1,21 @@ +/* + * This file is part of HyperCeiler. + + * HyperCeiler is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + + * Copyright (C) 2023-2024 HyperCeiler Contributions +*/ package com.sevtinge.hyperceiler.module.hook.systemframework; import com.sevtinge.hyperceiler.module.base.BaseHook;