update copyright notice

This commit is contained in:
Tinderbox User 2014-04-29 23:45:21 +00:00
parent ac17f67026
commit f6ea2b1d09
4 changed files with 4 additions and 4 deletions

View file

@ -678,7 +678,7 @@ sig_fromfile(char *path, isc_buffer_t *iscbuf) {
--len;
continue;
} else if (len < 2U)
return (1);
return (1);
if (('0' <= *p) && (*p <= '9'))
val = *p - '0';
else if (('A' <= *p) && (*p <= 'F'))

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above