Skip to content

Commit 8bb35b1

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

16 files changed

+234
-23
lines changed

AUTHORS.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
12+
- [![AdrianRaFo](https://avatars0.githubusercontent.com/u/15971742?v=4&s=20) **Adrian Ramirez Fornell (AdrianRaFo)**](https://github.com/AdrianRaFo)
13+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **Ana Gómez González (angoglez)**](https://github.com/angoglez)
14+
- [![BenFradet](https://avatars2.githubusercontent.com/u/1737211?v=4&s=20) **Ben Fradet (BenFradet)**](https://github.com/BenFradet)
15+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **Domingo Valera (dominv)**](https://github.com/dominv)
16+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **Enrique Nieto (kiroco12)**](https://github.com/kiroco12)
17+
- [![FRosner](https://avatars2.githubusercontent.com/u/3427394?v=4&s=20) **Frank Rosner (FRosner)**](https://github.com/FRosner)
18+
- [![jorgegalindocruces](https://avatars2.githubusercontent.com/u/105974?v=4&s=20) **Jorge Galindo (jorgegalindocruces)**](https://github.com/jorgegalindocruces)
19+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **Juan Pedro Moreno (juanpedromoreno)**](https://github.com/juanpedromoreno)
20+
- [![raulraja](https://avatars3.githubusercontent.com/u/456796?v=4&s=20) **Raúl Raja Martínez (raulraja)**](https://github.com/raulraja)
21+
- [![valydia](https://avatars1.githubusercontent.com/u/2129101?v=4&s=20) **Valy Dia (valydia)**](https://github.com/valydia)
22+
23+
## Contributors
24+
25+
These are the people that have contributed to the _exercises-monocle_ project:
26+
27+
- [![AdrianRaFo](https://avatars0.githubusercontent.com/u/15971742?v=4&s=20) **AdrianRaFo**](https://github.com/AdrianRaFo)
28+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)
29+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **kiroco12**](https://github.com/kiroco12)
30+
- [![valydia](https://avatars1.githubusercontent.com/u/2129101?v=4&s=20) **valydia**](https://github.com/valydia)
31+
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **dominv**](https://github.com/dominv)
32+
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **angoglez**](https://github.com/angoglez)
33+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
34+
- [![BenFradet](https://avatars2.githubusercontent.com/u/1737211?v=4&s=20) **BenFradet**](https://github.com/BenFradet)
35+
- [![FRosner](https://avatars2.githubusercontent.com/u/3427394?v=4&s=20) **FRosner**](https://github.com/FRosner)
36+
- [![jorgegalindocruces](https://avatars2.githubusercontent.com/u/105974?v=4&s=20) **jorgegalindocruces**](https://github.com/jorgegalindocruces)
37+
- [![teliatko](https://avatars2.githubusercontent.com/u/242544?v=4&s=20) **teliatko**](https://github.com/teliatko)
38+
- [![raulraja](https://avatars3.githubusercontent.com/u/456796?v=4&s=20) **raulraja**](https://github.com/raulraja)
39+
- [![hobovsky](https://avatars2.githubusercontent.com/u/23709795?v=4&s=20) **hobovsky**](https://github.com/hobovsky)

CODE_OF_CONDUCT.md

Lines changed: 22 additions & 0 deletions
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

Lines changed: 31 additions & 0 deletions
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-monocle_ happens in the [GitHub issues](https://github.com/scala-exercises/exercises-monocle/issues) and [pull requests](https://github.com/scala-exercises/exercises-monocle/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-monocle_ 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-monocle_ 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.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (C) 2016-2020 47 Degrees <https://47deg.com>
189+
Copyright (C) 2017-2020 47 Degrees <https://47deg.com>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.md

Lines changed: 9 additions & 0 deletions
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-monocle
6+
7+
Copyright (c) 2017-2020 47 Degrees. All rights reserved.
8+
9+
Licensed under Apache-2.0. See [LICENSE](LICENSE.md) for terms.

src/main/scala/monocle/IsoExercises.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-monocle
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2017-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 monoclelib

src/main/scala/monocle/LensExercises.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-monocle
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2017-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 monoclelib

src/main/scala/monocle/MonocleLib.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-monocle
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2017-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 monoclelib

src/main/scala/monocle/OptionalExercises.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-monocle
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2017-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 monoclelib

src/main/scala/monocle/PrismExercises.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
2-
* scala-exercises - exercises-monocle
3-
* Copyright (C) 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2017-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 monoclelib

0 commit comments

Comments
 (0)