Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!141
#134
: Introduce insert-license hook and fixup license headers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#134
: Introduce insert-license hook and fixup license headers
134_insert-license_hook_license_headers
into
dev
Overview
5
Commits
4
Pipelines
3
Changes
110
Merged
Moul
requested to merge
134_insert-license_hook_license_headers
into
dev
4 years ago
Overview
5
Commits
4
Pipelines
3
Changes
110
Expand
Change license header's comments from docstring to
#
Introduce
insert-license
pre-commit-hook
Get rid of
update_copyright_year.sh
which becomes useless
Document how to update the copyright year
Close
#134 (closed)
.
Edited
4 years ago
by
Moul
0
0
Merge request reports
Compare
dev
version 1
d93c335d
4 years ago
dev (base)
and
latest version
latest version
8103b704
4 commits,
4 years ago
version 1
d93c335d
4 commits,
4 years ago
110 files
+
1515
−
1479
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
110
Search (e.g. *.vue) (Ctrl+P)
duniterpy/api/bma/__init__.py
+
14
−
16
Options
"""
Copyright 2014-2021 Vincent Texier <vit@free.fr>
DuniterPy 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.
DuniterPy 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 this program. If not, see <http://www.gnu.org/licenses/>.
"""
# Copyright 2014-2021 Vincent Texier <vit@free.fr>
#
# DuniterPy 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.
#
# DuniterPy 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 this program. If not, see <http://www.gnu.org/licenses/>.
import
logging
from
.
import
network
,
blockchain
,
tx
,
wot
,
node
,
ud
,
ws
Loading