Skip to content

Commit b931502

Browse files
committed
Fix a typo in the license header of few source files
1 parent 98877b0 commit b931502

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

dpnp/backend/extensions/elementwise_functions/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/elementwise_functions/type_dispatch_building.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/float_power.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/fmax.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/fmin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/frexp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/gcd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/heaviside.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/lcm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

dpnp/backend/extensions/ufunc/elementwise_functions/ldexp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without
6-
// maxification, are permitted provided that the following conditions are met:
6+
// modification, are permitted provided that the following conditions are met:
77
// - Redistributions of source code must retain the above copyright notice,
88
// this list of conditions and the following disclaimer.
99
// - Redistributions in binary form must reproduce the above copyright notice,

0 commit comments

Comments
 (0)