Skip to content

Commit ec262ad

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

File tree

7 files changed

+7
-28
lines changed

7 files changed

+7
-28
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

src/main/scala/org/scalaexercises/exercises/Timestamp.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

src/main/scala/org/scalaexercises/exercises/model.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

src/test/scala/com/fortysevendeg/exercises/Content.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.content

src/test/scala/com/fortysevendeg/exercises/ExampleTarget.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

src/test/scala/com/fortysevendeg/exercises/LibraryDiscoverySpec.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

src/test/scala/com/fortysevendeg/exercises/TimestampSpec.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* scala-exercises
3-
*
4-
* Copyright 2015-2019 47 Degrees, LLC. <http://www.47deg.com>
2+
* Copyright 2014-2020 47 Degrees <https://47deg.com>
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -14,7 +12,6 @@
1412
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
17-
*
1815
*/
1916

2017
package org.scalaexercises.runtime

0 commit comments

Comments
 (0)