Skip to content

Commit

Permalink
minor:
Browse files Browse the repository at this point in the history
- copyright updates to reflect change to gplv2
- readme update
  • Loading branch information
samjtro committed Jun 7, 2024
1 parent 815e2da commit efbc975
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# schwab
[![Go Reference](https://pkg.go.dev/badge/github.com/samjtro/schwab.svg)](https://pkg.go.dev/github.com/samjtro/schwab)
[![Go Report Card](https://goreportcard.com/badge/github.com/samjtro/schwab)](https://goreportcard.com/report/github.com/samjtro/schwab)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![License](https://img.shields.io/badge/License-GPLv2-green)](LICENSE)

Built, maintained by [@samjtro](https://github.com/samjtro)

Expand Down Expand Up @@ -93,18 +93,3 @@ Output:
- [ ] v0.9.9: Finish test package & integrate CI for new PRs
- [ ] v1.1.0: Finish option

## Copyright notice

Copyright 2022-2024 github.com/samjtro

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
3 changes: 3 additions & 0 deletions accounts-trading.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The fastest unofficial Schwab TraderAPI wrapper
// Copyright (C) 2024 Samuel Troyer <github.com/samjtro>
// See the GNU General Public License for more details
package schwab

var (
Expand Down
3 changes: 3 additions & 0 deletions market-data.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The fastest unofficial Schwab TraderAPI wrapper
// Copyright (C) 2024 Samuel Troyer <github.com/samjtro>
// See the GNU General Public License for more details
package schwab

import (
Expand Down
3 changes: 3 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The fastest unofficial Schwab TraderAPI wrapper
// Copyright (C) 2024 Samuel Troyer <github.com/samjtro>
// See the GNU General Public License for more details
package schwab

import (
Expand Down

0 comments on commit efbc975

Please sign in to comment.