summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-06-29 16:34:02 +0200
committerantirez <antirez@gmail.com>2015-06-29 16:34:02 +0200
commitd308cadc8a18fe8aea41898d8d881f91103617a0 (patch)
treef9d87c2067d05fe95bb542fd0bf721f12c354590 /deps
parent69c5b27273272c93822a5d2bd776ddc11210e88a (diff)
downloadredis-d308cadc8a18fe8aea41898d8d881f91103617a0.tar.gz
Geo: added my copyright notice in modified files.geo
Diffstat (limited to 'deps')
-rw-r--r--deps/geohash-int/geohash.c1
-rw-r--r--deps/geohash-int/geohash.h1
-rw-r--r--deps/geohash-int/geohash_helper.c1
-rw-r--r--deps/geohash-int/geohash_helper.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/deps/geohash-int/geohash.c b/deps/geohash-int/geohash.c
index e797fbc8f..f2b6a8de9 100644
--- a/deps/geohash-int/geohash.c
+++ b/deps/geohash-int/geohash.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2013-2014, yinqiwen <yinqiwen@gmail.com>
* Copyright (c) 2014, Matt Stancliff <matt@genges.com>.
+ * Copyright (c) 2015, Salvatore Sanfilippo <antirez@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/deps/geohash-int/geohash.h b/deps/geohash-int/geohash.h
index 2bf1f5df8..5e76c249c 100644
--- a/deps/geohash-int/geohash.h
+++ b/deps/geohash-int/geohash.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2013-2014, yinqiwen <yinqiwen@gmail.com>
* Copyright (c) 2014, Matt Stancliff <matt@genges.com>.
+ * Copyright (c) 2015, Salvatore Sanfilippo <antirez@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/deps/geohash-int/geohash_helper.c b/deps/geohash-int/geohash_helper.c
index 88a972b47..4c3762faf 100644
--- a/deps/geohash-int/geohash_helper.c
+++ b/deps/geohash-int/geohash_helper.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2013-2014, yinqiwen <yinqiwen@gmail.com>
* Copyright (c) 2014, Matt Stancliff <matt@genges.com>.
+ * Copyright (c) 2015, Salvatore Sanfilippo <antirez@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/deps/geohash-int/geohash_helper.h b/deps/geohash-int/geohash_helper.h
index 70c6b2095..bff111dbe 100644
--- a/deps/geohash-int/geohash_helper.h
+++ b/deps/geohash-int/geohash_helper.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2013-2014, yinqiwen <yinqiwen@gmail.com>
* Copyright (c) 2014, Matt Stancliff <matt@genges.com>.
+ * Copyright (c) 2015, Salvatore Sanfilippo <antirez@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without