summaryrefslogtreecommitdiff
path: root/src/main/scala/cc/spray/json/package.scala
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-05-06 23:26:52 +0200
committerMathias <mathias@spray.cc>2011-05-06 23:26:52 +0200
commitb9b9ae1bc56362695217bb2a8850586700c0315a (patch)
tree252a6a6e1803d40879389398d6b5b8cd725deb31 /src/main/scala/cc/spray/json/package.scala
parent0ce9cf8fce1dc475f3bb2a517e0a7698c9e0a5d9 (diff)
downloadspray-json-b9b9ae1bc56362695217bb2a8850586700c0315a.tar.gz
spray-json-b9b9ae1bc56362695217bb2a8850586700c0315a.tar.bz2
spray-json-b9b9ae1bc56362695217bb2a8850586700c0315a.zip
Add basic scaladocs
Diffstat (limited to 'src/main/scala/cc/spray/json/package.scala')
-rw-r--r--src/main/scala/cc/spray/json/package.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/scala/cc/spray/json/package.scala b/src/main/scala/cc/spray/json/package.scala
index 1932315..362fb7b 100644
--- a/src/main/scala/cc/spray/json/package.scala
+++ b/src/main/scala/cc/spray/json/package.scala
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2009-2011 Mathias Doenitz
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package cc.spray
import json.formats.{JsonReader, JsonWriter}