From c0513d0542e801a957247c942ddab0dcb153a02c Mon Sep 17 00:00:00 2001 From: fqc <460393959@qq.com> Date: Thu, 8 Aug 2024 17:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E4=B8=892?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DateTimePickerDialog.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/DateTimePickerDialog.java b/src/DateTimePickerDialog.java index 81a4063..92c2b45 100644 --- a/src/DateTimePickerDialog.java +++ b/src/DateTimePickerDialog.java @@ -6,13 +6,7 @@ * 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.ui; <<<<<<< HEAD