rust/hg-core/src/filepatterns.rs
changeset 42751 4b3b27d567d5
parent 42636 12addcc7956c
child 42841 ce6797ef6eab
--- a/rust/hg-core/src/filepatterns.rs	Wed Jul 17 11:37:43 2019 +0200
+++ b/rust/hg-core/src/filepatterns.rs	Tue Jul 09 14:53:34 2019 +0200
@@ -1,3 +1,12 @@
+// filepatterns.rs
+//
+// Copyright 2019 Raphaël Gomès <rgomes@octobus.net>
+//
+// This software may be used and distributed according to the terms of the
+// GNU General Public License version 2 or any later version.
+
+//! Handling of Mercurial-specific patterns.
+
 use crate::{
     utils::{files::get_path_from_bytes, SliceExt},
     LineNumber, PatternError, PatternFileError,