diff options
Diffstat (limited to 'src/java/VEvent.java')
-rw-r--r-- | src/java/VEvent.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/java/VEvent.java b/src/java/VEvent.java index 2017aa58..33019b81 100644 --- a/src/java/VEvent.java +++ b/src/java/VEvent.java @@ -1,7 +1,8 @@ /*====================================================================== FILE: VEvent.java CREATOR: fnguyen 01/11/02 - (C) COPYRIGHT 2002, Critical Path + SPDX-FileCopyrightText: 2002, Critical Path + SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 ======================================================================*/ package net.cp.jlibical; @@ -10,7 +11,7 @@ public class VEvent extends VComponent { public VEvent() { super(ICalComponentKind.ICAL_VEVENT_COMPONENT); - } + } public VEvent(long obj) { |