From c4e1172d995e716c398c0c299c75063eb732960e Mon Sep 17 00:00:00 2001 From: jmh <2631299212@qq.com> Date: Fri, 16 May 2025 01:24:25 +0800 Subject: [PATCH] first --- src/data/Contact.java | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/data/Contact.java b/src/data/Contact.java index d97ac5d..af446e7 100644 --- a/src/data/Contact.java +++ b/src/data/Contact.java @@ -1,18 +1,4 @@ -/* - * Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package net.micode.notes.data;