Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
10379a9a
Commit
10379a9a
authored
May 14, 2009
by
Peter Eastman
Browse files
Updated license for Cuda platform to LGPL.
parent
f329a047
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
200 additions
and
300 deletions
+200
-300
platforms/cuda/include/CudaKernelFactory.h
platforms/cuda/include/CudaKernelFactory.h
+10
-15
platforms/cuda/include/CudaPlatform.h
platforms/cuda/include/CudaPlatform.h
+10
-15
platforms/cuda/include/CudaStreamFactory.h
platforms/cuda/include/CudaStreamFactory.h
+10
-15
platforms/cuda/src/CudaKernelFactory.cpp
platforms/cuda/src/CudaKernelFactory.cpp
+10
-15
platforms/cuda/src/CudaKernels.cpp
platforms/cuda/src/CudaKernels.cpp
+10
-15
platforms/cuda/src/CudaKernels.h
platforms/cuda/src/CudaKernels.h
+10
-15
platforms/cuda/src/CudaPlatform.cpp
platforms/cuda/src/CudaPlatform.cpp
+10
-15
platforms/cuda/src/CudaStreamFactory.cpp
platforms/cuda/src/CudaStreamFactory.cpp
+10
-15
platforms/cuda/src/CudaStreamImpl.h
platforms/cuda/src/CudaStreamImpl.h
+10
-15
platforms/cuda/src/kernels/cudaKernels.h
platforms/cuda/src/kernels/cudaKernels.h
+10
-15
platforms/cuda/src/kernels/cudatypes.h
platforms/cuda/src/kernels/cudatypes.h
+10
-15
platforms/cuda/src/kernels/gpu.cpp
platforms/cuda/src/kernels/gpu.cpp
+10
-15
platforms/cuda/src/kernels/gputypes.h
platforms/cuda/src/kernels/gputypes.h
+10
-15
platforms/cuda/src/kernels/kBrownianUpdate.cu
platforms/cuda/src/kernels/kBrownianUpdate.cu
+10
-15
platforms/cuda/src/kernels/kCShake.cu
platforms/cuda/src/kernels/kCShake.cu
+10
-15
platforms/cuda/src/kernels/kCalculateAndersenThermostat.cu
platforms/cuda/src/kernels/kCalculateAndersenThermostat.cu
+10
-15
platforms/cuda/src/kernels/kCalculateCDLJForces.cu
platforms/cuda/src/kernels/kCalculateCDLJForces.cu
+10
-15
platforms/cuda/src/kernels/kCalculateCDLJForces.h
platforms/cuda/src/kernels/kCalculateCDLJForces.h
+10
-15
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.cu
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.cu
+10
-15
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.h
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.h
+10
-15
No files found.
platforms/cuda/include/CudaKernelFactory.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "openmm/KernelFactory.h"
#include "openmm/KernelFactory.h"
...
...
platforms/cuda/include/CudaPlatform.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "openmm/Platform.h"
#include "openmm/Platform.h"
...
...
platforms/cuda/include/CudaStreamFactory.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "openmm/StreamFactory.h"
#include "openmm/StreamFactory.h"
...
...
platforms/cuda/src/CudaKernelFactory.cpp
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "CudaKernelFactory.h"
#include "CudaKernelFactory.h"
...
...
platforms/cuda/src/CudaKernels.cpp
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "CudaKernels.h"
#include "CudaKernels.h"
...
...
platforms/cuda/src/CudaKernels.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "CudaPlatform.h"
#include "CudaPlatform.h"
...
...
platforms/cuda/src/CudaPlatform.cpp
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "CudaPlatform.h"
#include "CudaPlatform.h"
...
...
platforms/cuda/src/CudaStreamFactory.cpp
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "CudaPlatform.h"
#include "CudaPlatform.h"
...
...
platforms/cuda/src/CudaStreamImpl.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Peter Eastman *
* Authors: Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "openmm/StreamImpl.h"
#include "openmm/StreamImpl.h"
...
...
platforms/cuda/src/kernels/cudaKernels.h
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "gputypes.h"
#include "gputypes.h"
...
...
platforms/cuda/src/kernels/cudatypes.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdarg.h>
#include <stdarg.h>
...
...
platforms/cuda/src/kernels/gpu.cpp
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdio.h>
#include <stdio.h>
...
...
platforms/cuda/src/kernels/gputypes.h
View file @
10379a9a
...
@@ -13,23 +13,18 @@
...
@@ -13,23 +13,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "cudatypes.h"
#include "cudatypes.h"
...
...
platforms/cuda/src/kernels/kBrownianUpdate.cu
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdio.h>
#include <stdio.h>
...
...
platforms/cuda/src/kernels/kCShake.cu
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <cuda.h>
#include <cuda.h>
...
...
platforms/cuda/src/kernels/kCalculateAndersenThermostat.cu
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdio.h>
#include <stdio.h>
...
...
platforms/cuda/src/kernels/kCalculateCDLJForces.cu
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdio.h>
#include <stdio.h>
...
...
platforms/cuda/src/kernels/kCalculateCDLJForces.h
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.cu
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include <stdio.h>
#include <stdio.h>
...
...
platforms/cuda/src/kernels/kCalculateCDLJObcGbsaForces1.h
View file @
10379a9a
...
@@ -10,23 +10,18 @@
...
@@ -10,23 +10,18 @@
* Authors: Scott Le Grand, Peter Eastman *
* Authors: Scott Le Grand, Peter Eastman *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
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