Skip to content

Commit

Permalink
issue 35: Add missing Apache License copyright headers (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Yang <[email protected]>
  • Loading branch information
yangb8 authored Jun 16, 2018
1 parent e1f30e1 commit 287edc1
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# 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
#
language: java
# the secure configurations in env: section is for BINTRAY_USER=<USER> and BINTRAY_KEY=<KEY> properties
# which will be used for publishing artifacts to snapshot repository
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!--
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
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
-->

# hadoop-connectors
Apache Hadoop connectors for Pravega.

Expand Down
8 changes: 7 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#
# Copyright (c) 2017 Dell Inc., or its subsidiaries.
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# 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
#

# 3rd party Versions.
Expand Down
11 changes: 11 additions & 0 deletions gradle/bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
*
* 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
*
*/

import java.text.SimpleDateFormat

apply plugin: 'com.jfrog.bintray'
Expand Down
11 changes: 11 additions & 0 deletions gradle/java.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
*
* 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
*
*/

apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'

Expand Down
11 changes: 11 additions & 0 deletions gradle/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
*
* 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
*
*/

// refer https://docs.gradle.org/current/userguide/signing_plugin.html for details about how to sign
apply plugin: 'maven'
apply plugin: 'signing'
Expand Down
10 changes: 10 additions & 0 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
##
##############################################################################

#
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# 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
#

# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
Expand Down
10 changes: 10 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
@rem
@rem ##########################################################################

@rem
@rem Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem

@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal

Expand Down

0 comments on commit 287edc1

Please sign in to comment.