diff options
| author | Russ Cox <rsc@golang.org> | 2024-07-16 11:35:23 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-07-16 16:09:36 +0000 |
| commit | 1d246fd55a54e7f9d239e253e705747dc023db70 (patch) | |
| tree | be0c3798d0ff1b5e8cdf21e0283e8114380707f1 | |
| parent | f0acbe0ca75b53c327d69dc7c42b0ff05944112f (diff) | |
| download | go-x-proposal-1d246fd55a54e7f9d239e253e705747dc023db70.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: Ib623fa96221e9b6b1254c6d7507a8fb32d28aca1
Reviewed-on: https://go-review.googlesource.com/c/proposal/+/598583
Auto-Submit: Russ Cox <rsc@golang.org>
Commit-Queue: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
| -rw-r--r-- | LICENSE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2014 The Go Authors. All rights reserved. +Copyright 2014 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. |
