From: Tom Clegg Date: Fri, 6 Aug 2021 16:49:21 +0000 (-0400) Subject: Add copyright headers. X-Git-Url: https://git.arvados.org/lightning.git/commitdiff_plain/365adc74eb21f1654611cb309738ffb07c1ca357 Add copyright headers. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..ec656efa1d --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +# Names should be added to this file with this pattern: +# +# For individuals: +# Name +# +# For organizations: +# Organization +# +# See python fnmatch module documentation for more information. + +Curii Corporation, Inc. <*@curii.com> diff --git a/Makefile b/Makefile index 7c8ba29fb7..6a50292f75 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +# Copyright (C) The Lightning Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + GOPATH?=$(HOME)/go .PHONY: $(GOPATH)/bin/lightning $(GOPATH)/bin/lightning: diff --git a/annotate.go b/annotate.go index b1f20df98b..22b4f3bf57 100644 --- a/annotate.go +++ b/annotate.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/arvados.go b/arvados.go index ec2701bcdc..c952a9870c 100644 --- a/arvados.go +++ b/arvados.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/batchargs.go b/batchargs.go index 40d46619d5..70162e7f73 100644 --- a/batchargs.go +++ b/batchargs.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/cmd.go b/cmd.go index fdf4d9428f..710080f97b 100644 --- a/cmd.go +++ b/cmd.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/diff.go b/diff.go index 17b2bb6b11..4a328ac756 100644 --- a/diff.go +++ b/diff.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/diff_test.go b/diff_test.go index 341888119b..14ec86058d 100644 --- a/diff_test.go +++ b/diff_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/dumpgob.go b/dumpgob.go index 4d5f574ac0..0835d3fdfb 100644 --- a/dumpgob.go +++ b/dumpgob.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/export.go b/export.go index 96b9906119..1ef8a074b2 100644 --- a/export.go +++ b/export.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/export_test.go b/export_test.go index 959bd85d1b..dd60b52140 100644 --- a/export_test.go +++ b/export_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/exportnumpy.go b/exportnumpy.go index 5288c44891..00165b3db7 100644 --- a/exportnumpy.go +++ b/exportnumpy.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/exportnumpy_test.go b/exportnumpy_test.go index c556b3145b..2de95d2859 100644 --- a/exportnumpy_test.go +++ b/exportnumpy_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/filter.go b/filter.go index 08468fa690..c66ea0ad0f 100644 --- a/filter.go +++ b/filter.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/flake.go b/flake.go index 20f25c78ce..7631233854 100644 --- a/flake.go +++ b/flake.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/gob.go b/gob.go index acc426de96..893b8cadc6 100644 --- a/gob.go +++ b/gob.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/hgvs/diff.go b/hgvs/diff.go index 47deab7246..835fcc2b97 100644 --- a/hgvs/diff.go +++ b/hgvs/diff.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package hgvs import ( diff --git a/hgvs/diff_test.go b/hgvs/diff_test.go index 9a4e35531c..cc211b5f2d 100644 --- a/hgvs/diff_test.go +++ b/hgvs/diff_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package hgvs import ( diff --git a/import.go b/import.go index d229160a8b..79537347ee 100644 --- a/import.go +++ b/import.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/lightning/main.go b/lightning/main.go index 84511fbd1f..5d5ec6cb12 100644 --- a/lightning/main.go +++ b/lightning/main.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import "github.com/arvados/lightning" diff --git a/lis.go b/lis.go index 3e609af215..622bb3fd15 100644 --- a/lis.go +++ b/lis.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning func longestIncreasingSubsequence(srclen int, X func(int) int) []int { diff --git a/lis_test.go b/lis_test.go index cc35119781..90eecd8da2 100644 --- a/lis_test.go +++ b/lis_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/mask.go b/mask.go index bf7487948d..7d614fa4aa 100644 --- a/mask.go +++ b/mask.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/mask_test.go b/mask_test.go index e2cd80ac8f..79ce41f4a8 100644 --- a/mask_test.go +++ b/mask_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/merge.go b/merge.go index 99a0fedb09..d59ff29a91 100644 --- a/merge.go +++ b/merge.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/numpycomvar.go b/numpycomvar.go index b330d6a7fa..e795b8bce1 100644 --- a/numpycomvar.go +++ b/numpycomvar.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/pca.go b/pca.go index 8c12f73cfb..f880b1d043 100644 --- a/pca.go +++ b/pca.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/pipeline_test.go b/pipeline_test.go index eecc304906..e8c1372123 100644 --- a/pipeline_test.go +++ b/pipeline_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/plot.go b/plot.go index 4339484235..0367b1241a 100644 --- a/plot.go +++ b/plot.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/profile.go b/profile.go index 159c27119a..8f7e4ed5c7 100644 --- a/profile.go +++ b/profile.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/ref2genome.go b/ref2genome.go index 058de169fb..eeeb067694 100644 --- a/ref2genome.go +++ b/ref2genome.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/stats.go b/stats.go index d0ccc92342..69e66da9a7 100644 --- a/stats.go +++ b/stats.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/taglib.go b/taglib.go index 326feae92a..7ccce15187 100644 --- a/taglib.go +++ b/taglib.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/taglib_test.go b/taglib_test.go index fbaff356da..bd9361482f 100644 --- a/taglib_test.go +++ b/taglib_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/throttle.go b/throttle.go index da338f62f5..1c7230f738 100644 --- a/throttle.go +++ b/throttle.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/tilelib.go b/tilelib.go index ea1cb7ea78..a3b63ec78f 100644 --- a/tilelib.go +++ b/tilelib.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/tilelib_test.go b/tilelib_test.go index 40bdb6d396..1e5b35c46c 100644 --- a/tilelib_test.go +++ b/tilelib_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/vcf2fasta.go b/vcf2fasta.go index 2f840ee73f..e1a3a3944e 100644 --- a/vcf2fasta.go +++ b/vcf2fasta.go @@ -1,3 +1,7 @@ +// Copyright (C) The Lightning Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package lightning import ( diff --git a/version.sh b/version.sh index d17f361c76..2f8ad548b8 100755 --- a/version.sh +++ b/version.sh @@ -1,4 +1,9 @@ #!/bin/bash + +# Copyright (C) The Lightning Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + set -e -o pipefail echo -n "0.0.0" echo -n "+$(git log -n1 --format=%h)"