summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-01-29 19:02:09 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-01-29 19:02:09 +0100
commit7cc53b4e9ab39e37da69955fe059f4b47514b41a (patch)
tree535cab67a0d02e6a30e69c769da5c52441a4d429 /utils
parent5ed033f2d0b5c5ef5dcff2c66c65abb7f3039490 (diff)
downloadlcms2-7cc53b4e9ab39e37da69955fe059f4b47514b41a.tar.gz
update copyright notices
Update copyrights to generate the release
Diffstat (limited to 'utils')
-rw-r--r--utils/common/utils.h2
-rw-r--r--utils/common/vprf.c2
-rw-r--r--utils/common/xgetopt.c2
-rw-r--r--utils/jpgicc/jpgicc.c4
-rw-r--r--utils/linkicc/linkicc.c4
-rw-r--r--utils/psicc/psicc.c4
-rw-r--r--utils/tificc/tifdiff.c2
-rw-r--r--utils/transicc/transicc.c4
8 files changed, 12 insertions, 12 deletions
diff --git a/utils/common/utils.h b/utils/common/utils.h
index f2d65b7..eed90cb 100644
--- a/utils/common/utils.h
+++ b/utils/common/utils.h
@@ -2,7 +2,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/utils/common/vprf.c b/utils/common/vprf.c
index 9f7d228..9417932 100644
--- a/utils/common/vprf.c
+++ b/utils/common/vprf.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/utils/common/xgetopt.c b/utils/common/xgetopt.c
index 39764f3..339ba2d 100644
--- a/utils/common/xgetopt.c
+++ b/utils/common/xgetopt.c
@@ -2,7 +2,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c
index e33ba21..16732c5 100644
--- a/utils/jpgicc/jpgicc.c
+++ b/utils/jpgicc/jpgicc.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -1251,7 +1251,7 @@ int main(int argc, char* argv[])
{
fprintf(stderr, "Little CMS ICC profile applier for JPEG - v3.3 [LittleCMS %2.2f]\n\n", LCMS_VERSION / 1000.0);
- fprintf(stderr, "Copyright (c) 1998-2020 Marti Maria Saguer. See COPYING file for details.\n");
+ fprintf(stderr, "Copyright (c) 1998-2022 Marti Maria Saguer. See COPYING file for details.\n");
fflush(stderr);
InitUtils("jpgicc");
diff --git a/utils/linkicc/linkicc.c b/utils/linkicc/linkicc.c
index 507d4a9..0301363 100644
--- a/utils/linkicc/linkicc.c
+++ b/utils/linkicc/linkicc.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -271,7 +271,7 @@ int main(int argc, char *argv[])
// Here we are
fprintf(stderr, "Little CMS ICC device link generator - v3.0 [LittleCMS %2.2f]\n", LCMS_VERSION / 1000.0);
- fprintf(stderr, "Copyright (c) 1998-2020 Marti Maria Saguer. See COPYING file for details.\n");
+ fprintf(stderr, "Copyright (c) 1998-2022 Marti Maria Saguer. See COPYING file for details.\n");
fflush(stderr);
// Initialize
diff --git a/utils/psicc/psicc.c b/utils/psicc/psicc.c
index 682b2e9..be4d1c6 100644
--- a/utils/psicc/psicc.c
+++ b/utils/psicc/psicc.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -213,7 +213,7 @@ int main(int argc, char *argv[])
int nargs;
fprintf(stderr, "Little CMS ICC PostScript generator - v2.1 [LittleCMS %2.2f]\n", LCMS_VERSION / 1000.0);
- fprintf(stderr, "Copyright (c) 1998-2020 Marti Maria Saguer. See COPYING file for details.\n");
+ fprintf(stderr, "Copyright (c) 1998-2022 Marti Maria Saguer. See COPYING file for details.\n");
fflush(stderr);
// Initialize
diff --git a/utils/tificc/tifdiff.c b/utils/tificc/tifdiff.c
index 0ad6e15..14a91b0 100644
--- a/utils/tificc/tifdiff.c
+++ b/utils/tificc/tifdiff.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/utils/transicc/transicc.c b/utils/transicc/transicc.c
index ffed247..4dc58c8 100644
--- a/utils/transicc/transicc.c
+++ b/utils/transicc/transicc.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -1254,7 +1254,7 @@ int main(int argc, char *argv[])
int nPatch = 0;
fprintf(stderr, "LittleCMS ColorSpace conversion calculator - 5.0 [LittleCMS %2.2f]\n", LCMS_VERSION / 1000.0);
- fprintf(stderr, "Copyright (c) 1998-2020 Marti Maria Saguer. See COPYING file for details.\n");
+ fprintf(stderr, "Copyright (c) 1998-2022 Marti Maria Saguer. See COPYING file for details.\n");
fflush(stderr);
InitUtils("transicc");