aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorTeddy Wing2021-05-23 18:51:48 +0200
committerTeddy Wing2021-05-23 18:51:48 +0200
commit1dfae4b5adc320291396b7003d7a4dfe32e81407 (patch)
tree4354620288d6a9235385064c38a233be324af11a /src/main.rs
parent4e6a183f92f88564ee73de31ee333044e6c27b48 (diff)
downloadgoogle-calendar-rsvp-1dfae4b5adc320291396b7003d7a4dfe32e81407.tar.bz2
Add license (GNU GPLv3+)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs16
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;