Skip to content

Commit c1c0009

Browse files
authored
Update Licensing (#753)
* Add License file [no ci] * Add SPDX annotations [no ci]
1 parent 71fe866 commit c1c0009

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+669
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
---
25

36
name: brew pr-pull

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
---
25

36
name: brew test-bot

.github/workflows/validate_runner_status.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
---
25

36
# NOTE: ipatch, self-hosted runners are removed from runner registry if they don't connect to github in 14 days

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
# homebrew test-bot artifaces
25
**/steps_output.txt
36
# ignore vim/neovim swap files throughout repo

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
# .pre-commit-config.yaml
25
# See https://pre-commit.com for more information
36
# See https://pre-commit.com/hooks.html for more hooks

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
---
25
AllCops:
36
TargetRubyVersion: 3.3

Casks/freecad.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
# frozen_string_literal: true
25

36
cask "freecad" do

Formula/boost-python3.11.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
class BoostPython311 < Formula
25
desc "C++ library for C++/Python3 interoperability"
36
homepage "https://www.boost.org/"

Formula/calculix@2.23.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
class CalculixAT223 < Formula
25
desc "Free Software Three-Dimensional Structural Finite Element Program"
36
homepage "https://www.calculix.de/"

Formula/coin3d@4.0.3_py312.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# SPDX-FileNotice: Part of the FreeCAD project.
3+
14
class Coin3dAT403Py312 < Formula
25
desc "Open Inventor 2.1 API implementation (Coin) with Python bindings (Pivy)"
36
homepage "https://coin3d.github.io/"

0 commit comments

Comments
 (0)