Skip to content

Commit 8d05cbf

Browse files
fedefernandezactions-user
authored andcommitted
Update documentation, and other files [skip ci]
1 parent 2d67d68 commit 8d05cbf

26 files changed

+28
-27
lines changed

Diff for: AUTHORS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ These are the people that have contributed to the _sbt-mu-srcgen_ project:
2828
- [![dmarticus](https://avatars.githubusercontent.com/u/4853149?v=4&s=20) **dmarticus**](https://github.com/dmarticus)
2929
- [![sloshy](https://avatars.githubusercontent.com/u/427237?v=4&s=20) **sloshy**](https://github.com/sloshy)
3030
- [![franciscodr](https://avatars.githubusercontent.com/u/1200151?v=4&s=20) **franciscodr**](https://github.com/franciscodr)
31-
- [![ThatScalaGuy](https://avatars.githubusercontent.com/u/7647945?v=4&s=20) **ThatScalaGuy**](https://github.com/ThatScalaGuy)
31+
- [![ThatScalaGuy](https://avatars.githubusercontent.com/u/7647945?v=4&s=20) **ThatScalaGuy**](https://github.com/ThatScalaGuy)
32+
- [![davesmith00047](https://avatars.githubusercontent.com/u/119872582?v=4&s=20) **davesmith00047**](https://github.com/davesmith00047)

Diff for: LICENSE.md

+1-1
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) 2020-2022 47 Degrees <https://www.47deg.com>
189+
Copyright (C) 2020-2023 47 Degrees <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.

Diff for: NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
sbt-mu-srcgen
66

7-
Copyright (c) 2020-2022 47 Degrees. All rights reserved.
7+
Copyright (c) 2020-2023 47 Degrees. All rights reserved.
88

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

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
For installing this plugin, add the following line to your `plugins.sbt` file:
1717

1818
```sbt mdoc:silent
19-
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.0")
19+
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.1")
2020
```
2121

2222
### NOTE
@@ -43,4 +43,4 @@ The full documentation is available at the [mu](https://higherkindness.io/mu-sca
4343

4444
sbt-mu-srcgen is designed and developed by 47 Degrees
4545

46-
Copyright (C) 2020-2022 47 Degrees <https://www.47deg.com>
46+
Copyright (C) 2020-2023 47 Degrees <https://www.47deg.com>

Diff for: core/src/main/scala/avrohugger/input/parsers/FileInputParser.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/avrohugger/stores/ClassStore.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/Generator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/GeneratorApplication.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/Model.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/AvdlFileSorter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/AvrohuggerSrcGenerator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/rewrites/AddAvroOrderingAnnotations.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/rewrites/RemoveShapelessImports.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/rewrites/ReplaceShapelessCoproduct.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/avro/rewrites/ReplaceShapelessTaggedDecimal.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/package.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/proto/MuServiceGenerator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/proto/MuServicePrinter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/proto/gen.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/service/CompanionObjectGenerator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/service/MuServiceParams.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/main/scala/higherkindness/mu/rpc/srcgen/service/model.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/test/scala/higherkindness/mu/rpc/srcgen/AvroScalaGeneratorArbitrary.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/test/scala/higherkindness/mu/rpc/srcgen/AvrohuggerSrcGenTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: core/src/test/scala/higherkindness/mu/rpc/srcgen/service/CompanionObjectGeneratorSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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.

Diff for: plugin/src/main/scala/higherkindness/mu/rpc/srcgen/SrcGenPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 47 Degrees <https://www.47deg.com>
2+
* Copyright 2020-2023 47 Degrees <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)