Skip to content

Commit 6f4b47a

Browse files
committed
Update copyright years to 2018
1 parent a4eb817 commit 6f4b47a

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
1+
Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,4 @@ Want to be on this list? Fastest way is to fix a spelling mistake 😃
475475

476476
---
477477

478-
<a href="https://getdnsapi.net/"><img src="resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).
478+
<a href="https://getdnsapi.net/"><img src="resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, 2018, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).

getdns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

samples/getdns-node-sample-console-pretty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ npm run --silent start -- --json
3434

3535
---
3636

37-
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).
37+
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, 2018, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).

samples/getdns-node-sample-crypto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ npm run --silent start
3434

3535
---
3636

37-
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).
37+
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, 2018, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).

samples/getdns-node-sample-resolver-check-tls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Example url: http://localhost:50000/resolverinfo?resolver=185.49.141.38&hostname
3737

3838
---
3939

40-
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).
40+
<a href="https://getdnsapi.net/"><img src="../../resources/logo/getdns-64x.png" alt="getdns logotype" title="getdns" width="64" height="21" border="0" /></a> [getdnsapi/getdns-node](https://github.com/getdnsapi/getdns-node) Copyright &copy; 2014, 2015, 2016, 2017, 2018, Verisign, Inc. All rights reserved. Released under the [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause).

src/GNConstants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/GNConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/GNContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/GNContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/GNUtil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/GNUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/bad-dns-warning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/concurrent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/context-api-hidden.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/context-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/context-cancel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/context-create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/dnssec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/suffix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/tls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/transport-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

test/tsig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2015, 2016, 2017, Verisign, Inc.
2+
* Copyright (c) 2014, 2015, 2016, 2017, 2018, Verisign, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)