Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 6089d3c

Browse files
committed
Adding GPL license notices for clarity, credits to the original MFCTool
1 parent fc6fcd8 commit 6089d3c

File tree

7 files changed

+112
-0
lines changed

7 files changed

+112
-0
lines changed

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MCTUtils.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.text.format.Time;

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MifareClassicDataInterface.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.content.Intent;

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MifareClassicLibraryException.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.content.Intent;

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MifareClassicTag.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.content.Context;

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MifareClassicToolLibrary.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.os.Build;

MifareClassicToolLibrary/src/main/java/com/maxieds/MifareClassicToolLibrary/MifareClassicUtils.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
*/
16+
117
package com.maxieds.MifareClassicToolLibrary;
218

319
import android.util.Log;

MifareClassicToolLibrary/src/main/res/values/strings.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<!--
2+
This program (MifareClassicToolLibrary) is free software: you can redistribute it and/or modify
3+
it under the terms of the GNU General Public License as published by
4+
the Free Software Foundation, either version 3 of the License, or
5+
(at your option) any later version.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU General Public License for more details.
11+
12+
The complete license provided with source distributions of this library is
13+
available at the following link:
14+
https://github.com/maxieds/MifareClassicToolLibrary
15+
-->
16+
117
<resources>
218

319
<string name="app_name">MifareClassicToolLibrary</string>

0 commit comments

Comments
 (0)