You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2017/01/05 22:09:25 UTC

[17/50] cayenne-modeler git commit: Added ASF License.

Added ASF License.


Project: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/commit/2e114d99
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/tree/2e114d99
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/diff/2e114d99

Branch: refs/heads/master
Commit: 2e114d990e6047bc744da039a55c1957871b9e6e
Parents: 25eb1bc
Author: mrg <bl...@gmail.com>
Authored: Fri Sep 30 07:24:49 2016 -0400
Committer: mrg <bl...@gmail.com>
Committed: Fri Sep 30 07:24:49 2016 -0400

----------------------------------------------------------------------
 .../modeler/adapters/CayennePropertyAdapter.java | 19 +++++++++++++++++++
 .../layouts/DataNodeConfigurationTabLayout.fxml  | 19 +++++++++++++++++++
 .../DataNodeDatabaseAdapterTabLayout.fxml        | 19 +++++++++++++++++++
 src/main/resources/layouts/DataNodeLayout.fxml   | 19 +++++++++++++++++++
 .../DataNodePasswordEncoderTabLayout.fxml        | 19 +++++++++++++++++++
 5 files changed, 95 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/2e114d99/src/main/java/org/apache/cayenne/modeler/adapters/CayennePropertyAdapter.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/cayenne/modeler/adapters/CayennePropertyAdapter.java b/src/main/java/org/apache/cayenne/modeler/adapters/CayennePropertyAdapter.java
index 9375a72..0cff146 100644
--- a/src/main/java/org/apache/cayenne/modeler/adapters/CayennePropertyAdapter.java
+++ b/src/main/java/org/apache/cayenne/modeler/adapters/CayennePropertyAdapter.java
@@ -1,3 +1,22 @@
+/*****************************************************************
+ *   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.cayenne.modeler.adapters;
 
 public abstract class CayennePropertyAdapter

http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/2e114d99/src/main/resources/layouts/DataNodeConfigurationTabLayout.fxml
----------------------------------------------------------------------
diff --git a/src/main/resources/layouts/DataNodeConfigurationTabLayout.fxml b/src/main/resources/layouts/DataNodeConfigurationTabLayout.fxml
index 38efa34..c237f96 100644
--- a/src/main/resources/layouts/DataNodeConfigurationTabLayout.fxml
+++ b/src/main/resources/layouts/DataNodeConfigurationTabLayout.fxml
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!--
+        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.
+-->
+
 <?import java.lang.*?>
 <?import javafx.geometry.*?>
 <?import javafx.scene.control.*?>

http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/2e114d99/src/main/resources/layouts/DataNodeDatabaseAdapterTabLayout.fxml
----------------------------------------------------------------------
diff --git a/src/main/resources/layouts/DataNodeDatabaseAdapterTabLayout.fxml b/src/main/resources/layouts/DataNodeDatabaseAdapterTabLayout.fxml
index 3fc2b17..c26ca85 100644
--- a/src/main/resources/layouts/DataNodeDatabaseAdapterTabLayout.fxml
+++ b/src/main/resources/layouts/DataNodeDatabaseAdapterTabLayout.fxml
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!--
+        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.
+-->
+
 <?import java.lang.*?>
 <?import javafx.geometry.*?>
 <?import javafx.scene.control.*?>

http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/2e114d99/src/main/resources/layouts/DataNodeLayout.fxml
----------------------------------------------------------------------
diff --git a/src/main/resources/layouts/DataNodeLayout.fxml b/src/main/resources/layouts/DataNodeLayout.fxml
index 73a89b6..b608fde 100644
--- a/src/main/resources/layouts/DataNodeLayout.fxml
+++ b/src/main/resources/layouts/DataNodeLayout.fxml
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!--
+        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.
+-->
+
 <?import java.lang.*?>
 <?import javafx.scene.control.*?>
 <?import javafx.scene.layout.*?>

http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/2e114d99/src/main/resources/layouts/DataNodePasswordEncoderTabLayout.fxml
----------------------------------------------------------------------
diff --git a/src/main/resources/layouts/DataNodePasswordEncoderTabLayout.fxml b/src/main/resources/layouts/DataNodePasswordEncoderTabLayout.fxml
index e5e86a7..1c633ee 100644
--- a/src/main/resources/layouts/DataNodePasswordEncoderTabLayout.fxml
+++ b/src/main/resources/layouts/DataNodePasswordEncoderTabLayout.fxml
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!--
+        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.
+-->
+
 <?import java.lang.*?>
 <?import javafx.geometry.*?>
 <?import javafx.scene.control.*?>