Skip to content

Commit 2697f28

Browse files
Update copyrights
1 parent 99e0cb0 commit 2697f28

23 files changed

+23
-23
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ heroku config:set USAGE_LOGGERS_DISABLE=true
138138
```
139139

140140
---
141-
<small>&copy; 2016-2019 <a href="https://resurface.io">Resurface Labs Inc.</a></small>
141+
<small>&copy; 2016-2020 <a href="https://resurface.io">Resurface Labs Inc.</a></small>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License
22

3-
&copy; 2016-2019 Resurface Labs Inc.
3+
&copy; 2016-2020 Resurface Labs Inc.
44

55
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with
66
the License. You may obtain a copy of the License here: http://www.apache.org/licenses/LICENSE-2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ but logging rules are easily customized to meet the needs of any application.
117117
<a href="https://resurface.io/rules.html">Logging rules documentation</a>
118118

119119
---
120-
<small>&copy; 2016-2019 <a href="https://resurface.io">Resurface Labs Inc.</a></small>
120+
<small>&copy; 2016-2020 <a href="https://resurface.io">Resurface Labs Inc.</a></small>

lib/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
module.exports = {
44
BaseLogger: require('./base_logger'),

lib/base_logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
const http = require('http');
44
const https = require('https');

lib/http_logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
const HttpRules = require('./http_rules');
44

lib/http_logger_for_express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
const HttpLogger = require('./http_logger');
44
const HttpMessage = require('./http_message');

lib/http_message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
const util = require('util');
44

lib/http_request_impl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
/**
44
* Mock request implementation.

lib/http_response_impl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2016-2019 Resurface Labs Inc.
1+
// © 2016-2020 Resurface Labs Inc.
22

33
/**
44
* Mock response implementation.

0 commit comments

Comments
 (0)