Changeset 2019 for trunk/src/kDepPre
- Timestamp:
- Nov 2, 2008, 1:21:05 AM (17 years ago)
- Location:
- trunk/src/kDepPre
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/Makefile.kmk
r1665 r2019 5 5 6 6 # 7 # Copyright (c) 2005-2008 knut st. osmundsen <bird- kBuild-spam@anduin.net>7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 11 11 # kBuild is free software; you can redistribute it and/or modify 12 12 # it under the terms of the GNU General Public License as published by 13 # the Free Software Foundation; either version 2of the License, or13 # the Free Software Foundation; either version 3 of the License, or 14 14 # (at your option) any later version. 15 15 # … … 20 20 # 21 21 # You should have received a copy of the GNU General Public License 22 # along with kBuild; if not, write to the Free Software 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 # along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 # 25 24 # -
trunk/src/kDepPre/kDepPre.c
r1734 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * kDepPre - Dependency Generator using Precompiler output. 5 * 6 * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 * 4 */ 5 6 /* 7 * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 * 25 24 */ 26 27 25 28 26 /******************************************************************************* … … 37 35 #else 38 36 # include <unistd.h> 39 #endif 37 #endif 40 38 #include "kDep.h" 41 39
Note:
See TracChangeset
for help on using the changeset viewer.