X-Git-Url: http://git.scottworley.com/batteryviewer/blobdiff_plain/c4ac5226fee4e82bbbfda44b09e01db2eca4578c..769fc186912381ce8528820bacfa7846a16bade2:/batteryviewer.c diff --git a/batteryviewer.c b/batteryviewer.c index 37b6e00..a0fae4c 100644 --- a/batteryviewer.c +++ b/batteryviewer.c @@ -1,3 +1,19 @@ +/* batteryviewer: Display battery metrics + * Copyright (C) 2023 Scott Worley + + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3. + + * 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 General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + // For vasprintf #define _GNU_SOURCE