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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e24659  PROTON-2551 Update workspace file and gitignore with license 
headers
8e24659 is described below

commit 8e246598c0f99b2d33c82d31770cd99a8e1d4f0c
Author: Timothy Bish <[email protected]>
AuthorDate: Fri May 27 14:59:10 2022 -0400

    PROTON-2551 Update workspace file and gitignore with license headers
    
    Add a license header into the workspace file for completeness as
    well as the gitignore and update the pom file rat settings.
---
 .gitignore            | 17 +++++++++++++++++
 pom.xml               |  2 --
 proton.code-workspace | 16 ++++++++++++++++
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7032cb1..c53298b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,20 @@
+##
+## 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.
+##
+
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
 ##
diff --git a/pom.xml b/pom.xml
index 41f7536..07bfcdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,6 @@
                <excludes>
                   <exclude>.travis.yml</exclude>
                   <exclude>.gitmodules</exclude>
-                  <exclude>.gitignore</exclude>
                   <exclude>**/.github/</exclude>
                   <exclude>**/build/</exclude>
                   <exclude>**/dist/</exclude>
@@ -79,7 +78,6 @@
                   <exclude>**/.vscode/</exclude>
                   <exclude>**/bin/</exclude>
                   <exclude>**/obj/</exclude>
-                  <exclude>proton.code-workspace</exclude>
                </excludes>
             </configuration>
          </plugin>
diff --git a/proton.code-workspace b/proton.code-workspace
index 946b402..d4f33f5 100644
--- a/proton.code-workspace
+++ b/proton.code-workspace
@@ -1,3 +1,19 @@
+//
+// 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.
+//
 {
     "folders": [
       {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to