summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrobi6 <robi6@users.sourceforge.net>2014-03-12 01:05:33 +0100
committerrobi6 <robi6@users.sourceforge.net>2014-03-12 01:05:33 +0100
commitd6f9110d8316e8b86af21cab668719a5c7f41103 (patch)
tree93c66b0ab98848f189cdbcb3a8582a68c4fecb85 /src
parent8a4b9e4af54fb952c68a896a42af96fcc4d6da27 (diff)
Moved ext4magic to SF
Diffstat (limited to 'src')
-rw-r--r--src/dir_list.c4
-rw-r--r--src/dir_list.h4
-rw-r--r--src/ext4magic.c4
-rw-r--r--src/ext4magic.h4
-rw-r--r--src/extent_db.c2
-rw-r--r--src/extent_db.h2
-rw-r--r--src/file_type.c2
-rw-r--r--src/hard_link_stack.c4
-rw-r--r--src/hard_link_stack.h4
-rw-r--r--src/imap_search.c2
-rw-r--r--src/inode.c4
-rw-r--r--src/inode.h4
-rw-r--r--src/journal.c4
-rw-r--r--src/journal.h4
-rw-r--r--src/lookup_local.c4
-rw-r--r--src/magic_block_scan.c2
-rw-r--r--src/recover.c4
-rw-r--r--src/ring_buf.c4
-rw-r--r--src/ring_buf.h4
-rw-r--r--src/util.c4
-rw-r--r--src/util.h4
21 files changed, 37 insertions, 37 deletions
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 *