diff --git a/schemacrawler-lint/src/main/java/schemacrawler/tools/lint/LinterInitializer.java b/schemacrawler-lint/src/main/java/schemacrawler/tools/lint/LinterInitializer.java index fb9199d78e..bf84fe0976 100644 --- a/schemacrawler-lint/src/main/java/schemacrawler/tools/lint/LinterInitializer.java +++ b/schemacrawler-lint/src/main/java/schemacrawler/tools/lint/LinterInitializer.java @@ -1,3 +1,31 @@ +/* +======================================================================== +SchemaCrawler +http://www.schemacrawler.com +Copyright (c) 2000-2025, 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.tools.lint; import java.util.Set; diff --git a/schemacrawler-website/src/site/markdown/changes-report.md b/schemacrawler-website/src/site/markdown/changes-report.md index 7f2df93e79..87e565bfe5 100644 --- a/schemacrawler-website/src/site/markdown/changes-report.md +++ b/schemacrawler-website/src/site/markdown/changes-report.md @@ -2,6 +2,14 @@ SchemaCrawler release notes. + + +## Release 16.25.2 - 2024-12-27 + +- Add convenience methods to Table for checking if there are indexes and triggers +- Externalize a `LinterInitializer` so that `Linters` can be used with a custom registry + + ## Release 16.25.1 - 2024-12-27