Skip to content

Commit

Permalink
pdfmm renamed back to PoDoFo
Browse files Browse the repository at this point in the history
This commit is based on the content present on the pdfmm repository at this revision:
pdfmm/pdfmm@deb7822
  • Loading branch information
ceztko committed Jan 6, 2023
1 parent 5723d09 commit a2eca00
Show file tree
Hide file tree
Showing 688 changed files with 149,630 additions and 93,050 deletions.
4 changes: 3 additions & 1 deletion .editorconfig
@@ -1,5 +1,7 @@
root = true

[*.{cpp,h,hpp}]
end_of_line = lf
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
# Disable text normalization. We assume normalization
# is done by editors with .editorconfig
* -text
10 changes: 8 additions & 2 deletions .github/pull_request_template.md
@@ -1,2 +1,8 @@
- [ ] Accept to license the code under the terms of the [LGPL 2.0](https://spdx.org/licenses/LGPL-2.0-or-later.html) or later
- [ ] Accept to license the code under the terms of the [MPL 2.0](https://spdx.org/licenses/MPL-2.0)
- [ ] Accept to license the library and tools code under the terms
of the [LGPL 2.0](https://spdx.org/licenses/LGPL-2.0-or-later.html) or later
- [ ] Accept to license the library and tools code under the terms
of the [MPL 2.0](https://spdx.org/licenses/MPL-2.0)
- [ ] Accept to license the test code under the terms
of the [MIT-0](https://spdx.org/licenses/MIT-0.html)
- [ ] Checked coding [style](https://github.com/podofo/podofo/blob/master/CODING-STYLE.md)
- [ ] The commits sequence is clean without work in progress/bugged revisions
24 changes: 24 additions & 0 deletions .gitignore
@@ -0,0 +1,24 @@
CMakeFiles/
bin/
obj/
out/
cmake-build-*/
build*/
target/
target-*/
x64/
x86/
.vs/
*.qmlc
*.jsc
*.user
*.asv
*.autosave
.qmake.stash
.*/
*.kdev4
*-swp
.gradle/
.DS_Store
__pycache__/
*.code-workspace
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "extern/deps"]
path = extern/deps
url = https://github.com/podofo/podofo-deps.git
[submodule "extern/resources"]
path = extern/resources
url = https://github.com/podofo/podofo-resources.git

0 comments on commit a2eca00

Please sign in to comment.