Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
966f9b31
Commit
966f9b31
authored
Jul 06, 2016
by
Matthieu Muffato
Browse files
Copyright update. We are now EBI o/
parent
cb05050f
Changes
126
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
20 deletions
+40
-20
modules/Bio/EnsEMBL/Hive/Utils.pm
modules/Bio/EnsEMBL/Hive/Utils.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/Config.pm
modules/Bio/EnsEMBL/Hive/Utils/Config.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/GraphViz.pm
modules/Bio/EnsEMBL/Hive/Utils/GraphViz.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/RedirectStack.pm
modules/Bio/EnsEMBL/Hive/Utils/RedirectStack.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/Stopwatch.pm
modules/Bio/EnsEMBL/Hive/Utils/Stopwatch.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Utils/URL.pm
modules/Bio/EnsEMBL/Hive/Utils/URL.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Valley.pm
modules/Bio/EnsEMBL/Hive/Valley.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Version.pm
modules/Bio/EnsEMBL/Hive/Version.pm
+2
-1
modules/Bio/EnsEMBL/Hive/Worker.pm
modules/Bio/EnsEMBL/Hive/Worker.pm
+2
-1
scripts/beekeeper.pl
scripts/beekeeper.pl
+2
-1
scripts/db_cmd.pl
scripts/db_cmd.pl
+2
-1
scripts/generate_graph.pl
scripts/generate_graph.pl
+2
-1
scripts/generate_timeline.pl
scripts/generate_timeline.pl
+2
-1
scripts/hoover_pipeline.pl
scripts/hoover_pipeline.pl
+2
-1
scripts/init_pipeline.pl
scripts/init_pipeline.pl
+2
-1
scripts/lsf_report.pl
scripts/lsf_report.pl
+2
-1
scripts/runWorker.pl
scripts/runWorker.pl
+2
-1
scripts/seed_pipeline.pl
scripts/seed_pipeline.pl
+2
-1
No files found.
modules/Bio/EnsEMBL/Hive/Utils.pm
View file @
966f9b31
...
...
@@ -31,7 +31,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/Config.pm
View file @
966f9b31
...
...
@@ -10,7 +10,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
View file @
966f9b31
...
...
@@ -20,7 +20,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/GraphViz.pm
View file @
966f9b31
...
...
@@ -14,7 +14,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/RedirectStack.pm
View file @
966f9b31
...
...
@@ -50,7 +50,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/Stopwatch.pm
View file @
966f9b31
...
...
@@ -31,7 +31,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
View file @
966f9b31
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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/Utils/URL.pm
View file @
966f9b31
...
...
@@ -10,7 +10,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Valley.pm
View file @
966f9b31
...
...
@@ -13,7 +13,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Version.pm
View file @
966f9b31
...
...
@@ -14,7 +14,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
modules/Bio/EnsEMBL/Hive/Worker.pm
View file @
966f9b31
...
...
@@ -46,7 +46,8 @@
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/beekeeper.pl
View file @
966f9b31
...
...
@@ -515,7 +515,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/db_cmd.pl
View file @
966f9b31
...
...
@@ -193,7 +193,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/generate_graph.pl
View file @
966f9b31
...
...
@@ -154,7 +154,8 @@ B<--output>
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/generate_timeline.pl
View file @
966f9b31
...
...
@@ -418,7 +418,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/hoover_pipeline.pl
View file @
966f9b31
...
...
@@ -107,7 +107,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/init_pipeline.pl
View file @
966f9b31
...
...
@@ -77,7 +77,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/lsf_report.pl
View file @
966f9b31
...
...
@@ -241,7 +241,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/runWorker.pl
View file @
966f9b31
...
...
@@ -208,7 +208,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
...
...
scripts/seed_pipeline.pl
View file @
966f9b31
...
...
@@ -147,7 +147,8 @@ __DATA__
=head1 LICENSE
Copyright [1999-2016] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] 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
6
7
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