Skip to content

Commit 765d938

Browse files
committed
Update file headers
1 parent d5bfc2d commit 765d938

File tree

200 files changed

+811
-2011
lines changed

Some content is hidden

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

200 files changed

+811
-2011
lines changed

RevitLookup.sln.DotSettings

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2-
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Copyright 2003-$File.CreatedYear by Autodesk, Inc.
2+
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Copyright (c) Lookup Foundation and Contributors
33

44
Permission to use, copy, modify, and distribute this software in
5-
object code form for any purpose and without fee is hereby granted,
6-
provided that the above copyright notice appears in all copies and
5+
object code form for any purpose and without fee is hereby granted,
6+
provided that the above copyright notice appears in all copies and
77
that both that copyright notice and the limited warranty and
8-
restricted rights notice below appear in all supporting
8+
restricted rights notice below appear in all supporting
99
documentation.
1010

11-
AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12-
AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13-
MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
14-
DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15-
UNINTERRUPTED OR ERROR FREE.
16-
17-
Use, duplication, or disclosure by the U.S. Government is subject to
18-
restrictions set forth in FAR 52.227-19 (Commercial Computer
19-
Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
20-
(Rights in Technical Data and Computer Software), as applicable.</s:String>
11+
THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
12+
NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
13+
THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
14+
UNINTERRUPTED OR ERROR FREE.</s:String>
2115
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
2216
<s:Boolean x:Key="/Default/UserDictionary/Words/=Addin/@EntryIndexedValue">True</s:Boolean>
2317
<s:Boolean x:Key="/Default/UserDictionary/Words/=Addins/@EntryIndexedValue">True</s:Boolean>

install/Installer.Generator.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
using WixSharp;
2216
using WixSharp.CommonTasks;

install/Installer.Tools.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
using System.Diagnostics;
2216
using System.Runtime.InteropServices;

source/RevitLookup.Abstractions/Configuration/IContextMenuConnector.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
using System.Windows.Controls;
2216

source/RevitLookup.Abstractions/Models/GitHub/GitHubResponse.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
using System.Text.Json.Serialization;
2216

source/RevitLookup.Abstractions/Models/Tools/ModuleInfo.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
namespace RevitLookup.Abstractions.Models.Tools;
2216

source/RevitLookup.Abstractions/Models/Tools/UnitInfo.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
namespace RevitLookup.Abstractions.Models.Tools;
2216

source/RevitLookup.Abstractions/ObservableModels/Entries/ObservableIniEntry.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
using System.ComponentModel.DataAnnotations;
2216
using CommunityToolkit.Mvvm.ComponentModel;

source/RevitLookup.Abstractions/Services/Settings/ISoftwareUpdateService.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
namespace RevitLookup.Abstractions.Services.Settings;
2216

source/RevitLookup.Abstractions/States/SoftwareUpdateState.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2003-2024 by Autodesk, Inc.
1+
// Copyright (c) Lookup Foundation and Contributors
22
//
33
// Permission to use, copy, modify, and distribute this software in
44
// object code form for any purpose and without fee is hereby granted,
@@ -7,16 +7,10 @@
77
// restricted rights notice below appear in all supporting
88
// documentation.
99
//
10-
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
11-
// AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
12-
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
13-
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
10+
// THIS PROGRAM IS PROVIDED "AS IS" AND WITH ALL FAULTS.
11+
// NO IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE IS PROVIDED.
12+
// THERE IS NO GUARANTEE THAT THE OPERATION OF THE PROGRAM WILL BE
1413
// UNINTERRUPTED OR ERROR FREE.
15-
//
16-
// Use, duplication, or disclosure by the U.S. Government is subject to
17-
// restrictions set forth in FAR 52.227-19 (Commercial Computer
18-
// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
19-
// (Rights in Technical Data and Computer Software), as applicable.
2014

2115
namespace RevitLookup.Abstractions.States;
2216

0 commit comments

Comments
 (0)