Skip to content

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBessai committed Feb 6, 2020
1 parent 64b35b5 commit 177cb52
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 24 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
Resolver.sonatypeRepo("snapshots")
),

headerLicense := Some(HeaderLicense.ALv2("2018-2019", "Jan Bessai")),
headerLicense := Some(HeaderLicense.ALv2("2018-2020", "Jan Bessai")),

scalacOptions ++= Seq(
"-unchecked",
Expand Down
16 changes: 16 additions & 0 deletions src/main/scala-2.13+/shapeless/feat/VersionCompatibility.scala
@@ -1,3 +1,19 @@
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package shapeless.feat

object VersionCompatibility {
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/shapeless/feat/Enumerable.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/shapeless/feat/Enumeration.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/AlgebraTest.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/Enumerables.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/KnownInstanceTest.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/MatcherUtil.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/PerformanceTest.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/shapeless/feat/PrimitiveTest.scala
@@ -1,11 +1,11 @@
/*
* Copyright (c) 2015 Jan Bessai
/*
* Copyright 2018-2020 Jan Bessai
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down

0 comments on commit 177cb52

Please sign in to comment.