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: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,6 @@ More tips:
54
54
- Use `--postpone-cut-over-flag-file` to gain control over cut-over timing
55
55
- Get familiar with the [interactive commands](doc/interactive-commands.md)
56
56
57
-
Please read more on [testing on replica](testing-on-replica.md)
58
-
59
57
Also see [requirements and limitations](doc/requirements-and-limitations.md), [what if?](doc/what-if.md)
60
58
61
59
## What's in a name?
@@ -67,6 +65,18 @@ But then a rare genetic mutation happened, and the `s` transformed into `t`. And
67
65
68
66
Pronounce: _ghost_
69
67
68
+
## License
69
+
70
+
`gh-ost` is licensed under the [MIT license](https://github.com/github/gh-ost/blob/documentation/LICENSE)
71
+
72
+
`gh-ost` uses 3rd party libraries, each with their own license. These are found [here](https://github.com/github/gh-ost/tree/master/vendor).
73
+
74
+
## Community
75
+
76
+
`gh-ost` is released at a stable state, but with mileage to go. We are [open to pull requests](https://github.com/github/gh-ost/blob/master/.github/CONTRIBUTING.md). Please first discuss your intentions via [Issues](https://github.com/github/gh-ost/issues).
77
+
78
+
We develop `gh-ost` at GitHub and for the community. We may have different priorities than others. From time to time we may suggest a contribution that is not on our immediate roadmap but which may appeal to others.
79
+
70
80
## Authors
71
81
72
82
`gh-ost` is designed, authored, reviewed and tested by the database infrastructure team at GitHub:
0 commit comments