aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-07-16 11:35:26 -0400
committerShulhan <m.shulhan@gmail.com>2024-08-31 16:02:57 +0700
commit9ab876e72b1eea792bb911ceb11e472616d9b6d9 (patch)
treeb3bdf66712b1e74f333c9549ad50da372257c279
parent1b050dde905187a62edf8ec0d11f80edc4b5cd28 (diff)
downloadgolang-id-tour-9ab876e72b1eea792bb911ceb11e472616d9b6d9.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: I7aa6d7ae247f06f8500155ed1a53db14bd959bd6 Reviewed-on: https://go-review.googlesource.com/c/tour/+/598530 Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Russ Cox <rsc@golang.org>
-rw-r--r--LICENSE4
1 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 3d2350c..939ec19 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011 The Go Authors. All rights reserved.
+Copyright 2011 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.