We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da675b9 commit c84e206Copy full SHA for c84e206
1 file changed
src/main/clojure/clojure/tools/cli.cljc
@@ -1,3 +1,11 @@
1
+; Copyright (c) Rich Hickey. All rights reserved.
2
+; The use and distribution terms for this software are covered by the
3
+; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4
+; which can be found in the file epl-v10.html at the root of this distribution.
5
+; By using this software in any fashion, you are agreeing to be bound by
6
+; the terms of this license.
7
+; You must not remove this notice, or any other, from this software.
8
+
9
(ns ^{:author "Gareth Jones, Sung Pae, Sean Corfield"
10
:doc "Tools for working with command line arguments."}
11
clojure.tools.cli
0 commit comments