Skip to content

Commit d9c1e4a

Browse files
committed
Address feedback and add license headers
1 parent 7a7f84c commit d9c1e4a

16 files changed

+310
-19
lines changed

Extensions/dnSpy.StringSearcher/Commands.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using System.Collections.Generic;
322
using System.ComponentModel.Composition;

Extensions/dnSpy.StringSearcher/ConstantStringReference.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using dnlib.DotNet;
322
using dnSpy.Contracts.Text.Classification;

Extensions/dnSpy.StringSearcher/CustomAttributeStringReference.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using dnlib.DotNet;
221
using dnSpy.Contracts.Documents.TreeView;
322
using dnSpy.Contracts.Text;

Extensions/dnSpy.StringSearcher/ILStringReference.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using dnlib.DotNet;
221
using dnSpy.Contracts.Text;
322
using dnSpy.Contracts.Text.Classification;

Extensions/dnSpy.StringSearcher/StringFormatter.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using System.Text;
322

Extensions/dnSpy.StringSearcher/StringReference.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System.Diagnostics.CodeAnalysis;
221
using System.Windows;
322
using dnlib.DotNet;

Extensions/dnSpy.StringSearcher/StringReferenceKind.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
namespace dnSpy.StringSearcher {
221
public enum StringReferenceKind {
322
IL,

Extensions/dnSpy.StringSearcher/StringReferenceKindConverter.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using System.Globalization;
322
using System.Windows.Data;

Extensions/dnSpy.StringSearcher/StringReferencesService.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using System.Collections.Generic;
322
using System.ComponentModel.Composition;
@@ -12,7 +31,6 @@
1231
using dnSpy.Contracts.Controls;
1332
using dnSpy.Contracts.Decompiler;
1433
using dnSpy.Contracts.Documents.Tabs;
15-
using dnSpy.Contracts.Documents.Tabs.DocViewer;
1634
using dnSpy.Contracts.Images;
1735
using dnSpy.Contracts.Menus;
1836
using dnSpy.Contracts.MVVM;

Extensions/dnSpy.StringSearcher/StringReferencesToolWindowContent.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2025 Washi
3+
4+
This file is part of dnSpy
5+
6+
dnSpy is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
dnSpy is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with dnSpy. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
using System;
221
using System.Collections.Generic;
322
using System.ComponentModel.Composition;

0 commit comments

Comments
 (0)