Changeset 2019 in kBuild for trunk/src/kmk/electric.c
- Timestamp:
- Nov 2, 2008 12:21:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/electric.c
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r2001 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 * A simple electric heap implementation. 4 */ 5 6 /* 7 * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net> 3 8 * 4 * A simple electric heap implementation.9 * This file is part of kBuild. 5 10 * 6 * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net> 7 * 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as published 11 * by the Free Software Foundation; either version 2 of the License, or 11 * kBuild is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 3 of the License, or 12 14 * (at your option) any later version. 13 15 * 14 * This programis distributed in the hope that it will be useful,16 * kBuild is distributed in the hope that it will be useful, 15 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU LesserGeneral Public License for more details.19 * GNU General Public License for more details. 18 20 * 19 * You should have received a copy of the GNU Lesser General Public License 20 * along with This program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 22 23 * 23 24 */ -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.