diff options
| author | Fuwn <[email protected]> | 2021-06-14 14:56:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 14:56:34 -0700 |
| commit | 94959d86166e5db43b1d4797c2d478ad20a60fd4 (patch) | |
| tree | 769fd346ec4b9fbd5cf4083be6e98525d290fd88 /src/db/models.rs | |
| parent | fix(readme): image on new row (diff) | |
| download | lime-old-94959d86166e5db43b1d4797c2d478ad20a60fd4.tar.xz lime-old-94959d86166e5db43b1d4797c2d478ad20a60fd4.zip | |
style(global): update license spec
Diffstat (limited to 'src/db/models.rs')
| -rw-r--r-- | src/db/models.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/models.rs b/src/db/models.rs index 1b465b6..d77da1d 100644 --- a/src/db/models.rs +++ b/src/db/models.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only #[derive(Queryable, Debug, Clone)] |