From 6a181a7a2b03ec263788d137610e86937a57d434 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 31 Aug 2023 16:02:13 +0200 Subject: Update copyright (#3149) * Add the default copyright profile and enable IDEA project settings * Add the license notice file --- .../projects/it-basic/customResources/custom-resource.svg | 6 +++++- .../projects/it-basic/customResources/custom-style-to-add.css | 6 +++++- .../gradle/projects/it-basic/customResources/logo-styles.css | 10 +++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) (limited to 'integration-tests/gradle/projects/it-basic/customResources') diff --git a/integration-tests/gradle/projects/it-basic/customResources/custom-resource.svg b/integration-tests/gradle/projects/it-basic/customResources/custom-resource.svg index 1865f739..c4b95383 100644 --- a/integration-tests/gradle/projects/it-basic/customResources/custom-resource.svg +++ b/integration-tests/gradle/projects/it-basic/customResources/custom-resource.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/integration-tests/gradle/projects/it-basic/customResources/custom-style-to-add.css b/integration-tests/gradle/projects/it-basic/customResources/custom-style-to-add.css index 408c210e..f949ca1c 100644 --- a/integration-tests/gradle/projects/it-basic/customResources/custom-style-to-add.css +++ b/integration-tests/gradle/projects/it-basic/customResources/custom-style-to-add.css @@ -1 +1,5 @@ -/* custom stylesheet */ \ No newline at end of file +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + +/* custom stylesheet */ diff --git a/integration-tests/gradle/projects/it-basic/customResources/logo-styles.css b/integration-tests/gradle/projects/it-basic/customResources/logo-styles.css index 2ac57218..c7932753 100644 --- a/integration-tests/gradle/projects/it-basic/customResources/logo-styles.css +++ b/integration-tests/gradle/projects/it-basic/customResources/logo-styles.css @@ -1,3 +1,7 @@ -#logo { - background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Ubuntu_logo.svg'); -} \ No newline at end of file +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + +:root { + --dokka-logo-image-url: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Ubuntu_logo.svg'); +} -- cgit