diff options
Diffstat (limited to 'src/java/VAgenda.java')
-rw-r--r-- | src/java/VAgenda.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/java/VAgenda.java b/src/java/VAgenda.java index 8b85fe11..d487c0eb 100644 --- a/src/java/VAgenda.java +++ b/src/java/VAgenda.java @@ -1,7 +1,8 @@ /*====================================================================== FILE: VAgenda.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 VAgenda extends VComponent { public VAgenda() { super(ICalComponentKind.ICAL_VAGENDA_COMPONENT); - } + } public VAgenda(long obj) { |