Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 5705d3d

Browse files
committed
Update copyright
1 parent fadd834 commit 5705d3d

15 files changed

+15
-15
lines changed

src/main/scala/com/ckkloverdos/convert/Converter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/ConverterBase.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/ConverterException.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/ConverterHelpers.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/Converters.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/ConvertersBuilder.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/IdentityConverter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/SourceTargetConverter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/StdConvertersBuilder.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/_deploy/javadoc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/package.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/select/CachedMostSpecificTypeFirstSelection.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/ckkloverdos/convert/select/ConverterSelectionStrategy.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/scala/com/ckkloverdos/convert/ConvertersTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/scala/com/ckkloverdos/convert/TypeTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Christos KK Loverdos
2+
* Copyright 2011-2012 Christos KK Loverdos
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)