Skip to content

Commit

Permalink
license header
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 30, 2009
1 parent 2887d79 commit 8ca0fbd
Showing 1 changed file with 19 additions and 0 deletions.
@@ -1,3 +1,22 @@
/*
* SymmetricDS is an open source database synchronization solution.
*
* Copyright (C) Mark Hanes <eegeek@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 org.apache.commons.lang.StringUtils;
Expand Down

0 comments on commit 8ca0fbd

Please sign in to comment.