Skip to content

Commit 5b85467

Browse files
Update license header in source files
1 parent 26e8b5b commit 5b85467

26 files changed

+364
-52
lines changed

src/Ookii.Dialogs.Wpf/ButtonType.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/CredentialDialog.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Diagnostics;

src/Ookii.Dialogs.Wpf/CredentialException.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/ExpandButtonClickedEventArgs.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/HyperlinkClickedEventArgs.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/Interop/ComDlgResources.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2006
2-
// See LICENSE for details
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/Interop/Win32Resources.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2006
2-
// See LICENSE for details
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/ProgressBarState.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/ProgressBarStyle.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.Collections.Generic;
517
using System.Text;

src/Ookii.Dialogs.Wpf/ProgressDialog.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// Copyright (c) Sven Groot (Ookii.org) 2009
2-
// BSD license; see LICENSE for details.
1+
// Copyright 2009-2020 Ookii Dialogs Contributors
2+
//
3+
// Licensed under the BSD 3-Clause License (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://opensource.org/licenses/BSD-3-Clause
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
315
using System;
416
using System.ComponentModel;
517
using System.Collections.Generic;

0 commit comments

Comments
 (0)