diff options
Diffstat (limited to 'src/java/VFreeBusy.java')
-rw-r--r-- | src/java/VFreeBusy.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/VFreeBusy.java b/src/java/VFreeBusy.java index 6778b2f0..c8dbf144 100644 --- a/src/java/VFreeBusy.java +++ b/src/java/VFreeBusy.java @@ -1,3 +1,10 @@ +/*====================================================================== + 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 { |