diff options
| author | Teddy Wing | 2021-05-23 18:51:48 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2021-05-23 18:51:48 +0200 | 
| commit | 1dfae4b5adc320291396b7003d7a4dfe32e81407 (patch) | |
| tree | 4354620288d6a9235385064c38a233be324af11a /src | |
| parent | 4e6a183f92f88564ee73de31ee333044e6c27b48 (diff) | |
| download | google-calendar-rsvp-1dfae4b5adc320291396b7003d7a4dfe32e81407.tar.bz2 | |
Add license (GNU GPLv3+)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs index cf52859..540d4e1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,19 @@ +// Copyright (c) 2021  Teddy Wing +// +// 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, 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 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 <https://www.gnu.org/licenses/>. + +  use anyhow::{self, Context};  use base64;  use chrono::DateTime; | 
