Update of /cvsroot/wsmx/components/mediator/src/main/ie/deri/wsmx/mediation/ooMediator/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17016/mediator/src/main/ie/deri/wsmx/mediation/ooMediator/gui
Modified Files:
TestRunTimeDataMediator.java WorkBench.java
Log Message:
License statement changed
Index: WorkBench.java
===================================================================
RCS file: /cvsroot/wsmx/components/mediator/src/main/ie/deri/wsmx/mediation/ooMediator/gui/WorkBench.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** WorkBench.java 24 Jun 2005 11:20:36 -0000 1.7
--- WorkBench.java 1 Jul 2005 16:51:06 -0000 1.8
***************
*** 2,27 ****
* Copyright (c) 2005 National University of Ireland, Galway
*
! * Licensed under MIT License
! *
! * Permission is hereby granted, free of charge, to any person
! * obtaining a copy of this software and associated
! * documentation files (the "Software"), to deal in the Software
! * without restriction, including without limitation the rights
! * to use, copy, modify, merge, publish, distribute, sublicense,
! * 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 all copies or substantial portions of the Software.
*
! * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
! * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
! * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
! * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
! * 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.
*/
--- 2,18 ----
* Copyright (c) 2005 National University of Ireland, Galway
*
! * 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 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, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
Index: TestRunTimeDataMediator.java
===================================================================
RCS file: /cvsroot/wsmx/components/mediator/src/main/ie/deri/wsmx/mediation/ooMediator/gui/TestRunTimeDataMediator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestRunTimeDataMediator.java 25 Jun 2005 19:11:06 -0000 1.2
--- TestRunTimeDataMediator.java 1 Jul 2005 16:51:06 -0000 1.3
***************
*** 2,27 ****
* Copyright (c) 2005 National University of Ireland, Galway
*
! * Licensed under MIT License
! *
! * Permission is hereby granted, free of charge, to any person
! * obtaining a copy of this software and associated
! * documentation files (the "Software"), to deal in the Software
! * without restriction, including without limitation the rights
! * to use, copy, modify, merge, publish, distribute, sublicense,
! * 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 all copies or substantial portions of the Software.
*
! * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
! * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
! * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
! * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
! * 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.
*/
--- 2,18 ----
* Copyright (c) 2005 National University of Ireland, Galway
*
! * 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 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, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
|