summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 12:49:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 12:49:27 +0200
commit19c956b097ce86c1417dcda9f1cfec6b8ee9d313 (patch)
tree378b2192ba5ea99ca6cf552ae033f7ec81c5be0e
parent182f45353926204bbc64bb2c8e5945cc92b1bc43 (diff)
downloadpgfuse-19c956b097ce86c1417dcda9f1cfec6b8ee9d313.tar.gz
pgfuse-19c956b097ce86c1417dcda9f1cfec6b8ee9d313.tar.bz2
updated copyright and email address
-rw-r--r--AUTHORS2
-rw-r--r--config.h2
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rw-r--r--debian/copyright6
-rw-r--r--debian/postinst2
-rw-r--r--debian/postrm2
-rw-r--r--debian/prerm2
-rw-r--r--endian.h2
-rw-r--r--pgfuse.14
-rw-r--r--pgfuse.c2
-rw-r--r--pgsql.c2
-rw-r--r--pgsql.h2
-rw-r--r--pool.c2
-rw-r--r--pool.h2
-rw-r--r--redhat/pgfuse.spec2
-rw-r--r--tests/testbigfile.c2
-rw-r--r--tests/testfsync.c2
-rw-r--r--tests/testopen.c2
-rw-r--r--tests/testpgsql.c2
-rw-r--r--tools/pgfuse.dsc2
21 files changed, 24 insertions, 24 deletions
diff --git a/AUTHORS b/AUTHORS
index c0a8471..78151af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
Authors of pgfuse:
- Andreas Baumann <abaumann@yahoo.com>
+ Andreas Baumann <mail@andreasbaumann.cc>
diff --git a/config.h b/config.h
index f6e0771..0be17ee 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/debian/changelog b/debian/changelog
index e6cfa3d..ef676da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ pgfuse (0.0.1-1) unstable; urgency=low
* Initial release
- -- Andreas Baumann <abaumann@yahoo.com> Fri, 20 Apr 2012 17:48:00 +0200
+ -- Andreas Baumann <mail@andreasbaumann.cc> Fri, 20 Apr 2012 17:48:00 +0200
diff --git a/debian/control b/debian/control
index 12d3369..7e7d999 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pgfuse
Section: unknown
Priority: extra
-Maintainer: Andreas Baumann <abaumann@yahoo.com>
+Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
Build-Depends: debhelper (>= 4.1.16), pkg-config,
libpq-dev, libfuse-dev
Standards-Version: 3.8.3
diff --git a/debian/copyright b/debian/copyright
index 08a8a37..e5d8eec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,12 @@
This work was packaged for Debian by:
- Andreas Baumann <abaumann@yahoo.com> on Fri, 20 Apr 2012 17:48:00 +0200
+ Andreas Baumann <mail@andreasbaumann.cc> on Fri, 20 Apr 2012 17:48:00 +0200
It was downloaded from https://github.com/andreasbaumann/pgfuse
Upstream Author(s):
- Andreas Baumann <abaumann@yahoo.com>
+ Andreas Baumann <mail@andreasbaumann.cc>
Copyright:
@@ -18,7 +18,7 @@ License:
The Debian packaging is:
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 Andreas Baumann <mail@andreasbaumann.cc>
and is licensed under the GPL version 3,
see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/postinst b/debian/postinst
index 5c2f92e..a88e898 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,7 +2,7 @@
# Debian postinst script for pgfuse
-# Author: Andreas Baumann <abaumann@yahoo.com>
+# Author: Andreas Baumann <mail@andreasbaumann.cc>
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
diff --git a/debian/postrm b/debian/postrm
index bba0827..ccd81f0 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -2,7 +2,7 @@
# Debian postrm script for pgfuse
-# Author: Andreas Baumann <abaumann@yahoo.com>
+# Author: Andreas Baumann <mail@andreasbaumann.cc>
# summary of how this script can be called:
# * <postrm> `remove'
diff --git a/debian/prerm b/debian/prerm
index af7c415..7da4645 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -2,7 +2,7 @@
# Debian prerm script for pgfuse
-# Author: Andreas Baumann <abaumann@yahoo.com>
+# Author: Andreas Baumann <mail@andreasbaumann.cc>
# summary of how this script can be called:
# * <prerm> `remove'
diff --git a/endian.h b/endian.h
index 589ad17..9a31886 100644
--- a/endian.h
+++ b/endian.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/pgfuse.1 b/pgfuse.1
index f6ef02e..58e0d28 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -1,4 +1,4 @@
-.TH PgFuse "1" "04/20/2012" "PGFUSE" "User Commands"
+.TH PgFuse "1" "06/11/2015" "PGFUSE" "User Commands"
.SH NAME
PgFuse \- FUSE-based file system with a PostgreSQL storage backend
.SH SYNOPSIS
@@ -90,4 +90,4 @@ where to store the files to. Populate the initial schema with:
.TP
- no self-containment properties in respect to the database
.SH AUTHOR
-PgFuse has been written by Andreas Baumann <abaumann@yahoo.com>
+PgFuse has been written by Andreas Baumann <mail@andreasbaumann.cc>
diff --git a/pgfuse.c b/pgfuse.c
index b33e562..c05eaa3 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/pgsql.c b/pgsql.c
index bfa14d6..169d90b 100644
--- a/pgsql.c
+++ b/pgsql.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/pgsql.h b/pgsql.h
index 918d818..bb83cbf 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/pool.c b/pool.c
index edc2827..11a0f1f 100644
--- a/pool.c
+++ b/pool.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/pool.h b/pool.h
index 2f32c1c..c8b5036 100644
--- a/pool.h
+++ b/pool.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/redhat/pgfuse.spec b/redhat/pgfuse.spec
index 2a4a475..aa96bd5 100644
--- a/redhat/pgfuse.spec
+++ b/redhat/pgfuse.spec
@@ -223,5 +223,5 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}-%{version}/schema.sql
%changelog
-* Fri Apr 20 2012 Andreas Baumann <abaumann@yahoo.com> 0.0.1-0.1
+* Fri Apr 20 2012 Andreas Baumann <mail@andreasbaumann.cc> 0.0.1-0.1
- preliminary release
diff --git a/tests/testbigfile.c b/tests/testbigfile.c
index f17ff18..5e654bc 100644
--- a/tests/testbigfile.c
+++ b/tests/testbigfile.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/tests/testfsync.c b/tests/testfsync.c
index 571b816..6c3ed69 100644
--- a/tests/testfsync.c
+++ b/tests/testfsync.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/tests/testopen.c b/tests/testopen.c
index 1be8bca..d46a31f 100644
--- a/tests/testopen.c
+++ b/tests/testopen.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/tests/testpgsql.c b/tests/testpgsql.c
index ccd4efe..7f3bf9a 100644
--- a/tests/testpgsql.c
+++ b/tests/testpgsql.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
+ Copyright (C) 2012 - 2015 Andreas Baumann <mail@andreasbaumann.cc>
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/tools/pgfuse.dsc b/tools/pgfuse.dsc
index 1384af6..a0a3d08 100644
--- a/tools/pgfuse.dsc
+++ b/tools/pgfuse.dsc
@@ -2,7 +2,7 @@ Format: 1.0
Source: pgfuse
Version: 0.0.1
Binary: pgfuse
-Maintainer: Andreas Baumann <abaumann@yahoo.com>
+Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), pkg-config,
libpq-dev, libfuse-dev