Skip to content

Commit 2bc5688

Browse files
committed
missing notices
1 parent 9d59f91 commit 2bc5688

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/main/cljs/cljs/proxy.cljs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
(ns cljs.proxy
210
(:refer-global :only [isNaN Proxy Symbol])
311
(:require [cljs.proxy.impl :refer [SimpleCache MapIterator]]))

src/main/cljs/cljs/proxy/impl.cljs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
(ns cljs.proxy.impl)
210

311
(deftype SimpleCache [^:mutable obj ^:mutable cnt]

0 commit comments

Comments
 (0)