You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/05/19 09:31:40 UTC

[15/16] incubator-quarks git commit: add license header

add license header


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

Branch: refs/heads/gradle
Commit: 6cfc87863d79010de9510385470e99ebc82fec46
Parents: 0fc884e
Author: cazen <ca...@apache.org>
Authored: Thu May 19 07:43:54 2016 +0000
Committer: cazen <ca...@apache.org>
Committed: Thu May 19 07:43:54 2016 +0000

----------------------------------------------------------------------
 api/build.gradle | 15 +++++++++++++--
 spi/build.gradle | 15 +++++++++++++--
 2 files changed, 26 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/6cfc8786/api/build.gradle
----------------------------------------------------------------------
diff --git a/api/build.gradle b/api/build.gradle
index 611e8ca..aad473d 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -1,5 +1,16 @@
-// Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
-// and to You under the Apache License, Version 2.0.
+/*
+ * 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.
+ */
 
 subprojects {
     jar {

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/6cfc8786/spi/build.gradle
----------------------------------------------------------------------
diff --git a/spi/build.gradle b/spi/build.gradle
index 484c109..21b62f3 100644
--- a/spi/build.gradle
+++ b/spi/build.gradle
@@ -1,5 +1,16 @@
-// Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
-// and to You under the Apache License, Version 2.0.
+/*
+ * 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.
+ */
 
 subprojects {
     jar {