[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/test IDRSTester.java,1.5,1.6
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:53
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/test Modified Files: IDRSTester.java Log Message: updated copyrights Index: IDRSTester.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/test/IDRSTester.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IDRSTester.java 29 Aug 2004 04:50:30 -0000 1.5 --- IDRSTester.java 29 Aug 2004 05:01:42 -0000 1.6 *************** *** 1,2 **** --- 1,13 ---- + /* + Copyright (C) 2002-2004 Marc Boorshtein + + The contents of this file are subject to the Mozilla Public License Version 1.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.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific + language governing rights and limitations under the License. + */ package net.sourceforge.idrs.test; |