diff options
| author | Gibheer <gibheer+git@zero-knowledge.org> | 2024-09-05 19:38:25 +0200 | 
|---|---|---|
| committer | Gibheer <gibheer+git@zero-knowledge.org> | 2024-09-05 19:38:25 +0200 | 
| commit | 6ea4d2c82de80efc87708e5e182034b7c6c2019e (patch) | |
| tree | 35c0856a929040216c82153ca62d43b27530a887 /vendor/golang.org/x/crypto/LICENSE | |
| parent | 6f64eeace1b66639b9380b44e88a8d54850a4306 (diff) | |
lib/pq is out of maintenance for some time now, so switch to the newer
more active library. Looks like it finally stabilized after a long time.
Diffstat (limited to 'vendor/golang.org/x/crypto/LICENSE')
| -rw-r--r-- | vendor/golang.org/x/crypto/LICENSE | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/vendor/golang.org/x/crypto/LICENSE b/vendor/golang.org/x/crypto/LICENSE index 6a66aea..2a7cf70 100644 --- a/vendor/golang.org/x/crypto/LICENSE +++ b/vendor/golang.org/x/crypto/LICENSE @@ -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. | 
