From ca26d5a0977fca2f8518300decbc0be39e931e3c Mon Sep 17 00:00:00 2001 From: Lukoh-Nam Date: Mon, 29 Aug 2022 23:27:25 +0900 Subject: [PATCH] Update Stuff.kt --- .../lukohsplash/presentation/vm/Stuff.kt | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/app/src/main/java/com/goforer/lukohsplash/presentation/vm/Stuff.kt b/app/src/main/java/com/goforer/lukohsplash/presentation/vm/Stuff.kt index 2847e04..cd3b670 100644 --- a/app/src/main/java/com/goforer/lukohsplash/presentation/vm/Stuff.kt +++ b/app/src/main/java/com/goforer/lukohsplash/presentation/vm/Stuff.kt @@ -1,19 +1,20 @@ /* - * Copyright (C) 2021-2022 Lukoh Nam, goforers (https://github.com/goforers) + * Copyright (C) 2021 Lukoh Nam, goForer * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, + * or (at your option) any later version. * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under 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 General Public License for more details. + * You should have received a copy of the GNU General Public License along with this program. + * If not, see . */ -package com.bp.oheadline.presentation.vm + +package com.goforer.lukohsplash.presentation.vm import androidx.lifecycle.ViewModel import androidx.lifecycle.viewModelScope @@ -81,4 +82,4 @@ open class Stuff : ViewModel() { sharedData = null } -} \ No newline at end of file +}