From 294bb14c0dc162ba80f2e5fb839506b4259bb032 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 4 Dec 2015 15:40:49 +0100 Subject: [PATCH] adjust license header --- Vagrantfile | 29 +++++++++++++++++++++++++++++ assetutil/helper.go | 4 ++-- cmd/span-export/main.go | 21 --------------------- cmd/span-gh-dump/main.go | 21 --------------------- cmd/span-import/main.go | 21 --------------------- common.go | 4 ++-- container/doc.go | 2 ++ container/string.go | 5 ++--- filter/filter.go | 4 ++-- filter/filter_test.go | 21 --------------------- finc/doc.go | 2 ++ finc/exporter/common.go | 4 ++-- finc/exporter/dummy.go | 4 ++-- finc/exporter/solr4vu13v0.go | 21 +++++++++++++++++++++ finc/exporter/solr4vu13v1.go | 4 ++-- finc/exporter/solr4vu13v2.go | 4 ++-- finc/exporter/solr4vu13v3.go | 4 ++-- finc/exporter/solr4vu13v4.go | 4 ++-- finc/exporter/solr4vu13v5.go | 4 ++-- finc/exporter/solr4vu13v6.go | 4 ++-- finc/schema.go | 5 ++--- helper.go | 4 ++-- helper_test.go | 21 --------------------- holdings/google.go | 4 ++-- holdings/ovid.go | 4 ++-- holdings/ovid_test.go | 21 --------------------- issn.go | 21 +++++++++++++++++++++ packaging/deb/span/DEBIAN/control | 5 +++-- packaging/rpm/span.spec | 4 ++-- sources/crossref/api.go | 4 ++-- sources/crossref/cache.go | 4 ++-- sources/crossref/document.go | 4 ++-- sources/crossref/document_test.go | 21 --------------------- sources/doaj/document.go | 4 ++-- sources/genios/document.go | 4 ++-- sources/jats/article.go | 4 ++-- sources/jats/article_test.go | 21 --------------------- sources/jats/degruyter/degruyter.go | 4 ++-- sources/jats/jstor/jstor.go | 4 ++-- sources/thieme/document.go | 4 ++-- 40 files changed, 130 insertions(+), 224 deletions(-) create mode 100644 container/doc.go create mode 100644 finc/doc.go diff --git a/Vagrantfile b/Vagrantfile index f969945b..48f1dea1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,3 +1,25 @@ +# Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de +# The Finc Authors, http://finc.info +# Martin Czygan, +# +# This file is part of some open source application. +# +# Some open source application is free software: you can redistribute +# it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# Some open source application is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Foobar. If not, see . +# +# @license GPL-3.0+ +# + # -*- mode: ruby -*- # vi: set ft=ruby : @@ -9,8 +31,10 @@ $script = <