]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
foomatic-rip: Updated the license info of all source files
authorTill Kamppeter <till.kamppeter@gmail.com>
Wed, 19 Oct 2022 22:06:58 +0000 (00:06 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Wed, 19 Oct 2022 22:06:58 +0000 (00:06 +0200)
cups-filters will be put under the same license as CUPS. Updated the
source files of foomatic-rip appropriately.

16 files changed:
filter/foomatic-rip/foomaticrip.c
filter/foomatic-rip/foomaticrip.h
filter/foomatic-rip/options.c
filter/foomatic-rip/options.h
filter/foomatic-rip/pdf.c
filter/foomatic-rip/pdf.h
filter/foomatic-rip/postscript.c
filter/foomatic-rip/postscript.h
filter/foomatic-rip/process.c
filter/foomatic-rip/process.h
filter/foomatic-rip/renderer.c
filter/foomatic-rip/renderer.h
filter/foomatic-rip/spooler.c
filter/foomatic-rip/spooler.h
filter/foomatic-rip/util.c
filter/foomatic-rip/util.h

index 5fade51da8f3ebe29a4ca446ded653153af89661..b6abe4d33e02fca68d03bfc93e69b558345763f0 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "foomaticrip.h"
index 3a75d03054ecc1900459865325ab1a0667afbf19..5c9ecfaf0f5d5643f26900274944cf74568a09a8 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef foomatic_h
index d3c025525947073aba881aac333442880a2ee1d0..ae5bac2ed7bf85715f3faee72ede198163da8f58 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "foomaticrip.h"
index 5752a50a9c08051e7fe915360a2a6124b766ce13..02abf2f4b06e26b1de7b338eea3895999fd86353 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef options_h
index 31bad47590cad798b051a0514d495640aeb68dfb..f896431465cd5eb7956e56600754d00987385bce 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "foomaticrip.h"
index eb2cb5fe3da16ec462c918a96cdd48cb0c3cf336..1ab76167315f077ec711edcb0605e81ed5e5ddc0 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef pdf_h
index 898b806a00f2e166db3444d4df7015e50c48ffab..b09c5b8ff9d642d295c7f7a09cb864ec0747e13e 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "foomaticrip.h"
index 36d78cd501d00c64d9cfcf1073633306f23d9c2b..5556e5991e688462c1ce493059b88df99774c484 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef postscript_h
index c0a1afc2e0ce14334f401bac2355bc3a8bd5a051..51bf57571f9a3bee7d7eefd0211441355da4d623 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "foomaticrip.h"
index af4c6abbd7bd242d891a02b763dbad3bc59e50c8..f6e15f65c081f55dadf0adefc1c809023a0e8c8d 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef process_h
index 62b8591c28047481bcd0a447316c3cc46c7375b4..a15a06c486fafaf143f416e1c6e8b7ba3f09144a 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include <config.h>
index 81d155b987d3288af8039742824c7ebfc642f1ac..647cbcaadab4d4f425e3178635c7e1288081aaad 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef renderer_h
index 11213d65e8ed74b0b9c672cee83e5718d674af0e..32190ba05602eb800c8828cb932a08aca58ac7ce 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "spooler.h"
index 33749d3808d1b2ef8d2786fc6dfbab08e1a8d3d0..974022412369a9bb9090bcf374f5f79b348f058f 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef SPOOLER_H
index fb619a94002d730ae617de6e9d1a5c68c9cd8f8d..78ca5212c42c702ad93dd5525d4fe2ae7f5920f7 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #include "util.h"
index 5d5efbaa20ed1421a49facf368974cb04ce27279..e071e815148f513af17eb5b5b5ced2c3c19cd14c 100644 (file)
@@ -6,20 +6,8 @@
 //
 // This file is part of foomatic-rip.
 //
-// Foomatic-rip is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// Foomatic-rip is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA 02111-1307, USA.
+// Licensed under Apache License v2.0.  See the file "LICENSE" for more
+// information.
 //
 
 #ifndef util_h