Skip to content

Commit b728cce

Browse files
Merge pull request #1 from scala-exercises/auto-update-docs
Update documentation and other files
2 parents a864551 + 6b4a5d4 commit b728cce

File tree

16 files changed

+50
-19
lines changed

16 files changed

+50
-19
lines changed

AUTHORS.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+
# 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+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **Enrique Nieto (kiroco12)**](https://github.com/kiroco12)
13+
- [![israelperezglez](https://avatars1.githubusercontent.com/u/646886?v=4&s=20) **Israel Pérez (israelperezglez)**](https://github.com/israelperezglez)
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+
- [![peterneyens](https://avatars1.githubusercontent.com/u/6407606?v=4&s=20) **Peter Neyens (peterneyens)**](https://github.com/peterneyens)
17+
- [![rafaparadela](https://avatars3.githubusercontent.com/u/315070?v=4&s=20) **Rafa Paradela (rafaparadela)**](https://github.com/rafaparadela)
18+
- [![raulraja](https://avatars3.githubusercontent.com/u/456796?v=4&s=20) **Raúl Raja Martínez (raulraja)**](https://github.com/raulraja)
19+
20+
## Contributors
21+
22+
These are the people that have contributed to the _scala-exercises-runtime_ project:
23+
24+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)
25+
- [![kiroco12](https://avatars1.githubusercontent.com/u/48894338?v=4&s=20) **kiroco12**](https://github.com/kiroco12)
26+
- [![jdesiloniz](https://avatars2.githubusercontent.com/u/2835739?v=4&s=20) **jdesiloniz**](https://github.com/jdesiloniz)
27+
- [![rafaparadela](https://avatars3.githubusercontent.com/u/315070?v=4&s=20) **rafaparadela**](https://github.com/rafaparadela)
28+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
29+
- [![israelperezglez](https://avatars1.githubusercontent.com/u/646886?v=4&s=20) **israelperezglez**](https://github.com/israelperezglez)
30+
- [![raulraja](https://avatars3.githubusercontent.com/u/456796?v=4&s=20) **raulraja**](https://github.com/raulraja)
31+
- [![peterneyens](https://avatars1.githubusercontent.com/u/6407606?v=4&s=20) **peterneyens**](https://github.com/peterneyens)

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
# Contributing
66

7-
Discussion around _scala-exercises_ happens in the [GitHub issues](https://github.com/scala-exercises/scala-exercises/issues) and [pull requests](https://github.com/scala-exercises/scala-exercises/pulls).
7+
Discussion around _scala-exercises-runtime_ happens in the [GitHub issues](https://github.com/scala-exercises/scala-exercises-runtime/issues) and [pull requests](https://github.com/scala-exercises/scala-exercises-runtime/pulls).
88

99
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
1010
the code. Pull requests are also welcome.
1111

12-
People are expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md) when discussing _scala-exercises_ on the Github page or other venues.
12+
People are expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md) when discussing _scala-exercises-runtime_ on the Github page or other venues.
1313

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:scala-exercises@47deg.com).
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 Open Source](mailto:hello@47deg.com).
1515

1616
## How can I help?
1717

18-
_scala-exercises_ follows a standard [fork and pull](https://help.github.com/articles/using-pull-requests/) model for contributions via GitHub pull requests.
18+
_scala-exercises-runtime_ follows a standard [fork and pull](https://help.github.com/articles/using-pull-requests/) model for contributions via GitHub pull requests.
1919

2020
The process is simple:
2121

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) 2014-2020 47 Degrees <https://47deg.com>
189+
Copyright (C) 2020 47 Degrees Open Source <https://www.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
33
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
44

5-
scala-exercises
5+
scala-exercises-runtime
66

7-
Copyright (c) 2014-2020 47 Degrees. All rights reserved.
7+
Copyright (c) 2020 47 Degrees Open Source. All rights reserved.
88

99
Licensed under Apache-2.0. See [LICENSE](LICENSE.md) for terms.

evaluator-client/src/main/scala/org/scalaexercises/evaluator/EvaluatorClient.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

evaluator-client/src/main/scala/org/scalaexercises/evaluator/service/HttpClientHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

evaluator-client/src/main/scala/org/scalaexercises/evaluator/service/HttpClientService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

evaluator-client/src/main/scala/org/scalaexercises/evaluator/types/types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

evaluator-client/src/main/scala/org/scalaexercises/evaluator/util/Codecs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

runtime/src/main/scala/org/scalaexercises/exercises/Exercises.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2020 47 Degrees <https://47deg.com>
2+
* Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)