You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/04/22 08:06:31 UTC

[34/50] [abbrv] git commit: Added missing license header.

Added missing license header.

Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/a96dbdc8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/a96dbdc8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/a96dbdc8

Branch: refs/heads/site
Commit: a96dbdc83d0b81e265a8ec029a1cb91eb2a01f7f
Parents: 647880e
Author: Terence Yim <te...@continuuity.com>
Authored: Wed Feb 26 15:12:43 2014 -0800
Committer: Terence Yim <te...@continuuity.com>
Committed: Wed Feb 26 15:12:43 2014 -0800

----------------------------------------------------------------------
 .../json/ResourceSpecificationCodecTest.java       | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/a96dbdc8/twill-core/src/test/java/org/apache/twill/internal/json/ResourceSpecificationCodecTest.java
----------------------------------------------------------------------
diff --git a/twill-core/src/test/java/org/apache/twill/internal/json/ResourceSpecificationCodecTest.java b/twill-core/src/test/java/org/apache/twill/internal/json/ResourceSpecificationCodecTest.java
index 044a465..96f272c 100644
--- a/twill-core/src/test/java/org/apache/twill/internal/json/ResourceSpecificationCodecTest.java
+++ b/twill-core/src/test/java/org/apache/twill/internal/json/ResourceSpecificationCodecTest.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.twill.internal.json;
 
 import com.google.gson.Gson;