Skip to content

Commit 38969a7

Browse files
committed
Add more licensing stuff
1 parent 3012f1d commit 38969a7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Copyright (c) 2018 Caleb Boylan
2+
# [This program is licensed under the "MIT License"]
3+
# Please see the file LICENSE in the source
4+
# distribution of this software for license terms.
25

36
/target
47
**/*.rs.bk

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Copyright (c) 2018 Caleb Boylan
2+
# [This program is licensed under the "MIT License"]
3+
# Please see the file LICENSE in the source
4+
# distribution of this software for license terms.
25

36
language: rust
47
cache: cargo

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Copyright (c) 2018 Caleb Boylan
44

5-
Licensed under the MIT license, see the LICENSE file for a full copy of the
6-
license.
5+
This program is licensed under the "MIT License"
6+
Please see the file LICENSE in the source
7+
distribution of this software for license terms.
78

89
## Project Structure
910

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright (c) 2018 Caleb Boylan
2-
32
# [This program is licensed under the "MIT License"]
43
# Please see the file LICENSE in the source
54
# distribution of this software for license terms.

0 commit comments

Comments
 (0)