update copyrights

This commit is contained in:
Mark Andrews
2014-02-20 10:53:11 +11:00
parent d7b9756a21
commit e676a59686
32 changed files with 134 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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
@@ -72,7 +72,7 @@ fromhexstr(const char *in, unsigned char *d)
ret = isc_hex_decodestring(in, &b);
if (ret != ISC_R_SUCCESS)
return 0;
return isc_buffer_usedlength(&b);
return isc_buffer_usedlength(&b);
}
typedef struct aes_testcase {