From 569fc38d8eaec46032adb78790f233714f10ff3e Mon Sep 17 00:00:00 2001 From: Karsten Lehmann Date: Fri, 8 Jan 2021 23:39:27 +0100 Subject: [PATCH] Removed file header --- .../mindoo/domino/jna/NotesNoteCollection.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/domino-jna/src/main/java/com/mindoo/domino/jna/NotesNoteCollection.java b/domino-jna/src/main/java/com/mindoo/domino/jna/NotesNoteCollection.java index 292b1841..22014469 100644 --- a/domino-jna/src/main/java/com/mindoo/domino/jna/NotesNoteCollection.java +++ b/domino-jna/src/main/java/com/mindoo/domino/jna/NotesNoteCollection.java @@ -1,19 +1,3 @@ -/* - * ========================================================================== - * Copyright (C) 2019-2020 HCL ( http://www.hcl.com/ ) - * All rights reserved. - * ========================================================================== - * 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 . - * - * 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 com.mindoo.domino.jna; import java.util.Collection;