diff --git a/src/dorkbox/cabParser/decompress/lzx/package-info.java b/src/dorkbox/cabParser/decompress/lzx/package-info.java new file mode 100644 index 0000000..08f84d4 --- /dev/null +++ b/src/dorkbox/cabParser/decompress/lzx/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.decompress.lzx; diff --git a/src/dorkbox/cabParser/decompress/none/package-info.java b/src/dorkbox/cabParser/decompress/none/package-info.java new file mode 100644 index 0000000..672741d --- /dev/null +++ b/src/dorkbox/cabParser/decompress/none/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.decompress.none; diff --git a/src/dorkbox/cabParser/decompress/package-info.java b/src/dorkbox/cabParser/decompress/package-info.java new file mode 100644 index 0000000..832782c --- /dev/null +++ b/src/dorkbox/cabParser/decompress/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.decompress; diff --git a/src/dorkbox/cabParser/decompress/zip/package-info.java b/src/dorkbox/cabParser/decompress/zip/package-info.java new file mode 100644 index 0000000..c1c7abc --- /dev/null +++ b/src/dorkbox/cabParser/decompress/zip/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.decompress.zip; diff --git a/src/dorkbox/cabParser/extractor/package-info.java b/src/dorkbox/cabParser/extractor/package-info.java new file mode 100644 index 0000000..9833687 --- /dev/null +++ b/src/dorkbox/cabParser/extractor/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.extractor; diff --git a/src/dorkbox/cabParser/package-info.java b/src/dorkbox/cabParser/package-info.java new file mode 100644 index 0000000..c02356f --- /dev/null +++ b/src/dorkbox/cabParser/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser; diff --git a/src/dorkbox/cabParser/structure/package-info.java b/src/dorkbox/cabParser/structure/package-info.java new file mode 100644 index 0000000..41eb10c --- /dev/null +++ b/src/dorkbox/cabParser/structure/package-info.java @@ -0,0 +1,26 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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. + */ + +/** + * This is the root package of the Java SemVer library. + *

+ * The package exports most of the public API. The main entry point of the + * package is the {@code Version} class, which implements the Facade design + * pattern. + * + * @author Zafar Khaja + */ +package dorkbox.cabParser.structure;