Skip to content

Add hardware license, gitignore, README structure, and project folders#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-79387156-1088488585-04b97fac-adb4-411f-8a42-906361d853bc
Draft

Add hardware license, gitignore, README structure, and project folders#1
Copilot wants to merge 2 commits intomainfrom
copilot/fix-79387156-1088488585-04b97fac-adb4-411f-8a42-906361d853bc

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 3, 2025

Initialize repository structure with dual licensing (software/hardware), build ignore patterns, and standard project organization.

Changes

  • HARDWARE-LICENSE.md: Full CERN-OHL-S v2 text for hardware components
  • .gitignore: C/C++ build artifacts (build/, *.o, *.bin, *.hex, *.elf), KiCad backups (*-cache.lib), IDE files (.DS_Store, .vscode/)
  • README.md: Restructured with Summary, Features, and License sections documenting dual licensing model (GPLv3 for software, CERN-OHL-S v2 for hardware)
  • Project folders: Created /Hardware, /Firmware, /Docs, /3D_Models with .gitkeep for Git tracking
## License

* **Software:**  GPLv3 (see LICENSE file).
* **Hardware:** CERN-OHL-S v2 (see HARDWARE-LICENSE.md).

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • ohwr.org
    • Triggering command: curl -s REDACTED -o /tmp/cern_ohl_s_v2.txt (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Add HARDWARE-LICENSE.md. Add the full, complete text of the CERN-OHL-S v2 (Strongly Reciprocal). Create .gitignore file. Ignore build files for C/C++ (like build/, *.o, *.bin, *.hex, *.elf), KiCad backup files (like *-cache.lib), and common OS/IDE files (like .DS_Store, .vscode/).
Create README.md:
Lift Altimeter
Summary

Features

License

  • Software: GPLv3 (see LICENSE file).
  • Hardware: CERN-OHL-S v2 (see HARDWARE-LICENSE.md).

Create folders:
/Hardware
/Firmware
/Docs
/3D_Models


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…ucture

Co-authored-by: Frankie6626 <79387156+Frankie6626@users.noreply.github.com>
Copilot AI changed the title Add HARDWARE-LICENSE.md. Add the full, complete text of the CERN-OHL-S v2 (Strongly Reciprocal). Create .gitignore file. Ignore build files for C/C++ (like build/, *.o, *.bin, *.hex, *.elf), KiCad backup files (like *-cache.lib), and common OS/IDE file... Add hardware license, gitignore, README structure, and project folders Nov 3, 2025
Copilot AI requested a review from Frankie6626 November 3, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants