You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE-MIT
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
Copyright (c) 2018 The quinn Developers
1
+
Copyright (c) 2018-2025 The quinn Developers
2
+
Copyright (c) 2025 N0, Inc.
2
3
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The default branch should be set the currently actively used branch by
30
-
iroh.
31
-
32
-
### Updating a branch
33
-
34
-
To update a branch to include the upstream changes, merge the upstream
35
-
branch. E.g. when upstream is `main` and the current iroh branch is
36
-
`iroh-0.11.x`:
37
-
38
-
- Check which commits are new in main.
39
-
40
-
Using *magit*: `magit-cherry` (Y), from `main` to `iroh-0.11.x`
41
-
42
-
- Find the commit to merge.
43
-
44
-
You probably want to find the last released commit on the `main`
45
-
branch, which might not be the last commit on main. So you need to
46
-
find the commit hash as you can't use "main" in this case.
47
28
48
-
- Merge this commit: `git merge abc123`
29
+
## License
49
30
50
-
- You can check the log and cherries again to see if the right commits
51
-
are left in main.
31
+
Copyright 2025 The quinn developers
32
+
Copyright 2025 N0, INC.
52
33
53
-
### Upstream versions
34
+
This project is licensed under either of
54
35
55
-
Usually we only try to merge tagged upstream versions. Currently (as
56
-
of the 0.13 iroh-quinn release) we've released work that hasn't been
57
-
released upstream yet.
36
+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
37
+
http://www.apache.org/licenses/LICENSE-2.0)
38
+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
39
+
http://opensource.org/licenses/MIT)
58
40
59
-
In the normal case, you'd be able to check the current matching
60
-
upstream version by running:
41
+
at your option.
61
42
62
-
`git tag --merged`
43
+
## Contribution
63
44
64
-
This shows all the tags which are in the ancestors of HEAD. Look for
65
-
the highest `quinn`, `quinn-proto` and `quinn-udp` tags which are
66
-
found in all the ancestor commits.
45
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
0 commit comments