Skip to content

Commit

Permalink
update license to L-GPL and add user_doc/Maze.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakryd committed Apr 6, 2019
1 parent 92dccf8 commit cffc0dc
Show file tree
Hide file tree
Showing 22 changed files with 181 additions and 158 deletions.
1 change: 1 addition & 0 deletions regtest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!/drr
!/logmfd
!/mapping
!/maze
!/multicolvar
!/python
!/secondarystructure
Expand Down
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
!/maketools
!/mapping
!/manyrestraints
!/maze
!/molfile
!/multicolvar
!/python
Expand Down
14 changes: 8 additions & 6 deletions src/maze/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.

See http://www.maze-code.github.io for more information.

This file is part of maze.

maze 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.
terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.

maze is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.
See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License along with
maze. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Lesser General Public License
along with maze. If not, see <https://www.gnu.org/licenses/>.
17 changes: 9 additions & 8 deletions src/maze/Core.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Core.cpp
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Core.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Core.h
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Loss.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Loss.cpp
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Loss.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Loss.h
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Member.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Member.cpp
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Member.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Member.h
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Memetic.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Memetic.cpp
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Memetic.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Memetic.h
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Optimizer.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Optimizer.cpp
Expand Down
17 changes: 9 additions & 8 deletions src/maze/Optimizer.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
/*
*
* Copyright (c) 2019 Jakub Rydzewski ([email protected]). All rights reserved.
*
* See http://www.maze-code.github.io for more information.
*
* This file is part of maze.
*
* maze 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.
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* maze is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* maze. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with maze. If not, see <https://www.gnu.org/licenses/>.
*
*/
*/

/**
* @file Optimizer.h
Expand Down
Loading

0 comments on commit cffc0dc

Please sign in to comment.