You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by sk...@apache.org on 2016/12/06 13:45:49 UTC

cayenne git commit: cleanup DbEntityTab

Repository: cayenne
Updated Branches:
  refs/heads/master 71f994478 -> 01a8a536d


cleanup DbEntityTab


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

Branch: refs/heads/master
Commit: 01a8a536d370a52c9cf1635cd6058bc07c17ae47
Parents: 71f9944
Author: Savva Kolbachev <s....@gmail.com>
Authored: Tue Dec 6 16:45:01 2016 +0300
Committer: Savva Kolbachev <s....@gmail.com>
Committed: Tue Dec 6 16:45:01 2016 +0300

----------------------------------------------------------------------
 .travis.yml                                          | 15 +++++++++++++++
 .../cayenne-guide/src/docbkx/re-filtering.xml        | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/01a8a536/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7a0a05a..f555401 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,18 @@
+# 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.
+
 # Since 4GB not enought for build, we use 'sudo' environment with 7.5GB RAM
 # Downside: It's starts a little bit slower
 # How to fix: Change build setting or fix code.

http://git-wip-us.apache.org/repos/asf/cayenne/blob/01a8a536/docs/docbook/cayenne-guide/src/docbkx/re-filtering.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/cayenne-guide/src/docbkx/re-filtering.xml b/docs/docbook/cayenne-guide/src/docbkx/re-filtering.xml
index 930448b..00316c9 100644
--- a/docs/docbook/cayenne-guide/src/docbkx/re-filtering.xml
+++ b/docs/docbook/cayenne-guide/src/docbkx/re-filtering.xml
@@ -1,4 +1,19 @@
 <?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.
+-->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
     version="5.0" xml:id="re-filtering">
     <title>Filtering</title>