Skip to content

Commit

Permalink
adjust license header
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Dec 4, 2015
1 parent 291047e commit 294bb14
Show file tree
Hide file tree
Showing 40 changed files with 130 additions and 224 deletions.
29 changes: 29 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
# The Finc Authors, http://finc.info
# Martin Czygan, <[email protected]>
#
# 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 <http://www.gnu.org/licenses/>.
#
# @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
#

# -*- mode: ruby -*-
# vi: set ft=ruby :

Expand All @@ -9,15 +31,18 @@ $script = <<SCRIPT
# \___| .__/ \___|_|
# |_|
#
sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum -y update
# ___ _ _
# / _ \_ _| |_| |__ ___ _ __
# / /_)/ | | | __| '_ \ / _ \| '_ \
# / ___/| |_| | |_| | | | (_) | | | |
# \/ \__, |\__|_| |_|\___/|_| |_|
# |___/
#
sudo yum groupinstall -y 'development tools'
sudo yum install -y zlib-dev openssl-devel sqlite-devel bzip2-devel xz-libs
cd /tmp
Expand All @@ -33,24 +58,28 @@ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
sudo /usr/local/bin/python2.7 ez_setup.py
sudo /usr/local/bin/easy_install-2.7 pip
[ ! -e "/etc/profile.d/extrapath.sh" ] && sudo sh -c 'echo "export PATH=\"/usr/local/bin:/usr/local/sbin:$PATH\"" > /etc/profile.d/extrapath.sh'
# _ _ _
# ___(_)___| | _(_)_ __
# / __| / __| |/ / | '_ \
# \__ \ \__ \ <| | | | |
# |___/_|___/_|\_\_|_| |_|
#
sudo yum install -y libxml2 libxslt libxml2-devel libxslt-devel
sudo -i pip install --upgrade --no-cache-dir siskin
sudo mkdir -p /etc/bash_completion.d/
sudo wget -O /etc/bash_completion.d/siskin_completion.sh https://raw.githubusercontent.com/miku/siskin/master/contrib/siskin_completion.sh
sudo chmod +x /etc/bash_completion.d/siskin_completion.sh
# __ _
# /__\_ _| |_ _ __ __ _
# /_\ \ \/ / __| '__/ _` |
# //__ > <| |_| | | (_| |
# \__/ /_/\_\\__|_| \__,_|
#
# extra tools required by siskin or just useful
sudo yum install -y jq xmlstarlet lftp vim tmux bash-completion tree
SCRIPT
Expand Down
4 changes: 2 additions & 2 deletions assetutil/helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
21 changes: 0 additions & 21 deletions cmd/span-export/main.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
// Converts intermediate schema docs into solr docs.
package main

Expand Down
21 changes: 0 additions & 21 deletions cmd/span-gh-dump/main.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
// Dump TSV(ISSN, title) from a google holdings file.
package main

Expand Down
21 changes: 0 additions & 21 deletions cmd/span-import/main.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
// Converts various input formats into an intermediate schema.
package main

Expand Down
4 changes: 2 additions & 2 deletions common.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
2 changes: 2 additions & 0 deletions container/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package sets implements basic set types.
package container
5 changes: 2 additions & 3 deletions container/string.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand All @@ -19,7 +19,6 @@
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
// Package sets implements basic set types.
package container

import (
Expand Down
4 changes: 2 additions & 2 deletions filter/filter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
21 changes: 0 additions & 21 deletions filter/filter_test.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
package filter

import (
Expand Down
2 changes: 2 additions & 0 deletions finc/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package finc holds finc SolrSchema (SOLR) and intermediate schema related types and methods.
package finc
4 changes: 2 additions & 2 deletions finc/exporter/common.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/dummy.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
21 changes: 21 additions & 0 deletions finc/exporter/solr4vu13v0.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
package exporter

// Solr4Vufind13v0 is the basic solr 4 schema as of 2015-06-11. It is based on
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v1.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v2.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v3.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v4.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v5.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions finc/exporter/solr4vu13v6.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
5 changes: 2 additions & 3 deletions finc/schema.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand All @@ -19,7 +19,6 @@
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
// Package finc holds finc SolrSchema (SOLR) and intermediate schema related types and methods.
package finc

import (
Expand Down
4 changes: 2 additions & 2 deletions helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
21 changes: 0 additions & 21 deletions helper_test.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
//
// 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 <http://www.gnu.org/licenses/>.
//
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
//
package span

import "testing"
Expand Down
4 changes: 2 additions & 2 deletions holdings/google.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
4 changes: 2 additions & 2 deletions holdings/ovid.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de
// by The Finc Authors, http://finc.info
// by Martin Czygan, <[email protected]>
// The Finc Authors, http://finc.info
// Martin Czygan, <[email protected]>
//
// This file is part of some open source application.
//
Expand Down
Loading

0 comments on commit 294bb14

Please sign in to comment.