aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-03-02 23:31:21 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-03-02 23:31:21 +0100
commitbce823cc232b85956506933ae2ad673e4cae2c6f (patch)
tree4b0f27dd28b51b7d7ebda6a7db01bd3841c39973 /src
parent5f1b9f03525706a45c202b70912f7ff2e6d77fee (diff)
downloadramaskrik-social-bce823cc232b85956506933ae2ad673e4cae2c6f.tar.gz
ramaskrik-social-bce823cc232b85956506933ae2ad673e4cae2c6f.tar.bz2
ramaskrik-social-bce823cc232b85956506933ae2ad673e4cae2c6f.zip
Add license.
Diffstat (limited to 'src')
-rw-r--r--src/main.rs17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 042465d..307bbc4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,20 @@
+/*
+ Social program for Ramaskrik.
+ Copyright (C) 2019 Harald Eilertsen <haraldei@anduin.net>
+
+ 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 <https://www.gnu.org/licenses/>.
+*/
#![feature(proc_macro_hygiene, decl_macro)]
use askama::Template;