You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jg...@apache.org on 2021/09/07 21:26:29 UTC

[incubator-age] branch master updated: Add ASF license

This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e8f385  Add ASF license
     new db2c83d  Merge branch 'master' of https://github.com/apache/incubator-age
5e8f385 is described below

commit 5e8f38571a1f7b5e8fddd891b6360766f9e5f931
Author: John Gemignani <jr...@gmail.com>
AuthorDate: Tue Sep 7 14:20:22 2021 -0700

    Add ASF license
---
 drivers/README           | 19 ++++++++++++++++++-
 drivers/jdbc/gradlew     | 27 ++++++++++++++-------------
 drivers/jdbc/gradlew.bat | 25 ++++++++++++++-----------
 3 files changed, 46 insertions(+), 25 deletions(-)

diff --git a/drivers/README b/drivers/README
index e4a8eac..2026129 100644
--- a/drivers/README
+++ b/drivers/README
@@ -1 +1,18 @@
-This folder contains drivers for specific languages 
+# 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.
+
+This folder contains drivers for specific languages
diff --git a/drivers/jdbc/gradlew b/drivers/jdbc/gradlew
index 4f906e0..d0111ec 100755
--- a/drivers/jdbc/gradlew
+++ b/drivers/jdbc/gradlew
@@ -1,20 +1,21 @@
 #!/usr/bin/env sh
 
+# 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
 #
-# Copyright 2015 the original author or authors.
-#
-# 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
-#
-#      https://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.
+#    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.
 
 ##############################################################################
 ##
diff --git a/drivers/jdbc/gradlew.bat b/drivers/jdbc/gradlew.bat
index 107acd3..f9bd5ca 100644
--- a/drivers/jdbc/gradlew.bat
+++ b/drivers/jdbc/gradlew.bat
@@ -1,17 +1,20 @@
 @rem
-@rem Copyright 2015 the original author or authors.
+@rem Licensed to the Apache Software Foundation (ASF) under one
+@rem or more contributor license agreements.  See the NOTICE file
+@rem distributed with this work for additional information
+@rem regarding copyright ownership.  The ASF licenses this file
+@rem to you under the Apache License, Version 2.0 (the
+@rem "License"); you may not use this file except in compliance
+@rem with the License.  You may obtain a copy of the License at
 @rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
+@rem    http://www.apache.org/licenses/LICENSE-2.0
 @rem
-@rem      https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
+@rem Unless required by applicable law or agreed to in writing,
+@rem software distributed under the License is distributed on an
+@rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@rem KIND, either express or implied.  See the License for the
+@rem specific language governing permissions and limitations
+@rem under the License.
 @rem
 
 @if "%DEBUG%" == "" @echo off