Skip to content

Commit 8612c5b

Browse files
committed
release v6.4.2
1 parent 307a514 commit 8612c5b

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

build-DeepfakeHTTP.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ E-Mail: [email protected]
3636

3737
<target name="main">
3838
<property name="dollar" value="$" />
39-
<property name="build.version" value="6.4.1" />
39+
<property name="build.version" value="6.4.2" />
4040
<property name="tmpDir" value="${java.io.tmpdir}" />
4141
<property name="tmpAppWar" value="${tmpDir}/app.war" />
4242
<property name="tmpMetaInfDir" value="${tmpDir}/DeepfakeHTTP/META-INF" />

src/org/deepfake_http/common/utils/IAnsi.java

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1+
/*
2+
MIT License
3+
4+
Copyright (c) 2021 xnbox team
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
HOME: https://xnbox.github.io
25+
26+
*/
27+
128
package org.deepfake_http.common.utils;
229

3-
//public class IAnsi {
4-
//
5-
//}
630
public interface IAnsi {
731
// Reset
832
String RESET = "\033[0m"; // Text Reset

0 commit comments

Comments
 (0)