about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-06-15T15·00+0200
committerVincent Ambo <mail@tazj.in>2018-06-15T15·00+0200
commita47bd5675f8e88c3bffb1b7018cc5df997f9dcae (patch)
treea37f8ffaedcaf4a8ddb254485a7434c91d35d6dd /src/main.rs
parente2504a2da9dba6c03d19e93d610ff031b0c6d2f3 (diff)
chore: License under GPL 3.0
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 0e14827b6d..449be2f818 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,18 @@
+// Copyright (C) 2018  Aprila Bank ASA (contact: vincent@aprila.no)
+//
+// journaldriver 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 <http://www.gnu.org/licenses/>.
+
 //! This file implements journaldriver, a small application that
 //! forwards logs from journald (systemd's log facility) to
 //! Stackdriver Logging.