File tree Expand file tree Collapse file tree 3 files changed +52
-1
lines changed
aws/security_plugins/db2-aws-iam/src Expand file tree Collapse file tree 3 files changed +52
-1
lines changed Original file line number Diff line number Diff line change 1+ /****************************************************************************
2+ ** Licensed Materials - Property of IBM
3+ **
4+ ** Governed under the terms of the International
5+ ** License Agreement for Non-Warranted Sample Code.
6+ **
7+ ** (C) COPYRIGHT International Business Machines Corp. 2024
8+ ** All Rights Reserved.
9+ **
10+ ** US Government Users Restricted Rights - Use, duplication or
11+ ** disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
12+ **
13+ **********************************************************************************
14+ **
15+ ** Source File Name = src/common/usersjson.c (%W%)
16+ **
17+ ** Descriptive Name = Code for handling users.json file (usersjson.c)
18+ **
19+ ** Function:
20+ **
21+ ** Dependencies:
22+ **
23+ ** Restrictions:
24+ **
25+ *****************************************************************************/
26+
127#include <stdio.h>
228#include <stdlib.h>
329#include "usersjson.h"
Original file line number Diff line number Diff line change 1+ /****************************************************************************
2+ ** Licensed Materials - Property of IBM
3+ **
4+ ** Governed under the terms of the International
5+ ** License Agreement for Non-Warranted Sample Code.
6+ **
7+ ** (C) COPYRIGHT International Business Machines Corp. 2024
8+ ** All Rights Reserved.
9+ **
10+ ** US Government Users Restricted Rights - Use, duplication or
11+ ** disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
12+ **
13+ **********************************************************************************
14+ **
15+ ** Source File Name = src/common/usersjson.h (%W%)
16+ **
17+ ** Descriptive Name = Header file for Code that handles users.json file (usersjson.h)
18+ **
19+ ** Function:
20+ **
21+ ** Dependencies:
22+ **
23+ ** Restrictions:
24+ **
25+ *****************************************************************************/
126#include <stdio.h>
227#include <stdlib.h>
328#include <json-c/json.h>
Original file line number Diff line number Diff line change 44** Governed under the terms of the International
55** License Agreement for Non-Warranted Sample Code.
66**
7- ** (C) COPYRIGHT International Business Machines Corp. 2006
7+ ** (C) COPYRIGHT International Business Machines Corp. 2024
88** All Rights Reserved.
99**
1010** US Government Users Restricted Rights - Use, duplication or
You can’t perform that action at this time.
0 commit comments