Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
ensembl-hive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Jira
Jira
Merge Requests
7
Merge Requests
7
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
dc4f7d59
Commit
dc4f7d59
authored
Jan 08, 2021
by
nwillhoft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yearly copyright update
parent
49d11582
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
modules/Bio/EnsEMBL/Hive/Cacheable.pm
modules/Bio/EnsEMBL/Hive/Cacheable.pm
+1
-1
modules/Bio/EnsEMBL/Hive/GuestProcess.pm
modules/Bio/EnsEMBL/Hive/GuestProcess.pm
+1
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultSt_pyconf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/LongMultSt_pyconf.pm
+1
-1
modules/Bio/EnsEMBL/Hive/RunnableDB/DbCmd.pm
modules/Bio/EnsEMBL/Hive/RunnableDB/DbCmd.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
scripts/create_sql_patches.pl
scripts/create_sql_patches.pl
+1
-1
t/01.utils/system_cmd.t
t/01.utils/system_cmd.t
+1
-1
t/05.runnabledb/fastafactory.t
t/05.runnabledb/fastafactory.t
+1
-1
t/05.runnabledb/python3.t
t/05.runnabledb/python3.t
+1
-1
t/05.runnabledb/systemcmd.t
t/05.runnabledb/systemcmd.t
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Cacheable.pm
View file @
dc4f7d59
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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/GuestProcess.pm
View file @
dc4f7d59
...
...
@@ -102,7 +102,7 @@ response from GuestProcess):
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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_pyconf.pm
View file @
dc4f7d59
...
...
@@ -45,7 +45,7 @@
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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/RunnableDB/DbCmd.pm
View file @
dc4f7d59
...
...
@@ -63,7 +63,7 @@ Bio::EnsEMBL::Hive::RunnableDB::DbCmd
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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/Scripts/InitPipeline.pm
View file @
dc4f7d59
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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 @
dc4f7d59
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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 @
dc4f7d59
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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 @
dc4f7d59
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
Copyright [2016-202
1
] 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/create_sql_patches.pl
View file @
dc4f7d59
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
# Copyright [2016-202
1
] 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/system_cmd.t
View file @
dc4f7d59
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
# Copyright [2016-202
1
] 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 @
dc4f7d59
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
# Copyright [2016-202
1
] 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/python3.t
View file @
dc4f7d59
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
# Copyright [2016-202
1
] 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 @
dc4f7d59
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-202
0
] EMBL-European Bioinformatics Institute
# Copyright [2016-202
1
] 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