Skip to content

Commit

Permalink
Merge pull request #3 from fmw/master
Browse files Browse the repository at this point in the history
removed copyright statements
  • Loading branch information
KushalP committed May 3, 2012
2 parents b743205 + 795436a commit 7a6373f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/camelot/fo.clj
@@ -1,6 +1,3 @@
;; src/camelot/fo.clj: Apache FOP support for Camelot
;; Copyright 2012, F.M. (Filip) de Waard <fmw@vixu.com>.

(ns camelot.fo (ns camelot.fo
(:require [clojure.data.xml :as xml]) (:require [clojure.data.xml :as xml])
(:import [java.io File BufferedOutputStream FileOutputStream StringReader] (:import [java.io File BufferedOutputStream FileOutputStream StringReader]
Expand Down
3 changes: 0 additions & 3 deletions test/camelot/test/fo.clj
@@ -1,6 +1,3 @@
;; test/camelot/test/fo.clj tests for Apache FOP code
;; Copyright 2012, F.M. (Filip) de Waard <fmw@vixu.com>.

(ns camelot.test.fo (ns camelot.test.fo
(:use [clojure.test] (:use [clojure.test]
[camelot.test.helpers] [camelot.test.helpers]
Expand Down

0 comments on commit 7a6373f

Please sign in to comment.