Skip to content

Commit

Permalink
TA: adapted copyright comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ernst-bablick committed Jan 16, 2025
1 parent 97c407b commit bfa3ca9
Show file tree
Hide file tree
Showing 137 changed files with 174 additions and 166 deletions.
20 changes: 10 additions & 10 deletions source/libs/sgeobj/cull/sge_test_TEST_L.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ enum {
};

LISTDEF(TEST_Type)
SGE_BOOL(TEST_bool, CULL_HASH | CULL_SUBLIST)
SGE_CHAR(TEST_char, CULL_HASH)
SGE_ULONG(TEST_uint32, CULL_HASH)
SGE_ULONG64(TEST_uint64, CULL_HASH)
SGE_INT(TEST_int, CULL_HASH)
SGE_LONG(TEST_long, CULL_HASH)
SGE_FLOAT(TEST_float, CULL_HASH)
SGE_DOUBLE(TEST_double, CULL_HASH)
SGE_HOST(TEST_host, CULL_HASH)
SGE_STRING(TEST_string, CULL_HASH)
SGE_BOOL(TEST_bool, CULL_HASH | CULL_SPOOL)
SGE_CHAR(TEST_char, CULL_SPOOL)
SGE_ULONG(TEST_uint32, CULL_SPOOL | CULL_UNIQUE)
SGE_ULONG64(TEST_uint64, CULL_SPOOL | CULL_HASH)
SGE_INT(TEST_int, CULL_SPOOL)
SGE_LONG(TEST_long, CULL_SPOOL)
SGE_FLOAT(TEST_float, CULL_SPOOL)
SGE_DOUBLE(TEST_double, CULL_SPOOL)
SGE_HOST(TEST_host, CULL_SPOOL)
SGE_STRING(TEST_string, CULL_SPOOL)
LISTEND

NAMEDEF(TESTN)
Expand Down
28 changes: 16 additions & 12 deletions source/libs/sgeobj/json/TEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"flags": [{
"name": "HASH"
}, {
"name": "SPOOL_SUBLIST"
"name": "SPOOL"
}]
},{
"name": "char",
Expand All @@ -25,7 +25,7 @@
}],
"type": "lCharT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "uint32",
Expand All @@ -35,8 +35,10 @@
}],
"type": "lUlongT",
"flags": [{
"name": "HASH"
}]
"name": "SPOOL"
}, {
"name": "UNIQUE"
}]
},{
"name": "uint64",
"summary": "uint64_t type attribute",
Expand All @@ -45,8 +47,10 @@
}],
"type": "lUlong64T",
"flags": [{
"name": "HASH"
}]
"name": "SPOOL"
}, {
"name": "HASH"
}]
},{
"name": "int",
"summary": "int type attribute",
Expand All @@ -55,7 +59,7 @@
}],
"type": "lIntT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "long",
Expand All @@ -65,7 +69,7 @@
}],
"type": "lLongT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "float",
Expand All @@ -75,7 +79,7 @@
}],
"type": "lFloatT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "double",
Expand All @@ -85,7 +89,7 @@
}],
"type": "lDoubleT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "host",
Expand All @@ -95,7 +99,7 @@
}],
"type": "lHostT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
},{
"name": "string",
Expand All @@ -105,7 +109,7 @@
}],
"type": "lStringT",
"flags": [{
"name": "HASH"
"name": "SPOOL"
}]
}]
}
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ABOOL_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ACELIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ACK_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AH_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AINTER_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AMEM_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AN_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_APRJLIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AQTLIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ARA_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AR_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ASOLIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ASTRING_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ASTRLIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ASTR_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_ATIME_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AULNG_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_AUSRLIST_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_BN_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CAL_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CA_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CCT_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CE_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CF_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CK_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CONF_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CQU_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CQ_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CTI_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/lwdb/ocs_CT_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*___INFO__MARK_BEGIN_NEW__*/
/***************************************************************************
*
* Copyright 2024 HPC-Gridware GmbH
* Copyright 2024-2025 HPC-Gridware GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit bfa3ca9

Please sign in to comment.