diff --git a/LICENSE b/LICENSE index 64813abc..75f1ddd0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2022 SIL International +Copyright (c) 2019-2024 SIL Global 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 5e2dd689..4b7d61e7 100644 --- a/README.md +++ b/README.md @@ -99,5 +99,5 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm # License -Bloom is open source, using the [MIT License](http://sil.mit-license.org). It is Copyright SIL International. -"Bloom" is a registered trademark of SIL International. +Bloom is open source, using the [MIT License](http://sil.mit-license.org). It is Copyright SIL Global. +"Bloom" is a registered trademark of SIL Global. diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 46b4b46c..600e15eb 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -72,7 +72,7 @@ export const Footer: React.FunctionComponent = () => { margin-left: 10px; `} > - {`© ${new Date().getFullYear()} SIL International`} + {`© ${new Date().getFullYear()} SIL Global`} );