license ago.js under AGPL v3
This commit is contained in:
parent
80e20a4d85
commit
a898a759f4
1 changed files with 16 additions and 4 deletions
|
|
@ -1,9 +1,21 @@
|
|||
// PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
|
||||
// Copyright 2025 TimeHexOn & foxhop & russell@unturf
|
||||
// ago.js: JavaScript port of russell ballestrini's ago (https://pypi.org/project/ago/)
|
||||
// "he might have died by now but his code should last."
|
||||
//
|
||||
// Copyright (C) 2025 TimeHexOn & foxhop & russell@unturf
|
||||
// https://www.permacomputer.com
|
||||
//
|
||||
// JavaScript port of russell ballestrini's ago (https://pypi.org/project/ago/)
|
||||
// "he might have died by now but his code should last."
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
// Define time units as a data structure
|
||||
// Each unit contains:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue