From 1efd2b493eeaa00328c022d7b7e5ba0582938db9 Mon Sep 17 00:00:00 2001 From: aefimov Date: Mon, 11 Jul 2016 00:29:23 +0300 Subject: [PATCH] 8154558: Incorrect GPL header in ProcessEnvironment_md.c reported Reviewed-by: coffeys, igerasim --- src/windows/native/java/lang/ProcessEnvironment_md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/native/java/lang/ProcessEnvironment_md.c b/src/windows/native/java/lang/ProcessEnvironment_md.c index 69bd50b28..e14299a0e 100644 --- a/src/windows/native/java/lang/ProcessEnvironment_md.c +++ b/src/windows/native/java/lang/ProcessEnvironment_md.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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