From cadac4733807be9d31e12fc596c650b775e923b2 Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Wed, 7 Feb 2018 19:11:19 -0500 Subject: [PATCH] File header --- .../schema/ReducibleCollection.java | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/schemacrawler-api/src/main/java/schemacrawler/schema/ReducibleCollection.java b/schemacrawler-api/src/main/java/schemacrawler/schema/ReducibleCollection.java index a4e0596593..1c9063b2e4 100644 --- a/schemacrawler-api/src/main/java/schemacrawler/schema/ReducibleCollection.java +++ b/schemacrawler-api/src/main/java/schemacrawler/schema/ReducibleCollection.java @@ -1,3 +1,31 @@ +/* +======================================================================== +SchemaCrawler +http://www.schemacrawler.com +Copyright (c) 2000-2018, Sualeh Fatehi . +All rights reserved. +------------------------------------------------------------------------ + +SchemaCrawler 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. + +SchemaCrawler and the accompanying materials are made available under +the terms of the Eclipse Public License v1.0, GNU General Public License +v3 or GNU Lesser General Public License v3. + +You may elect to redistribute this code under any of these licenses. + +The Eclipse Public License is available at: +http://www.eclipse.org/legal/epl-v10.html + +The GNU General Public License v3 and the GNU Lesser General Public +License v3 are available at: +http://www.gnu.org/licenses/ + +======================================================================== +*/ + package schemacrawler.schema;