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
4de8f76e
Commit
4de8f76e
authored
Feb 25, 2015
by
Matthieu Muffato
Browse files
Updated the copyright year to -2015
parent
4bfe8a78
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
modules/Bio/EnsEMBL/Hive/Cacheable.pm
modules/Bio/EnsEMBL/Hive/Cacheable.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Scripts/InitPipeline.pm
modules/Bio/EnsEMBL/Hive/Scripts/InitPipeline.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Scripts/RunWorker.pm
modules/Bio/EnsEMBL/Hive/Scripts/RunWorker.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Scripts/StandaloneJob.pm
modules/Bio/EnsEMBL/Hive/Scripts/StandaloneJob.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
+1
-1
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
+1
-1
scripts/all_tests.pl
scripts/all_tests.pl
+1
-1
scripts/travis_run_tests.sh
scripts/travis_run_tests.sh
+1
-1
t/01.utils/collection.t
t/01.utils/collection.t
+1
-1
t/01.utils/command_line.t
t/01.utils/command_line.t
+1
-1
t/01.utils/config.t
t/01.utils/config.t
+1
-1
t/01.utils/directory_hash.t
t/01.utils/directory_hash.t
+1
-1
t/01.utils/modules.t
t/01.utils/modules.t
+1
-1
t/01.utils/stopwatch.t
t/01.utils/stopwatch.t
+1
-1
t/01.utils/stringification.t
t/01.utils/stringification.t
+1
-1
t/01.utils/url.t
t/01.utils/url.t
+1
-1
t/05.runnabledb/fastafactory.t
t/05.runnabledb/fastafactory.t
+1
-1
t/05.runnabledb/systemcmd.t
t/05.runnabledb/systemcmd.t
+1
-1
t/10.pipeconfig/longmult.t
t/10.pipeconfig/longmult.t
+1
-1
t/fetch_and_count_by_multiple_columns.pl
t/fetch_and_count_by_multiple_columns.pl
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Cacheable.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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/Scripts/InitPipeline.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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/Scripts/RunWorker.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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/Scripts/StandaloneJob.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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/Collection.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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/Test.pm
View file @
4de8f76e
=head1 LICENSE
Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
scripts/all_tests.pl
View file @
4de8f76e
#!/usr/bin/env perl
# Copyright [1999-201
4
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
scripts/travis_run_tests.sh
View file @
4de8f76e
#!/bin/bash
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/collection.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/command_line.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/config.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/directory_hash.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/modules.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/stopwatch.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/stringification.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/01.utils/url.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/05.runnabledb/fastafactory.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/05.runnabledb/systemcmd.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/10.pipeconfig/longmult.t
View file @
4de8f76e
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
t/fetch_and_count_by_multiple_columns.pl
View file @
4de8f76e
#!/usr/bin/env perl
# Copyright [1999-201
3
] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [1999-201
5
] Wellcome Trust Sanger Institute and the 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.
...
...
Prev
1
2
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