Skip to content

Commit

Permalink
renaming SAPP
Browse files Browse the repository at this point in the history
  • Loading branch information
dealfonso committed Nov 13, 2020
1 parent fd55d13 commit 452f4ac
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddn/sapp",
"description": "Simply A PDF Parser (SAPP), Editor and Easy Signer, usign PHP",
"description": "Simply and Agnostic PDF Parser (SAPP): Edit, manipulate and sign PDF documents usign PHP",
"type": "library",
"license": "LGPL-3.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion pdfrebuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion pdfsign.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion pdfsigni.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFBaseDoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFDoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFDocWithContents.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFObjectParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/PDFSignatureObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/inc/StreamReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/inc/fpdfhelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/inc/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/inc/mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueHexString.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueList.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueString.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pdfvalue/PDFValueType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This file is part of SAPP
Simply A PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Simply and Agnostic PDF Parser (SAPP) - Parse PDF documents in PHP (and update them)
Copyright (C) 2020 - Carlos de Alfonso ([email protected])
This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 452f4ac

Please sign in to comment.