[utf8vcl-cvs] utf8vcl UTF8VCL.pas, 1.21, 1.22 UTF8VCLControls.pas, 1.3, 1.4 UTF8VCLMessages.pas, 1.
Status: Alpha
Brought to you by:
bluelive
From: Bart v. d. W. <blu...@us...> - 2007-03-25 11:46:38
|
Update of /cvsroot/utf8vcl/utf8vcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25565 Modified Files: UTF8VCL.pas UTF8VCLControls.pas UTF8VCLMessages.pas UTF8VCLUtils.pas Log Message: Add MPL license headers. Index: UTF8VCLUtils.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/UTF8VCLUtils.pas,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** UTF8VCLUtils.pas 18 Mar 2007 21:47:34 -0000 1.14 --- UTF8VCLUtils.pas 25 Mar 2007 11:46:22 -0000 1.15 *************** *** 1,2 **** --- 1,26 ---- + {**************************************************************************************************} + { } + { UTF-8 VCL } + { } + { The contents of this file are subject to the Mozilla Public License Version 1.1 (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. } + { } + { The Original Code is UTF8VCLUtils.pas } + { } + { The Initial Developer of the Original Code is Bart van der Werf (bwerf, bluelive) } + { Portions created by Bart van der Werf are Copyright (C) Bart van der Werf. All rights reserved. } + { } + { Contributor(s): } + { Andreas Hausladen (ahuser) } + { Robert Marquardt (rom, marquardt) } + { } + {**************************************************************************************************} + + // Last modified: $Date$ unit UTF8VCLUtils; Index: UTF8VCLControls.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/UTF8VCLControls.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** UTF8VCLControls.pas 18 Mar 2007 13:25:37 -0000 1.3 --- UTF8VCLControls.pas 25 Mar 2007 11:46:17 -0000 1.4 *************** *** 1,2 **** --- 1,27 ---- + {**************************************************************************************************} + { } + { UTF-8 VCL } + { } + { The contents of this file are subject to the Mozilla Public License Version 1.1 (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. } + { } + { The Original Code is UTF8VCLControls.pas } + { } + { The Initial Developer of the Original Code is Bart van der Werf (bwerf, bluelive) } + { Portions created by Bart van der Werf are Copyright (C) Bart van der Werf. All rights reserved. } + { } + { Contributor(s): } + { Andreas Hausladen (ahuser) } + { Robert Marquardt (rom, marquardt) } + { } + {**************************************************************************************************} + + // Last modified: $Date$ + unit UTF8VCLControls; Index: UTF8VCLMessages.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/UTF8VCLMessages.pas,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** UTF8VCLMessages.pas 18 Mar 2007 21:47:34 -0000 1.21 --- UTF8VCLMessages.pas 25 Mar 2007 11:46:20 -0000 1.22 *************** *** 1,2 **** --- 1,27 ---- + {**************************************************************************************************} + { } + { UTF-8 VCL } + { } + { The contents of this file are subject to the Mozilla Public License Version 1.1 (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. } + { } + { The Original Code is UTF8VCLMessages.pas } + { } + { The Initial Developer of the Original Code is Bart van der Werf (bwerf, bluelive) } + { Portions created by Bart van der Werf are Copyright (C) Bart van der Werf. All rights reserved. } + { } + { Contributor(s): } + { Andreas Hausladen (ahuser) } + { Robert Marquardt (rom, marquardt) } + { } + {**************************************************************************************************} + + // Last modified: $Date$ + unit UTF8VCLMessages; Index: UTF8VCL.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/UTF8VCL.pas,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** UTF8VCL.pas 18 Mar 2007 21:47:34 -0000 1.21 --- UTF8VCL.pas 25 Mar 2007 11:46:16 -0000 1.22 *************** *** 1,2 **** --- 1,27 ---- + {**************************************************************************************************} + { } + { UTF-8 VCL } + { } + { The contents of this file are subject to the Mozilla Public License Version 1.1 (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. } + { } + { The Original Code is UTF8VCL.pas } + { } + { The Initial Developer of the Original Code is Bart van der Werf (bwerf, bluelive) } + { Portions created by Bart van der Werf are Copyright (C) Bart van der Werf. All rights reserved. } + { } + { Contributor(s): } + { Andreas Hausladen (ahuser) } + { Robert Marquardt (rom, marquardt) } + { } + {**************************************************************************************************} + + // Last modified: $Date$ + unit UTF8VCL; |