From 8ca0fbd5a00d35cc6eb6594cf7215c3e1621de41 Mon Sep 17 00:00:00 2001 From: chenson42 Date: Sat, 30 May 2009 11:18:08 +0000 Subject: [PATCH] license header --- .../util/DefaultNodeIdGenerator.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/symmetric/src/main/java/org/jumpmind/symmetric/util/DefaultNodeIdGenerator.java b/symmetric/src/main/java/org/jumpmind/symmetric/util/DefaultNodeIdGenerator.java index f27355b981..ce72783be3 100644 --- a/symmetric/src/main/java/org/jumpmind/symmetric/util/DefaultNodeIdGenerator.java +++ b/symmetric/src/main/java/org/jumpmind/symmetric/util/DefaultNodeIdGenerator.java @@ -1,3 +1,22 @@ +/* + * SymmetricDS is an open source database synchronization solution. + * + * Copyright (C) Mark Hanes + * + * 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 + * . + */ package org.jumpmind.symmetric.util; import org.apache.commons.lang.StringUtils;