Skip to content

Commit 843c6f8

Browse files
committed
master -> main branch
1 parent 1654fc9 commit 843c6f8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

LICENSE

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Sizer code written 2008-2017 by Aras Pranckevicius
1+
Sizer code written 2008-2023 by Aras Pranckevicius
22
I hereby place this code in the public domain.
33

4-
Largely based on .kkrunchy public domain code
4+
Originally based on .kkrunchy public domain code
55
by Fabian "ryg" Giesen,
66
https://github.com/farbrausch/fr_public/tree/master/kkrunchy
77

8-
Source contains CC0-licensed command line parser from
9-
https://github.com/jibsen/parg
8+
Source contains third party code:
9+
- BSD-licensed https://github.com/MolecularMatters/raw_pdb PDB library.
10+
- CC0-licensed https://github.com/jibsen/parg command line parser.

0 commit comments

Comments
 (0)