Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
b719aabd
Commit
b719aabd
authored
Oct 05, 2006
by
Mark Andrews
Browse files
add .dsp and .dsw
parent
be7bde4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/merge_copyrights
View file @
b719aabd
...
...
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: merge_copyrights,v 1.2
4
200
5/09
/0
6
0
1
:1
6:3
4 marka Exp $
# $Id: merge_copyrights,v 1.2
5
200
6/10
/0
5
0
0
:1
4:2
4 marka Exp $
%file_types
=
();
%file_years
=
();
...
...
@@ -78,7 +78,7 @@ while (<FILES>) {
$file_types
{
$_
}
=
"
CONF-SH
";
}
elsif
(
$base
=~
/\.(db|hint)$/
)
{
$file_types
{
$_
}
=
"
ZONE
";
}
elsif
(
$base
=~
/(\/\.cvsignore|\.gif|\.jpg)$/i
)
{
}
elsif
(
$base
=~
/(\/\.cvsignore|\.gif|\.jpg
|\.dsp|\.dsw
)$/i
)
{
$file_types
{
$_
}
=
"
X
";
}
else
{
$file_types
{
$_
}
=
"
?
";
...
...
Write
Preview
Supports
Markdown
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