1# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE 2# CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE 3# DEPENDING ON IT IN YOUR PROJECT. *** 4name: "libcups" 5description: "CUPS is the standards-based, open source printing system." 6third_party { 7 url { 8 type: HOMEPAGE 9 value: "https://www.cups.org/" 10 } 11 url { 12 type: ARCHIVE 13 value: "https://github.com/apple/cups/releases/download/v2.3.3/cups-2.3.3-source.tar.gz" 14 } 15 version: "v2.3.3" 16 # would be RESTRICTED save for Apple license in backend/usb-darwin.c 17 license_type: BY_EXCEPTION_ONLY 18 last_upgrade_date { 19 year: 2020 20 month: 10 21 day: 28 22 } 23} 24