Skip to content

Commit dfdfe8a

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

File tree

21 files changed

+41
-27
lines changed

21 files changed

+41
-27
lines changed

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **Juan Pedro Moreno (juanpedromoreno)**](https://github.com/juanpedromoreno)
12+
13+
## Contributors
14+
15+
These are the people that have contributed to the _sbt-exercise_ project:
16+
17+
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)

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 _sbt-exercise_ happens in the [GitHub issues](https://github.com/scala-exercises/sbt-exercise/issues) and [pull requests](https://github.com/scala-exercises/sbt-exercise/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 _sbt-exercise_ 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+
_sbt-exercise_ 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+
sbt-exercise
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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/MethodBodyReader.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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/SourceTextExtraction.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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/TreeGen.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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/comments.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.

compiler/src/main/scala/org/scalaexercises/exercises/compiler/formatting.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)