From 81064b1b39f4b74dc9f3a4db06d5f99f6ffe6be5 Mon Sep 17 00:00:00 2001 From: seibed Date: Tue, 20 Nov 2018 10:42:04 -0500 Subject: [PATCH] Updated all copyrights. --- gradle/wrapper/gradle-wrapper.properties | 2 +- .../emc/ecs/browser/spring/Application.java | 2 +- .../ecs/browser/spring/ServiceController.java | 2 +- .../emc/ecs/browser/spring/ServiceFilter.java | 2 +- .../ecs/browser/spring/StaticController.java | 2 +- .../ecs/browser/spring/WebConfiguration.java | 2 +- .../browser/spring/WrappedResponseEntity.java | 2 +- .../s3/bean/ConcreteAccessControlList.java | 2 +- .../com/emc/object/s3/bean/ConcreteGrant.java | 2 +- .../emc/object/s3/bean/ConcreteGrantee.java | 2 +- .../object/s3/bean/SlimCopyObjectResult.java | 2 +- src/main/resources/static/index.html | 4 +-- .../resources/static/javascript/AclPage.js | 2 +- .../static/javascript/BucketCreationPage.js | 2 +- .../resources/static/javascript/ConfigPage.js | 2 +- .../static/javascript/ContextMenu.js | 2 +- .../static/javascript/DirectoryPage.js | 2 +- .../resources/static/javascript/FileRow.js | 2 +- .../static/javascript/MetadataSearchPage.js | 2 +- .../static/javascript/ModalWindow.js | 2 +- .../static/javascript/ObjectInfoPage.js | 2 +- .../static/javascript/PropertiesPage.js | 2 +- .../resources/static/javascript/S3Browser.js | 2 +- .../static/javascript/S3BrowserUtil.js | 2 +- .../resources/static/javascript/S3Template.js | 2 +- .../static/javascript/S3TemplateEngine.js | 2 +- .../resources/static/javascript/SharePage.js | 2 +- .../static/javascript/VersioningPage.js | 2 +- .../static/javascript/VersionsAll.js | 2 +- .../static/javascript/VersionsPage.js | 2 +- .../resources/static/javascript/ecs-sdk.js | 2 +- src/main/resources/static/raw.html | 22 +++++------- src/main/resources/templates/index.tmpl | 34 ++++++------------- 33 files changed, 52 insertions(+), 68 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a6ef23a..c1db481 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -# Copyright 2017 EMC Corporation. All Rights Reserved. +# Copyright 2017-2018 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 27819c3..847f514 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 f1c57a2..2395cb1 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 df9a1ab..89566d2 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-2017 EMC Corporation. All Rights Reserved. + * Copyright 2016-2018 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 33e21ac..667e0eb 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 2904b7d..0840f3e 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 0edec40..ebffdc2 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 ad4d2bb..593f636 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 EMC Corporation. All Rights Reserved. + * Copyright 2018 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 090b661..18f9558 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 EMC Corporation. All Rights Reserved. + * Copyright 2018 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 d1a8871..5f92f05 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 EMC Corporation. All Rights Reserved. + * Copyright 2018 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 6e73304..6494572 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 EMC Corporation. All Rights Reserved. + * Copyright 2017-2018 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 6c39bf5..a875a7e 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -1,6 +1,6 @@ diff --git a/src/main/resources/templates/index.tmpl b/src/main/resources/templates/index.tmpl index a85ff5a..d250501 100644 --- a/src/main/resources/templates/index.tmpl +++ b/src/main/resources/templates/index.tmpl @@ -1,6 +1,6 @@