diff --git a/symmetric/src/main/java/org/jumpmind/symmetric/common/SecurityConstants.java b/symmetric/src/main/java/org/jumpmind/symmetric/common/SecurityConstants.java index 33b2d96234..e6447d8d3f 100644 --- a/symmetric/src/main/java/org/jumpmind/symmetric/common/SecurityConstants.java +++ b/symmetric/src/main/java/org/jumpmind/symmetric/common/SecurityConstants.java @@ -1,12 +1,24 @@ -/** - * Copyright (C) 2005 Big Lots Inc. +/* + * SymmetricDS is an open source database synchronization solution. + * + * Copyright (C) Eric Long + * + * 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.common; -/** - * @author elong - * - */ public class SecurityConstants { public static final String PREFIX_ENC = "enc:"; diff --git a/symmetric/src/main/java/org/jumpmind/symmetric/security/inet/IRawInetAddressAuthorizer.java b/symmetric/src/main/java/org/jumpmind/symmetric/security/inet/IRawInetAddressAuthorizer.java index af99a7a85f..26f9ff0ac5 100644 --- a/symmetric/src/main/java/org/jumpmind/symmetric/security/inet/IRawInetAddressAuthorizer.java +++ b/symmetric/src/main/java/org/jumpmind/symmetric/security/inet/IRawInetAddressAuthorizer.java @@ -1,5 +1,21 @@ -/** - * Copyright (C) 2005 Big Lots Inc. +/* + * SymmetricDS is an open source database synchronization solution. + * + * Copyright (C) Dave Michels + * + * 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.security.inet; @@ -8,7 +24,6 @@ * Provides lower-level address authorization to allow for raw address bytes to be authorized as opposed to requiring an * InetAddress to be created for authorization checks. * - * @author dmichels */ public interface IRawInetAddressAuthorizer {