Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
savoirfairelinux
jami-daemon
Commits
4bc6757e
Commit
4bc6757e
authored
7 years ago
by
Guillaume Roguez
Browse files
Options
Downloads
Patches
Plain Diff
tools: remove the 'by' in copyright header
Change-Id: I39c63f07adb9843471e56579d7651d42c69ed828
parent
975dc054
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/update-copyright
+2
-2
2 additions, 2 deletions
tools/update-copyright
with
2 additions
and
2 deletions
tools/update-copyright
+
2
−
2
View file @
4bc6757e
...
...
@@ -27,8 +27,8 @@ year=`date +%Y`
# Loop and replace
for
f
in
$FILES
do
sed
-i
"/
$year
/b; s/
\-
[0-9]
\+
Savoir-[fF]aire Linux
Inc
/-
$year
Savoir-faire Linux
Inc
/g"
$f
sed
-i
"/
$year
/b; s/
\(
[0-9]
\+\)
Savoir-[fF]aire Linux
Inc
/
\1
-
$year
Savoir-faire Linux
Inc
/g"
$f
sed
-i
"/
$year
/b; s/
\-
[0-9]
\+
\(
by
\)\?
Savoir-[fF]aire Linux/-
$year
Savoir-faire Linux/g"
$f
sed
-i
"/
$year
/b; s/
\(
[0-9]
\+\)
\(
by
\)\?
Savoir-[fF]aire Linux/
\1
-
$year
Savoir-faire Linux/g"
$f
sed
-i
"/
$year
/b; s/Savoir-[fF]aire Linux
\(
[0-9]
\+\)\-
[0-9]
\+
/Savoir-faire Linux
\1
-
$year
/g"
$f
done
...
...
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