Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Aug 28, 2024
1 parent 94a36a2 commit 96d1c05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/mayaHydra/hydraExtensions/mhBuildInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright 2023 Autodesk, Inc. All rights reserved.
// Copyright 2024 Autodesk, Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion lib/mayaHydra/hydraExtensions/mhBuildInfo.h.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright 2023 Autodesk, Inc. All rights reserved.
// Copyright 2024 Autodesk, Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion lib/mayaHydra/mayaPlugin/pluginBuildInfoCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ MStatus MayaHydraPluginInfoCommand::doIt(const MArgList& args)
return MS::kSuccess;
}

} // namespace MAYAUSD_NS_DEF
} // namespace MAYAHYDRA_NS_DEF
2 changes: 1 addition & 1 deletion lib/mayaHydra/mayaPlugin/pluginBuildInfoCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ class MayaHydraPluginInfoCommand : public MPxCommand
MStatus doIt(const MArgList& args) override;
};

} // namespace MAYAUSD_NS_DEF
} // namespace MAYAHYDRA_NS_DEF
#endif // MAYAHYDRA_PULINGINFO_CMD_H

0 comments on commit 96d1c05

Please sign in to comment.