summaryrefslogtreecommitdiffstats
path: root/ui/src/components
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 /ui/src/components
parent901cc3494fac35eaa2c843b679f477e354c22d68 (diff)
Add missing copyright preambles
Diffstat (limited to 'ui/src/components')
-rw-r--r--ui/src/components/utilities/widgets.rs21
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/src/components/utilities/widgets.rs b/ui/src/components/utilities/widgets.rs
index 9b6355c9..d05eaa98 100644
--- a/ui/src/components/utilities/widgets.rs
+++ b/ui/src/components/utilities/widgets.rs
@@ -1,3 +1,24 @@
+/*
+ * meli - ui 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/>.
+ */
+
use super::*;
use fnv::FnvHashMap;