From 24ba48be8cbc0f9703b47bdd51402aa74828fb06 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 22 Aug 2019 18:37:56 +0200 Subject: [PATCH] added license notice --- .../main/resources/com/formdev/flatlaf/FlatDarkLaf.properties | 4 ++++ .../resources/com/formdev/flatlaf/FlatLightLaf.properties | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties index 920c046b..b428b63b 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties @@ -14,6 +14,10 @@ # limitations under the License. # +# Colors and style mostly based on Darcula theme from IntelliJ IDEA Community Edition, +# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. +# See: https://github.com/JetBrains/intellij-community/ + #---- variables ---- @background=3c3f41 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties index bfe984c4..085c7df7 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties @@ -14,6 +14,10 @@ # limitations under the License. # +# Colors and style mostly based on IntelliJ theme from IntelliJ IDEA Community Edition, +# which is licensed under the Apache 2.0 license. Copyright 2000-2019 JetBrains s.r.o. +# See: https://github.com/JetBrains/intellij-community/ + #---- variables ---- @background=f2f2f2