Skip to content

Commit 3e2f72c

Browse files
committed
Merge branch 'main' of github.com:propensive/spectral
2 parents 64a9f45 + b2ad029 commit 3e2f72c

14 files changed

+15
-14
lines changed

.github/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Scala application into a self-contained, portable executable.
2929

3030

3131

32+
3233
## Getting Started
3334

3435
### Running as a Daemon
@@ -254,6 +255,6 @@ The logo shows a spectrum of light, and is thus _ethereal_.
254255

255256
## License
256257

257-
Ethereal is copyright © 2024 Jon Pretty & Propensive OÜ, and
258+
Ethereal is copyright © 2025 Jon Pretty & Propensive OÜ, and
258259
is made available under the [Apache 2.0 License](/license.md).
259260

src/core/ethereal-core.scala

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

src/core/ethereal.CliInput.scala

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

src/core/ethereal.ClientConnection.scala

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

src/core/ethereal.DaemonEvent.scala

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

src/core/ethereal.DaemonLogEvent.scala

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

src/core/ethereal.DaemonService.scala

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

src/core/ethereal.Installer.scala

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

src/core/ethereal.LazyEnvironment.scala

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

src/core/ethereal.StderrSupport.scala

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

src/core/rudiments+ethereal-core.scala

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

src/core/soundness+ethereal-core.scala

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

src/example/ethereal.HelloWorld.scala

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

0 commit comments

Comments
 (0)