forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
370a2d9
commit 261f86b
Showing
3 changed files
with
3 additions
and
3 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,6 +1,6 @@ | ||
#!/bin/bash | ||
## @license AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html> | ||
## @author Copyright (C) 2015-2025 Schneider <[email protected]> | ||
## @author Copyright (C) 2015-2025 Robin Schneider <[email protected]> | ||
## | ||
## This program is free software: you can redistribute it and/or modify | ||
## it under the terms of the GNU Affero General Public License as | ||
|
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,7 +1,7 @@ | ||
#!/usr/bin/env node | ||
/* Info, license and author {{{ | ||
* @license AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html> | ||
* @author Copyright (C) 2015-2025 Schneider <[email protected]> | ||
* @author Copyright (C) 2015-2025 Robin Schneider <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
|
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,7 +1,7 @@ | ||
#!/usr/bin/env node | ||
|
||
/* | ||
* SPDX-FileCopyrightText: 2015-2025 Schneider <[email protected]> | ||
* SPDX-FileCopyrightText: 2015-2025 Robin Schneider <[email protected]> | ||
* | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
*/ | ||
|