Skip to content

Commit 47bb1f0

Browse files
More licencing details in source comments.
1 parent c76a562 commit 47bb1f0

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

  • PhotoProcessing/src/com/lightbox/android/photoprocessing/utils

PhotoProcessing/src/com/lightbox/android/photoprocessing/utils/MediaUtils.java

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
/**
2-
* Copyright (c) 2012 Lightbox
1+
/*
2+
* Copyright (C) 2012 Lightbox
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
315
*/
416
package com.lightbox.android.photoprocessing.utils;
517

@@ -13,7 +25,7 @@
1325

1426
/**
1527
* MediaUtils
16-
* @author nilesh
28+
* @author Nilesh Patel
1729
*/
1830
public class MediaUtils {
1931
/** Used to tag logs */

0 commit comments

Comments
 (0)