Skip to content

Commit aa17070

Browse files
committed
Merge branch 'master' of jsoftware.com:jsource
2 parents 2ab95f5 + 455a400 commit aa17070

203 files changed

Lines changed: 206 additions & 204 deletions

Some content is hidden

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

dllsrc/jdll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* J Windows dll and com interface (old jcom.c, jdll.c, jwin32.c) */

dllsrc/jdll.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* J Windows dll and com interface (old jcom.c, jdll.c, jwin32.c) */
@@ -33,7 +33,7 @@ BEGIN
3333
VALUE "FileDescription", "J\0"
3434
VALUE "FileVersion", "906\0"
3535
VALUE "InternalName", "J\0"
36-
VALUE "LegalCopyright", "Copyright Jsoftware Inc. 2023\0"
36+
VALUE "LegalCopyright", "Copyright Jsoftware Inc. 2024\0"
3737
VALUE "LegalTrademarks", "J\0"
3838
VALUE "OriginalFilename","J\0"
3939
VALUE "ProductName", "J\0"

dllsrc/jdllcom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* included in both J.EXE and J.dll */

dllsrc/jdllcomx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* J Windows dll and com interface (old jcom.c, jdll.c, jwin32.c) */

dllsrc/jdlltype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* J Windows dll and com interface (old jcom.c, jdll.c, jwin32.c) */

jsrc/a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* Adverbs */

jsrc/a.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* Adverbs: Macros and Defined-Constants (for Adverbs and Conjunctions) */

jsrc/ab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* Adverbs: b. bitwise functions */

jsrc/aes-arm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* AES calculation arm64 hardware support */

jsrc/aes-arm_table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 1990-2023, Jsoftware Inc. All rights reserved. */
1+
/* Copyright (c) 1990-2024, Jsoftware Inc. All rights reserved. */
22
/* Licensed use only. Any other use is in violation of copyright. */
33
/* */
44
/* AES calculation arm64 hardware support */

0 commit comments

Comments
 (0)