Skip to content

Commit bb68fe1

Browse files
authored
add a history note (#5046)
* add a history * tweak
1 parent 9704adf commit bb68fe1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
This project was originally created by [Hongbo Zhang](https://github.com/bobzhang) in 2015 and
4+
still actively maintained by Hongbo Zhang hosted at
5+
[here](https://github.com/rescript-lang/rescript-compiler)
6+
7+
It was named BuckleScript and rebranded into ReScript in 2021.
8+
The major contributions from contributors include super_errors from
9+
[Cheng](https://github.com/chenglou) and [Cristiano](https://github.com/cristianoc), react_jsx_ppx from [Ricky](https://github.com/rickyvetter). Cristiano also
10+
contributed to several important patches in the upstream native compiler,
11+
in particular, the pattern match compilation.
12+
13+
More details are available [here](https://github.com/rescript-lang/rescript-compiler/graphs/contributors).

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ Refer to its copyright and license notices for information about its licensing.
3030
The `vendor/ninja.tar.gz` contains the vendored [ninja](https://github.com/ninja-build/ninja).
3131
Refer to its copyright and license notices for information about its licensing.
3232

33+
Note that OSS is for sharing of knowledge, but the authorship should be respected. Copyright headers in each file, Acknowledgements section in this file and [History](./History.md) should be kept **intact**.
34+
3335
See [Credits](./Credits.md) for more details.

0 commit comments

Comments
 (0)