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-test
Commits
b3092a9a
Commit
b3092a9a
authored
Jan 02, 2020
by
Tiago Grego
Browse files
Yearly copyright update
parent
e35b2bbf
Pipeline
#52473
passed with stage
in 3 minutes and 18 seconds
Changes
19
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
19 deletions
+19
-19
LICENSE
LICENSE
+1
-1
modules/Bio/EnsEMBL/Test/CLEAN.pl
modules/Bio/EnsEMBL/Test/CLEAN.pl
+1
-1
modules/Bio/EnsEMBL/Test/DumpDatabase.pm
modules/Bio/EnsEMBL/Test/DumpDatabase.pm
+1
-1
modules/Bio/EnsEMBL/Test/FTPD.pm
modules/Bio/EnsEMBL/Test/FTPD.pm
+1
-1
modules/Bio/EnsEMBL/Test/MultiTestDB.pm
modules/Bio/EnsEMBL/Test/MultiTestDB.pm
+1
-1
modules/Bio/EnsEMBL/Test/MultiTestDB/SQLite.pm
modules/Bio/EnsEMBL/Test/MultiTestDB/SQLite.pm
+1
-1
modules/Bio/EnsEMBL/Test/MultiTestDB/mysql.pm
modules/Bio/EnsEMBL/Test/MultiTestDB/mysql.pm
+1
-1
modules/Bio/EnsEMBL/Test/RunPipeline.pm
modules/Bio/EnsEMBL/Test/RunPipeline.pm
+1
-1
modules/Bio/EnsEMBL/Test/StaticHTTPD.pm
modules/Bio/EnsEMBL/Test/StaticHTTPD.pm
+1
-1
modules/Bio/EnsEMBL/Test/TestUtils.pm
modules/Bio/EnsEMBL/Test/TestUtils.pm
+1
-1
modules/t/MultiTestDB.t
modules/t/MultiTestDB.t
+1
-1
modules/t/TestUtils.t
modules/t/TestUtils.t
+1
-1
scripts/cleanup_databases.pl
scripts/cleanup_databases.pl
+1
-1
scripts/clone_core_database.pl
scripts/clone_core_database.pl
+1
-1
scripts/convert_test_schemas.sh
scripts/convert_test_schemas.sh
+1
-1
scripts/dump_test_schema.pl
scripts/dump_test_schema.pl
+1
-1
scripts/load_database.pl
scripts/load_database.pl
+1
-1
scripts/patch_test_databases.pl
scripts/patch_test_databases.pl
+1
-1
scripts/runtests.pl
scripts/runtests.pl
+1
-1
No files found.
LICENSE
View file @
b3092a9a
...
...
@@ -187,7 +187,7 @@
identification within third-party archives.
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/CLEAN.pl
View file @
b3092a9a
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/Test/DumpDatabase.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/FTPD.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/MultiTestDB.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/MultiTestDB/SQLite.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/MultiTestDB/mysql.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/RunPipeline.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/StaticHTTPD.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/Test/TestUtils.pm
View file @
b3092a9a
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
Copyright [2016-20
20
] 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/t/MultiTestDB.t
View file @
b3092a9a
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/t/TestUtils.t
View file @
b3092a9a
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/cleanup_databases.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/clone_core_database.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/convert_test_schemas.sh
View file @
b3092a9a
#!/bin/bash
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/dump_test_schema.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/load_database.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/patch_test_databases.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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/runtests.pl
View file @
b3092a9a
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-20
19
] EMBL-European Bioinformatics Institute
# Copyright [2016-20
20
] 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.
...
...
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