Skip to content

Commit

Permalink
test: ✅ Fix license_checker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Apr 6, 2021
1 parent 9a602a9 commit 9d49d54
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 9 deletions.
10 changes: 8 additions & 2 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"NOTICE": "Copyright © 2020 Sergei S. Betke\nAuthor: Sergei S. Betke.",
"tools/*.ps1": "# Copyright © 2020 Sergei S. Betke\n# Author: Sergei S. Betke."
"NOTICE": [
"Copyright © 2020 Sergei S. Betke",
"Author: Sergei S. Betke."
],
"tools/*.ps1": [
"# Copyright © 2020 Sergei S. Betke",
"# Author: Sergei S. Betke."
]
}
5 changes: 4 additions & 1 deletion tools/Build-OODocument.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<#
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Создаёт open office файлы из папки с xml файлами
#>
Expand Down
3 changes: 3 additions & 0 deletions tools/Build-OOMacroLib.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Создаёт каталог библиотеки макросов из папки с "исходными" файлами
Expand Down
5 changes: 4 additions & 1 deletion tools/Build-OOMacroLibContainer.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<#
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Создаёт для последующего включения в состав документа либо шаблона документа каталог контейнера,
содержащего единственную библиотеку макросов, из папки библиотеки
Expand Down
5 changes: 4 additions & 1 deletion tools/ConvertTo-PlainXML.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<#
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Преобразовать open office файлов в папки с xml файлами для последующего
хранения в git репозиториях
Expand Down
5 changes: 4 additions & 1 deletion tools/Get-XSLTExecutable.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<#
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Возвращает исполняемый объект XSLT трансформации на базе Saxon HE.
#>
Expand Down
5 changes: 4 additions & 1 deletion tools/Optimize-PlainXML.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<#
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

<#
.SYNOPSIS
Удаляет мусур в content.xml файлах open office документов
#>
Expand Down
5 changes: 4 additions & 1 deletion tools/Out-QRCode.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#Requires -Version 5.0
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

#Requires -Version 5.0

<#
.SYNOPSIS
Expand Down
5 changes: 4 additions & 1 deletion tools/build/Update-FileLastWriteTime.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#Requires -Version 5.0
# Copyright © 2020 Sergei S. Betke
# Author: Sergei S. Betke.

#Requires -Version 5.0

<#
.Synopsis
Expand Down

0 comments on commit 9d49d54

Please sign in to comment.