diff --git a/Cargo.toml b/Cargo.toml index 8f9e786..be87fd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Marathon editing tools." homepage = "https://greyserv.net/maraiah/" repository = "http://git.greyserv.net/marrub/Maraiah" readme = "README.md" -license = "MIT" +license = "CC0-1.0" edition = "2018" publish = false diff --git a/source/marathon/map/epnt.rs b/source/marathon/map/epnt.rs index 536e81b..e2cdecb 100644 --- a/source/marathon/map/epnt.rs +++ b/source/marathon/map/epnt.rs @@ -1,4 +1,4 @@ -//! `EndPoint` type. +//! `Endpoint` type. use super::pnts; use crate::durandal::{err::*, fixed::Unit};