diff options
| author | Russ Cox <rsc@golang.org> | 2024-07-16 11:35:18 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-07-16 16:09:32 +0000 |
| commit | 80fd97208db0a6f1c2dccfc63ccde57b4e994875 (patch) | |
| tree | 9486d25e3415c0681dae3406e443805ba0b0046c | |
| parent | f2bc3a617ab63149578b696bd2db66ae298b3ba1 (diff) | |
| download | go-x-crypto-80fd97208db0a6f1c2dccfc63ccde57b4e994875.tar.xz | |
LICENSE: update per Google Legal
Very minor tweaks:
- Remove (c) pseudosymbol.
- Remove "All Rights Reserved."
- Change "Google Inc." (no longer exists) to "Google LLC".
[git-generate]
echo '
,s/\(c\) //
,s/ All rights reserved.//
,s/Google Inc./Google LLC/
w
q
' | sam -d LICENSE
Change-Id: I6e885650c5701597f57dbf00c2abdcc7b393a703
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/598520
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
| -rw-r--r-- | LICENSE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
