diff --git a/.github/workflows/license-year-check.yml b/.github/workflows/license-year-check.yml index b8e188f2e..bbcebb481 100644 --- a/.github/workflows/license-year-check.yml +++ b/.github/workflows/license-year-check.yml @@ -19,4 +19,9 @@ jobs: ./LICENSE.txt ./**/*.kt ./**/*.kts + ./**/*.js + ./**/*.css + ./**/*.html + ./**/*.properties + ./*.properties ./*.kts diff --git a/docSrc/src/doc/mkdocs.yml b/docSrc/src/doc/mkdocs.yml index e7a4d5b77..d3eff8956 100644 --- a/docSrc/src/doc/mkdocs.yml +++ b/docSrc/src/doc/mkdocs.yml @@ -8,7 +8,7 @@ repo_url: https://github.com/JetBrains/projector-client edit_uri: edit/master/docSrc/src/doc/docs/ # Copyright (shown at the footer) -copyright: 'Copyright © 2019-2021 JetBrains s.r.o.' +copyright: 'Copyright © 2019-2022 JetBrains s.r.o.' theme: name: material diff --git a/docSrc/src/index.html b/docSrc/src/index.html index 54d504587..cb3473d74 100644 --- a/docSrc/src/index.html +++ b/docSrc/src/index.html @@ -1,7 +1,7 @@ diff --git a/projector-launcher/webpack.config.d/webpack.config.js b/projector-launcher/webpack.config.d/webpack.config.js index 81bd3a622..ca3a8e396 100644 --- a/projector-launcher/webpack.config.d/webpack.config.js +++ b/projector-launcher/webpack.config.d/webpack.config.js @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal