Skip to content

Commit 41b44ad

Browse files
Revit 2022 Migration
1 parent 650ac61 commit 41b44ad

File tree

69 files changed

+175
-166
lines changed

Some content is hidden

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

69 files changed

+175
-166
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2020 Jeremy Tammik
3+
Copyright (c) 2015-2021 Jeremy Tammik
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
77 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Labs/1_Revit_API_Intro/SourceCS/1_HelloWorld.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#region Copyright
2-
// Copyright (C) 2010-2020 by Autodesk, Inc.
2+
// Copyright (C) 2010-2021 by Autodesk, Inc.
33
//
44
// Permission to use, copy, modify, and distribute this software in
55
// object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceCS/2_DbElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#region Copyright
2-
// Copyright (C) 2009-2020 by Autodesk, Inc.
2+
// Copyright (C) 2009-2021 by Autodesk, Inc.
33
//
44
// Permission to use, copy, modify, and distribute this software in
55
// object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceCS/3_ElementFiltering.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region Copyright
22
//
3-
// Copyright (C) 2009-2020 by Autodesk, Inc.
3+
// Copyright (C) 2009-2021 by Autodesk, Inc.
44
//
55
// Permission to use, copy, modify, and distribute this software in
66
// object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceCS/4_ElementModification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region Copyright
22
//
3-
// Copyright (C) 2009-2020 by Autodesk, Inc.
3+
// Copyright (C) 2009-2021 by Autodesk, Inc.
44
//
55
// Permission to use, copy, modify, and distribute this software in
66
// object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceCS/5_ModelCreation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region Copyright
22
//
3-
// Copyright (C) 2009-2020 by Autodesk, Inc.
3+
// Copyright (C) 2009-2021 by Autodesk, Inc.
44
//
55
// Permission to use, copy, modify, and distribute this software in
66
// object code form for any purpose and without fee is hereby granted,

0 commit comments

Comments
 (0)