Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
e1e3fef3
Unverified
Commit
e1e3fef3
authored
May 22, 2020
by
Chadwick Strange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct license headers
parent
6089b10e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
64 deletions
+17
-64
build_deps.py
scripts/build_deps.py
+13
-36
docker_build.py
scripts/docker_build.py
+4
-28
No files found.
scripts/build_deps.py
View file @
e1e3fef3
#!/usr/bin/env python
#!/usr/bin/env python
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
#
Bash script to build cpp-ethereum within TravisCI.
#
Copyright (C) 2018-Present SKALE Labs
#
#
#
The documentation for cpp-ethereum is hosted at http://cpp-ethereum.org
#
This file is part of sgxwallet.
#
#
# ------------------------------------------------------------------------------
# libBLS is free software: you can redistribute it and/or modify
# This file is part of cpp-ethereum.
# it under the terms of the GNU Affero General Public License as published
#
# by the Free Software Foundation, either version 3 of the License, or
# cpp-ethereum is free software: you can redistribute it and/or modify
# (at your option) any later version.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# cpp-ethereum 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2016 cpp-ethereum contributors.
# ------------------------------------------------------------------------------
#
# Copyright (C) 2018-2019 SKALE Labs
#
# This file is part of skale-consensus.
#
# skale-consensus 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, eithe r version 3 of the License, or
# (at your option) any later version.
#
#
#
skale-consensus
is distributed in the hope that it will be useful,
#
sgxwallet
is distributed in the hope that it will be useful,
#
but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
#
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#
GNU
General Public License for more details.
#
GNU Affero
General Public License for more details.
#
#
#
You should have received a copy of the GNU
General Public License
#
You should have received a copy of the GNU Affero
General Public License
#
along with skale-consensus. If not, see <http
://www.gnu.org/licenses/>.
#
along with sgxwallet. If not, see <https
://www.gnu.org/licenses/>.
#
#
# @file build.py
# @file build
_deps
.py
# @author Stan Kladko
# @author Stan Kladko
# @date 2018
# @date 2018
#
#
...
...
scripts/docker_build.py
View file @
e1e3fef3
#!/usr/bin/env python
#!/usr/bin/env python
# ------------------------------------------------------------------------------
# Bash script to build cpp-ethereum within TravisCI.
#
# The documentation for cpp-ethereum is hosted at http://cpp-ethereum.org
#
# ------------------------------------------------------------------------------
# This file is part of cpp-ethereum.
#
# cpp-ethereum 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 3 of the License, or
# (at your option) any later version.
#
# cpp-ethereum 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2016 cpp-ethereum contributors.
# ------------------------------------------------------------------------------
#
# Copyright (C) 2019-Present SKALE Labs
# Copyright (C) 2019-Present SKALE Labs
#
# This file is part of sgxwallet.
# This file is part of sgxwallet.
#
# sgxwallet is free software: you can redistribute it and/or modify
# sgxwallet is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
# sgxwallet is distributed in the hope that it will be useful,
# sgxwallet is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
# along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment