diff options
author | robi6 <robi6@users.sourceforge.net> | 2014-03-12 01:05:33 +0100 |
---|---|---|
committer | robi6 <robi6@users.sourceforge.net> | 2014-03-12 01:05:33 +0100 |
commit | d6f9110d8316e8b86af21cab668719a5c7f41103 (patch) | |
tree | 93c66b0ab98848f189cdbcb3a8582a68c4fecb85 | |
parent | 8a4b9e4af54fb952c68a896a42af96fcc4d6da27 (diff) |
Moved ext4magic to SF
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/dir_list.c | 4 | ||||
-rw-r--r-- | src/dir_list.h | 4 | ||||
-rw-r--r-- | src/ext4magic.c | 4 | ||||
-rw-r--r-- | src/ext4magic.h | 4 | ||||
-rw-r--r-- | src/extent_db.c | 2 | ||||
-rw-r--r-- | src/extent_db.h | 2 | ||||
-rw-r--r-- | src/file_type.c | 2 | ||||
-rw-r--r-- | src/hard_link_stack.c | 4 | ||||
-rw-r--r-- | src/hard_link_stack.h | 4 | ||||
-rw-r--r-- | src/imap_search.c | 2 | ||||
-rw-r--r-- | src/inode.c | 4 | ||||
-rw-r--r-- | src/inode.h | 4 | ||||
-rw-r--r-- | src/journal.c | 4 | ||||
-rw-r--r-- | src/journal.h | 4 | ||||
-rw-r--r-- | src/lookup_local.c | 4 | ||||
-rw-r--r-- | src/magic_block_scan.c | 2 | ||||
-rw-r--r-- | src/recover.c | 4 | ||||
-rw-r--r-- | src/ring_buf.c | 4 | ||||
-rw-r--r-- | src/ring_buf.h | 4 | ||||
-rw-r--r-- | src/util.c | 4 | ||||
-rw-r--r-- | src/util.h | 4 |
24 files changed, 43 insertions, 39 deletions
@@ -1 +1 @@ -Roberto Maar <robi@users.berlios.de> +Roberto Maar (robi) <robi6@users.sf.net> @@ -1,3 +1,7 @@ + + ext4magic is moved to https://sourceforge.net/projects/ext4magic/ + + ext4magic 0.3.1 new : support for ecryptfs by Magic-function @@ -378,7 +378,7 @@ _________________________________________________________________________ # Help-Script for ext4magic (needed is dump2fs >= 1.41.9) # to identify options for the backup superblocks # to restore of a partially damaged filesystem with ext4magic -# Autor robi@users.berlios.de (Version 1.1 vom 03.06.2011) +# Autor robi6@users.sf.net (Version 1.1 vom 03.06.2011) if [ -b "$1" -o -f "$1" ] then diff --git a/src/dir_list.c b/src/dir_list.c index 637c382..3c7bff8 100644 --- a/src/dir_list.c +++ b/src/dir_list.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/dir_list.h b/src/dir_list.h index 522b9fc..efdeae6 100644 --- a/src/dir_list.h +++ b/src/dir_list.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/ext4magic.c b/src/ext4magic.c index 64ffa59..58037c6 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/ext4magic.h b/src/ext4magic.h index fe31df5..fe69593 100644 --- a/src/ext4magic.h +++ b/src/ext4magic.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/extent_db.c b/src/extent_db.c index 5e8bd52..2949c6a 100644 --- a/src/extent_db.c +++ b/src/extent_db.c @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2011 by Roberto Maar * - * robi@users.berlios.de * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/extent_db.h b/src/extent_db.h index c2cb5e8..19f13e9 100644 --- a/src/extent_db.h +++ b/src/extent_db.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2011 by Roberto Maar * - * robi@users.berlios.de * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/file_type.c b/src/file_type.c index 22e5d04..2027741 100644 --- a/src/file_type.c +++ b/src/file_type.c @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/hard_link_stack.c b/src/hard_link_stack.c index 2d4f709..abef55e 100644 --- a/src/hard_link_stack.c +++ b/src/hard_link_stack.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/hard_link_stack.h b/src/hard_link_stack.h index dc79082..631b5ee 100644 --- a/src/hard_link_stack.h +++ b/src/hard_link_stack.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/imap_search.c b/src/imap_search.c index 8cc6db1..3c9c180 100644 --- a/src/imap_search.c +++ b/src/imap_search.c @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/inode.c b/src/inode.c index cb67fdf..5cbf52e 100644 --- a/src/inode.c +++ b/src/inode.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/inode.h b/src/inode.h index c0e7b34..073a175 100644 --- a/src/inode.h +++ b/src/inode.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/journal.c b/src/journal.c index cad4f7b..95c2a8f 100644 --- a/src/journal.c +++ b/src/journal.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/journal.h b/src/journal.h index 4266d8f..a8ce546 100644 --- a/src/journal.h +++ b/src/journal.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/lookup_local.c b/src/lookup_local.c index 4dddf5c..c566809 100644 --- a/src/lookup_local.c +++ b/src/lookup_local.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/magic_block_scan.c b/src/magic_block_scan.c index e0ee4c4..8ec67c8 100644 --- a/src/magic_block_scan.c +++ b/src/magic_block_scan.c @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/recover.c b/src/recover.c index 347f5c7..41b4aee 100644 --- a/src/recover.c +++ b/src/recover.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/ring_buf.c b/src/ring_buf.c index 31641dd..83ea355 100644 --- a/src/ring_buf.c +++ b/src/ring_buf.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/ring_buf.h b/src/ring_buf.h index 132138f..fd754d8 100644 --- a/src/ring_buf.h +++ b/src/ring_buf.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2010 by Roberto Maar * - * robi@users.berlios.de * + * Copyright (C) 2010 by Roberto Maar * + * robi6@users.sf.net * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |