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
5746d4ba
Commit
5746d4ba
authored
Jan 07, 2020
by
Brandon Walts
Browse files
Merge branch 'version/2.2' into version/2.3
* version/2.2: copyright update 2020
parents
cf2564d1
587cb6ce
Changes
138
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
sql/triggers.sqlite
sql/triggers.sqlite
+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/go_figure_dbc.t
t/01.utils/go_figure_dbc.t
+1
-1
t/01.utils/modules.t
t/01.utils/modules.t
+1
-1
t/01.utils/redirect_stack.t
t/01.utils/redirect_stack.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/02.api/fetch_and_count_by_multiple_columns.t
t/02.api/fetch_and_count_by_multiple_columns.t
+1
-1
t/02.api/naked_table_adaptor.t
t/02.api/naked_table_adaptor.t
+1
-1
t/02.api/param_substitution_test.t
t/02.api/param_substitution_test.t
+1
-1
t/02.api/require_code_version.t
t/02.api/require_code_version.t
+1
-1
t/02.api/sql_version.t
t/02.api/sql_version.t
+1
-1
t/04.meadow/lsf.t
t/04.meadow/lsf.t
+1
-1
t/10.pipeconfig/longmult.t
t/10.pipeconfig/longmult.t
+1
-1
No files found.
sql/triggers.sqlite
View file @
5746d4ba
...
...
@@ -8,7 +8,7 @@ DESCRIPTION
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.
You may obtain a copy of the License at
...
...
t/01.utils/collection.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/command_line.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/config.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/directory_hash.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/go_figure_dbc.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/modules.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/redirect_stack.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/stopwatch.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/stringification.t
View file @
5746d4ba
#!/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.
...
...
t/01.utils/url.t
View file @
5746d4ba
#!/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.
...
...
t/02.api/fetch_and_count_by_multiple_columns.t
View file @
5746d4ba
#!/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.
...
...
t/02.api/naked_table_adaptor.t
View file @
5746d4ba
#!/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.
...
...
t/02.api/param_substitution_test.t
View file @
5746d4ba
#!/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.
...
...
t/02.api/require_code_version.t
View file @
5746d4ba
#!/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.
...
...
t/02.api/sql_version.t
View file @
5746d4ba
#!/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.
...
...
t/04.meadow/lsf.t
View file @
5746d4ba
#!/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.
...
...
t/10.pipeconfig/longmult.t
View file @
5746d4ba
#!/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.
...
...
Prev
1
…
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