Skip to content

Commit

Permalink
Ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 9, 2014
1 parent db76cda commit eb42b02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/clojure/clojurewerkz/neocons/rest/index.clj
@@ -1,3 +1,13 @@
;; Copyright (c) 2011-2014 Michael S. Klishin, Alex Petrov, and The ClojureWerkz
;; Team
;;
;; The use and distribution terms for this software are covered by the
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
;; which can be found in the file epl-v10.html at the root of this distribution.
;; By using this software in any fashion, you are agreeing to be bound by
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(ns clojurewerkz.neocons.rest.index
"Operations on indices (Neo4J 2.0+ only)."
(:require [clojurewerkz.neocons.rest :as rest]
Expand Down

0 comments on commit eb42b02

Please sign in to comment.