Skip to content

Commit e379e53

Browse files
Update documentation and other files (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c98993 commit e379e53

34 files changed

+456
-60
lines changed

AUTHORS.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Authors
6+
7+
## Maintainers
8+
9+
The maintainers of the project are:
10+
11+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **Ana Gómez González (angoglez)**](https://github.com/angoglez)
12+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **Domingo Valera (dominv)**](https://github.com/dominv)
13+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **Enrique Nieto (kiroco12)**](https://github.com/kiroco12)
14+
- [![jdesiloniz](https://avatars2.githubusercontent.com/u/2835739?v=4&s=20) **Javier de Silóniz Sandino (jdesiloniz)**](https://github.com/jdesiloniz)
15+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **Juan Pedro Moreno (juanpedromoreno)**](https://github.com/juanpedromoreno)
16+
17+
## Contributors
18+
19+
These are the people that have contributed to the _exercises-fpinscala_ project:
20+
21+
- [![jdesiloniz](https://avatars2.githubusercontent.com/u/2835739?v=4&s=20) **jdesiloniz**](https://github.com/jdesiloniz)
22+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)
23+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **kiroco12**](https://github.com/kiroco12)
24+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **dominv**](https://github.com/dominv)
25+
- [![davisharlan](https://avatars3.githubusercontent.com/u/35711200?v=4&s=20) **davisharlan**](https://github.com/davisharlan)
26+
- [![isabelcosta](https://avatars1.githubusercontent.com/u/11148726?v=4&s=20) **isabelcosta**](https://github.com/isabelcosta)
27+
- [![ricsirigu](https://avatars3.githubusercontent.com/u/5004093?v=4&s=20) **ricsirigu**](https://github.com/ricsirigu)
28+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **angoglez**](https://github.com/angoglez)
29+
- [![Bhudjo](https://avatars0.githubusercontent.com/u/830963?v=4&s=20) **Bhudjo**](https://github.com/Bhudjo)
30+
- [![jkmcclellan](https://avatars3.githubusercontent.com/u/52432856?v=4&s=20) **jkmcclellan**](https://github.com/jkmcclellan)
31+
- [![pdo400](https://avatars1.githubusercontent.com/u/1780993?v=4&s=20) **pdo400**](https://github.com/pdo400)
32+
- [![sergey-lagutin](https://avatars3.githubusercontent.com/u/11209668?v=4&s=20) **sergey-lagutin**](https://github.com/sergey-lagutin)
33+
- [![floating-cat](https://avatars0.githubusercontent.com/u/6748077?v=4&s=20) **floating-cat**](https://github.com/floating-cat)
34+
- [![slashdev1](https://avatars1.githubusercontent.com/u/50917204?v=4&s=20) **slashdev1**](https://github.com/slashdev1)

CODE_OF_CONDUCT.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Code of Conduct
6+
7+
We are committed to providing a friendly, safe and welcoming
8+
environment for all, regardless of level of experience, gender, gender
9+
identity and expression, sexual orientation, disability, personal
10+
appearance, body size, race, ethnicity, age, religion, nationality, or
11+
other such characteristics.
12+
13+
Everyone is expected to follow the
14+
[Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when
15+
discussing the project on the available communication channels. If you
16+
are being harassed, please contact us immediately so that we can
17+
support you.
18+
19+
## Moderation
20+
21+
For any questions, concerns, or moderation requests please contact a
22+
[member of the project](AUTHORS.md#maintainers).

CONTRIBUTING.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
# Contributing
6+
7+
Discussion around _exercises-fpinscala_ happens in the [GitHub issues](https://github.com/scala-exercises/exercises-fpinscala/issues) and [pull requests](https://github.com/scala-exercises/exercises-fpinscala/pulls).
8+
9+
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
10+
the code. Pull requests are also welcome.
11+
12+
People are expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md) when discussing _exercises-fpinscala_ on the Github page or other venues.
13+
14+
If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you. In case you cannot get in touch with us please write an email to [47 Degrees](mailto:[email protected]).
15+
16+
## How can I help?
17+
18+
_exercises-fpinscala_ follows a standard [fork and pull](https://help.github.com/articles/using-pull-requests/) model for contributions via GitHub pull requests.
19+
20+
The process is simple:
21+
22+
1. Find something you want to work on
23+
2. Let us know you are working on it via GitHub issues/pull requests
24+
3. Implement your contribution
25+
4. Write tests
26+
5. Update the documentation
27+
6. Submit pull request
28+
29+
You will be automatically included in the [AUTHORS.md](AUTHORS.md#contributors) file as contributor in the next release.
30+
31+
If you encounter any confusion or frustration during the contribution process, please create a GitHub issue and we'll do our best to improve the process.

NOTICE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[comment]: <> (Don't edit this file!)
2+
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
3+
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
4+
5+
exercises-fpinscala
6+
7+
Copyright (c) 2016-2020 47 Degrees. All rights reserved.
8+
9+
Licensed under Apache-2.0. See [LICENSE](LICENSE.md) for terms.

src/main/scala/fpinscalalib/ErrorHandlingSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/FPinScalaLibrary.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/FunctionalDataStructuresSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/FunctionalParallelismSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/FunctionalStateSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/GettingStartedWithFPSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/ParserCombinatorsSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/PropertyBasedTestingSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/StrictnessAndLazinessSection.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib

src/main/scala/fpinscalalib/customlib/errorhandling/EitherHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib.customlib.errorhandling

src/main/scala/fpinscalalib/customlib/errorhandling/ExampleHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib.customlib.errorhandling

src/main/scala/fpinscalalib/customlib/errorhandling/OptionHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib.customlib.errorhandling

src/main/scala/fpinscalalib/customlib/functionaldatastructures/ListHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib.customlib.functionaldatastructures

src/main/scala/fpinscalalib/customlib/functionaldatastructures/TreeHelper.scala

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-fpinscala
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2016-2020 47 Degrees <https://47deg.com>
43
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616

717
package fpinscalalib.customlib.functionaldatastructures

0 commit comments

Comments
 (0)