summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-11 13:38:07 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-11 13:38:07 -0500
commitd5fd8b95a86509af7b901e2b81ec9d61352b89e4 (patch)
tree4f550f19cc9aa508477dfb56b51bf167d02465b0 /src
parentd1faa932e95f24cff33324e8f8e3b0ec41d149ac (diff)
downloadlibseccomp-d5fd8b95a86509af7b901e2b81ec9d61352b89e4.tar.gz
all: update my email address
Employer agnostic emails make things a lot easier in the long run so make sure the paul-moore.com address is used whenever it makes sense. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'src')
-rw-r--r--src/api.c2
-rw-r--r--src/arch-arm-syscalls.c2
-rw-r--r--src/arch-arm.c2
-rw-r--r--src/arch-arm.h2
-rw-r--r--src/arch-mips64-syscalls.c2
-rw-r--r--src/arch-mips64.c2
-rw-r--r--src/arch-mips64.h2
-rw-r--r--src/arch-mips64n32-syscalls.c2
-rw-r--r--src/arch-mips64n32.c2
-rw-r--r--src/arch-mips64n32.h2
-rw-r--r--src/arch-ppc64-syscalls.c2
-rw-r--r--src/arch-ppc64.c2
-rw-r--r--src/arch-ppc64.h2
-rw-r--r--src/arch-syscall-check.c2
-rw-r--r--src/arch-syscall-dump.c2
-rwxr-xr-xsrc/arch-syscall-validate2
-rw-r--r--src/arch-x32-syscalls.c2
-rw-r--r--src/arch-x32.c2
-rw-r--r--src/arch-x32.h2
-rw-r--r--src/arch-x86-syscalls.c2
-rw-r--r--src/arch-x86.c2
-rw-r--r--src/arch-x86.h2
-rw-r--r--src/arch-x86_64-syscalls.c2
-rw-r--r--src/arch-x86_64.c2
-rw-r--r--src/arch-x86_64.h2
-rw-r--r--src/arch.c2
-rw-r--r--src/arch.h2
-rw-r--r--src/db.c2
-rw-r--r--src/db.h2
-rw-r--r--src/gen_bpf.c2
-rw-r--r--src/gen_bpf.h2
-rw-r--r--src/gen_pfc.c2
-rw-r--r--src/gen_pfc.h2
-rw-r--r--src/python/libseccomp.pxd2
-rw-r--r--src/python/seccomp.pyx2
-rw-r--r--src/python/setup.py2
-rw-r--r--src/system.c2
-rw-r--r--src/system.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/src/api.c b/src/api.c
index a4f9deb..db198e6 100644
--- a/src/api.c
+++ b/src/api.c
@@ -2,7 +2,7 @@
* Seccomp Library API
*
* Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm-syscalls.c b/src/arch-arm-syscalls.c
index 326b462..ec4600f 100644
--- a/src/arch-arm-syscalls.c
+++ b/src/arch-arm-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Syscall Table
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm.c b/src/arch-arm.c
index b403d98..c797f3f 100644
--- a/src/arch-arm.c
+++ b/src/arch-arm.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-arm.h b/src/arch-arm.h
index dc93997..22466e6 100644
--- a/src/arch-arm.h
+++ b/src/arch-arm.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp ARM Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-mips64-syscalls.c b/src/arch-mips64-syscalls.c
index 86824a9..e7d7389 100644
--- a/src/arch-mips64-syscalls.c
+++ b/src/arch-mips64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64.c b/src/arch-mips64.c
index 9cb34e2..f98982c 100644
--- a/src/arch-mips64.c
+++ b/src/arch-mips64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64.h b/src/arch-mips64.h
index 05f388b..47a6a5a 100644
--- a/src/arch-mips64.h
+++ b/src/arch-mips64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32-syscalls.c b/src/arch-mips64n32-syscalls.c
index 55c79a2..aa86931 100644
--- a/src/arch-mips64n32-syscalls.c
+++ b/src/arch-mips64n32-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32.c b/src/arch-mips64n32.c
index c798c89..90ead98 100644
--- a/src/arch-mips64n32.c
+++ b/src/arch-mips64n32.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-mips64n32.h b/src/arch-mips64n32.h
index c712432..db676cf 100644
--- a/src/arch-mips64n32.h
+++ b/src/arch-mips64n32.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp MIPS Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64-syscalls.c b/src/arch-ppc64-syscalls.c
index 23bf6ce..9286001 100644
--- a/src/arch-ppc64-syscalls.c
+++ b/src/arch-ppc64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64.c b/src/arch-ppc64.c
index b8de8e7..c3f15e3 100644
--- a/src/arch-ppc64.c
+++ b/src/arch-ppc64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-ppc64.h b/src/arch-ppc64.h
index 1aec743..60efb17 100644
--- a/src/arch-ppc64.h
+++ b/src/arch-ppc64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp PPC64 Specific Code
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-check.c b/src/arch-syscall-check.c
index 9668aec..71ec0b5 100644
--- a/src/arch-syscall-check.c
+++ b/src/arch-syscall-check.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture Sycall Checker
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-dump.c b/src/arch-syscall-dump.c
index 4534aec..636fd9a 100644
--- a/src/arch-syscall-dump.c
+++ b/src/arch-syscall-dump.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture Sycall Checker
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
*/
diff --git a/src/arch-syscall-validate b/src/arch-syscall-validate
index 8aabbe5..4346dd1 100755
--- a/src/arch-syscall-validate
+++ b/src/arch-syscall-validate
@@ -4,7 +4,7 @@
# libseccomp syscall validation script
#
# Copyright (c) 2014 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/arch-x32-syscalls.c b/src/arch-x32-syscalls.c
index d6ff925..09d3c64 100644
--- a/src/arch-x32-syscalls.c
+++ b/src/arch-x32-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Syscall Table
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x32.c b/src/arch-x32.c
index a496d18..d45ac06 100644
--- a/src/arch-x32.c
+++ b/src/arch-x32.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x32.h b/src/arch-x32.h
index 9d6c5b3..13d9aab 100644
--- a/src/arch-x32.h
+++ b/src/arch-x32.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x32 Specific Code
*
* Copyright (c) 2013 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86-syscalls.c b/src/arch-x86-syscalls.c
index bda8305..b6d5b5f 100644
--- a/src/arch-x86-syscalls.c
+++ b/src/arch-x86-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Syscall Table
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86.c b/src/arch-x86.c
index 20e9805..76a1e7e 100644
--- a/src/arch-x86.c
+++ b/src/arch-x86.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Specific Code
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86.h b/src/arch-x86.h
index 5fa0340..89635b2 100644
--- a/src/arch-x86.h
+++ b/src/arch-x86.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64-syscalls.c b/src/arch-x86_64-syscalls.c
index 3433b9c..a48e4ee 100644
--- a/src/arch-x86_64-syscalls.c
+++ b/src/arch-x86_64-syscalls.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Syscall Table
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64.c b/src/arch-x86_64.c
index ccbf1b1..a5fccad 100644
--- a/src/arch-x86_64.c
+++ b/src/arch-x86_64.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch-x86_64.h b/src/arch-x86_64.h
index c74e0c6..dc09c63 100644
--- a/src/arch-x86_64.h
+++ b/src/arch-x86_64.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp x86_64 Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch.c b/src/arch.c
index 1ccaeec..0f24d1c 100644
--- a/src/arch.c
+++ b/src/arch.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture/Machine Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/arch.h b/src/arch.h
index 17b66f9..7f15cf5 100644
--- a/src/arch.h
+++ b/src/arch.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp Architecture/Machine Specific Code
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/db.c b/src/db.c
index b83265b..7233c84 100644
--- a/src/db.c
+++ b/src/db.c
@@ -2,7 +2,7 @@
* Enhanced Seccomp Filter DB
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/db.h b/src/db.h
index 6e1202e..1f67b5d 100644
--- a/src/db.h
+++ b/src/db.h
@@ -2,7 +2,7 @@
* Enhanced Seccomp Filter DB
*
* Copyright (c) 2012,2016 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_bpf.c b/src/gen_bpf.c
index ba55c57..2418a1a 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -2,7 +2,7 @@
* Seccomp BPF Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_bpf.h b/src/gen_bpf.h
index fe0580e..14484e7 100644
--- a/src/gen_bpf.h
+++ b/src/gen_bpf.h
@@ -2,7 +2,7 @@
* Seccomp BPF Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_pfc.c b/src/gen_pfc.c
index 9219d30..99c3297 100644
--- a/src/gen_pfc.c
+++ b/src/gen_pfc.c
@@ -2,7 +2,7 @@
* Seccomp Pseudo Filter Code (PFC) Generator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/gen_pfc.h b/src/gen_pfc.h
index 80f680f..ceb932c 100644
--- a/src/gen_pfc.h
+++ b/src/gen_pfc.h
@@ -2,7 +2,7 @@
* Seccomp String Translator
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/python/libseccomp.pxd b/src/python/libseccomp.pxd
index 1f29c5f..b74e8b7 100644
--- a/src/python/libseccomp.pxd
+++ b/src/python/libseccomp.pxd
@@ -2,7 +2,7 @@
# Seccomp Library Python Bindings
#
# Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/python/seccomp.pyx b/src/python/seccomp.pyx
index 2d753a9..1724dd6 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -2,7 +2,7 @@
# Seccomp Library Python Bindings
#
# Copyright (c) 2012,2013 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/python/setup.py b/src/python/setup.py
index 9c02df0..04ed989 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -4,7 +4,7 @@
# Enhanced Seccomp Library Python Module Build Script
#
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
-# Author: Paul Moore <pmoore@redhat.com>
+# Author: Paul Moore <paul@paul-moore.com>
#
#
diff --git a/src/system.c b/src/system.c
index 758ad19..87341bd 100644
--- a/src/system.c
+++ b/src/system.c
@@ -2,7 +2,7 @@
* Seccomp System Interfaces
*
* Copyright (c) 2014 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*
diff --git a/src/system.h b/src/system.h
index 02fd1e9..ffdcd1b 100644
--- a/src/system.h
+++ b/src/system.h
@@ -2,7 +2,7 @@
* Seccomp System Interfaces
*
* Copyright (c) 2012 Red Hat <pmoore@redhat.com>
- * Author: Paul Moore <pmoore@redhat.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*/
/*