Skip to content

Commit

Permalink
Merge branch 'main' of github.com:propensive/feudalism
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 9, 2025
2 parents b7d5073 + 884a0db commit dd62e37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Feudalism implements a generic `Mutex` type which guarantees these constraints.




## Getting Started

### Creating a new Mutex
Expand Down
2 changes: 1 addition & 1 deletion src/core/feudalism.Mutex.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Feudalism, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Feudalism, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/feudalism.Semaphore.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Feudalism, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Feudalism, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/soundness+feudalism-core.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Feudalism, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Feudalism, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/test/tests.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Feudalism, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Feudalism, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down

0 comments on commit dd62e37

Please sign in to comment.