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
Commits
a8c451eb
Commit
a8c451eb
authored
Jan 02, 2019
by
Tiago Grego
Browse files
Yearly copyright update
parent
ffedb151
Changes
944
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
misc-scripts/assembly/load_feature_mappings.pl
misc-scripts/assembly/load_feature_mappings.pl
+1
-1
misc-scripts/assembly/load_patch_fix_to_ref.pl
misc-scripts/assembly/load_patch_fix_to_ref.pl
+1
-1
misc-scripts/assembly/mapping_stats.pl
misc-scripts/assembly/mapping_stats.pl
+1
-1
misc-scripts/assembly/merge_cmp_gaps.pl
misc-scripts/assembly/merge_cmp_gaps.pl
+1
-1
misc-scripts/assembly/test_assembly_mapping.pl
misc-scripts/assembly/test_assembly_mapping.pl
+1
-1
misc-scripts/canonical_transcripts/emit_canonical_encodings.pl
...scripts/canonical_transcripts/emit_canonical_encodings.pl
+1
-1
misc-scripts/canonical_transcripts/select_canonical_transcripts.pl
...pts/canonical_transcripts/select_canonical_transcripts.pl
+1
-1
misc-scripts/cloud/EnsCloud/Cmd.pm
misc-scripts/cloud/EnsCloud/Cmd.pm
+1
-1
misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
+1
-1
misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
+1
-1
misc-scripts/cloud/EnsCloud/Describer.pm
misc-scripts/cloud/EnsCloud/Describer.pm
+1
-1
misc-scripts/cloud/EnsCloud/Image.pm
misc-scripts/cloud/EnsCloud/Image.pm
+1
-1
misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
+1
-1
misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
+1
-1
misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
...oud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
+1
-1
misc-scripts/cloud/ecloud
misc-scripts/cloud/ecloud
+1
-1
misc-scripts/core_tutorial_test/test_code_from_html.pl
misc-scripts/core_tutorial_test/test_code_from_html.pl
+1
-1
misc-scripts/db/cleanup_tmp_tables.pl
misc-scripts/db/cleanup_tmp_tables.pl
+1
-1
misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
+1
-1
misc-scripts/db/cp_mysqldb
misc-scripts/db/cp_mysqldb
+1
-1
No files found.
misc-scripts/assembly/load_feature_mappings.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/assembly/load_patch_fix_to_ref.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/assembly/mapping_stats.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/assembly/merge_cmp_gaps.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/assembly/test_assembly_mapping.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/canonical_transcripts/emit_canonical_encodings.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/canonical_transcripts/select_canonical_transcripts.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Cmd.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Cmd/Command/SpeciesToVolumes.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Cmd/Command/list.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Describer.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Image.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Image/VolumeBundle.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/EnsCloud/Image/VolumeBundle/Volume/DatabaseDetails.pm
View file @
a8c451eb
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
Copyright [2016-201
9
] 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.
...
...
misc-scripts/cloud/ecloud
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/core_tutorial_test/test_code_from_html.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/db/cleanup_tmp_tables.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/db/convert_tables_MyISAM_InnoDB.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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.
...
...
misc-scripts/db/cp_mysqldb
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] 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
3
4
5
6
…
48
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