-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump copyright year and update readme.
- Loading branch information
Showing
4 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2016-2023 Alexander Bluhm <[email protected]> | ||
Copyright (c) 2016-2024 Alexander Bluhm <[email protected]> | ||
Copyright (c) 2018-2023 Moritz Buhl <[email protected]> | ||
|
||
Permission to use, copy, modify, and distribute this software for any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/perl | ||
# collect cvs logs between certain dates for sub branches | ||
# generate gnuplot graphics for perform html | ||
|
||
# Copyright (c) 2018-2023 Alexander Bluhm <[email protected]> | ||
# Copyright (c) 2018-2019 Moritz Buhl <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
# generate gnuplot icons for legend in html graphics | ||
|
||
set -eu | ||
|
||
|