Skip to content

Commit c248433

Browse files
committed
Updated copyright and added check for updates
1 parent 25babef commit c248433

53 files changed

Lines changed: 189 additions & 73 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-6 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

WebContent/docs/remotetm.pdf

0 Bytes
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<body class="bg" style="height: 100vh; width: 100%; " id="body">
2121
<div id="mainContent" class="mainContent"></div>
2222
<div id="status" class="status" style="display:none;"></div>
23-
<footer id="footer">RemoteTM <span id="version">5.0.0</span> © 2008 - 2021 <a href="https://maxprograms.com"
23+
<footer id="footer">RemoteTM <span id="version">5.0.0</span> © 2008 - 2022 <a href="https://maxprograms.com"
2424
target="_blank" rel="noopener">Maxprograms</a>
2525
</footer>
2626
<script src="ts/remotetm.ts"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"cssnano": "^4.1.10",
1515
"parcel-bundler": "^1.12.4",
16-
"typescript": "^4.5.2"
16+
"typescript": "^4.5.4"
1717
},
1818
"scripts": {
1919
"build": "tsc",

src/com/maxprograms/remotetm/Constants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2008-2021 Maxprograms.
2+
* Copyright (c) 2008-2022 Maxprograms.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 1.0
@@ -18,8 +18,8 @@ private Constants() {
1818
// private for security
1919
}
2020

21-
public static final String VERSION = "5.0.0";
22-
public static final String BUILD = "20211201_1423";
21+
public static final String VERSION = "5.1.0";
22+
public static final String BUILD = "20220114_0820";
2323

2424
public static final String STATUS = "status";
2525
public static final String OK = "OK";

src/com/maxprograms/remotetm/DbManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2008-2021 Maxprograms.
2+
* Copyright (c) 2008-2022 Maxprograms.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 1.0

src/com/maxprograms/remotetm/RemoteTM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2008-2021 Maxprograms.
2+
* Copyright (c) 2008-2022 Maxprograms.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 1.0

src/com/maxprograms/remotetm/TmManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2008-2021 Maxprograms.
2+
* Copyright (c) 2008-2022 Maxprograms.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 1.0

src/com/maxprograms/remotetm/models/EmailServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2008-2021 Maxprograms.
2+
* Copyright (c) 2008-2022 Maxprograms.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 1.0

0 commit comments

Comments
 (0)