mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Contributed code should maintain its own copyright.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: merge_copyrights,v 1.18 2004/03/05 05:14:16 marka Exp $
|
# $Id: merge_copyrights,v 1.19 2004/03/05 12:56:28 marka Exp $
|
||||||
|
|
||||||
%file_types = ();
|
%file_types = ();
|
||||||
%file_years = ();
|
%file_years = ();
|
||||||
@@ -51,7 +51,10 @@ while (<FILES>) {
|
|||||||
# .in files are processed by configure to produce the target file.
|
# .in files are processed by configure to produce the target file.
|
||||||
($base = $_) =~ s/\.in$//;
|
($base = $_) =~ s/\.in$//;
|
||||||
|
|
||||||
if ($base =~ /\.(c|h|css)$/) {
|
# Contributed code should maintain its own copyright.
|
||||||
|
if ($base =~ /\.\/contrib\//) {
|
||||||
|
$file_types{$_} = "X";
|
||||||
|
} elsif ($base =~ /\.(c|h|css)$/) {
|
||||||
$file_types{$_} = "C";
|
$file_types{$_} = "C";
|
||||||
} elsif ($base =~ /\.y$/) {
|
} elsif ($base =~ /\.y$/) {
|
||||||
$file_types{$_} = "YACC";
|
$file_types{$_} = "YACC";
|
||||||
|
Reference in New Issue
Block a user