Add missing license headers

This commit is contained in:
mkpaz 2023-05-30 20:34:16 +04:00
parent e5ddb9004f
commit 750ed00e11
25 changed files with 50 additions and 0 deletions

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.theme; package atlantafx.base.theme;
/** /**

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base; package atlantafx.base;
import javafx.application.Platform; import javafx.application.Platform;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.layout; package atlantafx.base.layout;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.layout; package atlantafx.base.layout;
import atlantafx.base.theme.Styles; import atlantafx.base.theme.Styles;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.theme; package atlantafx.base.theme;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.util; package atlantafx.base.util;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.util; package atlantafx.base.util;
import static atlantafx.base.util.MaskTextFormatter.createPlaceholderMask; import static atlantafx.base.util.MaskTextFormatter.createPlaceholderMask;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.base.util; package atlantafx.base.util;
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.event; package atlantafx.sampler.event;
import java.util.Objects; import java.util.Objects;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.event; package atlantafx.sampler.event;
public final class ThemeEvent extends Event { public final class ThemeEvent extends Event {

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.fake.domain; package atlantafx.sampler.fake.domain;
import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.SimpleStringProperty;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.layout; package atlantafx.sampler.layout;
import atlantafx.sampler.theme.SamplerTheme; import atlantafx.sampler.theme.SamplerTheme;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.layout; package atlantafx.sampler.layout;
import atlantafx.base.theme.Styles; import atlantafx.base.theme.Styles;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page; package atlantafx.sampler.page;
import atlantafx.base.util.BBCodeParser; import atlantafx.base.util.BBCodeParser;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.components; package atlantafx.sampler.page.components;
import atlantafx.base.controls.Card; import atlantafx.base.controls.Card;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.components; package atlantafx.sampler.page.components;
import atlantafx.base.theme.Styles; import atlantafx.base.theme.Styles;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.components; package atlantafx.sampler.page.components;
import atlantafx.base.controls.PasswordTextField; import atlantafx.base.controls.PasswordTextField;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.general; package atlantafx.sampler.page.general;
import static atlantafx.base.theme.Styles.TEXT_SMALL; import static atlantafx.base.theme.Styles.TEXT_SMALL;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.general; package atlantafx.sampler.page.general;
import atlantafx.base.theme.PrimerLight; import atlantafx.base.theme.PrimerLight;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.general; package atlantafx.sampler.page.general;
import static java.nio.charset.StandardCharsets.UTF_8; import static java.nio.charset.StandardCharsets.UTF_8;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.showcase; package atlantafx.sampler.page.showcase;
import atlantafx.base.controls.Spacer; import atlantafx.base.controls.Spacer;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.theme; package atlantafx.sampler.theme;
import javafx.css.PseudoClass; import javafx.css.PseudoClass;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.theme; package atlantafx.sampler.theme;
import java.util.List; import java.util.List;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.util; package atlantafx.sampler.util;
import javafx.scene.input.Clipboard; import javafx.scene.input.Clipboard;

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
package atlantafx.sampler.page.general; package atlantafx.sampler.page.general;
import atlantafx.base.theme.PrimerDark; import atlantafx.base.theme.PrimerDark;