Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Add copyright (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw authored Oct 10, 2017
1 parent ab0c1ba commit 2b0c3aa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# Copyright (c) 2017 Yu Ishikawa.
#

.PHONY: test checkstyle clean

all: checkstyle test package
Expand Down
4 changes: 4 additions & 0 deletions bigquery-to-datastore.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

#
# Copyright (c) 2017 Yu Ishikawa.
#

ARGS=$@

MAIN_CLASS='com.github.yuiskw.beam.BigQuery2Datastore'
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/github/yuiskw/beam/BigQuery2Datastore.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Copyright (c) 2017 Yu Ishikawa.
*/
package com.github.yuiskw.beam;

import java.util.LinkedHashMap;
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/com/github/yuiskw/beam/TableRow2EntityFn.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* Copyright (c) 2017 Yu Ishikawa.
*/
package com.github.yuiskw.beam;


import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Copyright (c) 2017 Yu Ishikawa.
*/
package com.github.yuiskw.beam;

import java.util.LinkedHashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Copyright (c) 2017 Yu Ishikawa.
*/
package com.github.yuiskw.beam;

import java.text.ParseException;
Expand Down

0 comments on commit 2b0c3aa

Please sign in to comment.