Mercurial > ecos
comparison host/tools/Utils/win32/FileName.cpp @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 435cced73e2f |
| children |
comparison
equal
deleted
inserted
replaced
| 2728:e5db16acddac | 2729:74dbf4c3f2e1 |
|---|---|
| 1 //####COPYRIGHTBEGIN#### | 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### |
| 2 // | 2 // ------------------------------------------- |
| 3 // ---------------------------------------------------------------------------- | 3 // This file is part of the eCos host tools. |
| 4 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | 4 // Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. |
| 5 // | 5 // |
| 6 // This program is part of the eCos host tools. | 6 // This program is free software; you can redistribute it and/or modify |
| 7 // it under the terms of the GNU General Public License as published by | |
| 8 // the Free Software Foundation; either version 2 or (at your option) any | |
| 9 // later version. | |
| 7 // | 10 // |
| 8 // This program is free software; you can redistribute it and/or modify it | 11 // This program is distributed in the hope that it will be useful, but |
| 9 // under the terms of the GNU General Public License as published by the Free | 12 // WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 // Software Foundation; either version 2 of the License, or (at your option) | 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 11 // any later version. | 14 // General Public License for more details. |
| 12 // | |
| 13 // This program is distributed in the hope that it will be useful, but WITHOUT | |
| 14 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 15 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
| 16 // more details. | |
| 17 // | |
| 18 // You should have received a copy of the GNU General Public License along with | |
| 19 // this program; if not, write to the Free Software Foundation, Inc., | |
| 20 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |
| 21 // | 15 // |
| 22 // ---------------------------------------------------------------------------- | 16 // You should have received a copy of the GNU General Public License |
| 23 // | 17 // along with this program; if not, write to the |
| 24 //####COPYRIGHTEND#### | 18 // Free Software Foundation, Inc., 51 Franklin Street, |
| 19 // Fifth Floor, Boston, MA 02110-1301, USA. | |
| 20 // ------------------------------------------- | |
| 21 // ####ECOSHOSTGPLCOPYRIGHTEND#### | |
| 25 #include "stdafx.h" | 22 #include "stdafx.h" |
| 26 #include "FileName.h" | 23 #include "FileName.h" |
| 27 #include <shlwapi.h> | 24 #include <shlwapi.h> |
| 28 | 25 |
| 29 const TCHAR CFileName::cSep=_TCHAR('\\'); | 26 const TCHAR CFileName::cSep=_TCHAR('\\'); |
