Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
d3347bd0
Commit
d3347bd0
authored
Sep 06, 2014
by
Mark Andrews
Browse files
README gets TXT.BRIEF
parent
8aa098c6
Changes
1
Show whitespace changes
Inline
Side-by-side
util/merge_copyrights
View file @
d3347bd0
...
@@ -116,6 +116,8 @@ while (<CHANGES>) {
...
@@ -116,6 +116,8 @@ while (<CHANGES>) {
$file_types
{
$_
}
=
"
BAT
";
$file_types
{
$_
}
=
"
BAT
";
}
elsif
(
$base
=~
/\/named\.args$/i
)
{
}
elsif
(
$base
=~
/\/named\.args$/i
)
{
$file_types
{
$_
}
=
"
X
";
$file_types
{
$_
}
=
"
X
";
}
elsif
(
$base
=~
/\/README$/i
)
{
$file_types
{
$_
}
=
"
TXT.BRIEF
";
}
else
{
}
else
{
$file_types
{
$_
}
=
"
?
";
$file_types
{
$_
}
=
"
?
";
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment