diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-04 13:11:15 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-04 13:11:29 +0000 |
commit | c1587235ac57243d650f4fdb87961e11e78aac43 (patch) | |
tree | 0a7e199205114c207eea4a06829cd4e8ccb30db3 /src/procmap-store.c | |
parent | a72cad93e6473bd3093884c51b0c72ee32de3c4e (diff) |
Rename to odin (Óðinn) after the Norse god of wisdom.
Diffstat (limited to 'src/procmap-store.c')
-rw-r--r-- | src/procmap-store.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/procmap-store.c b/src/procmap-store.c index a5a276a..08ade14 100644 --- a/src/procmap-store.c +++ b/src/procmap-store.c @@ -1,20 +1,20 @@ /* - This file is part of memfault, a memory profiler with fragmentation analysis. + This file is part of odin, a memory profiler with fragmentation analysis. Copyright (C) 2007 Chris Wilson <chris@chris-wilson.co.uk> - memfault is free software; you can redistribute it and/or + odin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - memfault is distributed in the hope that it will be useful, but + odin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with memfault. If not, see <http://www.gnu.org/licenses/>/ + along with odin. If not, see <http://www.gnu.org/licenses/>/ The GNU General Public License is contained in the file COPYING. */ @@ -23,7 +23,7 @@ #include <glibtop.h> #include <glibtop/procmap.h> -#include "memfault.h" +#include "odin.h" #include "procmap.h" struct _procmap_store { |