From 70517c83c2784a781d85dc903a787ebeb64fdb0c Mon Sep 17 00:00:00 2001 From: Anthony Scarpino Date: Thu, 3 Dec 2020 16:29:16 +0000 Subject: [PATCH] 8257642: CipherByteBufferOverwriteTest copyright issue Reviewed-by: xuelei, wetmore --- .../javax/crypto/CipherSpi/CipherByteBufferOverwriteTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/javax/crypto/CipherSpi/CipherByteBufferOverwriteTest.java b/test/jdk/javax/crypto/CipherSpi/CipherByteBufferOverwriteTest.java index 260d6677147..c1acd177123 100644 --- a/test/jdk/javax/crypto/CipherSpi/CipherByteBufferOverwriteTest.java +++ b/test/jdk/javax/crypto/CipherSpi/CipherByteBufferOverwriteTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it