Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
making a global 0.4 tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-bmu committed Feb 25, 2019
1 parent 1f27240 commit 7160a75
Show file tree
Hide file tree
Showing 382 changed files with 392 additions and 392 deletions.
4 changes: 2 additions & 2 deletions pycrate_asn1c/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down Expand Up @@ -31,4 +31,4 @@
'dictobj', 'setobj', 'refobj', 'asnobj',
'extractor', 'specdir', 'proc', 'generator'
]
__version__ = '0.2.0'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion pycrate_asn1c/asnobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/dictobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/err.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/extractor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/generator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/glob.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/proc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/refobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/setobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/specdir.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/tokenizer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2018. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1c/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# /**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
4 changes: 2 additions & 2 deletions pycrate_asn1rt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down Expand Up @@ -30,5 +30,5 @@
__all__ = ['utils', 'err', 'glob', 'dictobj', 'setobj', 'refobj',
'asnobj_basic', 'asnobj_str', 'asnobj_construct', 'asnobj_class', 'asnobj_ext',
'wrapper']
__version__ = '0.2.0'
__version__ = '0.4.0'

2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj_basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj_class.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj_construct.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj_ext.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/asnobj_str.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# * Copyright 2018. Benoit Michau. P1Sec.
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/codecs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/dictobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/err.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/glob.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/init.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/refobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/setobj.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# /**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_asn1rt/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
4 changes: 2 additions & 2 deletions pycrate_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand All @@ -28,4 +28,4 @@
#*/
#
__all__ = ['utils', 'charpy', 'repr', 'elt', 'base']
__version__ = '0.2.0'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion pycrate_core/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/charpy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/elt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/repr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/utils_py2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_core/utils_py3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2016. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_corenet/HdlrENB.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_corenet/HdlrHNB.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_corenet/HdlrUE.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_corenet/HdlrUEIu.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
2 changes: 1 addition & 1 deletion pycrate_corenet/HdlrUEIuCS.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.3
# * Version : 0.4
# *
# * Copyright 2017. Benoit Michau. ANSSI.
# *
Expand Down
Loading

0 comments on commit 7160a75

Please sign in to comment.