You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/09/24 12:21:28 UTC

empire-db git commit: fix for licence header in readme.txt

Repository: empire-db
Updated Branches:
  refs/heads/master 1cf16f6aa -> 79b5e5790


fix for licence header in readme.txt


Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/79b5e579
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/79b5e579
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/79b5e579

Branch: refs/heads/master
Commit: 79b5e579079cd1a137bea69301d57294d00d0f59
Parents: 1cf16f6
Author: Rainer Döbele <do...@apache.org>
Authored: Mon Sep 24 14:21:22 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Mon Sep 24 14:21:22 2018 +0200

----------------------------------------------------------------------
 .../src/main/vue/README.txt                     | 38 --------------------
 .../src/main/vue/readme.txt                     | 38 ++++++++++++++++++++
 pom.xml                                         |  1 +
 3 files changed, 39 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/79b5e579/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt
----------------------------------------------------------------------
diff --git a/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt b/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt
deleted file mode 100644
index b3ab0de..0000000
--- a/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.
-
-# vue-web
-
-> A Vue.js project
-
-## Build Setup
-
-``` bash
-# install dependencies
-npm install
-
-# serve with hot reload at localhost:8080
-npm run dev
-
-# build for production with minification
-npm run build
-
-# build for production and view the bundle analyzer report
-npm run build --report
-```
-
-For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

http://git-wip-us.apache.org/repos/asf/empire-db/blob/79b5e579/empire-db-examples/empire-db-example-vue/src/main/vue/readme.txt
----------------------------------------------------------------------
diff --git a/empire-db-examples/empire-db-example-vue/src/main/vue/readme.txt b/empire-db-examples/empire-db-example-vue/src/main/vue/readme.txt
new file mode 100644
index 0000000..e7211b2
--- /dev/null
+++ b/empire-db-examples/empire-db-example-vue/src/main/vue/readme.txt
@@ -0,0 +1,38 @@
+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.
+
+# vue-web
+
+> A Vue.js project
+
+## Build Setup
+
+``` bash
+# install dependencies
+npm install
+
+# serve with hot reload at localhost:8080
+npm run dev
+
+# build for production with minification
+npm run build
+
+# build for production and view the bundle analyzer report
+npm run build --report
+```
+
+For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

http://git-wip-us.apache.org/repos/asf/empire-db/blob/79b5e579/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b88efe5..a45676a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,6 +546,7 @@
                         <excludes>
                             <exclude>**/.idea/**</exclude>
 			       			<exclude>**/*.json</exclude>
+			       			<exclude>**/readme.txt</exclude>
                         </excludes>
 		                <encoding>UTF-8</encoding>
 		            </configuration>