[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/jndi JdbcJndiDriver.java,1.1,1.2 JndiConnection
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/jndi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/jndi Modified Files: JdbcJndiDriver.java JndiConnection.java Log Message: updated copyrights Index: JdbcJndiDriver.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/jndi/JdbcJndiDriver.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JdbcJndiDriver.java 17 Mar 2003 14:05:02 -0000 1.1 --- JdbcJndiDriver.java 29 Aug 2004 05:01:41 -0000 1.2 *************** *** 1,7 **** /* ! * JdbcLdapDriver.java ! * ! * Created on March 9, 2002, 4:49 PM ! */ package net.sourceforge.idrs.jndi; --- 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.jndi; Index: JndiConnection.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/jndi/JndiConnection.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JndiConnection.java 26 Mar 2003 21:33:12 -0000 1.2 --- JndiConnection.java 29 Aug 2004 05:01:41 -0000 1.3 *************** *** 1,7 **** /* ! * JndiLdapConnection.java ! * ! * Created on March 10, 2002, 3:22 PM ! */ package net.sourceforge.idrs.jndi; --- 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.jndi; |