diff options
| author | Santosh Sivaraj <santosiv@in.ibm.com> | 2016-12-09 06:55:46 +0530 |
|---|---|---|
| committer | Santosh Sivaraj <santosiv@in.ibm.com> | 2016-12-10 08:09:58 +0530 |
| commit | 3391d783993f7fbed877fed2f6d7a065c2fa887f (patch) | |
| tree | 1fad54484fcbb1bf03994bc3e003805c8f78873b /catalog/catalog.py | |
| parent | 1b90228f617085ff96f8e04f95a83bd972ed0c98 (diff) | |
| download | ima-catalog-3391d783993f7fbed877fed2f6d7a065c2fa887f.tar.gz ima-catalog-3391d783993f7fbed877fed2f6d7a065c2fa887f.zip | |
Update license headers
Signed-off-by: Santosh Sivaraj <santosiv@in.ibm.com>
Acked-by: Rajarshi Das <drajarshi@in.ibm.com>
Diffstat (limited to 'catalog/catalog.py')
| -rw-r--r-- | catalog/catalog.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/catalog/catalog.py b/catalog/catalog.py index 8ea3255..ee9abcd 100644 --- a/catalog/catalog.py +++ b/catalog/catalog.py @@ -1,13 +1,14 @@ #!/usr/bin/python # +# Generate IMA performance events catalog +# # Copyright (C) 2016 Santosh Sivaraj <santosiv@in.ibm.com> # Copyright (C) 2016 Rajarshi Das <drajarshi@in.ibm.com> # Copyright (C) 2016 IBM Corporation # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version -# 2 of the License, or (at your option) any later version. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at import struct import time |

