From bd18b4930d18af803d7afd6c61437975f3258fbf Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Fri, 19 Feb 2016 17:20:02 +0300 Subject: [PATCH] license for random_path.rs --- devtools/src/random_path.rs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/devtools/src/random_path.rs b/devtools/src/random_path.rs index 3cbd19b96..b037867fa 100644 --- a/devtools/src/random_path.rs +++ b/devtools/src/random_path.rs @@ -1,3 +1,21 @@ +// Copyright 2015, 2016 Ethcore (UK) Ltd. +// This file is part of Parity. + +// Parity 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. + +// Parity 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 Parity. If not, see . + +//! Random path + use std::path::*; use std::fs; use std::env;