From 975c2c12a8127811cad94b6eb17adc94f1245833 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 13 Jul 2008 18:25:26 -0600 Subject: [PATCH] add license header to BitSet.java --- classpath/java/util/BitSet.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/classpath/java/util/BitSet.java b/classpath/java/util/BitSet.java index 89060a4893..eff0cfafdf 100644 --- a/classpath/java/util/BitSet.java +++ b/classpath/java/util/BitSet.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; import java.io.Serializable;