From e7042d6585b4444d9c339eae5b462a8199b5be8a Mon Sep 17 00:00:00 2001 From: seibed Date: Mon, 7 Jan 2019 14:53:58 -0500 Subject: [PATCH] Updated copyrights. --- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/java/com/emc/ecs/browser/spring/Application.java | 2 +- .../java/com/emc/ecs/browser/spring/ServiceController.java | 2 +- src/main/java/com/emc/ecs/browser/spring/ServiceFilter.java | 2 +- .../java/com/emc/ecs/browser/spring/StaticController.java | 2 +- .../java/com/emc/ecs/browser/spring/WebConfiguration.java | 2 +- .../com/emc/ecs/browser/spring/WrappedResponseEntity.java | 2 +- .../com/emc/object/s3/bean/ConcreteAccessControlList.java | 2 +- src/main/java/com/emc/object/s3/bean/ConcreteGrant.java | 2 +- src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java | 2 +- .../java/com/emc/object/s3/bean/SlimCopyObjectResult.java | 2 +- src/main/resources/static/index.html | 4 ++-- src/main/resources/static/javascript/AclPage.js | 2 +- src/main/resources/static/javascript/BucketCreationPage.js | 2 +- src/main/resources/static/javascript/ConfigPage.js | 2 +- src/main/resources/static/javascript/ContextMenu.js | 2 +- src/main/resources/static/javascript/DirectoryPage.js | 2 +- src/main/resources/static/javascript/FileRow.js | 2 +- src/main/resources/static/javascript/MetadataSearchPage.js | 2 +- src/main/resources/static/javascript/ModalWindow.js | 2 +- src/main/resources/static/javascript/ObjectInfoPage.js | 2 +- src/main/resources/static/javascript/PropertiesPage.js | 2 +- src/main/resources/static/javascript/S3Browser.js | 2 +- src/main/resources/static/javascript/S3BrowserUtil.js | 2 +- src/main/resources/static/javascript/S3Template.js | 2 +- src/main/resources/static/javascript/S3TemplateEngine.js | 2 +- src/main/resources/static/javascript/SharePage.js | 2 +- src/main/resources/static/javascript/VersioningPage.js | 2 +- src/main/resources/static/javascript/VersionsAll.js | 2 +- src/main/resources/static/javascript/VersionsPage.js | 2 +- src/main/resources/static/javascript/ecs-sdk.js | 2 +- src/main/resources/static/raw.html | 2 +- src/main/resources/templates/index.tmpl | 4 ++-- 33 files changed, 35 insertions(+), 35 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c1db481..18ebbe1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -# Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. +# Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/Application.java b/src/main/java/com/emc/ecs/browser/spring/Application.java index 847f514..afca09f 100644 --- a/src/main/java/com/emc/ecs/browser/spring/Application.java +++ b/src/main/java/com/emc/ecs/browser/spring/Application.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/ServiceController.java b/src/main/java/com/emc/ecs/browser/spring/ServiceController.java index 704dbea..e76cea4 100644 --- a/src/main/java/com/emc/ecs/browser/spring/ServiceController.java +++ b/src/main/java/com/emc/ecs/browser/spring/ServiceController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/ServiceFilter.java b/src/main/java/com/emc/ecs/browser/spring/ServiceFilter.java index 89566d2..da57a02 100644 --- a/src/main/java/com/emc/ecs/browser/spring/ServiceFilter.java +++ b/src/main/java/com/emc/ecs/browser/spring/ServiceFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2016-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/StaticController.java b/src/main/java/com/emc/ecs/browser/spring/StaticController.java index 667e0eb..53febb0 100644 --- a/src/main/java/com/emc/ecs/browser/spring/StaticController.java +++ b/src/main/java/com/emc/ecs/browser/spring/StaticController.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/WebConfiguration.java b/src/main/java/com/emc/ecs/browser/spring/WebConfiguration.java index 0840f3e..711075a 100644 --- a/src/main/java/com/emc/ecs/browser/spring/WebConfiguration.java +++ b/src/main/java/com/emc/ecs/browser/spring/WebConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/ecs/browser/spring/WrappedResponseEntity.java b/src/main/java/com/emc/ecs/browser/spring/WrappedResponseEntity.java index ebffdc2..4d415cd 100644 --- a/src/main/java/com/emc/ecs/browser/spring/WrappedResponseEntity.java +++ b/src/main/java/com/emc/ecs/browser/spring/WrappedResponseEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/object/s3/bean/ConcreteAccessControlList.java b/src/main/java/com/emc/object/s3/bean/ConcreteAccessControlList.java index 593f636..77c4056 100644 --- a/src/main/java/com/emc/object/s3/bean/ConcreteAccessControlList.java +++ b/src/main/java/com/emc/object/s3/bean/ConcreteAccessControlList.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/object/s3/bean/ConcreteGrant.java b/src/main/java/com/emc/object/s3/bean/ConcreteGrant.java index 18f9558..6790ca8 100644 --- a/src/main/java/com/emc/object/s3/bean/ConcreteGrant.java +++ b/src/main/java/com/emc/object/s3/bean/ConcreteGrant.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java b/src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java index 5f92f05..7e7e569 100644 --- a/src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java +++ b/src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/com/emc/object/s3/bean/SlimCopyObjectResult.java b/src/main/java/com/emc/object/s3/bean/SlimCopyObjectResult.java index 6494572..db0aee8 100644 --- a/src/main/java/com/emc/object/s3/bean/SlimCopyObjectResult.java +++ b/src/main/java/com/emc/object/s3/bean/SlimCopyObjectResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved. + * Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index a875a7e..de8fb84 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -1,6 +1,6 @@