Skip to content

Commit

Permalink
Add author
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Apr 5, 2024
1 parent 07a1aa2 commit 0e1b231
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/libsemigroups/aho-corasick.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023-2024 Joe Edwards + James D. Mitchell
// Copyright (C) 2023-2024 Joseph Edwards + James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion include/libsemigroups/aho-corasick.tpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2019-2024 James D. Mitchell
// Copyright (C) 2019-2024 James D. Mitchell + Joseph Edwards
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion include/libsemigroups/knuth-bendix.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2019-2024 James D. Mitchell
// Copyright (C) 2019-2024 James D. Mitchell + Joseph Edwards
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion include/libsemigroups/knuth-bendix.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ namespace libsemigroups {
} else {
add_overlaps = false;
}
};
}

confluence_achieved:
// _rewriter.reduce_rhs();
Expand Down
2 changes: 1 addition & 1 deletion include/libsemigroups/rewriters.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023-2024 Joe Edwards + James D. Mitchell
// Copyright (C) 2023-2024 Joseph Edwards + James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/aho-corasick.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023-2024 Joe Edwards + James D. Mitchell
// Copyright (C) 2023-2024 Joseph Edwards + James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/rewriters.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023-2024 Joe Edwards + James D. Mitchell
// Copyright (C) 2023-2024 Joseph Edwards + James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/to-knuth-bendix.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023 James D. Mitchell
// Copyright (C) 2023 James D. Mitchell + Joseph Edwards
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/test-aho-corasick.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023 Joe Edwards + James D. Mitchell
// Copyright (C) 2023 Joseph Edwards + James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/test-rewriters.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2019-2023 Joe Edwards
// Copyright (C) 2019-2023 Joseph Edwards
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 0e1b231

Please sign in to comment.