Skip to content

Commit b774aba

Browse files
author
Jeremy Tammik
committed
increment copyright year
1 parent f718f9a commit b774aba

21 files changed

+21
-21
lines changed

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,

Labs/1_Revit_API_Intro/SourceCS/5_ModelCreationExport.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/6_ExtensibleStorage.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/7_SharedParameter.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/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration( "" )]
1111
[assembly: AssemblyCompany( "Autodesk Inc." )]
1212
[assembly: AssemblyProduct( "Revit API Introduction Labs for C#" )]
13-
[assembly: AssemblyCopyright( "Copyright © 2009-2020 by Jeremy Tammik, Autodesk Inc." )]
13+
[assembly: AssemblyCopyright( "Copyright © 2009-2021 by Jeremy Tammik, Autodesk Inc." )]
1414
[assembly: AssemblyTrademark( "" )]
1515
[assembly: AssemblyCulture( "" )]
1616

Labs/1_Revit_API_Intro/SourceCS/Util.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)