From 2fbe8bccecebc3029b5aa5b87c27fc2a8aa30aaf Mon Sep 17 00:00:00 2001 From: ddehaven Date: Thu, 14 May 2015 09:12:16 -0700 Subject: [PATCH] 8080343: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Reviewed-by: prr, serb --- src/macosx/javavm/export/jawt_md.h | 2 +- src/solaris/native/sun/awt/utility/rect.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macosx/javavm/export/jawt_md.h b/src/macosx/javavm/export/jawt_md.h index 1d66461bf..c6859fdbf 100644 --- a/src/macosx/javavm/export/jawt_md.h +++ b/src/macosx/javavm/export/jawt_md.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2013, 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 diff --git a/src/solaris/native/sun/awt/utility/rect.h b/src/solaris/native/sun/awt/utility/rect.h index 063caa3e1..ceea38f43 100644 --- a/src/solaris/native/sun/awt/utility/rect.h +++ b/src/solaris/native/sun/awt/utility/rect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2014, 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 -- GitLab