From d67432a5b210337ed0f30aecd0db8404a5fadeda Mon Sep 17 00:00:00 2001 From: nianjiaxin <1652592992@qq.com> Date: Tue, 20 May 2025 11:49:02 +0800 Subject: [PATCH] njx --- src/data/Contact.java | 2 +- src/data/Notes.java | 15 --------------- src/data/NotesDatabaseHelper.java | 16 +--------------- src/data/NotesProvider.java | 16 +--------------- 4 files changed, 3 insertions(+), 46 deletions(-) diff --git a/src/data/Contact.java b/src/data/Contact.java index 059340f..cdf7c93 100644 --- a/src/data/Contact.java +++ b/src/data/Contact.java @@ -1,6 +1,6 @@ package net.micode.notes.data; - +// import android.content.Context; import android.database.Cursor; import android.provider.ContactsContract.CommonDataKinds.Phone; diff --git a/src/data/Notes.java b/src/data/Notes.java index 7095404..b6dad3d 100644 --- a/src/data/Notes.java +++ b/src/data/Notes.java @@ -1,18 +1,3 @@ -/* - * 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; diff --git a/src/data/NotesDatabaseHelper.java b/src/data/NotesDatabaseHelper.java index d1a583b..16535a0 100644 --- a/src/data/NotesDatabaseHelper.java +++ b/src/data/NotesDatabaseHelper.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; diff --git a/src/data/NotesProvider.java b/src/data/NotesProvider.java index 605e2c0..6cb76b0 100644 --- a/src/data/NotesProvider.java +++ b/src/data/NotesProvider.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;