diff --git a/lib/src/main/java/brut/androlib/Androlib.java b/lib/src/main/java/brut/androlib/Androlib.java index 18cedac4..7c56a8ac 100644 --- a/lib/src/main/java/brut/androlib/Androlib.java +++ b/lib/src/main/java/brut/androlib/Androlib.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib; diff --git a/lib/src/main/java/brut/androlib/AndrolibException.java b/lib/src/main/java/brut/androlib/AndrolibException.java index 846457ca..d1601341 100644 --- a/lib/src/main/java/brut/androlib/AndrolibException.java +++ b/lib/src/main/java/brut/androlib/AndrolibException.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib; diff --git a/lib/src/main/java/brut/androlib/ApkDecoder.java b/lib/src/main/java/brut/androlib/ApkDecoder.java index d3d41626..83cb8d91 100644 --- a/lib/src/main/java/brut/androlib/ApkDecoder.java +++ b/lib/src/main/java/brut/androlib/ApkDecoder.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib; import brut.androlib.err.OutDirExistsException; diff --git a/lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java b/lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java index 8d98244a..0e80bc66 100644 --- a/lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java +++ b/lib/src/main/java/brut/androlib/err/CantFind9PatchChunk.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.err; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java b/lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java index fa705e2d..0c0c10e3 100644 --- a/lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java +++ b/lib/src/main/java/brut/androlib/err/CantFindFrameworkResException.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.err; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/err/OutDirExistsException.java b/lib/src/main/java/brut/androlib/err/OutDirExistsException.java index 275e7fe2..59b26acd 100644 --- a/lib/src/main/java/brut/androlib/err/OutDirExistsException.java +++ b/lib/src/main/java/brut/androlib/err/OutDirExistsException.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.err; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/err/UndefinedResObject.java b/lib/src/main/java/brut/androlib/err/UndefinedResObject.java index b5d6270c..3bcfa356 100644 --- a/lib/src/main/java/brut/androlib/err/UndefinedResObject.java +++ b/lib/src/main/java/brut/androlib/err/UndefinedResObject.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.err; diff --git a/lib/src/main/java/brut/androlib/java/AndrolibJava.java b/lib/src/main/java/brut/androlib/java/AndrolibJava.java index 16dbfd0d..f3be8f7e 100644 --- a/lib/src/main/java/brut/androlib/java/AndrolibJava.java +++ b/lib/src/main/java/brut/androlib/java/AndrolibJava.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.java; import brut.androlib.res.util.ExtFile; diff --git a/lib/src/main/java/brut/androlib/mod/BaksmaliMod.java b/lib/src/main/java/brut/androlib/mod/BaksmaliMod.java index eb0bb49d..befd288f 100644 --- a/lib/src/main/java/brut/androlib/mod/BaksmaliMod.java +++ b/lib/src/main/java/brut/androlib/mod/BaksmaliMod.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.mod; import brut.androlib.src.TypeName; diff --git a/lib/src/main/java/brut/androlib/mod/IndentingWriter.java b/lib/src/main/java/brut/androlib/mod/IndentingWriter.java index ea65313a..013df6c1 100644 --- a/lib/src/main/java/brut/androlib/mod/IndentingWriter.java +++ b/lib/src/main/java/brut/androlib/mod/IndentingWriter.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.mod; import java.io.Writer; diff --git a/lib/src/main/java/brut/androlib/mod/SmaliMod.java b/lib/src/main/java/brut/androlib/mod/SmaliMod.java index 802cbdcb..8927026c 100644 --- a/lib/src/main/java/brut/androlib/mod/SmaliMod.java +++ b/lib/src/main/java/brut/androlib/mod/SmaliMod.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.mod; import java.io.*; diff --git a/lib/src/main/java/brut/androlib/res/AndrolibResources.java b/lib/src/main/java/brut/androlib/res/AndrolibResources.java index e8ef81d7..54a200d3 100644 --- a/lib/src/main/java/brut/androlib/res/AndrolibResources.java +++ b/lib/src/main/java/brut/androlib/res/AndrolibResources.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res; diff --git a/lib/src/main/java/brut/androlib/res/ResSmaliUpdater.java b/lib/src/main/java/brut/androlib/res/ResSmaliUpdater.java index 7865f69a..d2cd8eb5 100644 --- a/lib/src/main/java/brut/androlib/res/ResSmaliUpdater.java +++ b/lib/src/main/java/brut/androlib/res/ResSmaliUpdater.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res; diff --git a/lib/src/main/java/brut/androlib/res/data/ResConfig.java b/lib/src/main/java/brut/androlib/res/data/ResConfig.java index 736de274..917ec504 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResConfig.java +++ b/lib/src/main/java/brut/androlib/res/data/ResConfig.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java b/lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java index 64959f67..8bfe8edc 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java +++ b/lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResID.java b/lib/src/main/java/brut/androlib/res/data/ResID.java index abb3d465..0dfd704b 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResID.java +++ b/lib/src/main/java/brut/androlib/res/data/ResID.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResPackage.java b/lib/src/main/java/brut/androlib/res/data/ResPackage.java index 5e9f8a10..9c513941 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResPackage.java +++ b/lib/src/main/java/brut/androlib/res/data/ResPackage.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResResSpec.java b/lib/src/main/java/brut/androlib/res/data/ResResSpec.java index 30545e7b..acc47cb0 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResResSpec.java +++ b/lib/src/main/java/brut/androlib/res/data/ResResSpec.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResResource.java b/lib/src/main/java/brut/androlib/res/data/ResResource.java index 6a664c2c..2351b3c8 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResResource.java +++ b/lib/src/main/java/brut/androlib/res/data/ResResource.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResTable.java b/lib/src/main/java/brut/androlib/res/data/ResTable.java index 698483e2..1d2fecb0 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResTable.java +++ b/lib/src/main/java/brut/androlib/res/data/ResTable.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResType.java b/lib/src/main/java/brut/androlib/res/data/ResType.java index 4a45d961..c73b7f8f 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResType.java +++ b/lib/src/main/java/brut/androlib/res/data/ResType.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/ResValuesFile.java b/lib/src/main/java/brut/androlib/res/data/ResValuesFile.java index 246c7f15..8584bd4f 100644 --- a/lib/src/main/java/brut/androlib/res/data/ResValuesFile.java +++ b/lib/src/main/java/brut/androlib/res/data/ResValuesFile.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java index 9a8a7186..1b7d45bd 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResArrayValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResAttr.java b/lib/src/main/java/brut/androlib/res/data/value/ResAttr.java index b1becbd5..c0d36f78 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResAttr.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResAttr.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java index b9f2e61d..de52434f 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResBagValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java index 6a84a713..de939150 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResBoolValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java index 91046b9e..574b2707 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResColorValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java index 87a027cd..f2752700 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResDimenValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java b/lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java index 6efe5902..394fb5b3 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResEnumAttr.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java index c322611e..e6ddff64 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResFileValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java b/lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java index 9f41f032..7761562c 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResFlagsAttr.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java index 4538f208..cec3ebfb 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResFloatValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java index 5e8a8361..6f18e795 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResFractionValue.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.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java index 91264e41..f682b27d 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResIdValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java index 2ecc40e3..4d481d28 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResIntValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java index a6310126..1d00ea1f 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResPluralsValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java index f6227cc4..7d8e979c 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java index cb0de2a7..936b19ae 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResScalarValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java index 3ac6a25d..d8e9335b 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResStringValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java index 8455dfaa..7969e2e8 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResStyleValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResValue.java b/lib/src/main/java/brut/androlib/res/data/value/ResValue.java index 589c3f14..fd07436d 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResValue.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResValue.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java b/lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java index 520f1fd4..a1454c19 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResXmlPrintable.java b/lib/src/main/java/brut/androlib/res/data/value/ResXmlPrintable.java index e784f524..5bffa37e 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResXmlPrintable.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResXmlPrintable.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/data/value/ResXmlSerializable.java b/lib/src/main/java/brut/androlib/res/data/value/ResXmlSerializable.java index e5100315..0dbc2232 100644 --- a/lib/src/main/java/brut/androlib/res/data/value/ResXmlSerializable.java +++ b/lib/src/main/java/brut/androlib/res/data/value/ResXmlSerializable.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.data.value; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java index 2719ab34..85cff8ca 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.res.decoder; import android.util.TypedValue; diff --git a/lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java b/lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java index 8fa85d8c..62f23896 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java +++ b/lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.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,8 +12,8 @@ * 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.androlib.res.decoder; import android.content.res.XmlResourceParser; diff --git a/lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java index 0233f7a9..beff017d 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/Res9patchStreamDecoder.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.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java index 075dfb30..b2a4cb2c 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ResAttrDecoder.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java index 2087d0fc..dc1cab4c 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ResFileDecoder.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java index be38c823..6c5d0e3a 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ResRawStreamDecoder.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java index 73bd7975..e7bbcd68 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoder.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java b/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java index 9c54adc9..d478bf98 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java +++ b/lib/src/main/java/brut/androlib/res/decoder/ResStreamDecoderContainer.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/decoder/StringBlock.java b/lib/src/main/java/brut/androlib/res/decoder/StringBlock.java index e8da6db1..df897fdd 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/StringBlock.java +++ b/lib/src/main/java/brut/androlib/res/decoder/StringBlock.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,8 +12,8 @@ * 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.androlib.res.decoder; import brut.androlib.res.AndrolibResources; diff --git a/lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java b/lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java index 0d02b70d..a616c7ff 100644 --- a/lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java +++ b/lib/src/main/java/brut/androlib/res/decoder/XmlPullStreamDecoder.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.decoder; diff --git a/lib/src/main/java/brut/androlib/res/util/ExtFile.java b/lib/src/main/java/brut/androlib/res/util/ExtFile.java index e27cd913..1d042b10 100644 --- a/lib/src/main/java/brut/androlib/res/util/ExtFile.java +++ b/lib/src/main/java/brut/androlib/res/util/ExtFile.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.res.util; import brut.directory.Directory; diff --git a/lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java b/lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java index 0dcf9638..6ee6f496 100644 --- a/lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java +++ b/lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.res.util; diff --git a/lib/src/main/java/brut/androlib/src/DebugInjector.java b/lib/src/main/java/brut/androlib/src/DebugInjector.java index e667e0e1..86c89366 100644 --- a/lib/src/main/java/brut/androlib/src/DebugInjector.java +++ b/lib/src/main/java/brut/androlib/src/DebugInjector.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.src; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/src/DexFileBuilder.java b/lib/src/main/java/brut/androlib/src/DexFileBuilder.java index 0070c0db..f8bbf003 100644 --- a/lib/src/main/java/brut/androlib/src/DexFileBuilder.java +++ b/lib/src/main/java/brut/androlib/src/DexFileBuilder.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.src; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/src/SmaliBuilder.java b/lib/src/main/java/brut/androlib/src/SmaliBuilder.java index 3a5a340d..9c31bca2 100644 --- a/lib/src/main/java/brut/androlib/src/SmaliBuilder.java +++ b/lib/src/main/java/brut/androlib/src/SmaliBuilder.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.src; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/src/SmaliDecoder.java b/lib/src/main/java/brut/androlib/src/SmaliDecoder.java index 556440a6..4a8019b7 100644 --- a/lib/src/main/java/brut/androlib/src/SmaliDecoder.java +++ b/lib/src/main/java/brut/androlib/src/SmaliDecoder.java @@ -1,19 +1,19 @@ -/* - * 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. * 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. - * under the License. */ + package brut.androlib.src; import brut.androlib.AndrolibException; diff --git a/lib/src/main/java/brut/androlib/src/TypeName.java b/lib/src/main/java/brut/androlib/src/TypeName.java index b14b5ec0..ffc7bb1a 100644 --- a/lib/src/main/java/brut/androlib/src/TypeName.java +++ b/lib/src/main/java/brut/androlib/src/TypeName.java @@ -1,18 +1,17 @@ -/* - * 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. * 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. - * under the License. */ package brut.androlib.src;