clibcni: sync with openeuler at 3.6
Signed-off-by: Grooooot <isula@huawei.com>
This commit is contained in:
parent
2d320fcdc3
commit
540d93fc66
@ -1,5 +1,5 @@
|
||||
%global _version 1.0.8
|
||||
%global _release 20200120.104549.gitefa9896c
|
||||
%global _release 20191225.122403.git49093ba7
|
||||
Name: clibcni
|
||||
Version: %{_version}
|
||||
Release: %{_release}
|
||||
|
||||
@ -22,6 +22,16 @@ History: 2019-06-17
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
|
||||
CODE = '''// Auto generated file. Do not edit!
|
||||
# define _GNU_SOURCE
|
||||
|
||||
@ -23,6 +23,15 @@ History: 2019-06-17
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
#!/usr/bin/python -Es
|
||||
|
||||
"""
|
||||
|
||||
@ -22,6 +22,16 @@ History: 2019-06-17
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
|
||||
import traceback
|
||||
import os
|
||||
|
||||
@ -23,6 +23,16 @@ History: 2019-06-17
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
#
|
||||
#!/usr/bin/python -Es
|
||||
import helpers
|
||||
|
||||
|
||||
@ -23,6 +23,15 @@ History: 2019-06-17
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
#!/usr/bin/python -Es
|
||||
import os
|
||||
import sys
|
||||
|
||||
@ -19,6 +19,15 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception, you may create a larger work that contains
|
||||
# part or all of the libocispec parser skeleton and distribute that work
|
||||
# under terms of your choice, so long as that work isn't itself a
|
||||
# parser generator using the skeleton or a modified version thereof
|
||||
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
# the parser skeleton itself, you may (at your option) remove this
|
||||
# special exception, which will cause the skeleton and the resulting
|
||||
# libocispec output files to be licensed under the GNU General Public
|
||||
# License without this special exception.
|
||||
import helpers
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user