[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/utils/rs ObjRS.java,1.1,1.2 ObjRsMetaData.java,
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:55
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/rs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/utils/rs Modified Files: ObjRS.java ObjRsMetaData.java Log Message: updated copyrights Index: ObjRS.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/rs/ObjRS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ObjRS.java 13 Mar 2003 20:58:56 -0000 1.1 --- ObjRS.java 29 Aug 2004 05:01:42 -0000 1.2 *************** *** 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.utils.rs; Index: ObjRsMetaData.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/rs/ObjRsMetaData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ObjRsMetaData.java 19 Apr 2003 03:13:50 -0000 1.3 --- ObjRsMetaData.java 29 Aug 2004 05:01:42 -0000 1.4 *************** *** 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.utils.rs; |