This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new a6a0c7a Use proper license headers (#249)
a6a0c7a is described below
commit a6a0c7aa74d813cfdca9c6fc26a770e51ea33788
Author: James Dubee <[email protected]>
AuthorDate: Tue Mar 20 17:25:20 2018 -0400
Use proper license headers (#249)
---
commands/qualified_name.go | 13 +++++++------
tests/src/test/scala/common/TestCLIUtils.scala | 13 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/commands/qualified_name.go b/commands/qualified_name.go
index 8209ee8..bae3a3d 100644
--- a/commands/qualified_name.go
+++ b/commands/qualified_name.go
@@ -1,11 +1,12 @@
/*
- * Copyright 2015-2016 IBM Corporation
+ * 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
*
- * 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
+ * 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,
diff --git a/tests/src/test/scala/common/TestCLIUtils.scala
b/tests/src/test/scala/common/TestCLIUtils.scala
index 4bb6740..de824b1 100644
--- a/tests/src/test/scala/common/TestCLIUtils.scala
+++ b/tests/src/test/scala/common/TestCLIUtils.scala
@@ -1,11 +1,12 @@
/*
- * Copyright 2015-2016 IBM Corporation
+ * 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
*
- * 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
+ * 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,
--
To stop receiving notification emails like this one, please contact
[email protected].