Skip to content

Commit 961ebaf

Browse files
committed
Replace tibo by Thibault Debatty
1 parent c97a4a1 commit 961ebaf

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

src/main/java/info/debatty/java/stringsimilarity/Jaccard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/NormalizedLevenshtein.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/ShingleBased.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/examples/PrecomputedCosine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/interfaces/MetricStringDistance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/interfaces/NormalizedStringDistance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/info/debatty/java/stringsimilarity/interfaces/NormalizedStringSimilarity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -25,7 +25,7 @@
2525

2626
/**
2727
*
28-
* @author tibo
28+
* @author Thibault Debatty
2929
*/
3030
public interface NormalizedStringSimilarity extends StringSimilarity {
3131

src/main/java/info/debatty/java/stringsimilarity/interfaces/StringDistance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright 2015 tibo.
4+
* Copyright 2015 Thibault Debatty.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)