Skip to content

Commit

Permalink
Some more changes with copyright info
Browse files Browse the repository at this point in the history
Signed-off-by: Nishidha Panpaliya <[email protected]>
  • Loading branch information
npanpaliya committed Feb 2, 2024
1 parent 9d4ddb6 commit 368b78c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
26 changes: 26 additions & 0 deletions aws/security_plugins/db2-aws-iam/src/common/usersjson.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/****************************************************************************
** Licensed Materials - Property of IBM
**
** Governed under the terms of the International
** License Agreement for Non-Warranted Sample Code.
**
** (C) COPYRIGHT International Business Machines Corp. 2024
** All Rights Reserved.
**
** US Government Users Restricted Rights - Use, duplication or
** disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
**
**********************************************************************************
**
** Source File Name = src/common/usersjson.c (%W%)
**
** Descriptive Name = Code for handling users.json file (usersjson.c)
**
** Function:
**
** Dependencies:
**
** Restrictions:
**
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "usersjson.h"
Expand Down
25 changes: 25 additions & 0 deletions aws/security_plugins/db2-aws-iam/src/common/usersjson.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
/****************************************************************************
** Licensed Materials - Property of IBM
**
** Governed under the terms of the International
** License Agreement for Non-Warranted Sample Code.
**
** (C) COPYRIGHT International Business Machines Corp. 2024
** All Rights Reserved.
**
** US Government Users Restricted Rights - Use, duplication or
** disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
**
**********************************************************************************
**
** Source File Name = src/common/usersjson.h (%W%)
**
** Descriptive Name = Header file for Code that handles users.json file (usersjson.h)
**
** Function:
**
** Dependencies:
**
** Restrictions:
**
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <json-c/json.h>
Expand Down
2 changes: 1 addition & 1 deletion aws/security_plugins/db2-aws-iam/src/gss/AWSIAMauth.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
** Governed under the terms of the International
** License Agreement for Non-Warranted Sample Code.
**
** (C) COPYRIGHT International Business Machines Corp. 2006
** (C) COPYRIGHT International Business Machines Corp. 2024
** All Rights Reserved.
**
** US Government Users Restricted Rights - Use, duplication or
Expand Down

0 comments on commit 368b78c

Please sign in to comment.