mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Cosmetic: bump year
This commit is contained in:
4
debian/copyright
vendored
4
debian/copyright
vendored
@@ -3,11 +3,11 @@ Upstream-Name: labca-gui
|
||||
Source: https://github.com/hakwerk/labca
|
||||
|
||||
Files: *
|
||||
Copyright: 2022-2024 hakwerk <github@hakwerk.com>
|
||||
Copyright: 2022-2025 hakwerk <github@hakwerk.com>
|
||||
License: MPL 2.0
|
||||
|
||||
License: MPL 2.0
|
||||
Copyright (c) 2022-2024 hakwerk
|
||||
Copyright (c) 2022-2025 hakwerk
|
||||
.
|
||||
Licensed under the Mozilla Public License 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<small></small>
|
||||
</div>
|
||||
<div class="col-sm-6 footer text-muted text-right" id="footer">
|
||||
<small>Copyright © 2018-2024 <a href="https://lab-ca.net/">LabCA</a></small>
|
||||
<small>Copyright © 2018-2025 <a href="https://lab-ca.net/">LabCA</a></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<small>{{ if .Version }}{{ .Version }}{{ end }}</small>
|
||||
</div>
|
||||
<div class="col-sm-6 footer text-muted text-right" id="footer">
|
||||
<small>Copyright © 2018-2024 <a href="https://lab-ca.net/">LabCA</a></small>
|
||||
<small>Copyright © 2018-2025 <a href="https://lab-ca.net/">LabCA</a></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
install
2
install
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# LabCA: a private Certificate Authority for internal lab usage
|
||||
# (c) 2018-2024 Arjan Hakkesteegt
|
||||
# (c) 2018-2025 Arjan Hakkesteegt
|
||||
#
|
||||
# Install with this command from a Linux machine (only tested with Debian and Ubuntu):
|
||||
# curl -sSL https://raw.githubusercontent.com/hakwerk/labca/master/install | bash
|
||||
|
||||
Reference in New Issue
Block a user