From: Lars H. <lh...@us...> - 2005-03-07 17:48:18
|
Update of /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29281/src/org/tmapiutils/utils Modified Files: PSI.java Log Message: Licence change to Apache 2.0 Index: PSI.java =================================================================== RCS file: /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/utils/PSI.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PSI.java 7 Mar 2005 14:32:24 -0000 1.1 --- PSI.java 7 Mar 2005 17:48:08 -0000 1.2 *************** *** 1,9 **** /* ! Copyright (c) 2000-2004 The TM4J Project. All rights reserved. ! ! This software is licensed under a modified version of the ! Apache Software License. The full license text can be found ! at http://tm4j.org/LICENSE.txt ! */ package org.tmapiutils.utils; --- 1,18 ---- /* ! * Copyright 2005 TMAPI Utils / Kal Ahmed ! * Copyright (c) 2000-2004 The TM4J Project. All rights reserved. ! * ! * Licensed under the Apache License, Version 2.0 (the "License"); ! * you may not use this file except in compliance with the License. ! * You may obtain a copy of the License at ! * ! * http://www.apache.org/licenses/LICENSE-2.0 ! * ! * Unless required by applicable law or agreed to in writing, software ! * distributed under the License is distributed on an "AS IS" BASIS, ! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! * See the License for the specific language governing permissions and ! * limitations under the License. ! */ package org.tmapiutils.utils; |