[][src]Trait license_generator::license::License

pub trait License {
    fn notice(&self, year: i32, name: &str, project: &str) -> String;
}

Required methods

fn notice(&self, year: i32, name: &str, project: &str) -> String

Loading content...

Implementors

impl License for AGPL[src]

impl License for Apache[src]

impl License for BSD[src]

impl License for CCZero[src]

impl License for CcBy[src]

impl License for CcByNc[src]

impl License for CcByNcSa[src]

impl License for CcBySa[src]

impl License for GPL[src]

impl License for LGPL[src]

impl License for MPL[src]

impl License for Mit[src]

impl License for UNLICENSE[src]

Loading content...