Skip to content

Commit bcce8dc

Browse files
committed
Fixed copyright dates.
1 parent a689e7a commit bcce8dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

include/vsg/nodes/InstanceDraw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* <editor-fold desc="MIT License">
44
5-
Copyright(c) 2018 Robert Osfield
5+
Copyright(c) 2025 Robert Osfield
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

include/vsg/nodes/InstanceDrawIndexed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* <editor-fold desc="MIT License">
44
5-
Copyright(c) 2018 Robert Osfield
5+
Copyright(c) 2025 Robert Osfield
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

include/vsg/nodes/InstanceNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* <editor-fold desc="MIT License">
44
5-
Copyright(c) 2018 Robert Osfield
5+
Copyright(c) 2025 Robert Osfield
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

src/vsg/nodes/InstanceDraw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* <editor-fold desc="MIT License">
22
3-
Copyright(c) 2018 Robert Osfield
3+
Copyright(c) 2025 Robert Osfield
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

src/vsg/nodes/InstanceDrawIndexed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* <editor-fold desc="MIT License">
22
3-
Copyright(c) 2018 Robert Osfield
3+
Copyright(c) 2025 Robert Osfield
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

src/vsg/nodes/InstanceNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* <editor-fold desc="MIT License">
22
3-
Copyright(c) 2018 Robert Osfield
3+
Copyright(c) 2025 Robert Osfield
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)