Skip to content

Commit b9f0240

Browse files
authored
Merge pull request #3 from ash-lng/hayesgm/readme
Add Basic Logo and License
2 parents 047d502 + e7a1f85 commit b9f0240

File tree

10 files changed

+23
-130
lines changed

10 files changed

+23
-130
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @hayesgm @mykelp

.github/CONTRIBUTING.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/set-issue-expectations.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/set-pull-expectations.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

ELM-LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright 2012-present Evan Czaplicki
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012-present Evan Czaplicki
1+
Copyright 2022 Mykel Pereira, Geoffrey Hayes
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# Elm
1+
# Ash
22

3-
A delightful language for reliable webapps.
4-
5-
Check out the [Home Page](http://elm-lang.org/), [Try Online](http://elm-lang.org/try), or [The Official Guide](http://guide.elm-lang.org/)
3+
<img src="https://github.com/ash-lng/compiler/raw/hayesgm/readme/logo.png" width="100">
64

5+
----
6+
A delightful language for reliable webapps.
77

8-
<br>
8+
Ash is an open, community fork of the [Elm language](http://elm-lang.org).
99

1010
## Install
1111

12-
[Install](https://guide.elm-lang.org/install/elm.html)
13-
14-
For multiple versions, previous versions, and uninstallation, see the instructions [here](https://github.com/elm/compiler/blob/master/installers/README.md).
12+
Please see the instructions [here](./blob/main/installers/README.md) to compile from source.
1513

16-
<br>
14+
## Contributing
1715

18-
## Help
16+
Ash is an open community, and we are excited to accept improvements in the langauge and standard library. Feel free to create pull requests against this library or open issues to discuss.
1917

20-
If you are stuck, ask around on [the Elm slack channel][slack]. Folks are friendly and happy to help with questions!
18+
## License
2119

22-
[slack]: http://elmlang.herokuapp.com/
20+
Subject to BSD-3 license [here](./blob/main/LICENSE) and separately BSD-3 as retained from [Elm](./blob/main/ELM-LICENSE). All contributors must license contributed code dually under those licenses.

logo.png

663 KB
Loading

0 commit comments

Comments
 (0)