Skip to content

Commit e64af70

Browse files
committed
Removed version info/copyright from source comments
1 parent 593bc11 commit e64af70

File tree

6 files changed

+3
-33
lines changed

6 files changed

+3
-33
lines changed

extractor/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
## *******************************************************************
2-
## (C) Copyright 2014 Leiden Institute of Advanced Computer Science
3-
## Universiteit Leiden
4-
## All Rights Reserved
5-
## *******************************************************************
62
## Extractor (library)
73
## *******************************************************************
84
## FILE INFORMATION:
95
## File: Makefile
106
## Author: Jonathan K. Vis
11-
## Revision: 2.1.7
12-
## Date: 2014/12/18
137
## *******************************************************************
148
## DESCRIPTION:
159
## Build the Extractor library for python.

extractor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
55
Copyright (c) 2013 Leiden University Medical Center <[email protected]>
6-
Copyright (c) 2013 Jonathan K. Vis <jvis@liacs.nl>
6+
Copyright (c) 2016 Jonathan K. Vis <j.k.vis@lumc.nl>
77
88
Licensed under the MIT license, see the LICENSE file.
99
"""
@@ -20,7 +20,7 @@
2020

2121
__version__ = extractor.VERSION
2222
__author__ = 'LUMC, Jonathan K. Vis'
23-
__contact__ = 'jvis@liacs.nl'
23+
__contact__ = 'j.k.vis@lumc.nl'
2424
__homepage__ = 'https://github.com/mutalyzer/description-extractor'
2525

2626

extractor/debug.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// *******************************************************************
2-
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3-
// Universiteit Leiden
4-
// All Rights Reserved
5-
// *******************************************************************
62
// Extractor (library)
73
// *******************************************************************
84
// FILE INFORMATION:
95
// File: debug.cc
106
// Author: Jonathan K. Vis
11-
// Revision: 2.3.0
12-
// Date: 2015/07/31
137
// *******************************************************************
148
// DESCRIPTION:
159
// This source can be used to debug the Extractor library within

extractor/extractor.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// *******************************************************************
2-
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3-
// Universiteit Leiden
4-
// All Rights Reserved
5-
// *******************************************************************
62
// Extractor (library)
73
// *******************************************************************
84
// FILE INFORMATION:
95
// File: extractor.cc (depends on extractor.h)
106
// Author: Jonathan K. Vis
11-
// Revision: 2.3.0
12-
// Date: 2015/07/31
137
// *******************************************************************
148
// DESCRIPTION:
159
// This library can be used to generete HGVS variant descriptions as

extractor/extractor.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// *******************************************************************
2-
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3-
// Universiteit Leiden
4-
// All Rights Reserved
5-
// *******************************************************************
62
// Extractor (library)
73
// *******************************************************************
84
// FILE INFORMATION:
95
// File: extractor.h (implemented in extractor.cc)
106
// Author: Jonathan K. Vis
11-
// Revision: 2.3.0
12-
// Date: 2015/07/31
137
// *******************************************************************
148
// DESCRIPTION:
159
// This library can be used to generate HGVS variant descriptions as
@@ -34,7 +28,7 @@ namespace mutalyzer
3428
{
3529

3630
// Version string for run-time identification.
37-
static char const* const VERSION = "2.3.0";
31+
static char const* const VERSION = "2.3.1";
3832

3933

4034
// The character type used for all strings. For now it should just be

extractor/extractor.i

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// *******************************************************************
2-
// (C) Copyright 2015 Leiden Institute of Advanced Computer Science
3-
// Universiteit Leiden
4-
// All Rights Reserved
5-
// *******************************************************************
62
// Extractor (library)
73
// *******************************************************************
84
// FILE INFORMATION:
95
// File: extractor.i (SWIG interface file)
106
// Author: Jonathan K. Vis
11-
// Revision: 2.2.0
12-
// Date: 2015/03/10
137
// *******************************************************************
148
// DESCRIPTION:
159
// Defines the SWIG interface for the Extractor library for use in

0 commit comments

Comments
 (0)