Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
extractor
Commits
e64af707
Commit
e64af707
authored
Mar 07, 2016
by
jkvis
Browse files
Removed version info/copyright from source comments
parent
593bc11d
Changes
6
Hide whitespace changes
Inline
Side-by-side
extractor/Makefile
View file @
e64af707
## *******************************************************************
## *******************************************************************
## (C) Copyright 2014 Leiden Institute of Advanced Computer Science
## Universiteit Leiden
## All Rights Reserved
## *******************************************************************
## Extractor (library)
## Extractor (library)
## *******************************************************************
## *******************************************************************
## FILE INFORMATION:
## FILE INFORMATION:
## File: Makefile
## File: Makefile
## Author: Jonathan K. Vis
## Author: Jonathan K. Vis
## Revision: 2.1.7
## Date: 2014/12/18
## *******************************************************************
## *******************************************************************
## DESCRIPTION:
## DESCRIPTION:
## Build the Extractor library for python.
## Build the Extractor library for python.
...
...
extractor/__init__.py
View file @
e64af707
...
@@ -3,7 +3,7 @@ extractor: Extract a list of differences between two sequences.
...
@@ -3,7 +3,7 @@ extractor: Extract a list of differences between two sequences.
Copyright (c) 2013 Leiden University Medical Center <humgen@lumc.nl>
Copyright (c) 2013 Leiden University Medical Center <humgen@lumc.nl>
Copyright (c) 201
3
Jonathan K. Vis <jvis@l
iacs
.nl>
Copyright (c) 201
6
Jonathan K. Vis <j
.k.
vis@l
umc
.nl>
Licensed under the MIT license, see the LICENSE file.
Licensed under the MIT license, see the LICENSE file.
"""
"""
...
@@ -20,7 +20,7 @@ __version_info__ = tuple(extractor.VERSION.split('.'))
...
@@ -20,7 +20,7 @@ __version_info__ = tuple(extractor.VERSION.split('.'))
__version__
=
extractor
.
VERSION
__version__
=
extractor
.
VERSION
__author__
=
'LUMC, Jonathan K. Vis'
__author__
=
'LUMC, Jonathan K. Vis'
__contact__
=
'jvis@l
iacs
.nl'
__contact__
=
'j
.k.
vis@l
umc
.nl'
__homepage__
=
'https://github.com/mutalyzer/description-extractor'
__homepage__
=
'https://github.com/mutalyzer/description-extractor'
...
...
extractor/debug.cc
View file @
e64af707
// *******************************************************************
// *******************************************************************
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
// Universiteit Leiden
// All Rights Reserved
// *******************************************************************
// Extractor (library)
// Extractor (library)
// *******************************************************************
// *******************************************************************
// FILE INFORMATION:
// FILE INFORMATION:
// File: debug.cc
// File: debug.cc
// Author: Jonathan K. Vis
// Author: Jonathan K. Vis
// Revision: 2.3.0
// Date: 2015/07/31
// *******************************************************************
// *******************************************************************
// DESCRIPTION:
// DESCRIPTION:
// This source can be used to debug the Extractor library within
// This source can be used to debug the Extractor library within
...
...
extractor/extractor.cc
View file @
e64af707
// *******************************************************************
// *******************************************************************
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
// Universiteit Leiden
// All Rights Reserved
// *******************************************************************
// Extractor (library)
// Extractor (library)
// *******************************************************************
// *******************************************************************
// FILE INFORMATION:
// FILE INFORMATION:
// File: extractor.cc (depends on extractor.h)
// File: extractor.cc (depends on extractor.h)
// Author: Jonathan K. Vis
// Author: Jonathan K. Vis
// Revision: 2.3.0
// Date: 2015/07/31
// *******************************************************************
// *******************************************************************
// DESCRIPTION:
// DESCRIPTION:
// This library can be used to generete HGVS variant descriptions as
// This library can be used to generete HGVS variant descriptions as
...
...
extractor/extractor.h
View file @
e64af707
// *******************************************************************
// *******************************************************************
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
// Universiteit Leiden
// All Rights Reserved
// *******************************************************************
// Extractor (library)
// Extractor (library)
// *******************************************************************
// *******************************************************************
// FILE INFORMATION:
// FILE INFORMATION:
// File: extractor.h (implemented in extractor.cc)
// File: extractor.h (implemented in extractor.cc)
// Author: Jonathan K. Vis
// Author: Jonathan K. Vis
// Revision: 2.3.0
// Date: 2015/07/31
// *******************************************************************
// *******************************************************************
// DESCRIPTION:
// DESCRIPTION:
// This library can be used to generate HGVS variant descriptions as
// This library can be used to generate HGVS variant descriptions as
...
@@ -34,7 +28,7 @@ namespace mutalyzer
...
@@ -34,7 +28,7 @@ namespace mutalyzer
{
{
// Version string for run-time identification.
// Version string for run-time identification.
static
char
const
*
const
VERSION
=
"2.3.
0
"
;
static
char
const
*
const
VERSION
=
"2.3.
1
"
;
// The character type used for all strings. For now it should just be
// The character type used for all strings. For now it should just be
...
...
extractor/extractor.i
View file @
e64af707
// *******************************************************************
// *******************************************************************
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
// Universiteit Leiden
// All Rights Reserved
// *******************************************************************
// Extractor (library)
// Extractor (library)
// *******************************************************************
// *******************************************************************
// FILE INFORMATION:
// FILE INFORMATION:
// File: extractor.i (SWIG interface file)
// File: extractor.i (SWIG interface file)
// Author: Jonathan K. Vis
// Author: Jonathan K. Vis
// Revision: 2.2.0
// Date: 2015/03/10
// *******************************************************************
// *******************************************************************
// DESCRIPTION:
// DESCRIPTION:
// Defines the SWIG interface for the Extractor library for use in
// Defines the SWIG interface for the Extractor library for use in
...
...
Write
Preview
Supports
Markdown
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