summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/flock.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-01 17:35:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-01 17:35:06 +0200
commitb8ea45facfa0ed833e15e62237dde34975e98b17 (patch)
tree89075bfa6b63d3327f73db78440503d055a75c2f /libimagstorestdhook/src/flock.rs
parent6cc1a90870d097c8c841e178daa8750072158990 (diff)
libimagstorestdhook: Add copyright notice to all files
Diffstat (limited to 'libimagstorestdhook/src/flock.rs')
-rw-r--r--libimagstorestdhook/src/flock.rs19
1 files changed, 19 insertions, 0 deletions
diff --git a/libimagstorestdhook/src/flock.rs b/libimagstorestdhook/src/flock.rs
index 07c90a74..6cc30864 100644
--- a/libimagstorestdhook/src/flock.rs
+++ b/libimagstorestdhook/src/flock.rs
@@ -1,3 +1,22 @@
+//
+// imag - the personal information management suite for the commandline
+// Copyright (C) 2015, 2016 Matthias Beyer <mail@beyermatthias.de> and contributors
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; version
+// 2.1 of the License.
+//
+// This library 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
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+//
+
use toml::Value;
use fs2::FileExt;