Got rid of stray unicode characters in copyright message.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3357 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3e9ad4bbd0
commit
ceec525420
|
|
@ -1,23 +1,25 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 The Broad Institute
|
* Copyright (c) 2010, The Broad Institute
|
||||||
* Permission is hereby granted, free of charge, to any person
|
*
|
||||||
* obtaining a copy of this software and associated documentation
|
* Permission is hereby granted, free of charge, to any person
|
||||||
* Þles (the ÓSoftwareÓ), to deal in the Software without
|
* obtaining a copy of this software and associated documentation
|
||||||
* restriction, including without limitation the rights to use,
|
* files (the "Software"), to deal in the Software without
|
||||||
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
* restriction, including without limitation the rights to use,
|
||||||
* copies of the Software, and to permit persons to whom the
|
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
* Software is furnished to do so, sub ject to the following
|
* copies of the Software, and to permit persons to whom the
|
||||||
* conditions:
|
* Software is furnished to do so, subject to the following
|
||||||
* The above copyright notice and this permission notice shall be
|
* conditions:
|
||||||
* included in all copies or substantial portions of the Software.
|
*
|
||||||
* THE SOFTWARE IS PROVIDED ÓAS ISÓ, WITHOUT WARRANTY OF ANY KIND,
|
* The above copyright notice and this permission notice shall be
|
||||||
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
* included in all copies or substantial portions of the Software.
|
||||||
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||||
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
* * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
* * OTHER DEALINGS IN THE SOFTWARE.
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
* OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.broadinstitute.sting.gatk.walkers.coverage;
|
package org.broadinstitute.sting.gatk.walkers.coverage;
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,25 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 The Broad Institute
|
* Copyright (c) 2010, The Broad Institute
|
||||||
* Permission is hereby granted, free of charge, to any person
|
*
|
||||||
* obtaining a copy of this software and associated documentation
|
* Permission is hereby granted, free of charge, to any person
|
||||||
* Þles (the ÓSoftwareÓ), to deal in the Software without
|
* obtaining a copy of this software and associated documentation
|
||||||
* restriction, including without limitation the rights to use,
|
* files (the "Software"), to deal in the Software without
|
||||||
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
* restriction, including without limitation the rights to use,
|
||||||
* copies of the Software, and to permit persons to whom the
|
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
* Software is furnished to do so, sub ject to the following
|
* copies of the Software, and to permit persons to whom the
|
||||||
* conditions:
|
* Software is furnished to do so, subject to the following
|
||||||
* The above copyright notice and this permission notice shall be
|
* conditions:
|
||||||
* included in all copies or substantial portions of the Software.
|
*
|
||||||
* THE SOFTWARE IS PROVIDED ÓAS ISÓ, WITHOUT WARRANTY OF ANY KIND,
|
* The above copyright notice and this permission notice shall be
|
||||||
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
* included in all copies or substantial portions of the Software.
|
||||||
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||||
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
* * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
* * OTHER DEALINGS IN THE SOFTWARE.
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
* OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.broadinstitute.sting.gatk.walkers.coverage;
|
package org.broadinstitute.sting.gatk.walkers.coverage;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue