├── .gitignore ├── CC-By-SA-4.0.txt ├── CONTRIBUTING.md ├── Case-Study-Ethics ├── Makefile ├── case-study-ethics-overview.txt ├── case-study-slides.kpr ├── ethics-slides.pdf └── fsf-logo.eps ├── GPL-Business ├── Makefile ├── gpl-business-abstract.txt └── gpl-business.kpr ├── GPL-LGPL ├── Makefile ├── derivative-work-slides.pdf ├── fsf-logo.eps ├── gpl-lgpl-overview.txt ├── gpl-lgpl-slides.kpr ├── gpl-lgpl-slides.pdf └── implied-patent-grant-slides.pdf ├── Makefile ├── README.md ├── TODO.md ├── compliance-guide.tex ├── comprehensive-gpl-guide.tex ├── css ├── footnote-hack.css └── guide.css ├── enforcement-case-studies.tex ├── enforcement-case-studies_log-output ├── thinkpenguin_librecmc-built-busybox_output.log ├── thinkpenguin_librecmc-built-kernel_log.png ├── thinkpenguin_librecmc-complete.log ├── thinkpenguin_u-boot-build_fail.log ├── thinkpenguin_u-boot-create_symlink.log └── thinkpenguin_u-boot-finish_build.log ├── gpl-installation.tex ├── gpl-lgpl.tex ├── js └── tex4ht-footnote-hack.js ├── license-texts.tex ├── no-numbers-on-table-of-contents.tex ├── presentations ├── 1hr-GPL │ └── 1hr-GPL.markdown ├── 20min-violation-intro │ ├── Makefile │ ├── cc-by-sa-4-0_88x31.png │ ├── pres-cmd │ └── violation-intro.md ├── 30min-specific-sections │ ├── Makefile │ ├── cc-by-sa-4-0_88x31.png │ ├── pres-cmd │ └── specific-sections.md ├── Basic-Legal-Issues-for-Understanding-Copyleft.odp ├── Landscape-of-GPL-Enforcement.odp ├── ccs-report-examples │ ├── Makefile │ ├── cc-by-sa-4-0_88x31.png │ ├── ccs-examples.md │ └── pres-cmd └── non-copyright-systems │ ├── Makefile │ ├── cc-by-sa-4-0_88x31.png │ ├── non-copyright.md │ └── pres-cmd ├── tex4ht.usr ├── third-party-citations.tex └── webhacks.cfg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/.gitignore -------------------------------------------------------------------------------- /CC-By-SA-4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/CC-By-SA-4.0.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Case-Study-Ethics/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Case-Study-Ethics/Makefile -------------------------------------------------------------------------------- /Case-Study-Ethics/case-study-ethics-overview.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Case-Study-Ethics/case-study-ethics-overview.txt -------------------------------------------------------------------------------- /Case-Study-Ethics/case-study-slides.kpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Case-Study-Ethics/case-study-slides.kpr -------------------------------------------------------------------------------- /Case-Study-Ethics/ethics-slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Case-Study-Ethics/ethics-slides.pdf -------------------------------------------------------------------------------- /Case-Study-Ethics/fsf-logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Case-Study-Ethics/fsf-logo.eps -------------------------------------------------------------------------------- /GPL-Business/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-Business/Makefile -------------------------------------------------------------------------------- /GPL-Business/gpl-business-abstract.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-Business/gpl-business-abstract.txt -------------------------------------------------------------------------------- /GPL-Business/gpl-business.kpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-Business/gpl-business.kpr -------------------------------------------------------------------------------- /GPL-LGPL/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/Makefile -------------------------------------------------------------------------------- /GPL-LGPL/derivative-work-slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/derivative-work-slides.pdf -------------------------------------------------------------------------------- /GPL-LGPL/fsf-logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/fsf-logo.eps -------------------------------------------------------------------------------- /GPL-LGPL/gpl-lgpl-overview.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/gpl-lgpl-overview.txt -------------------------------------------------------------------------------- /GPL-LGPL/gpl-lgpl-slides.kpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/gpl-lgpl-slides.kpr -------------------------------------------------------------------------------- /GPL-LGPL/gpl-lgpl-slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/gpl-lgpl-slides.pdf -------------------------------------------------------------------------------- /GPL-LGPL/implied-patent-grant-slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/GPL-LGPL/implied-patent-grant-slides.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/TODO.md -------------------------------------------------------------------------------- /compliance-guide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/compliance-guide.tex -------------------------------------------------------------------------------- /comprehensive-gpl-guide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/comprehensive-gpl-guide.tex -------------------------------------------------------------------------------- /css/footnote-hack.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/css/footnote-hack.css -------------------------------------------------------------------------------- /css/guide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/css/guide.css -------------------------------------------------------------------------------- /enforcement-case-studies.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies.tex -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_librecmc-built-busybox_output.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_librecmc-built-busybox_output.log -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_librecmc-built-kernel_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_librecmc-built-kernel_log.png -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_librecmc-complete.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_librecmc-complete.log -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_u-boot-build_fail.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_u-boot-build_fail.log -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_u-boot-create_symlink.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_u-boot-create_symlink.log -------------------------------------------------------------------------------- /enforcement-case-studies_log-output/thinkpenguin_u-boot-finish_build.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/enforcement-case-studies_log-output/thinkpenguin_u-boot-finish_build.log -------------------------------------------------------------------------------- /gpl-installation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/gpl-installation.tex -------------------------------------------------------------------------------- /gpl-lgpl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/gpl-lgpl.tex -------------------------------------------------------------------------------- /js/tex4ht-footnote-hack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/js/tex4ht-footnote-hack.js -------------------------------------------------------------------------------- /license-texts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/license-texts.tex -------------------------------------------------------------------------------- /no-numbers-on-table-of-contents.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/no-numbers-on-table-of-contents.tex -------------------------------------------------------------------------------- /presentations/1hr-GPL/1hr-GPL.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/1hr-GPL/1hr-GPL.markdown -------------------------------------------------------------------------------- /presentations/20min-violation-intro/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/20min-violation-intro/Makefile -------------------------------------------------------------------------------- /presentations/20min-violation-intro/cc-by-sa-4-0_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/20min-violation-intro/cc-by-sa-4-0_88x31.png -------------------------------------------------------------------------------- /presentations/20min-violation-intro/pres-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/20min-violation-intro/pres-cmd -------------------------------------------------------------------------------- /presentations/20min-violation-intro/violation-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/20min-violation-intro/violation-intro.md -------------------------------------------------------------------------------- /presentations/30min-specific-sections/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/30min-specific-sections/Makefile -------------------------------------------------------------------------------- /presentations/30min-specific-sections/cc-by-sa-4-0_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/30min-specific-sections/cc-by-sa-4-0_88x31.png -------------------------------------------------------------------------------- /presentations/30min-specific-sections/pres-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/30min-specific-sections/pres-cmd -------------------------------------------------------------------------------- /presentations/30min-specific-sections/specific-sections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/30min-specific-sections/specific-sections.md -------------------------------------------------------------------------------- /presentations/Basic-Legal-Issues-for-Understanding-Copyleft.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/Basic-Legal-Issues-for-Understanding-Copyleft.odp -------------------------------------------------------------------------------- /presentations/Landscape-of-GPL-Enforcement.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/Landscape-of-GPL-Enforcement.odp -------------------------------------------------------------------------------- /presentations/ccs-report-examples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/ccs-report-examples/Makefile -------------------------------------------------------------------------------- /presentations/ccs-report-examples/cc-by-sa-4-0_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/ccs-report-examples/cc-by-sa-4-0_88x31.png -------------------------------------------------------------------------------- /presentations/ccs-report-examples/ccs-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/ccs-report-examples/ccs-examples.md -------------------------------------------------------------------------------- /presentations/ccs-report-examples/pres-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/ccs-report-examples/pres-cmd -------------------------------------------------------------------------------- /presentations/non-copyright-systems/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/non-copyright-systems/Makefile -------------------------------------------------------------------------------- /presentations/non-copyright-systems/cc-by-sa-4-0_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/non-copyright-systems/cc-by-sa-4-0_88x31.png -------------------------------------------------------------------------------- /presentations/non-copyright-systems/non-copyright.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/non-copyright-systems/non-copyright.md -------------------------------------------------------------------------------- /presentations/non-copyright-systems/pres-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/presentations/non-copyright-systems/pres-cmd -------------------------------------------------------------------------------- /tex4ht.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/tex4ht.usr -------------------------------------------------------------------------------- /third-party-citations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/third-party-citations.tex -------------------------------------------------------------------------------- /webhacks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copyleft-org/copyleft-guide/HEAD/webhacks.cfg --------------------------------------------------------------------------------