summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-07 14:29:56 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-07 14:29:56 +0200
commit181cf50743241895bf64ecc453033b7b0470d230 (patch)
tree18f89e16caece3a53fca57cc496a81d8a1b3d26c
parent7151885df6ac2554c07cc6047dde7c4eb253ce87 (diff)
downloadjsonpath-181cf50743241895bf64ecc453033b7b0470d230.tar.gz
treewide: replace jow@openwrt.org with jo@mein.io
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--ast.c2
-rw-r--r--ast.h2
-rw-r--r--lexer.c2
-rw-r--r--lexer.h2
-rw-r--r--main.c2
-rw-r--r--matcher.c2
-rw-r--r--matcher.h2
-rw-r--r--parser.y2
8 files changed, 8 insertions, 8 deletions
diff --git a/ast.c b/ast.c
index 6db7a46..3f88d94 100644
--- a/ast.c
+++ b/ast.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/ast.h b/ast.h
index ec1f55c..fbf93de 100644
--- a/ast.h
+++ b/ast.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lexer.c b/lexer.c
index b1615ad..3661c24 100644
--- a/lexer.c
+++ b/lexer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lexer.h b/lexer.h
index b179e7a..0906f76 100644
--- a/lexer.h
+++ b/lexer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/main.c b/main.c
index bbb2bbd..85a53f4 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/matcher.c b/matcher.c
index e657395..85bd1c5 100644
--- a/matcher.c
+++ b/matcher.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/matcher.h b/matcher.h
index c3ca4cb..468ddf2 100644
--- a/matcher.h
+++ b/matcher.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/parser.y b/parser.y
index f037a69..29b43ba 100644
--- a/parser.y
+++ b/parser.y
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jo@mein.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above