Copyright updates

This commit is contained in:
cinder
2025-07-18 17:08:28 -05:00
parent a9973ff58e
commit dc12d43199
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2007-2008, openmetaverse.co
* Copyright (c) 2024, Sjofn LLC.
* Copyright (c) 2024-2025, Sjofn LLC.
* All rights reserved.
*
* - Redistribution and use in source and binary forms, with or without

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2006-2016, openmetaverse.co
* Copyright (c) 2025, Sjofn LLC.
* All rights reserved.
*
* - Redistribution and use in source and binary forms, with or without
@@ -58,7 +59,7 @@ namespace OpenMetaverse.Rendering
/// Load a skeleton from a given file.
/// </summary>
/// <remarks>
/// We use xml scema validation on top of the xml de-serializer, since the schema has
/// We use xml schema validation on top of the xml de-serializer, since the schema has
/// some stricter checks than the de-serializer provides. E.g. the vector attributes
/// are guaranteed to hold only 3 float values. This reduces the need for error checking
/// while working with the loaded skeleton.