Skip to content

Commit

Permalink
Add license headers to source files
Browse files Browse the repository at this point in the history
```
addlicense -c "Bjørn Erik Pedersen" -l mit -s=only -ignore "**/*.yml" .
```
  • Loading branch information
bep committed Nov 27, 2024
1 parent df70036 commit adc59bb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conn.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsass

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/godartsasstesting/settings.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsasstesting

import (
Expand Down
3 changes: 3 additions & 0 deletions misc_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsass

import (
Expand Down
3 changes: 3 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsass

import (
Expand Down
3 changes: 3 additions & 0 deletions options_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsass

import (
Expand Down
3 changes: 3 additions & 0 deletions transpiler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

// Package godartsass provides a Go API for the Dass Sass Embedded protocol.
//
// Use the Start function to create and start a new thread safe transpiler.
Expand Down
3 changes: 3 additions & 0 deletions transpiler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Bjørn Erik Pedersen
// SPDX-License-Identifier: MIT

package godartsass_test

import (
Expand Down

0 comments on commit adc59bb

Please sign in to comment.