summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-02 12:51:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-02 12:51:59 +0000
commit325454c60f282994cf79c69d49edbcea53f2e924 (patch)
tree44854f9883c302f3b69fa00b75fae72f2b6aeeef
parent98e332ea671108d34b4b2fd2cde7ba9d478b3e27 (diff)
downloadjsonpath-325454c60f282994cf79c69d49edbcea53f2e924.tar.gz
Update copyright
-rw-r--r--lexer.l2
-rw-r--r--main.c2
-rw-r--r--matcher.c2
-rw-r--r--matcher.h2
-rw-r--r--parser.y2
5 files changed, 5 insertions, 5 deletions
diff --git a/lexer.l b/lexer.l
index d1844a2..046de73 100644
--- a/lexer.l
+++ b/lexer.l
@@ -1,6 +1,6 @@
%{
/*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
*
* 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 2bdb110..7d232c5 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
*
* 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 51e0e3c..a76fc13 100644
--- a/matcher.c
+++ b/matcher.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
*
* 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 5dc2869..c93f239 100644
--- a/matcher.h
+++ b/matcher.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
*
* 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 54c6077..513fea6 100644
--- a/parser.y
+++ b/parser.y
@@ -1,6 +1,6 @@
%{
/*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above