From d6f9110d8316e8b86af21cab668719a5c7f41103 Mon Sep 17 00:00:00 2001 From: robi6 Date: Wed, 12 Mar 2014 01:05:33 +0100 Subject: Moved ext4magic to SF --- AUTHORS | 2 +- NEWS | 4 ++++ README | 2 +- src/dir_list.c | 4 ++-- src/dir_list.h | 4 ++-- src/ext4magic.c | 4 ++-- src/ext4magic.h | 4 ++-- src/extent_db.c | 2 +- src/extent_db.h | 2 +- src/file_type.c | 2 +- src/hard_link_stack.c | 4 ++-- src/hard_link_stack.h | 4 ++-- src/imap_search.c | 2 +- src/inode.c | 4 ++-- src/inode.h | 4 ++-- src/journal.c | 4 ++-- src/journal.h | 4 ++-- src/lookup_local.c | 4 ++-- src/magic_block_scan.c | 2 +- src/recover.c | 4 ++-- src/ring_buf.c | 4 ++-- src/ring_buf.h | 4 ++-- src/util.c | 4 ++-- src/util.h | 4 ++-- 24 files changed, 43 insertions(+), 39 deletions(-) diff --git a/AUTHORS b/AUTHORS index 970f202..bbd81ec 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Roberto Maar +Roberto Maar (robi) diff --git a/NEWS b/NEWS index 3e7c09f..6e5f492 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ + + ext4magic is moved to https://sourceforge.net/projects/ext4magic/ + + ext4magic 0.3.1 new : support for ecryptfs by Magic-function diff --git a/README b/README index 8c7e6ec..ecca154 100644 --- a/README +++ b/README @@ -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 * diff --git a/src/util.c b/src/util.c index aeb6d1b..b148baa 100644 --- a/src/util.c +++ b/src/util.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/util.h b/src/util.h index 289cb1a..caa6996 100644 --- a/src/util.h +++ b/src/util.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 * -- cgit v1.2.3