From 72588893b277fc7f028ea2476f7aa5cdf548efd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Mon, 17 Jan 2011 23:59:28 +0100 Subject: [PATCH] Reformatted license headers for apktool-cli. --- cli/src/main/java/brut/apktool/Main.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/src/main/java/brut/apktool/Main.java b/cli/src/main/java/brut/apktool/Main.java index f747a63a..9949e691 100644 --- a/cli/src/main/java/brut/apktool/Main.java +++ b/cli/src/main/java/brut/apktool/Main.java @@ -1,5 +1,5 @@ -/* - * Copyright 2010 Ryszard Wiśniewski . +/** + * Copyright 2011 Ryszard Wiśniewski * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ * 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. - * under the License. */ package brut.apktool;