|
From: <be...@us...> - 2006-09-19 10:16:14
|
Revision: 189
http://svn.sourceforge.net/objectlabkit/?rev=189&view=rev
Author: benoitx
Date: 2006-09-19 03:16:11 -0700 (Tue, 19 Sep 2006)
Log Message:
-----------
Add license header.
Modified Paths:
--------------
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java 2006-09-19 10:01:13 UTC (rev 188)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java 2006-09-19 10:16:11 UTC (rev 189)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|