diff --git a/README.md b/README.md index 8d65e7f..b8ecf0f 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,6 @@ Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) polic | ------- | --------------- | --------- | -------- | | 6.x | Active LTS | Apr 2018 | Dec 2019 | | 5.x | Maintenance LTS | Sep 2017 | Dec 2019 | -| 4.x | Maintenance LTS | Dec 2016 | Apr 2019 | +| 4.x | End-of-Life | Dec 2016 | Apr 2019 | Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). diff --git a/example/hidden.js b/example/hidden.js index 37ba033..71d3ae3 100644 --- a/example/hidden.js +++ b/example/hidden.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/simple.js b/example/simple.js index 011bcca..dd81ff9 100644 --- a/example/simple.js +++ b/example/simple.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/index.js b/index.js index 395f6be..f84810d 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/url-join.js b/lib/url-join.js index 00bb251..8240bfc 100644 --- a/lib/url-join.js +++ b/lib/url-join.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/package.json b/package.json index 17ab912..b47f6ce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "api", "explorer" ], - "author": "Ritchie Martori", + "author": "IBM Corp.", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/strongloop/loopback-component-explorer/issues" diff --git a/public/lib/loadSwaggerUI.js b/public/lib/loadSwaggerUI.js index 369589b..c0c6353 100644 --- a/public/lib/loadSwaggerUI.js +++ b/public/lib/loadSwaggerUI.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/explorer.test.js b/test/explorer.test.js index 703e7ec..425d68a 100644 --- a/test/explorer.test.js +++ b/test/explorer.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/dummy-swagger-ui/swagger-ui.js b/test/fixtures/dummy-swagger-ui/swagger-ui.js index 4ed36a7..c6b0473 100644 --- a/test/fixtures/dummy-swagger-ui/swagger-ui.js +++ b/test/fixtures/dummy-swagger-ui/swagger-ui.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2016. All Rights Reserved. // Node module: loopback-component-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT