Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 30, 2024
1 parent bb021ed commit 3ec1612
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Jino Park
Copyright (c) 2022-2024 Jino Park

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/Peanut.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_div_scalar.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_emult.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_mult.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_mult_scalar.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_subtract.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/binary_expr/matrix_sum.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/matrix.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/matrix_binary_op.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/matrix_type_traits.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/matrix_unary_op.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/adjugate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/block.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/cast.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/cofactor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/inverse.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/minor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/negation.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/submatrix.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/Peanut/impl/unary_expr/transpose.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/test_matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/test_matrix_binary_op.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/test_matrix_unary_op.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// This software is released under the MIT license.
//
// Copyright (c) 2022 Jino Park
// Copyright (c) 2022-2024 Jino Park
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 3ec1612

Please sign in to comment.