Skip to content
Snippets Groups Projects

feat: Update copyright headers on all Java files

17 files
+ 204
107
Compare changes
  • Side-by-side
  • Inline
Files
17
 
/*********************************************************************
 
* Copyright (c) 2022 Eclipse Foundation.
 
*
 
* This program and the accompanying materials are made
 
* available under the terms of the Eclipse Public License 2.0
 
* which is available at https://www.eclipse.org/legal/epl-2.0/
 
*
 
* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
 
*
 
* SPDX-License-Identifier: EPL-2.0
 
**********************************************************************/
package org.eclipsefoundation.geoip.client.config;
package org.eclipsefoundation.geoip.client.config;
import com.maxmind.db.MaxMindDbConstructor;
import com.maxmind.db.MaxMindDbConstructor;
Loading