Skip to content

Commit 77e7f2b

Browse files
authored
Add references for license (#286)
1 parent 13bc6ea commit 77e7f2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ end
3838

3939
## License
4040

41-
Same as Elixir.
41+
Same as Elixir under Apache License 2.0.
42+
Check [NOTICE](https://github.com/elixir-lang/elixir/blob/main/NOTICE) and [LICENSE](https://github.com/elixir-lang/elixir/blob/main/LICENSE) for more information.

examples/gen_event.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
defmodule Broadcaster do
33
@moduledoc """
44
Using a GenStage for implementing a GenEvent manager
5-
replacement where each handler runs as a separate process.
5+
replacement, where each handler runs as a separate process.
66
It is around 40 LOC without docs and comments.
77
88
This implementation will keep events in an internal queue

0 commit comments

Comments
 (0)