Skip to content

Commit fa947fe

Browse files
committed
Add copyrights to fix lint checks
Signed-off-by: Abhijith Desai <abdesai@qti.qualcomm.com>
1 parent 9757c46 commit fa947fe

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# gbm-msm-backend
22
MSM Backend repository to overlay on top of upstream MESA GBM.
3+
4+
## License
5+
6+
This project is licensed under the GNU General Public License v2.0. See the [LICENSE](LICENSE) file for details.

external/gbm_backend_abi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright © 2011 Intel Corporation
33
* Copyright © 2021 NVIDIA Corporation
4+
* SPDX-License-Identifier: MIT
45
*
56
* Permission is hereby granted, free of charge, to any person obtaining a
67
* copy of this software and associated documentation files (the "Software"),

external/msm_drm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (C) 2013 Red Hat
33
* Author: Rob Clark <robdclark@gmail.com>
4+
* SPDX-License-Identifier: MIT
45
*
56
* Permission is hereby granted, free of charge, to any person obtaining a
67
* copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)