summaryrefslogtreecommitdiff
path: root/src/escputil/escputil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escputil/escputil.c')
-rw-r--r--src/escputil/escputil.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/escputil/escputil.c b/src/escputil/escputil.c
index a309fb4..5f58304 100644
--- a/src/escputil/escputil.c
+++ b/src/escputil/escputil.c
@@ -15,8 +15,7 @@
* for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
@@ -91,8 +90,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\n\
for more details.\n\
\n\
You should have received a copy of the GNU General Public License\n\
-along with this program; if not, write to the Free Software\n\
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n");
+along with this program. If not, see <https://www.gnu.org/licenses/>.\n");
#if defined(HAVE_GETOPT_H) && defined(HAVE_GETOPT_LONG)
@@ -1094,6 +1092,13 @@ static const char *aux_colors[] =
N_("Orange"), /* d */
NULL, /* e */
NULL, /* f */
+ NULL, /* 10 */
+ NULL, /* 11 */
+ NULL, /* 12 */
+ N_("Red"), /* 13 */
+ NULL, /* 14 */
+ NULL, /* 15 */
+ N_("Red"), /* 16 */
};
static int aux_color_count = sizeof(aux_colors) / sizeof(const char *);