Skip to content

Commit a9504ca

Browse files
committed
updated license headers
1 parent 6a0dcf9 commit a9504ca

30 files changed

+30
-30
lines changed

src/main/java/de/bitzeche/video/transcoding/zencoder/IZencoderClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/ZencoderClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderAPIVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderAspectMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderAudioCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderDeinterlace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderDenoiseFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderNotificationJobState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderRegion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderS3AccessControlRight.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderThumbnailFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/enums/ZencoderVideoCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderOutput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderS3AccessControlItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderThumbnail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderWatermark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/response/ZencoderErrorResponseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/util/XmlUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
3+
Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

src/test/java/de/bitzeche/video/transcoding/zencoder/test/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderJobTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderNotificationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderOutputTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderS3AccessControlItemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderThumbnailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/java/de/bitzeche/video/transcoding/zencoder/test/ZencoderWatermarkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
2+
* Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
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/resources/testng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2012 Bitzeche GmbH <info@bitzeche.de>
3+
Copyright (C) 2013 Bitzeche GmbH <info@bitzeche.de>
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)