From 2a902316a2c3911b0a783ff84ef3d386ca8fa8c5 Mon Sep 17 00:00:00 2001 From: xiaofan Date: Wed, 15 Jun 2022 16:49:13 +0800 Subject: [PATCH] fix copyright Signed-off-by: xiaofan --- ohos/build_mesa3d.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ohos/build_mesa3d.py b/ohos/build_mesa3d.py index 4d7676616ff..16b466becd3 100755 --- a/ohos/build_mesa3d.py +++ b/ohos/build_mesa3d.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2022 Institute of Software, CAS +# Author: xiaofan@iscas.ac.cn # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal -- Gitee