Skip to content

Commit

Permalink
fully move towards BSD license [ci skip]
Browse files Browse the repository at this point in the history
This commit makes the repository GPL-free
  • Loading branch information
karlnapf committed Apr 13, 2018
1 parent 5600272 commit d43b731
Show file tree
Hide file tree
Showing 46 changed files with 144 additions and 2,533 deletions.
702 changes: 28 additions & 674 deletions COPYING

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -76,10 +76,7 @@ Note that some folders are submodules that can be checked out with

## License
----------
Shogun is generally licensed under the GPL3, with
code borrowed from various external libraries, and optional
parts that are neither compatible with GPL nor BSD.
It is possible to compile a BSD3 compatible build of Shogun.

Shogun is distributed under BSD 3-clause license (see LICENSE file), with
optional GPL3 components.
See doc/licenses for details.

8 changes: 2 additions & 6 deletions applications/arts/arts.py
@@ -1,12 +1,8 @@
#!/usr/bin/env python

# This program 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.
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# Written (W) 2008-2009 Soeren Sonnenburg
# Copyright (C) 2008-2009 Fraunhofer Institute FIRST and Max-Planck-Society
# Authors: Soeren Sonnenburg

import numpy
import os
Expand Down
11 changes: 2 additions & 9 deletions applications/arts/genomic.py
@@ -1,13 +1,6 @@
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# Written (W) 2006-2008 Soeren Sonnenburg
# Written (W) 2006-2007 Mikio Braun
# Copyright (C) 2007 Fraunhofer Institute FIRST and Max-Planck-Society
#
# Authors: Soeren Sonnenburg, Mikio Braun

import time
from string import maketrans
Expand Down
9 changes: 2 additions & 7 deletions applications/arts/signal_sensor.py
@@ -1,11 +1,6 @@
# This program 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 2 of the License, or
# (at your option) any later version.
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# Written (W) 2008 Soeren Sonnenburg
# Written (W) 2011 Christian Widmer
# Copyright (C) 2008-2011 Fraunhofer Institute FIRST and Max-Planck-Society
# Authors: Soeren Sonnenburg, Christian Widmer

import numpy
import sys
Expand Down
11 changes: 2 additions & 9 deletions applications/arts/util.py
@@ -1,13 +1,6 @@
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# Written (W) 2006-2008 Soeren Sonnenburg
# Written (W) 2007 Gunnar Raetsch
# Copyright (C) 2006-2008 Fraunhofer Institute FIRST and Max-Planck-Society
#
# Authors: Soeren Sonnenburg, Gunnar Raetsch

import sys
from numpy import mat, array, inf, any, reshape, int32
Expand Down
340 changes: 0 additions & 340 deletions applications/asp/LICENSE

This file was deleted.

14 changes: 4 additions & 10 deletions applications/asp/asp
@@ -1,14 +1,8 @@
#!/usr/bin/env python
"""
This program 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 2 of the License, or
(at your option) any later version.
Written (W) 2007,2011 Gunnar Raetsch
Written (W) 2006-2009 Soeren Sonnenburg
Copyright (C) 2006-2010 Fraunhofer Institute FIRST and Max-Planck-Society
"""
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# Authors: Soeren Sonnenburg, Gunnar Raetsch


try:
import os
Expand Down
10 changes: 2 additions & 8 deletions applications/asp/genomic.py
@@ -1,12 +1,6 @@
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# Written (W) 2006-2009 Soeren Sonnenburg
# Written (W) 2006-2007 Mikio Braun
# Copyright (C) 2007 Fraunhofer Institute FIRST and Max-Planck-Society
# Authors: Soeren Sonnenburg, Gunnar Raetsch

import time
from string import maketrans
Expand Down
11 changes: 2 additions & 9 deletions applications/asp/model.py
@@ -1,13 +1,6 @@
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# Written (W) 2006-2008 Soeren Sonnenburg
# Written (W) 2007 Gunnar Raetsch
# Copyright (C) 2006-2008 Fraunhofer Institute FIRST and Max-Planck-Society
#
# Authors: Soeren Sonnenburg, Gunnar Raetsch

import sys
from numpy import mat,array,inf,any,reshape,int32
Expand Down
12 changes: 3 additions & 9 deletions applications/asp/signal_detectors.py
@@ -1,13 +1,7 @@
# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# Written (W) 2006-2009 Soeren Sonnenburg
# Written (W) 2007 Gunnar Raetsch
# Copyright (C) 2006-2009 Fraunhofer Institute FIRST and Max-Planck-Society
#
# Authors: Soeren Sonnenburg, Gunnar Raetsch


import sys
import numpy
Expand Down
9 changes: 2 additions & 7 deletions applications/classification/random_fourier_classification.py
@@ -1,13 +1,8 @@
#!/usr/bin/env python

# This software is distributed under BSD 3-clause license (see LICENSE file).
#
# This program 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.
#
# Written (W) 2013 Evangelos Anagnostopoulos
#
# Authors: Evangelos Anagnostopoulos

def parse_arguments():
import argparse
Expand Down

0 comments on commit d43b731

Please sign in to comment.