Skip to content

Commit

Permalink
added license.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Dec 8, 2007
1 parent 22e4f12 commit b38bcfd
Showing 1 changed file with 20 additions and 0 deletions.
@@ -1,3 +1,23 @@
/*
* SymmetricDS is an open source database synchronization solution.
*
* Copyright (C) Eric Long <erilong@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see
* <http://www.gnu.org/licenses/>.
*/

package org.jumpmind.symmetric.util;

import java.sql.Connection;
Expand Down

0 comments on commit b38bcfd

Please sign in to comment.