diff --git a/public/index.html b/public/index.html index d6aae5e..80f8a82 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,20 @@ + diff --git a/src/Timepiece.ts b/src/Timepiece.ts index 31e8120..8199287 100644 --- a/src/Timepiece.ts +++ b/src/Timepiece.ts @@ -1,3 +1,20 @@ +/* + This is the Lit.dev code for generating the timepiece. + Copyright (C) 2024 William Moore. + + 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 . +*/ import { LitElement, css, html } from 'lit'; import { customElement } from 'lit/decorators.js'; import { format } from 'date-fns-tz';