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

Remove Relevance copyright from generated apps #41

Merged
merged 1 commit into from Mar 29, 2013
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
11 changes: 0 additions & 11 deletions app-template/src/leiningen/new/pedestal_app/annotated/dev/dev.clj
@@ -1,14 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

(ns dev
(:use [cljs.repl :only [repl]]
[cljs.repl.browser :only [repl-env]])
Expand Down
@@ -1,14 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

/* begin Clojure data formatter */

.keyword {
Expand Down
11 changes: 0 additions & 11 deletions app-template/src/leiningen/new/pedestal_app/plain/dev/dev.clj
@@ -1,14 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

(ns dev
(:use [cljs.repl :only [repl]]
[cljs.repl.browser :only [repl-env]])
Expand Down
@@ -1,14 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

/* begin Clojure data formatter */

.keyword {
Expand Down
12 changes: 0 additions & 12 deletions service-template/src/leiningen/new/pedestal_service/dev.clj
@@ -1,15 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

;; dev mode in repl (can get prod mode by passing prod options to dev-init
(ns dev
(:require [io.pedestal.service.http :as bootstrap]
[{{name}}.service :as service]
Expand Down
11 changes: 0 additions & 11 deletions service-template/src/leiningen/new/pedestal_service/server.clj
@@ -1,14 +1,3 @@
; Copyright 2013 Relevance, Inc.

; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.

(ns {{name}}.server
(:gen-class) ; for -main method in uberjar
(:require [{{name}}.service :as service]
Expand Down