Skip to content

Commit 93385ba

Browse files
author
TheSnoozer
committed
project reorg: adopt new java header that indicates that this calss resides in the 'core' package
1 parent 1512e5d commit 93385ba

43 files changed

Lines changed: 173 additions & 173 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/.checkstyle/java.header

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/

src/main/java/pl/project13/core/AheadBehind.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/CannotReadFileException.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/CommitIdGenerationMode.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/GitCommitIdExecutionException.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/GitCommitPropertyConstant.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/GitDataProvider.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/GitProvider.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/JGitProvider.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

src/main/java/pl/project13/core/NativeGitProvider.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* This file is part of git-commit-id-plugin by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
2+
* This file is part of git-commit-id-plugin-core by Konrad 'ktoso' Malawski <konrad.malawski@java.pl>
33
*
4-
* git-commit-id-plugin is free software: you can redistribute it and/or modify
4+
* git-commit-id-plugin-core is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Lesser General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
88
*
9-
* git-commit-id-plugin is distributed in the hope that it will be useful,
9+
* git-commit-id-plugin-core is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU Lesser General Public License
15-
* along with git-commit-id-plugin. If not, see <http://www.gnu.org/licenses/>.
15+
* along with git-commit-id-plugin-core. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818
package pl.project13.core;

0 commit comments

Comments
 (0)