Apply suggestions from code review
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
diff --git a/glifo/Cargo.toml b/glifo/Cargo.toml
index fdb8960..6047dbe 100644
--- a/glifo/Cargo.toml
+++ b/glifo/Cargo.toml
@@ -9,7 +9,7 @@
license.workspace = true
repository.workspace = true
-publish = false
+publish = false # When enabling, add it to the MSRV package list in CI
[package.metadata.docs.rs]
all-features = true
diff --git a/glifo/LICENSE-MIT b/glifo/LICENSE-MIT
index ba1df1d..438c238 100644
--- a/glifo/LICENSE-MIT
+++ b/glifo/LICENSE-MIT
@@ -1,4 +1,4 @@
-Copyright 2025 the Parley Authors
+Copyright 2025 the Vello Authors
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
diff --git a/glifo/src/lib.rs b/glifo/src/lib.rs
index c2802bd..1c425d8 100644
--- a/glifo/src/lib.rs
+++ b/glifo/src/lib.rs
@@ -1,7 +1,7 @@
// Copyright 2026 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
-//! Parley Draw provides APIs for efficiently rendering glyphs and paint styles like underline.
+//! Glifo provides APIs for efficiently rendering glyphs and paint styles like underline.
//!
//! ## Features
//!