Skip to content

Commit 410f2f1

Browse files
committed
Add missing copyright statements
(cherry picked from commit d63e7f8)
1 parent 84f8fb6 commit 410f2f1

File tree

4 files changed

+62
-1
lines changed

4 files changed

+62
-1
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright 2017, 2018 Christoph Böhme
3+
#
4+
# Licensed under the Apache License, Version 2.0 the "License";
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
* text=auto
218

319
# Explicitly declare text files we want to always be normalized:

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright 2017, 2018 Christoph Böhme
3+
#
4+
# Licensed under the Apache License, Version 2.0 the "License";
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
# Ignore temporary maven files:
218
target/
319

@@ -27,4 +43,3 @@ atlassian-ide-plugin.xml
2743

2844
# Ignore files generated by CI:
2945
buildbot.keyring
30-

metafacture-runner/src/main/scripts/flux.bat

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
@ECHO OFF
2+
REM
3+
REM Copyright 2017, 2018 Christoph Böhme
4+
REM
5+
REM Licensed under the Apache License, Version 2.0 the "License";
6+
REM you may not use this file except in compliance with the License.
7+
REM You may obtain a copy of the License at
8+
REM
9+
REM http://www.apache.org/licenses/LICENSE-2.0
10+
REM
11+
REM Unless required by applicable law or agreed to in writing, software
12+
REM distributed under the License is distributed on an "AS IS" BASIS,
13+
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
REM See the License for the specific language governing permissions and
15+
REM limitations under the License.
16+
REM
217

318
SETLOCAL EnableDelayedExpansion
419

metafacture-runner/src/main/scripts/flux.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
#
3+
# Copyright 2017, 2018 Christoph Böhme
4+
#
5+
# Licensed under the Apache License, Version 2.0 the "License";
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
217

318
# `cd` is used with a relative path in this script. We may
419
# end in an unexpected location if CDPATH is not empty.

0 commit comments

Comments
 (0)