Skip to content

Commit bda30a9

Browse files
committed
adding legal & copyright
1 parent 4e67638 commit bda30a9

File tree

6 files changed

+136
-4
lines changed

6 files changed

+136
-4
lines changed

ArxLocatorWizard2010/About Box/AboutBox.cs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
123
using System;
224
using System.Drawing ;
325
using System.Collections ;

ArxLocatorWizard2010/ObjectARXLocatorForm.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.ComponentModel;
426
using System.Data;

ArxLocatorWizard2010/Properties/AssemblyInfo.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System.Reflection;
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
23+
using System.Reflection;
224
using System.Runtime.CompilerServices;
325
using System.Runtime.InteropServices;
426

ArxLocatorWizard2010/Wizard.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Text;
426

XmlConfigurator2010/AssemblyInfo.cs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
123
using System.Reflection;
224
using System.Runtime.CompilerServices;
325

XmlConfigurator2010/XmlConfigurator.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System ;
1+
// Copyright (C) 2013 Autodesk, Inc., and/or its licensors.
2+
// All rights reserved.
3+
//
4+
// The coded instructions, statements, computer programs, and/or related
5+
// material (collectively the "Data") in these files contain unpublished
6+
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
7+
// which is protected by U.S. and Canadian federal copyright law and by
8+
// international treaties.
9+
//
10+
// The Data is provided for use exclusively by You. You have the right to use,
11+
// modify, and incorporate this Data into other products for purposes authorized
12+
// by the Autodesk software license agreement, without fee.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
15+
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
16+
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
17+
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE
18+
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
19+
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
20+
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
21+
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.
22+
23+
using System;
224
using System.Xml ;
325
using Microsoft.Win32 ;
426
using System.ComponentModel ;

0 commit comments

Comments
 (0)