8255989: Remove explicitly unascribed authorship from Java source files

Reviewed-by: redestad, mr, mchung, iris, serb
This commit is contained in:
Pavel Rappo 2020-11-07 12:11:43 +00:00
parent 358f5d2b03
commit c5462bb95d
77 changed files with 60 additions and 140 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1996, 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
@ -28,7 +28,6 @@ package java.io;
/**
* Superclass of all exceptions specific to Object Stream classes.
*
* @author unascribed
* @since 1.1
*/
public abstract class ObjectStreamException extends IOException {