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
0f408787
Commit
0f408787
authored
May 26, 2018
by
Matthieu Muffato
Browse files
Copyright update
parent
5d9db78b
Changes
127
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
modules/Bio/EnsEMBL/Hive/DBSQL/SqlSchemaAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/SqlSchemaAdaptor.pm
+1
-1
modules/Bio/EnsEMBL/Hive/DataflowRule.pm
modules/Bio/EnsEMBL/Hive/DataflowRule.pm
+1
-1
modules/Bio/EnsEMBL/Hive/DependentOptions.pm
modules/Bio/EnsEMBL/Hive/DependentOptions.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Extensions.pm
modules/Bio/EnsEMBL/Hive/Extensions.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Limiter.pm
modules/Bio/EnsEMBL/Hive/Limiter.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow.pm
modules/Bio/EnsEMBL/Hive/Meadow.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow/LSF.pm
modules/Bio/EnsEMBL/Hive/Meadow/LSF.pm
+1
-1
modules/Bio/EnsEMBL/Hive/NakedTable.pm
modules/Bio/EnsEMBL/Hive/NakedTable.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Params.pm
modules/Bio/EnsEMBL/Hive/Params.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/AnyCommands_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/AnyCommands_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/ApplyToDatabases_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/ApplyToDatabases_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/CompressFiles_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/CompressFiles_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/FailureTest_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/FailureTest_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/FastaSplitter_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/FastaSplitter_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultSt_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultSt_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultWf_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultWf_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMult_conf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/MemlimitTest_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/MemlimitTest_conf.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/SqlSchemaAdaptor.pm
View file @
0f408787
...
...
@@ -15,7 +15,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/DataflowRule.pm
View file @
0f408787
...
...
@@ -32,7 +32,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/DependentOptions.pm
View file @
0f408787
...
...
@@ -11,7 +11,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Extensions.pm
View file @
0f408787
...
...
@@ -11,7 +11,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Limiter.pm
View file @
0f408787
...
...
@@ -12,7 +12,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Meadow.pm
View file @
0f408787
...
...
@@ -13,7 +13,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Meadow/LOCAL.pm
View file @
0f408787
...
...
@@ -11,7 +11,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Meadow/LSF.pm
View file @
0f408787
...
...
@@ -11,7 +11,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/NakedTable.pm
View file @
0f408787
...
...
@@ -12,7 +12,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/Params.pm
View file @
0f408787
...
...
@@ -51,7 +51,7 @@ By inheriting from this module you make your module able to deal with parameters
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/AnyCommands_conf.pm
View file @
0f408787
...
...
@@ -24,7 +24,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/ApplyToDatabases_conf.pm
View file @
0f408787
...
...
@@ -23,7 +23,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/CompressFiles_conf.pm
View file @
0f408787
...
...
@@ -23,7 +23,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/FailureTest_conf.pm
View file @
0f408787
...
...
@@ -23,7 +23,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/FastaSplitter_conf.pm
View file @
0f408787
...
...
@@ -11,7 +11,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/HiveGeneric_conf.pm
View file @
0f408787
...
...
@@ -38,7 +38,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/LongMultSt_conf.pm
View file @
0f408787
...
...
@@ -45,7 +45,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/LongMultWf_conf.pm
View file @
0f408787
...
...
@@ -43,7 +43,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/LongMult_conf.pm
View file @
0f408787
...
...
@@ -43,7 +43,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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/PipeConfig/MemlimitTest_conf.pm
View file @
0f408787
...
...
@@ -21,7 +21,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
7
] EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] 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