diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-08-31 16:02:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 16:02:13 +0200 |
commit | 6a181a7a2b03ec263788d137610e86937a57d434 (patch) | |
tree | 22368589814dad150ad6de243cc2da3cdff926a6 /docs-developer/src/doc/docs | |
parent | c63ea36637ce956029fb15b1482c0683ecb8a587 (diff) | |
download | dokka-6a181a7a2b03ec263788d137610e86937a57d434.tar.gz dokka-6a181a7a2b03ec263788d137610e86937a57d434.tar.bz2 dokka-6a181a7a2b03ec263788d137610e86937a57d434.zip |
Update copyright (#3149)
* Add the default copyright profile and enable IDEA project settings
* Add the license notice file
Diffstat (limited to 'docs-developer/src/doc/docs')
-rw-r--r-- | docs-developer/src/doc/docs/dokka_colors.css | 4 | ||||
-rwxr-xr-x | docs-developer/src/doc/docs/favicon.svg | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs-developer/src/doc/docs/dokka_colors.css b/docs-developer/src/doc/docs/dokka_colors.css index 69a24359..358549bf 100644 --- a/docs-developer/src/doc/docs/dokka_colors.css +++ b/docs-developer/src/doc/docs/dokka_colors.css @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + .md-header, .md-tabs { background-color: #27282c } diff --git a/docs-developer/src/doc/docs/favicon.svg b/docs-developer/src/doc/docs/favicon.svg index 1fea0877..e42f9570 100755 --- a/docs-developer/src/doc/docs/favicon.svg +++ b/docs-developer/src/doc/docs/favicon.svg @@ -1,3 +1,7 @@ +<!-- + - Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + --> + <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M64 64H0V0H64L31.3373 31.5369L64 64Z" fill="url(#paint0_radial)"/> <defs> @@ -7,4 +11,4 @@ <stop offset="1" stop-color="#7F52FF"/> </radialGradient> </defs> -</svg>
\ No newline at end of file +</svg> |