aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/interop
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-01-13 17:45:30 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-01-13 17:45:30 -0800
commit40809210d410ea5134efe50250dbf58263910c19 (patch)
treeb5d0858dbd306bf9dc3746fd06f26ee8e6734bc5 /src/node/interop
parenta97b531d0fd150a14356a6acfcf04c988e60db69 (diff)
Update copyrights
Diffstat (limited to 'src/node/interop')
-rw-r--r--src/node/interop/async_delay_queue.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/interop/async_delay_queue.js b/src/node/interop/async_delay_queue.js
index 5df1e00921..b3c30abc8f 100644
--- a/src/node/interop/async_delay_queue.js
+++ b/src/node/interop/async_delay_queue.js
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -76,4 +76,4 @@ AsyncDelayQueue.prototype.add = function(callback, delay) {
}
};
-module.exports = AsyncDelayQueue;
+module.exports = AsyncDelayQueue; \ No newline at end of file