Skip to content

Commit a07bccc

Browse files
committed
Merge branch 'main' of github.com:propensive/inimitable
2 parents 331532b + af5dcfb commit a07bccc

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.github/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ all systems. _Inimitable_ provides a few utilities for working with them.
2323

2424

2525

26+
2627
## Getting Started
2728

2829
All Inimitable terms and types are defined in the `inimitable` package:
@@ -178,6 +179,6 @@ The logo shows an arrangement of the 128 bits which form a UUID in a grid.
178179

179180
## License
180181

181-
Inimitable is copyright © 2024 Jon Pretty & Propensive OÜ, and
182+
Inimitable is copyright © 2025 Jon Pretty & Propensive OÜ, and
182183
is made available under the [Apache 2.0 License](/license.md).
183184

src/core/inimitable-core.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

src/core/inimitable.Inimitable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

src/core/inimitable.Uuid.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

src/core/inimitable.UuidError.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

src/core/soundness+inimitable-core.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

src/test/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inimitable, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
2+
Inimitable, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
33
44
The primary distribution site is: https://propensive.com/
55

0 commit comments

Comments
 (0)