From 5de3e1500d33e3f14b289ee29ceb79cd9cc64fed Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 6 Jun 2022 08:09:39 -0400 Subject: REUSE compliance fixes: #489 --- src/java/VFreeBusy.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/java/VFreeBusy.java') diff --git a/src/java/VFreeBusy.java b/src/java/VFreeBusy.java index a781edc5..c8dbf144 100644 --- a/src/java/VFreeBusy.java +++ b/src/java/VFreeBusy.java @@ -1,10 +1,17 @@ +/*====================================================================== + FILE: VFreeBusy.java + CREATOR: + SPDX-FileCopyrightText: 2002, Critical Path + SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 +======================================================================*/ + package net.cp.jlibical; public class VFreeBusy extends VComponent { public VFreeBusy() { super(ICalComponentKind.ICAL_VFREEBUSY_COMPONENT); - } + } public VFreeBusy(long obj) { -- cgit v1.2.1