From 6520b36589b30cf05147ff8fb0e28174bc4df3f3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 15 Jan 2020 18:03:12 -0500 Subject: Update author information --- 2016/Cargo.toml | 2 +- 2016/LICENSE | 2 +- 2017/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2016/Cargo.toml b/2016/Cargo.toml index 6650f95..31f88fc 100644 --- a/2016/Cargo.toml +++ b/2016/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Curtis McEnroe "] +authors = ["C. McEnroe "] name = "aoc" version = "0.1.0" diff --git a/2016/LICENSE b/2016/LICENSE index 38d653d..112c50a 100644 --- a/2016/LICENSE +++ b/2016/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2016, Curtis McEnroe +Copyright © 2016, C. McEnroe Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/2017/Cargo.toml b/2017/Cargo.toml index 4c29d86..d221b88 100644 --- a/2017/Cargo.toml +++ b/2017/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aoc2017" version = "0.1.0" -authors = ["Curtis McEnroe "] +authors = ["C. McEnroe "] [dependencies] -- cgit 1.4.1