Commit fbee1e28 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 1.5.0+git20180813.37fc53c

parent 072c9d78
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
*DS_STORE
include/BALL/BALL.doc
contrib/*
*.o
@@ -12,6 +13,7 @@ moc_*.C
*.aux
*.bbl
*.blg
*.qm
.Dependencies
lib/*
build/*
@@ -30,9 +32,8 @@ source/libBALL.objects
source/libVIEW.objects
source/qt.version
include/BALL/VIEW/UIC/*
.idea
.project
.cproject
data/BALLView/translations/BALLView.de_DE.qm
data/BALLView/translations/BALLView.zh_TW.qm
source/TEST/data/SideChainPlacementProcessor_test_output_pre_1.pdb
CMakeLists.txt.user
+450 −443

File changed.

Preview size limit exceeded, changes collapsed.

+6 −7
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
   bioinformatics.

   Copyright (C) Andreas Hildebrandt, Oliver Kohlbacher, Hans-Peter 
   Lenhof, and others 1996-2012

   Lenhof, Anna Katharina Hildebrandt, and others 1996-2012
   
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -17,13 +16,13 @@
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this library (BALL/source/LICENSE); if not, write 
   to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 
   Boston, MA  02111-1307  USA
   License along with this library (LICENSE); if not, write to the 
   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   Boston, MA  02110-1301  USA

   You can contact the authors by electronic mail

     Andreas Hildebrandt: Andreas.Hildebrandt@uni-mainz.de
     Andreas Hildebrandt: andreas.hildebrandt@uni-mainz.de

     Oliver Kohlbacher: oliver.kohlbacher@uni-tuebingen.de 

+6 −5
Original line number Diff line number Diff line
BALL ChangeLog
BALL Changelog

The ChangeLog for BALL >= 1.3 can be found at the following URL:
	http://ball-trac.bioinf.uni-sb.de/wiki/ReleaseNotes
The changelog for BALL releases >= 1.3 can be found here:
https://github.com/BALL-Project/ball/wiki/Release-Notes

Older ChangeLogs are located at the following URL:
	http://www.ball-project.org/overview/version-history
Please note that these logs are just a list of highlights and by no means complete.
If you are interested in the full range of changes, see the commit log found here:
https://github.com/BALL-Project/ball/releases
+9 −10
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@
                       Version 2.1, February 1999

 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

@@ -457,4 +456,4 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

                     END OF TERMS AND CONDITIONS

Loading