From 09c59c20a4bf0daed1665af59035ff240fe356df Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 8 Jul 2021 18:00:44 -0400 Subject: [PATCH] chore: remove All rights reserved clause from java.header (#1148) After discussion with OSPO, it has been decided to remove "All rights reserved" clause from the java.header file to better reflect the [correct license header](https://g3doc.corp.google.com/company/teams/opensource/releasing/preparing.md?cl=head#Apache-header). --- synthtool/gcp/templates/java_library/java.header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/java.header b/synthtool/gcp/templates/java_library/java.header index 3a9b503aa..d0970ba7d 100644 --- a/synthtool/gcp/templates/java_library/java.header +++ b/synthtool/gcp/templates/java_library/java.header @@ -1,5 +1,5 @@ ^/\*$ -^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)( All [rR]ights [rR]eserved\.)?$ +^ \* Copyright \d\d\d\d,? Google (Inc\.|LLC)$ ^ \*$ ^ \* Licensed under the Apache License, Version 2\.0 \(the "License"\);$ ^ \* you may not use this file except in compliance with the License\.$