Skip to content

Commit 23ddc1f

Browse files
committed
Replace "itext7" to simple "itext"
DEVSIX-7365 Autoported commit. Original commit hash: [e2d1bf9] Manual files: CONTRIBUTING.md README.md
1 parent 21f9c4b commit 23ddc1f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to iText 7 Community
1+
# Contributing to iText Community
22

3-
We'd love for you to contribute to our source code and to make **iText 7 Community** even better than it is
3+
We'd love for you to contribute to our source code and to make **iText Community** even better than it is
44
today! Here are the guidelines we'd like you to follow:
55

66
- [Question or Problem?](#question)
@@ -15,7 +15,7 @@ today! Here are the guidelines we'd like you to follow:
1515

1616
## <a name="question">Got a Question or Problem?</a>
1717

18-
If you have questions about how to use **iText 7 Community**, please direct these to [Stack Overflow][stackoverflow].
18+
If you have questions about how to use **iText Community**, please direct these to [Stack Overflow][stackoverflow].
1919

2020
If you are a customer with a [support agreement][support], you also have direct access to our JIRA and our developers.
2121

@@ -79,7 +79,7 @@ Before you submit your pull request consider the following guidelines:
7979
* Build your changes locally to ensure all the tests pass.
8080
* Push your changes to your GitHub account.
8181
* Create a pull request in GitHub.
82-
"Head fork" should be your repository, and the "base fork" should be the iText7 official repository.
82+
"Head fork" should be your repository, and the "base fork" should be the iText official repository.
8383
* If we suggest changes then:
8484
* Make the required updates.
8585
* Fix up your commits if needed, with an interactive rebase.
@@ -111,7 +111,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
111111

112112
We have guidelines on how our git commit messages should be formatted. This leads to **more
113113
readable messages** that are easy to follow when looking through the **project history**. But also,
114-
we use the git commit messages to **generate the iText 7 Community change log**.
114+
we use the git commit messages to **generate the iText Community change log**.
115115

116116
These guidelines were taken from Chris Beams' blog post [How to Write a Git Commit Message][git-commit].
117117

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**[pdfSweep][pdfSweep]** is an [iText 7][itext] add on.
1+
**[pdfSweep][pdfSweep]** is an [iText][itext] add on.
22

3-
This add on will allow you to easily construct e-Sweeps. As of yet, the only supported format is the ZUGFeRD standard. Support for other formats is on the way. Should you want to add support to a format then we invite you to take a look at our [Contribution Guidelines][contributing].
3+
This add on will allow you to easily redact PDF files. Redaction is the process of removing sensitive or confidential information. pdfSweep will remove this data entirely so that it won't be extractable anymore.
44

55
The **pdfSweep Community** source code is hosted on [Github][github], where you can also [download the latest releases][latest].
66

pdfSweep.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<metadata>
44
<id>itext7.pdfsweep</id>
55
<version>4.0.0-SNAPSHOT</version>
6-
<title>iText 7 pdfSweep</title>
6+
<title>iText pdfSweep</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
99
<licenseUrl>https://itextpdf.com/legal</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
1111
<icon>ITSC-avatar.png</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13-
<description>pdfSweep is an iText 7 add-on that allows you to permanently remove or black out sensitive data from your PDF documents.</description>
13+
<description>pdfSweep is an iText add-on that allows you to permanently remove or black out sensitive data from your PDF documents.</description>
1414
<summary />
1515
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
1616
<copyright>Copyright (c) 1998-2023 iText Group NV</copyright>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27697b4faa7c3d5011cb9001fdccb97d662c5f49
1+
e2d1bf96f507643a2a652bd27be9fd17004a64c6

0 commit comments

Comments
 (0)