[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/deploy/macro MacroToXML.java,1.8,1.9
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-01-23 15:17:50
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro In directory usw-pr-cvs1:/tmp/cvs-serv17579/net/sourceforge/idrs/deploy/macro Modified Files: MacroToXML.java Log Message: Added mozilla lisence Index: MacroToXML.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXML.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** MacroToXML.java 2002/01/23 13:54:08 1.8 --- MacroToXML.java 2002/01/23 15:17:46 1.9 *************** *** 1,2 **** --- 1,14 ---- + /* + RMLDeploy.java + Copyright (C) 2001 Marc Boorshtein + + The contents of this file are subject to the Mozilla Public License Version 1.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.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific + language governing rights and limitations under the License. + */ package net.sourceforge.idrs.deploy.macro; |