Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
33044df3
Commit
33044df3
authored
Jan 25, 2016
by
bow
Browse files
Update copyright year
parent
5dd5313e
Changes
82
Hide whitespace changes
Inline
Side-by-side
LICENSE.md
View file @
33044df3
Copyright (c) 2015 Leiden University Medical Center and contributors
(see AUTHORS.md file for details).
Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
(see AUTHORS.md file for details).
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
...
...
project/SentinelBuild.scala
View file @
33044df3
...
...
@@ -80,8 +80,8 @@ object SentinelBuild extends Build {
"scala"
->
(
HeaderPattern
.
cStyleBlockComment
,
"""|/*
| * Copyright (c) 2015 Leiden University Medical Center and contributors
| * (see AUTHORS.md file for details).
| * Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
| *
(see AUTHORS.md file for details).
| *
| * Licensed under the Apache License, Version 2.0 (the "License");
| * you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/ScalatraBootstrap.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/JettyLauncher.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/api/RootController.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/api/SentinelSwagger.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -33,4 +33,4 @@ object SentinelSwagger {
contact
=
"""sasc@lumc.nl"""
,
license
=
"""All rights reserved."""
,
licenseUrl
=
"""http://apache.org/licenses/LICENSE-2.0.html"""
)
}
\ No newline at end of file
}
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/api/StatsController.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/BamMetricsExtractor.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/BamMetricsStats.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/FlexiprepExtractor.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/FlexiprepFragmentStats.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -118,4 +118,4 @@ case class FlexiprepReadStatsAggr(
pctBasesG
:
DataPointAggr
,
pctBasesC
:
DataPointAggr
,
pctBasesN
:
DataPointAggr
,
pctBasesGC
:
DataPointAggr
)
\ No newline at end of file
pctBasesGC
:
DataPointAggr
)
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/Implicits.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapAlignmentStats.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapExtractor.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapRunRecord.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapRunsProcessor.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapSampleRecord.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapStatsProcessor.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/main/scala/nl/lumc/sasc/sentinel/biopet/package.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
sentinel-lumc/src/test/scala/nl/lumc/sasc/sentinel/biopet/gentrap/GentrapValidationSpec.scala
View file @
33044df3
/*
* Copyright (c) 2015 Leiden University Medical Center and contributors
* (see AUTHORS.md file for details).
* Copyright (c) 2015
-2016
Leiden University Medical Center and contributors
*
(see AUTHORS.md file for details).
*
* 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
Next
Write
Preview
Supports
Markdown
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