diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-21 18:36:13 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-21 18:36:13 +0000 |
| commit | 806ae71ca45f913ebfd4aa18c8f0c80a67738a13 (patch) | |
| tree | 02369fc2e11bcf8beb3e24d85e3faa5ecb9f13ad | |
| parent | 667ce177294e0b4c4331c2af2bdc96ee9631fbf2 (diff) | |
| download | puzzles-806ae71ca45f913ebfd4aa18c8f0c80a67738a13.zip puzzles-806ae71ca45f913ebfd4aa18c8f0c80a67738a13.tar.gz puzzles-806ae71ca45f913ebfd4aa18c8f0c80a67738a13.tar.bz2 puzzles-806ae71ca45f913ebfd4aa18c8f0c80a67738a13.tar.xz | |
Add myself to copyright holders and update copyright years
The KaiOS port is big enough that I think I'm worth mentioning, and it
was released in 2023.
| -rw-r--r-- | LICENCE | 4 | ||||
| -rw-r--r-- | osx/Info.plist | 2 | ||||
| -rw-r--r-- | puzzles.but | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ -This software is copyright (c) 2004-2021 Simon Tatham. +This software is copyright (c) 2004-2023 Simon Tatham. Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael -Quevillon, Asher Gordon and Didi Kohen. +Quevillon, Asher Gordon, Didi Kohen and Ben Harris. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/osx/Info.plist b/osx/Info.plist index 9c1ceef..b66fd9b 100644 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -29,7 +29,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>NSHumanReadableCopyright</key> - <string>This software is copyright (c) 2004-2021 Simon Tatham</string> + <string>This software is copyright (c) 2004-2023 Simon Tatham</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/puzzles.but b/puzzles.but index bb57ca7..c75e612 100644 --- a/puzzles.but +++ b/puzzles.but @@ -3428,12 +3428,12 @@ so it's not recommended for boards larger than, say, 30\times\.30. \A{licence} \I{MIT licence}\ii{Licence} -This software is \i{copyright} 2004-2021 Simon Tatham. +This software is \i{copyright} 2004-2023 Simon Tatham. Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas K\u00F6{oe}lker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael -Quevillon, Asher Gordon and Didi Kohen. +Quevillon, Asher Gordon, Didi Kohen, and Ben Harris. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files |