summaryrefslogtreecommitdiffstats
path: root/melib/build.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-30 00:25:51 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-31 03:54:58 +0200
commit6a096dd405e5955ed32983b586ea6183137e14f2 (patch)
tree603ba9010fd6510721aed0b6c21163e8914aecc7 /melib/build.rs
parent901cc3494fac35eaa2c843b679f477e354c22d68 (diff)
Add missing copyright preambles
Diffstat (limited to 'melib/build.rs')
-rw-r--r--melib/build.rs21
1 files changed, 21 insertions, 0 deletions
diff --git a/melib/build.rs b/melib/build.rs
index 95a56c58..2efeb64e 100644
--- a/melib/build.rs
+++ b/melib/build.rs
@@ -1,3 +1,24 @@
+/*
+ * meli - melib crate.
+ *
+ * Copyright 2017-2020 Manos Pitsidianakis
+ *
+ * This file is part of meli.
+ *
+ * meli 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.
+ *
+ * meli 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 meli. If not, see <http://www.gnu.org/licenses/>.
+ */
+
fn main() {
#[cfg(feature = "notmuch_backend")]
{