Author: ghuck Date: 2009-06-11 14:50:42 -0700 (Thu, 11 Jun 2009) New Revision: 16930
Removed: csplugins/trunk/soc/ghuck/gpuGraphDrawing/copyright.h Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/common.h csplugins/trunk/soc/ghuck/gpuGraphDrawing/complex.h csplugins/trunk/soc/ghuck/gpuGraphDrawing/complexDevice.h csplugins/trunk/soc/ghuck/gpuGraphDrawing/grap.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/graph.h csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.h csplugins/trunk/soc/ghuck/gpuGraphDrawing/kernel.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/partition.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/pkdNode.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/readFile.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/simpleCUDPP.cu csplugins/trunk/soc/ghuck/gpuGraphDrawing/writeOutput.cu Log: Corrected license. copyright.h removed. Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/common.h =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/common.h 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/common.h 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,16 +1,25 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. -**************************************************************************************/ -#include "licence.h" -#include "copyright.h" +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 program 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. +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +See licence.h for more information. +**************************************************************************************/ +#include "licence.h" + #ifndef __COMMON_H__ #define __COMMON_H__ Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/complex.h =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/complex.h 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/complex.h 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,26 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ + #include "licence.h" -#include "copyright.h" #ifndef COMPLEX_H Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/complexDevice.h =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/complexDevice.h 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/complexDevice.h 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,26 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ + #include "licence.h" -#include "copyright.h" Deleted: csplugins/trunk/soc/ghuck/gpuGraphDrawing/copyright.h =================================================================== Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/grap.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/grap.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/grap.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,26 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ + #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/graph.h =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/graph.h 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/graph.h 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,26 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ + #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,25 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.h =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.h 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/kdNode.h 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/kernel.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/kernel.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/kernel.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/partition.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/partition.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/partition.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/pkdNode.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/pkdNode.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/pkdNode.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/readFile.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/readFile.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/readFile.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/simpleCUDPP.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/simpleCUDPP.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/simpleCUDPP.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" // includes, system #include <stdlib.h> Modified: csplugins/trunk/soc/ghuck/gpuGraphDrawing/writeOutput.cu =================================================================== --- csplugins/trunk/soc/ghuck/gpuGraphDrawing/writeOutput.cu 2009-06-11 18:38:09 UTC (rev 16929) +++ csplugins/trunk/soc/ghuck/gpuGraphDrawing/writeOutput.cu 2009-06-11 21:50:42 UTC (rev 16930) @@ -1,13 +1,24 @@ /************************************************************************************** -This code is released under GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. Copyright (C) Apeksha Godiyal, 2008 Copyright (C) Gerardo Huck, 2009 -See licence.h and copyright.h for more information. + +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 program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +See licence.h for more information. **************************************************************************************/ - #include "licence.h" -#include "copyright.h" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en -~----------~----~----~----~------~----~------~--~---
