Skip to content

Commit

Permalink
license on resume.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Dec 7, 2017
1 parent d8cf25e commit f426124
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/resume.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Copyright 2017 Daniel P. Clark & other abrute Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http:https://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http:https://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.

use std::fmt::Display;
use std::fs;
use std::path::Path;
Expand Down

0 comments on commit f426124

Please sign in to comment.