Skip to content

Commit

Permalink
Update copyright and boilerplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jan 25, 2024
1 parent cd7297d commit 2adf1b7
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 74 deletions.
6 changes: 1 addition & 5 deletions pappl/client-auth.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// Authentication support for the Printer Application Framework
//
// Copyright © 2017-2021 by Michael R Sweet.
// Copyright © 2017-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "client-private.h"
#include "system-private.h"
#if !_WIN32
Expand Down
6 changes: 1 addition & 5 deletions pappl/client-ipp.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// Common client IPP processing for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/client.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// Client processing code for the Printer Application Framework
//
// Copyright © 2019-2022 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/dnssd.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// DNS-SD support for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/job-ipp.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// Job IPP processing for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
2 changes: 1 addition & 1 deletion pappl/loc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Localization functions for the Printer Application Framework
//
// Copyright © 2022 by Michael R Sweet.
// Copyright © 2022-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
Expand Down
6 changes: 1 addition & 5 deletions pappl/log.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// Logging functions for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "client-private.h"
#include "job-private.h"
#include "log-private.h"
Expand Down
6 changes: 1 addition & 5 deletions pappl/lookup.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// Lookup functions for the Printer Application Framework
//
// Copyright © 2020-2021 by Michael R Sweet.
// Copyright © 2020-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "base-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/mainloop-subcommands.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// Standard papplMainloop sub-commands for the Printer Application Framework
//
// Copyright © 2020-2023 by Michael R Sweet.
// Copyright © 2020-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers
//

# include "pappl-private.h"
# ifdef __APPLE__
# include <bsm/audit.h>
Expand Down
6 changes: 1 addition & 5 deletions pappl/printer-webif.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// Printer web interface functions for the Printer Application Framework
//
// Copyright © 2019-2022 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/printer.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// Printer object for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
2 changes: 1 addition & 1 deletion pappl/subscription-private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Private subscription header file for the Printer Application Framework
//
// Copyright © 2022 by Michael R Sweet.
// Copyright © 2022-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
Expand Down
6 changes: 1 addition & 5 deletions pappl/subscription.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// System event subscription functions for the Printer Application Framework
//
// Copyright © 2022 by Michael R Sweet.
// Copyright © 2022-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/system-accessors.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// System accessor functions for the Printer Application Framework
//
// Copyright © 2020-2023 by Michael R Sweet.
// Copyright © 2020-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "system-private.h"
#ifdef HAVE_LIBJPEG
# include <jpeglib.h>
Expand Down
6 changes: 1 addition & 5 deletions pappl/system-loadsave.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
//
// System load/save functions for the Printer Application Framework
//
// Copyright © 2020-2023 by Michael R Sweet.
// Copyright © 2020-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"


Expand Down
6 changes: 1 addition & 5 deletions pappl/system-webif.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
//
// System web interface functions for the Printer Application Framework
//
// Copyright © 2019-2023 by Michael R Sweet.
// Copyright © 2019-2024 by Michael R Sweet.
// Copyright © 2010-2019 by Apple Inc.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//

//
// Include necessary headers...
//

#include "pappl-private.h"
#if !_WIN32
# include <net/if.h>
Expand Down
2 changes: 1 addition & 1 deletion vcnet/libpappl1_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Printer Application Framework (PAPPL) for VS2019+</description>
<summary>PAPPL is a simple C-based framework/library for developing CUPS Printer
Applications, which are the recommended replacement for printer drivers. PAPPL is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software.</summary>
<copyright>Copyright © 2019-2023 by Michael R Sweet</copyright>
<copyright>Copyright © 2019-2024 by Michael R Sweet</copyright>
<tags>airprint everywhere http ipp mopria native</tags>
<dependencies>
<dependency id="libcups2_native" version="2.4.7" />
Expand Down
2 changes: 1 addition & 1 deletion vcnet/libpappl1_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Redistributable components for package 'libpappl1_native'. This package should only be installed as a dependency.</description>
<summary>PAPPL is a simple C-based framework/library for developing CUPS Printer
Applications, which are the recommended replacement for printer drivers. This package provides the redistributable content for PAPPL. PAPPL is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software.</summary>
<copyright>Copyright © 2019-2023 by Michael R Sweet</copyright>
<copyright>Copyright © 2019-2024 by Michael R Sweet</copyright>
<tags>airprint everywhere http ipp mopria native</tags>
<dependencies>
<dependency id="libcups2_native.redist" version="2.4.7" />
Expand Down

0 comments on commit 2adf1b7

Please sign in to comment.