Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
e6611fac
Commit
e6611fac
authored
Jan 04, 2019
by
Brandon Walts
Browse files
2019 copyright update
parent
22632b4a
Changes
271
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
docker/Dockerfile
docker/Dockerfile
+1
-1
docker/docker-compose.yml
docker/docker-compose.yml
+1
-1
docker/setup_cpan.CentOS-7.sh
docker/setup_cpan.CentOS-7.sh
+1
-1
docker/setup_cpan.Ubuntu-16.04.sh
docker/setup_cpan.Ubuntu-16.04.sh
+1
-1
docker/setup_mysql_container.sh
docker/setup_mysql_container.sh
+1
-1
docker/setup_os.CentOS-7.sh
docker/setup_os.CentOS-7.sh
+1
-1
docker/setup_os.Ubuntu-14.04.sh
docker/setup_os.Ubuntu-14.04.sh
+1
-1
docker/setup_os.Ubuntu-16.04.sh
docker/setup_os.Ubuntu-16.04.sh
+1
-1
docker/setup_pgsql_container.sh
docker/setup_pgsql_container.sh
+1
-1
docs/_static/schema_doc.css
docs/_static/schema_doc.css
+1
-1
docs/_static/theme_overrides.css
docs/_static/theme_overrides.css
+1
-1
docs/conf.py
docs/conf.py
+1
-1
docs/rtd_upgrade.sh
docs/rtd_upgrade.sh
+1
-1
docs/xhive/__init__.py
docs/xhive/__init__.py
+1
-1
docs/xhive/analysis_diagram.py
docs/xhive/analysis_diagram.py
+1
-1
docs/xhive/code_doc.py
docs/xhive/code_doc.py
+1
-1
docs/xhive/misc.py
docs/xhive/misc.py
+1
-1
docs/xhive/pipeline.py
docs/xhive/pipeline.py
+1
-1
docs/xhive/sql_schema.py
docs/xhive/sql_schema.py
+1
-1
modules/Bio/EnsEMBL/Hive/Beekeeper.pm
modules/Bio/EnsEMBL/Hive/Beekeeper.pm
+1
-1
No files found.
docker/Dockerfile
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/docker-compose.yml
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_cpan.CentOS-7.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_cpan.Ubuntu-16.04.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_mysql_container.sh
View file @
e6611fac
#!/bin/sh
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_os.CentOS-7.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_os.Ubuntu-14.04.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_os.Ubuntu-16.04.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docker/setup_pgsql_container.sh
View file @
e6611fac
#!/bin/sh
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/_static/schema_doc.css
View file @
e6611fac
/*
* Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
* Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
* Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
docs/_static/theme_overrides.css
View file @
e6611fac
/*
* Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
* Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
* Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
docs/conf.py
View file @
e6611fac
# -*- coding: utf-8 -*-
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/rtd_upgrade.sh
View file @
e6611fac
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/__init__.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/analysis_diagram.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/code_doc.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/misc.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/pipeline.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
docs/xhive/sql_schema.py
View file @
e6611fac
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
modules/Bio/EnsEMBL/Hive/Beekeeper.pm
View file @
e6611fac
...
...
@@ -15,7 +15,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
...
...
Prev
1
2
3
4
5
…
14
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment