Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!293
Resolve "Update license headers for Release 4"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update license headers for Release 4"
feat/220-update-license-headers-for-release-4
into
develop
Overview
0
Commits
5
Pipelines
3
Changes
2
Merged
Lluis Gifre Renom
requested to merge
feat/220-update-license-headers-for-release-4
into
develop
6 months ago
Overview
0
Commits
5
Pipelines
3
Changes
2
Expand
Closes
#220 (closed)
0
0
Merge request reports
Viewing commit
69ffa762
Prev
Next
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
69ffa762
Updated scripts to update license headers
· 69ffa762
Lluis Gifre Renom
authored
6 months ago
scripts/add_license_header_to_files.sh
+
1
−
1
Options
@@ -16,7 +16,7 @@
docker pull ghcr.io/google/addlicense:latest
docker run
-it
-v
${
PWD
}
:/src ghcr.io/google/addlicense
\
-l
apache
-c
"ETSI
OSG/
SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)"
-y
2022-2024
\
-l
apache
-c
"ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)"
-y
2022-2024
\
-ignore
"data/*"
-ignore
"data/**"
-ignore
"tmp/*"
-ignore
"tmp/**"
-ignore
"manifests/cttc-ols/*"
\
-ignore
"coverage/*"
-ignore
"coverage/**"
-ignore
".vscode/*"
-ignore
".vscode/**"
\
-ignore
".git/*"
-ignore
".git/**"
-ignore
"proto/uml/*"
-ignore
"proto/uml/**"
\
Loading