Skip to content

Commit d0e1797

Browse files
committed
add copyright statement to code
1 parent c0cfe24 commit d0e1797

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/main/clojure/clojure/test/check/clojure_test/assertions.cljc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
; Copyright (c) Rich Hickey and contributors. 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+
19
(ns clojure.test.check.clojure-test.assertions
210
#?(:cljs (:require-macros [clojure.test.check.clojure-test.assertions.cljs]))
311
(:require #?(:clj [clojure.test :as t]

src/main/clojure/clojure/test/check/clojure_test/assertions/cljs.cljc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
; Copyright (c) Rich Hickey and contributors. 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+
19
(ns clojure.test.check.clojure-test.assertions.cljs)
210

311
#?(:clj

0 commit comments

Comments
 (0)