Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed copyright statements #3

Merged
merged 2 commits into from May 3, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
(:require [clojure.data.xml :as xml])
(: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
(:use [clojure.test]
[camelot.test.helpers]
Expand Down