Add missing license headers
This commit is contained in:
parent
e5ddb9004f
commit
750ed00e11
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.theme;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base;
|
||||
|
||||
import javafx.application.Platform;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.layout;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.layout;
|
||||
|
||||
import atlantafx.base.theme.Styles;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.theme;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.util;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.util;
|
||||
|
||||
import static atlantafx.base.util.MaskTextFormatter.createPlaceholderMask;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.base.util;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.event;
|
||||
|
||||
import java.util.Objects;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.event;
|
||||
|
||||
public final class ThemeEvent extends Event {
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.fake.domain;
|
||||
|
||||
import javafx.beans.property.SimpleStringProperty;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.layout;
|
||||
|
||||
import atlantafx.sampler.theme.SamplerTheme;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.layout;
|
||||
|
||||
import atlantafx.base.theme.Styles;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page;
|
||||
|
||||
import atlantafx.base.util.BBCodeParser;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.components;
|
||||
|
||||
import atlantafx.base.controls.Card;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.components;
|
||||
|
||||
import atlantafx.base.theme.Styles;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.components;
|
||||
|
||||
import atlantafx.base.controls.PasswordTextField;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.general;
|
||||
|
||||
import static atlantafx.base.theme.Styles.TEXT_SMALL;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.general;
|
||||
|
||||
import atlantafx.base.theme.PrimerLight;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.general;
|
||||
|
||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.showcase;
|
||||
|
||||
import atlantafx.base.controls.Spacer;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.theme;
|
||||
|
||||
import javafx.css.PseudoClass;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.theme;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.util;
|
||||
|
||||
import javafx.scene.input.Clipboard;
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
package atlantafx.sampler.page.general;
|
||||
|
||||
import atlantafx.base.theme.PrimerDark;
|
||||
|
Loading…
Reference in New Issue
Block a user