You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/05/06 15:21:51 UTC

[incubator-openwhisk-utilities] branch master updated: Remove ibm header (#63)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9efb0bc  Remove ibm header (#63)
9efb0bc is described below

commit 9efb0bcabd63e984283a8085dba1b0ae9a79dcca
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon May 6 11:21:47 2019 -0400

    Remove ibm header (#63)
    
    * remove ApacheIBMLicenseHeader
    * restore Appendix in LICENSE.txt to proper template form
---
 LICENSE.txt                         |  2 +-
 scancode/ApacheIBMLicenseHeader.txt | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 23fba0a..dae4b4e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2015-2016  IBM Corporation
+   Copyright [yyyy] [name of copyright owner]
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/scancode/ApacheIBMLicenseHeader.txt b/scancode/ApacheIBMLicenseHeader.txt
deleted file mode 100644
index 565488e..0000000
--- a/scancode/ApacheIBMLicenseHeader.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright 2015-2016 IBM Corporation
- *
- * 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
- *
- * 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.
- */
\ No newline at end of file