Skip to content

Commit 7d50ef7

Browse files
committed
fixed typo
1 parent dc8a9d5 commit 7d50ef7

39 files changed

+78
-78
lines changed

modules/core/src/algorithm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Redistribution and use in source and binary forms, with or without modification,
1818
// are permitted provided that the following conditions are met:
1919
//
20-
// * Redistribution's of source code must retain the above copyright notice,
20+
// * Redistributions of source code must retain the above copyright notice,
2121
// this list of conditions and the following disclaimer.
2222
//
23-
// * Redistribution's in binary form must reproduce the above copyright notice,
23+
// * Redistributions in binary form must reproduce the above copyright notice,
2424
// this list of conditions and the following disclaimer in the documentation
2525
// and/or other materials provided with the distribution.
2626
//

modules/core/src/alloc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Redistribution and use in source and binary forms, with or without modification,
1818
// are permitted provided that the following conditions are met:
1919
//
20-
// * Redistribution's of source code must retain the above copyright notice,
20+
// * Redistributions of source code must retain the above copyright notice,
2121
// this list of conditions and the following disclaimer.
2222
//
23-
// * Redistribution's in binary form must reproduce the above copyright notice,
23+
// * Redistributions in binary form must reproduce the above copyright notice,
2424
// this list of conditions and the following disclaimer in the documentation
2525
// and/or other materials provided with the distribution.
2626
//

modules/core/src/arithm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
// Redistribution and use in source and binary forms, with or without modification,
1919
// are permitted provided that the following conditions are met:
2020
//
21-
// * Redistribution's of source code must retain the above copyright notice,
21+
// * Redistributions of source code must retain the above copyright notice,
2222
// this list of conditions and the following disclaimer.
2323
//
24-
// * Redistribution's in binary form must reproduce the above copyright notice,
24+
// * Redistributions in binary form must reproduce the above copyright notice,
2525
// this list of conditions and the following disclaimer in the documentation
2626
// and/or other materials provided with the distribution.
2727
//

modules/core/src/array.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
// Redistribution and use in source and binary forms, with or without modification,
1717
// are permitted provided that the following conditions are met:
1818
//
19-
// * Redistribution's of source code must retain the above copyright notice,
19+
// * Redistributions of source code must retain the above copyright notice,
2020
// this list of conditions and the following disclaimer.
2121
//
22-
// * Redistribution's in binary form must reproduce the above copyright notice,
22+
// * Redistributions in binary form must reproduce the above copyright notice,
2323
// this list of conditions and the following disclaimer in the documentation
2424
// and/or other materials provided with the distribution.
2525
//

modules/core/src/conjugate_gradient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
// Redistribution and use in source and binary forms, with or without modification,
1717
// are permitted provided that the following conditions are met:
1818
//
19-
// * Redistribution's of source code must retain the above copyright notice,
19+
// * Redistributions of source code must retain the above copyright notice,
2020
// this list of conditions and the following disclaimer.
2121
//
22-
// * Redistribution's in binary form must reproduce the above copyright notice,
22+
// * Redistributions in binary form must reproduce the above copyright notice,
2323
// this list of conditions and the following disclaimer in the documentation
2424
// and/or other materials provided with the distribution.
2525
//

modules/core/src/copy.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Redistribution and use in source and binary forms, with or without modification,
1818
// are permitted provided that the following conditions are met:
1919
//
20-
// * Redistribution's of source code must retain the above copyright notice,
20+
// * Redistributions of source code must retain the above copyright notice,
2121
// this list of conditions and the following disclaimer.
2222
//
23-
// * Redistribution's in binary form must reproduce the above copyright notice,
23+
// * Redistributions in binary form must reproduce the above copyright notice,
2424
// this list of conditions and the following disclaimer in the documentation
2525
// and/or other materials provided with the distribution.
2626
//

modules/core/src/cuda_gpu_mat.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
// Redistribution and use in source and binary forms, with or without modification,
1919
// are permitted provided that the following conditions are met:
2020
//
21-
// * Redistribution's of source code must retain the above copyright notice,
21+
// * Redistributions of source code must retain the above copyright notice,
2222
// this list of conditions and the following disclaimer.
2323
//
24-
// * Redistribution's in binary form must reproduce the above copyright notice,
24+
// * Redistributions in binary form must reproduce the above copyright notice,
2525
// this list of conditions and the following disclaimer in the documentation
2626
// and/or other materials provided with the distribution.
2727
//

modules/core/src/cuda_host_mem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
// Redistribution and use in source and binary forms, with or without modification,
1919
// are permitted provided that the following conditions are met:
2020
//
21-
// * Redistribution's of source code must retain the above copyright notice,
21+
// * Redistributions of source code must retain the above copyright notice,
2222
// this list of conditions and the following disclaimer.
2323
//
24-
// * Redistribution's in binary form must reproduce the above copyright notice,
24+
// * Redistributions in binary form must reproduce the above copyright notice,
2525
// this list of conditions and the following disclaimer in the documentation
2626
// and/or other materials provided with the distribution.
2727
//

modules/core/src/cuda_info.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Redistribution and use in source and binary forms, with or without modification,
1818
// are permitted provided that the following conditions are met:
1919
//
20-
// * Redistribution's of source code must retain the above copyright notice,
20+
// * Redistributions of source code must retain the above copyright notice,
2121
// this list of conditions and the following disclaimer.
2222
//
23-
// * Redistribution's in binary form must reproduce the above copyright notice,
23+
// * Redistributions in binary form must reproduce the above copyright notice,
2424
// this list of conditions and the following disclaimer in the documentation
2525
// and/or other materials provided with the distribution.
2626
//

modules/core/src/cuda_stream.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Redistribution and use in source and binary forms, with or without modification,
1818
// are permitted provided that the following conditions are met:
1919
//
20-
// * Redistribution's of source code must retain the above copyright notice,
20+
// * Redistributions of source code must retain the above copyright notice,
2121
// this list of conditions and the following disclaimer.
2222
//
23-
// * Redistribution's in binary form must reproduce the above copyright notice,
23+
// * Redistributions in binary form must reproduce the above copyright notice,
2424
// this list of conditions and the following disclaimer in the documentation
2525
// and/or other materials provided with the distribution.
2626
//

0 commit comments

Comments
 (0)