Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenVectorFormatToolsCpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Production Aachen
OpenVectorFormatToolsCpp
Commits
e058159d
Commit
e058159d
authored
3 years ago
by
Sebastian Dirks
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'remotes/origin/main' into create_conan_package
parents
44566160
129d686a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/CheckLicenseHeaders.yml
+1
-1
1 addition, 1 deletion
.github/workflows/CheckLicenseHeaders.yml
code_file_header.txt
+0
-0
0 additions, 0 deletions
code_file_header.txt
manage_code_file_headers.py
+1
-1
1 addition, 1 deletion
manage_code_file_headers.py
with
2 additions
and
2 deletions
.github/workflows/CheckLicenseHeaders.yml
+
1
−
1
View file @
e058159d
...
...
@@ -18,4 +18,4 @@ jobs:
submodules
:
true
-
name
:
Check license headers
run
:
python manage_license_headers.py ci
\ No newline at end of file
run
:
python manage_code_file_headers.py ci
\ No newline at end of file
This diff is collapsed.
Click to expand it.
licens
e_header.txt
→
code_fil
e_header.txt
+
0
−
0
View file @
e058159d
File moved
This diff is collapsed.
Click to expand it.
manage_
licens
e_headers.py
→
manage_
code_fil
e_headers.py
+
1
−
1
View file @
e058159d
...
...
@@ -33,7 +33,7 @@ import re
###### parameter section ######
# path where a file with the license header to use is found
header_path
=
"
licens
e_header.txt
"
header_path
=
r
"
code_fil
e_header.txt
"
# dictionary with file types to process and in and out markers for block comments
file_types
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment