Skip to content

Commit 0350f6d

Browse files
committed
spdx for features
1 parent 168e34e commit 0350f6d

13 files changed

+48
-1
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ end
6666
Cucumber::Rake::Task.new(:'features:json') do |t|
6767
t.profile = 'json_report'
6868
end
69-

features/applies_rules.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Applies Post-Parsing Rules
26
As a source code writer I want to be sure that
37
certain post-parsing rules are applied

features/avoiding_duplicates.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Avoiding Duplicate Puzzles
26
As a source code writer I want to be sure that
37
XML output doesn't contain any duplicates

features/catches_broken_puzzles.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Catches Broken Puzzles
26
As a source code writer I want to be sure that
37
broken puzzles won't be processed and will

features/cli.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Command Line Processing
26
As a source code writer I want to be able to
37
call PDD as a command line tool

features/gem_package.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Gem Package
26
As a source code writer I want to be able to
37
package the Gem into .gem file

features/html_output.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: HTML output
26
As a source code writer I want to be able to
37
call PDD as a command line tool, and retrieve an

features/json_output.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: JSON output
26
As a source code writer I want to be able to
37
call PDD as a command line tool, and retrieve an

features/parsing.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Parsing
26
As a source code writer I want to be able to
37
collect all puzzles from all my text files and

features/rake.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# (The MIT License)
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
4+
# SPDX-License-Identifier: MIT
15
Feature: Rake Task
26
As a source code writer I want to be able to
37
run PDD from Rakefile

0 commit comments

Comments
 (0)