Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0d99dcb

Browse files
authored
Update contributors (#42)
1 parent 9214d08 commit 0d99dcb

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

LICENSE

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
Copyright (c) 2018 Solana Labs, Inc
1+
Copyright 2020 Solana Foundation.
22

3-
Permission is hereby granted, free of charge, to any person obtaining
4-
a copy of this software and associated documentation files (the
5-
"Software"), to deal in the Software without restriction, including
6-
without limitation the rights to use, copy, modify, merge, publish,
7-
distribute, sublicense, and/or sell copies of the Software, and to
8-
permit persons to whom the Software is furnished to do so, subject to
9-
the following conditions:
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
106

11-
The above copyright notice and this permission notice shall be
12-
included in all copies or substantial portions of the Software.
7+
http://www.apache.org/licenses/LICENSE-2.0
138

14-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The Solana Program Library (SPL) is a collection of on-chain programs targeting
99
the [Sealevel parallel runtime](https://medium.com/solana-labs/sealevel-parallel-processing-thousands-of-smart-contracts-d814b378192).
10-
These programs are tested against [Solana](https://solana.com)'s implementation
10+
These programs are tested against Solana's implementation
1111
of Sealevel, solana-runtime, and deployed to its mainnet. As others implement
1212
Sealevel, we will graciously accept patches to ensure the programs here are
1313
portable across all implementations.

memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "spl-memo"
66
version = "0.1.0"
77
description = "Solana Program Library Memo"
8-
authors = ["Solana Maintainers <maintainers@solana.com>"]
8+
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
99
repository = "https://github.com/solana-labs/solana-program-library"
1010
license = "Apache-2.0"
1111
edition = "2018"

token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "spl-token"
66
version = "0.1.0"
77
description = "Solana Program Library Token"
8-
authors = ["Solana Maintainers <maintainers@solana.com>"]
8+
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
99
repository = "https://github.com/solana-labs/solana-program-library"
1010
license = "Apache-2.0"
1111
edition = "2018"

0 commit comments

Comments
 (0)