Skip to content

Commit

Permalink
Updated Copyright to 2017-2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronix committed Sep 5, 2018
1 parent 1e07668 commit 02391bc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 23-oct-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""
# built-in imports
import flask
Expand Down
2 changes: 1 addition & 1 deletion lib/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 14-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion lib/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 15-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

from .metrics_generator import generate_metrics, generate_dict_metrics
Expand Down
2 changes: 1 addition & 1 deletion lib/metrics/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 14-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

from enum import Enum, unique
Expand Down
2 changes: 1 addition & 1 deletion lib/metrics/metrics_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 14-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

from .metric import Metric, MetricCategory
Expand Down
2 changes: 1 addition & 1 deletion lib/metrics/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 14-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Created on: 01-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/dump_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Descp: Script to convert xml to a csv files with readable useful data
for pandas processing within wikichron app.
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import xml.parsers.expat
Expand Down
2 changes: 1 addition & 1 deletion side_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 25-oct-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import json
Expand Down
2 changes: 1 addition & 1 deletion tabs_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Created on: 24-oct-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""

import dash
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Created on: 22-nov-2017
Copyright 2017 Abel 'Akronix' Serrano Juste <[email protected]>
Copyright 2017-2018-2018 Abel 'Akronix' Serrano Juste <[email protected]>
"""
__version__ = '1.0.0-beta'

0 comments on commit 02391bc

Please sign in to comment.