From 87e91cd4dbe4ac42835a6a3fac9667584f000bfd Mon Sep 17 00:00:00 2001 From: mdm-code Date: Thu, 24 Aug 2023 22:01:58 +0200 Subject: [PATCH 1/2] Update license copyright date --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1b41b11..cb01e6a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Michał Adamczyk +Copyright (c) 2023 Michał Adamczyk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 47b2368..52d3e71 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Happy coding! ## License -Copyright (c) 2022 Michał Adamczyk. +Copyright (c) 2023 Michał Adamczyk. This project is licensed under the [MIT license](https://opensource.org/licenses/MIT). See [LICENSE](LICENSE) for more details. From e33bc8fca9abf3286b9fb1f27807880ec06d62db Mon Sep 17 00:00:00 2001 From: mdm-code Date: Thu, 24 Aug 2023 22:04:26 +0200 Subject: [PATCH 2/2] Change kta -> kota in the example test in docs --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index de57ee8..c34505b 100644 --- a/example_test.go +++ b/example_test.go @@ -15,7 +15,7 @@ func ExampleLoad() { } var trans []string - for _, w := range []string{"ala", "ma", "kta"} { + for _, w := range []string{"ala", "ma", "kota"} { t, err := g2p.Transcribe(w, false) if err != nil { fmt.Println(err)