新增版权信息
This commit is contained in:
parent
68611f387c
commit
3f8b2fc8c6
|
@ -1,3 +1,25 @@
|
|||
#
|
||||
# libkysdk-system's Library
|
||||
#
|
||||
# Copyright (C) 2023, KylinSoft Co., Ltd.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Lesser General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 3 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Authors: Yunhe Liu <liuyunhe@kylinos.cn>
|
||||
#
|
||||
#
|
||||
|
||||
#!/usr/bin/python3
|
||||
import yaml, sqlite3
|
||||
import os, re, shutil
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
#
|
||||
# libkysdk-system's Library
|
||||
#
|
||||
# Copyright (C) 2023, KylinSoft Co., Ltd.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Lesser General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 3 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Authors: Yunhe Liu <liuyunhe@kylinos.cn>
|
||||
#
|
||||
#
|
||||
|
||||
#!/usr/bin/python3
|
||||
import dbus
|
||||
import dbus.service
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
/*
|
||||
* Copyright (C) 2023, KylinSoft Co., Ltd.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
* Authors: tianshaoshuai <tianshaoshuai@kylinos.cn>
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "../api/libkysettings.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
#
|
||||
# libkysdk-system's Library
|
||||
#
|
||||
# Copyright (C) 2023, KylinSoft Co., Ltd.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Lesser General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 3 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Authors: Yunhe Liu <liuyunhe@kylinos.cn>
|
||||
#
|
||||
#
|
||||
|
||||
#!/usr/bin/python3
|
||||
import configparser
|
||||
import yaml
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
#
|
||||
# libkysdk-system's Library
|
||||
#
|
||||
# Copyright (C) 2023, KylinSoft Co., Ltd.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Lesser General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 3 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Authors: Yunhe Liu <liuyunhe@kylinos.cn>
|
||||
#
|
||||
#
|
||||
|
||||
#!/usr/bin/python3
|
||||
import xml.etree.ElementTree as ET
|
||||
import yaml
|
||||
|
|
Loading…
Reference in New Issue