diff --git a/Makefile b/Makefile
index 9b8ed84ebbd0c797dcac8e01872a7f889e8612a8..06fc156072fc4102970d4c8ded93fa9c7e623f38 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
 
 generate:
-	swagger generate client --target=./netbox --spec=./swagger.json
\ No newline at end of file
+	swagger generate client --target=./netbox --spec=./swagger.json --copyright-file=./copyright_header.txt
+
+clean:
+	rm -rf netbox/*
\ No newline at end of file
diff --git a/copyright_header.txt b/copyright_header.txt
new file mode 100644
index 0000000000000000000000000000000000000000..52f492e614d69a8cfcce4de5f5abf2efb5b67bf9
--- /dev/null
+++ b/copyright_header.txt
@@ -0,0 +1,13 @@
+Copyright 2018 The go-netbox Authors.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
\ No newline at end of file
diff --git a/netbox/client/circuits/circuits_choices_list_parameters.go b/netbox/client/circuits/circuits_choices_list_parameters.go
index 775bca36758e181b2bbd1b6403b445e29bf7ab7f..b8a5a7b0d6df8b7517ad01d87277cd4c58f3b9e6 100644
--- a/netbox/client/circuits/circuits_choices_list_parameters.go
+++ b/netbox/client/circuits/circuits_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_choices_list_responses.go b/netbox/client/circuits/circuits_choices_list_responses.go
index 2929f8535d08ef42d68723604f66a684b37d986d..893161c435fa6eec7e6b3ffff2f8368ab1c0b6c3 100644
--- a/netbox/client/circuits/circuits_choices_list_responses.go
+++ b/netbox/client/circuits/circuits_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_choices_read_parameters.go b/netbox/client/circuits/circuits_choices_read_parameters.go
index b9e2f7d53ab88b58a85c2d29010085eb7cf21fba..170d8b97a950a1bcfeaa66e5977ad39d6e97ef8b 100644
--- a/netbox/client/circuits/circuits_choices_read_parameters.go
+++ b/netbox/client/circuits/circuits_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_choices_read_responses.go b/netbox/client/circuits/circuits_choices_read_responses.go
index 3dfddbc41361505dbacf3fd278dd99c0aa42ad3a..f991ba848155dc155abcd21726814f5096585ec6 100644
--- a/netbox/client/circuits/circuits_choices_read_responses.go
+++ b/netbox/client/circuits/circuits_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_create_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_create_parameters.go
index 046d895898b417fdff96fc746a1b5bb04edb3fcd..d5e65540515470e5464c39c5aaa5573d59b140df 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_create_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_create_responses.go b/netbox/client/circuits/circuits_circuit_terminations_create_responses.go
index d10e0a5add23b7b843058ea4f3f5b0f50ff3f164..fd0bee5c09aef2a73c2a78e2b942d0430dc97692 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_create_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_delete_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_delete_parameters.go
index 2c2cc5bac390036fae181465f9c98ceffb322aed..04fc84f0f6ef91b561c3825b6848db81812e1251 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_delete_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_delete_responses.go b/netbox/client/circuits/circuits_circuit_terminations_delete_responses.go
index b34dd79554a4abe2d70e17fc3457fd7fbe3c054c..cc3336e599a3abb7929576b7b71d8abda7b02888 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_delete_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_list_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_list_parameters.go
index 1cc0ff07e7213ebc6db182f17274caa0ada0c780..c25cbe11d6b53b0390caaa811d71dd28d8f32220 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_list_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_list_responses.go b/netbox/client/circuits/circuits_circuit_terminations_list_responses.go
index ea9b532ea4f2a7dc9995a0143937441af9da55ab..29be56dc3197e86a8f2a0781d6bc8ea37075472f 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_list_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_partial_update_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_partial_update_parameters.go
index 706438650cb8735c27891702fdb1d661c0e921cf..294471aa1e6a20efff18d2defed9b08b66e8ca6a 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_partial_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_partial_update_responses.go b/netbox/client/circuits/circuits_circuit_terminations_partial_update_responses.go
index d866f4b39d3d8b4aac48d0070492dc5dd6575d28..4ad26a952372f603d61a586f6e4f7ae05cd3bded 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_partial_update_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_read_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_read_parameters.go
index 529532881ac2b4da04692464edb0c3d9010a88ae..9751e38146ae22db30a3a431e6817d84e6a9a3bd 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_read_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_read_responses.go b/netbox/client/circuits/circuits_circuit_terminations_read_responses.go
index 9f84e75201ed2946fb706191f1a2e40a4bb72887..18d3308142e0bc8db8d06aece67ee08bcf286330 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_read_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_update_parameters.go b/netbox/client/circuits/circuits_circuit_terminations_update_parameters.go
index 6d12cb6754b87187aae3938f849529026a6182e4..4c793efe74f393d314fb84b581cd569d5088c23e 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_terminations_update_responses.go b/netbox/client/circuits/circuits_circuit_terminations_update_responses.go
index e2d7d092ef78064984eb69adf7a308a144abf77a..a69b94e6afc150050487dbcf2ecbd7990ae32932 100644
--- a/netbox/client/circuits/circuits_circuit_terminations_update_responses.go
+++ b/netbox/client/circuits/circuits_circuit_terminations_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_create_parameters.go b/netbox/client/circuits/circuits_circuit_types_create_parameters.go
index 108507f72e20fd15b4cf165fa8f3b34afaaae9bc..0c20aace407b804dd880b3bb85501335675fd3a5 100644
--- a/netbox/client/circuits/circuits_circuit_types_create_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_create_responses.go b/netbox/client/circuits/circuits_circuit_types_create_responses.go
index 6496f998c39c80b1094063942da7fed911111935..042fd2f42bc37272d36cad937ac8534e55f8a2be 100644
--- a/netbox/client/circuits/circuits_circuit_types_create_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_delete_parameters.go b/netbox/client/circuits/circuits_circuit_types_delete_parameters.go
index 532e0534b571e761cea1e07c83bf949636e8c8fc..7e9eb16e83b3f0c838c2ebf3ecc9c1ee4175b953 100644
--- a/netbox/client/circuits/circuits_circuit_types_delete_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_delete_responses.go b/netbox/client/circuits/circuits_circuit_types_delete_responses.go
index 3677836ecce21fbe645fed397bf30bfbf5baf0af..cc10b20f8188368b15dbdc0cae1a42717a4901e8 100644
--- a/netbox/client/circuits/circuits_circuit_types_delete_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_list_parameters.go b/netbox/client/circuits/circuits_circuit_types_list_parameters.go
index 667a76439f70019f6631b24618bb700881195c50..00c01d9d6a66d405eb48c5b505e2e9a8304e4ef1 100644
--- a/netbox/client/circuits/circuits_circuit_types_list_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_list_responses.go b/netbox/client/circuits/circuits_circuit_types_list_responses.go
index 3b49c9bf22cba561c663a308f22264601f863908..5d13ece4aa7974adc9a23e515e1239a9a6fb717c 100644
--- a/netbox/client/circuits/circuits_circuit_types_list_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_partial_update_parameters.go b/netbox/client/circuits/circuits_circuit_types_partial_update_parameters.go
index fa7df317fedefd9042024c40e3ffb9376d6f7280..2bd833aa0f8af03042fc75246b4b00336f348b0a 100644
--- a/netbox/client/circuits/circuits_circuit_types_partial_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_partial_update_responses.go b/netbox/client/circuits/circuits_circuit_types_partial_update_responses.go
index 0e460f47c3c4d971634620f1a7c2330455086683..1e8ff2dceba92cc10bed07d249e18c0b83f4c8b6 100644
--- a/netbox/client/circuits/circuits_circuit_types_partial_update_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_read_parameters.go b/netbox/client/circuits/circuits_circuit_types_read_parameters.go
index 1446e3b6e4ef9d13379e0d1ae47577ec21da900f..a36b410ec68159c8065d73aff9f4d4f5adf6e16b 100644
--- a/netbox/client/circuits/circuits_circuit_types_read_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_read_responses.go b/netbox/client/circuits/circuits_circuit_types_read_responses.go
index dc8e5422678db22e5b8197001d8e851b407dc73f..32c6448e152a624ba5779d89b46b27f06c0fe7e8 100644
--- a/netbox/client/circuits/circuits_circuit_types_read_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_update_parameters.go b/netbox/client/circuits/circuits_circuit_types_update_parameters.go
index f0524c2fdd0aceb88305699c7fe25c8e48f2953b..3fa62cdb86eda66685d76481dc3db8d8e62cc6e2 100644
--- a/netbox/client/circuits/circuits_circuit_types_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuit_types_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuit_types_update_responses.go b/netbox/client/circuits/circuits_circuit_types_update_responses.go
index 77c0ee8b97cd4e22c8ce612d9b2027c78ece79fc..425e912050dd669189e0b2c89dcb18f75680bedb 100644
--- a/netbox/client/circuits/circuits_circuit_types_update_responses.go
+++ b/netbox/client/circuits/circuits_circuit_types_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_create_parameters.go b/netbox/client/circuits/circuits_circuits_create_parameters.go
index 1862e54a1a39177445d5a4e5802d8374fca394fa..8ef8373174244bbbe17334dd3b55e22c7e6709f4 100644
--- a/netbox/client/circuits/circuits_circuits_create_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_create_responses.go b/netbox/client/circuits/circuits_circuits_create_responses.go
index c0baf98e77909073f6b3212a82fe98b10744b961..9f70763517442ad811a7955f70b772a9bd669728 100644
--- a/netbox/client/circuits/circuits_circuits_create_responses.go
+++ b/netbox/client/circuits/circuits_circuits_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_delete_parameters.go b/netbox/client/circuits/circuits_circuits_delete_parameters.go
index 7ed89bbc0141af4374a6d424bb40bdef61ff6e48..bc227a0f31dc119f78abfc4aefc61019897f8986 100644
--- a/netbox/client/circuits/circuits_circuits_delete_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_delete_responses.go b/netbox/client/circuits/circuits_circuits_delete_responses.go
index 508c23a4cee4166525f427c134bc6f13d1c12acc..2ddec44db0b7922d7aaea061479999f9eb8d9647 100644
--- a/netbox/client/circuits/circuits_circuits_delete_responses.go
+++ b/netbox/client/circuits/circuits_circuits_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_list_parameters.go b/netbox/client/circuits/circuits_circuits_list_parameters.go
index 5e35ed840f1742ebd0bf95374d422b53affe09a2..3906eb827e590435e882c8171990568dca7ff6a3 100644
--- a/netbox/client/circuits/circuits_circuits_list_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_list_responses.go b/netbox/client/circuits/circuits_circuits_list_responses.go
index a1ac57edd4770077866a3df9ceed49756eaafaea..fdd3e779d462e7bcbef96378ca806638d3e45aa6 100644
--- a/netbox/client/circuits/circuits_circuits_list_responses.go
+++ b/netbox/client/circuits/circuits_circuits_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_partial_update_parameters.go b/netbox/client/circuits/circuits_circuits_partial_update_parameters.go
index a11248183232ba512d45e18eda83fd77e0c04bbc..263ab7ecc8ddf55cab3e3187f150621ff25a91f7 100644
--- a/netbox/client/circuits/circuits_circuits_partial_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_partial_update_responses.go b/netbox/client/circuits/circuits_circuits_partial_update_responses.go
index 147e3c2f668339f7e40382a5776bb6e1dde8cd56..0080e4747e04a56706c0b0f94b9274a3d412a97e 100644
--- a/netbox/client/circuits/circuits_circuits_partial_update_responses.go
+++ b/netbox/client/circuits/circuits_circuits_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_read_parameters.go b/netbox/client/circuits/circuits_circuits_read_parameters.go
index 170b447341aa72ae1beccca38bf295cb04fabdb1..855a9ba01857388f8b8cfe8de0a034382eeb880b 100644
--- a/netbox/client/circuits/circuits_circuits_read_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_read_responses.go b/netbox/client/circuits/circuits_circuits_read_responses.go
index 5248990c27e4a0bb75945695c0c25cbc70c16b38..d907a3d60e7e8dd3faa71e6e2e1911c5648838cf 100644
--- a/netbox/client/circuits/circuits_circuits_read_responses.go
+++ b/netbox/client/circuits/circuits_circuits_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_update_parameters.go b/netbox/client/circuits/circuits_circuits_update_parameters.go
index 2250435782d4ed06cfa03c236d82108a329f86a1..ac26c68a29ce92b26f2b6fadb58d3b5028be5973 100644
--- a/netbox/client/circuits/circuits_circuits_update_parameters.go
+++ b/netbox/client/circuits/circuits_circuits_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_circuits_update_responses.go b/netbox/client/circuits/circuits_circuits_update_responses.go
index b18e62ac557cea74fa6d2cb596530dd5b766736a..11a3ebf9d2f01e2f7870426802e4b6dd33fe9325 100644
--- a/netbox/client/circuits/circuits_circuits_update_responses.go
+++ b/netbox/client/circuits/circuits_circuits_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_client.go b/netbox/client/circuits/circuits_client.go
index 63e228795987272cd8050d944b6dc91006641511..9f1b9599fa6d50e311413145eb2904e171060540 100644
--- a/netbox/client/circuits/circuits_client.go
+++ b/netbox/client/circuits/circuits_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_create_parameters.go b/netbox/client/circuits/circuits_providers_create_parameters.go
index f0c1d0f3b8f863ba0eb3e512606d7a4d2d658426..4faebe3ce36f49c7ebcd47e439d3e5040c05f382 100644
--- a/netbox/client/circuits/circuits_providers_create_parameters.go
+++ b/netbox/client/circuits/circuits_providers_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_create_responses.go b/netbox/client/circuits/circuits_providers_create_responses.go
index 94931abf88b6ff1aa5463b5855bd0c9079b4d521..e1bcea788f0c525f9099222afc170ac13510bb89 100644
--- a/netbox/client/circuits/circuits_providers_create_responses.go
+++ b/netbox/client/circuits/circuits_providers_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_delete_parameters.go b/netbox/client/circuits/circuits_providers_delete_parameters.go
index 55875358aa35fd79ab54e1bb67f2f40f53e91e70..f07ad0b772750b02205b09e376417baeb963f276 100644
--- a/netbox/client/circuits/circuits_providers_delete_parameters.go
+++ b/netbox/client/circuits/circuits_providers_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_delete_responses.go b/netbox/client/circuits/circuits_providers_delete_responses.go
index 676b4303b712ac2538d9a1b8660a249c7ff096b9..f1664056f5b94ff54400c520208207927a424f19 100644
--- a/netbox/client/circuits/circuits_providers_delete_responses.go
+++ b/netbox/client/circuits/circuits_providers_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_graphs_parameters.go b/netbox/client/circuits/circuits_providers_graphs_parameters.go
index 22137026cd6b7c35d2d1abf3a6e91f30593f27cc..a3123fba38ba824e23783eb42bc17ee06b1d45c9 100644
--- a/netbox/client/circuits/circuits_providers_graphs_parameters.go
+++ b/netbox/client/circuits/circuits_providers_graphs_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_graphs_responses.go b/netbox/client/circuits/circuits_providers_graphs_responses.go
index e7fff7e0879cc5f704c6d9a598a1cc96c8c1f115..e57279fb4f0fb6edcc1c9ac10244cf12ffd3baf5 100644
--- a/netbox/client/circuits/circuits_providers_graphs_responses.go
+++ b/netbox/client/circuits/circuits_providers_graphs_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_list_parameters.go b/netbox/client/circuits/circuits_providers_list_parameters.go
index e6c7e296c5d07b9e543a84ce75883ef9aced7c21..69977a62c952aa100c7de71b28b42db32e7932ba 100644
--- a/netbox/client/circuits/circuits_providers_list_parameters.go
+++ b/netbox/client/circuits/circuits_providers_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_list_responses.go b/netbox/client/circuits/circuits_providers_list_responses.go
index c8727767ed37078af0f9a2f8da1bc9078ee59717..838465f8564104e73dbd7166fa2c836c452945f4 100644
--- a/netbox/client/circuits/circuits_providers_list_responses.go
+++ b/netbox/client/circuits/circuits_providers_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_partial_update_parameters.go b/netbox/client/circuits/circuits_providers_partial_update_parameters.go
index 8343eaf10a262efa32b49707ddab757bb1d4ac3c..c1d3d908a8ade60c7f4b99270f4749421052c4ca 100644
--- a/netbox/client/circuits/circuits_providers_partial_update_parameters.go
+++ b/netbox/client/circuits/circuits_providers_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_partial_update_responses.go b/netbox/client/circuits/circuits_providers_partial_update_responses.go
index 401b93b93b63fbe145fc80f7225db6a598d952b9..55ca2899c7db8bf54af6bd9f9170b0adf2302ca5 100644
--- a/netbox/client/circuits/circuits_providers_partial_update_responses.go
+++ b/netbox/client/circuits/circuits_providers_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_read_parameters.go b/netbox/client/circuits/circuits_providers_read_parameters.go
index 36670e23b370c99378da5e3d17690fb3c6450b2a..4fa0f3b049fcd685e9a34918d8b339853e21007c 100644
--- a/netbox/client/circuits/circuits_providers_read_parameters.go
+++ b/netbox/client/circuits/circuits_providers_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_read_responses.go b/netbox/client/circuits/circuits_providers_read_responses.go
index e9f70728ff35f16bed712ae3911267cd8a60374f..d62098f8a1cf1f6a4c8e8c02d030850f114545d5 100644
--- a/netbox/client/circuits/circuits_providers_read_responses.go
+++ b/netbox/client/circuits/circuits_providers_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_update_parameters.go b/netbox/client/circuits/circuits_providers_update_parameters.go
index 5124b2eb0a77415dee3aefa1cf281e093f968a75..671c5fdeda5bacf84bcbf4ccb6441b589af4eb16 100644
--- a/netbox/client/circuits/circuits_providers_update_parameters.go
+++ b/netbox/client/circuits/circuits_providers_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/circuits/circuits_providers_update_responses.go b/netbox/client/circuits/circuits_providers_update_responses.go
index 30208498c207be0521f6ce96a1d2a4afa9884a7c..befd105d2e4701b8b1309f5282fb89e46f992623 100644
--- a/netbox/client/circuits/circuits_providers_update_responses.go
+++ b/netbox/client/circuits/circuits_providers_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package circuits
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_choices_list_parameters.go b/netbox/client/dcim/dcim_choices_list_parameters.go
index fdbfe2705f944f638e991fc3932ee2f712ec36d5..675a84370df67a7423d9294770ecc5f770c0199e 100644
--- a/netbox/client/dcim/dcim_choices_list_parameters.go
+++ b/netbox/client/dcim/dcim_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_choices_list_responses.go b/netbox/client/dcim/dcim_choices_list_responses.go
index 874d387f01d28efade2b52a2ffe1decfa8f11569..cf40dbcc257d70b9f25bbfaa267f2bdae8bb8aa2 100644
--- a/netbox/client/dcim/dcim_choices_list_responses.go
+++ b/netbox/client/dcim/dcim_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_choices_read_parameters.go b/netbox/client/dcim/dcim_choices_read_parameters.go
index 9bd9feec7f528c13a0c269d9acf8fe732a8aa11b..f0757bd50d5105f991aeddf6e72f530f1e006e06 100644
--- a/netbox/client/dcim/dcim_choices_read_parameters.go
+++ b/netbox/client/dcim/dcim_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_choices_read_responses.go b/netbox/client/dcim/dcim_choices_read_responses.go
index b6a045648613d0cda6418a02c048bda20ec4e33d..ca9b7c064d62977db9a8c56e0a9d1c28dfb90cf7 100644
--- a/netbox/client/dcim/dcim_choices_read_responses.go
+++ b/netbox/client/dcim/dcim_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_client.go b/netbox/client/dcim/dcim_client.go
index 1691a60023405a4a9a5922c41d470a9a7bd42fac..4f088b891404f889d6d1a82d3b5b503153c8e39c 100644
--- a/netbox/client/dcim/dcim_client.go
+++ b/netbox/client/dcim/dcim_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_connected_device_list_parameters.go b/netbox/client/dcim/dcim_connected_device_list_parameters.go
index 0eeaf0a5b28a9ea5a9e44cecac2d02f7b7240dd4..b1017d65b0045ea142df45c57288249e1b408e60 100644
--- a/netbox/client/dcim/dcim_connected_device_list_parameters.go
+++ b/netbox/client/dcim/dcim_connected_device_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_connected_device_list_responses.go b/netbox/client/dcim/dcim_connected_device_list_responses.go
index d444c3089ec98140dc2435e44190cab2514d15ec..74f5a35fa321fab9a80b72464da54d8b8a483869 100644
--- a/netbox/client/dcim/dcim_connected_device_list_responses.go
+++ b/netbox/client/dcim/dcim_connected_device_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_connections_list_parameters.go b/netbox/client/dcim/dcim_console_connections_list_parameters.go
index 091e8eb360e14b882da1492cc9658759fe943c93..63185cfcaa026535c222e2519a880e84425c173c 100644
--- a/netbox/client/dcim/dcim_console_connections_list_parameters.go
+++ b/netbox/client/dcim/dcim_console_connections_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_connections_list_responses.go b/netbox/client/dcim/dcim_console_connections_list_responses.go
index 7a5a276808558fe08988fd35808c75b57b603b6f..e909386be97a16edbf83b6eb243b83c944fec14c 100644
--- a/netbox/client/dcim/dcim_console_connections_list_responses.go
+++ b/netbox/client/dcim/dcim_console_connections_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_create_parameters.go b/netbox/client/dcim/dcim_console_port_templates_create_parameters.go
index 9acf4d2d9d6b0a3110371902b236cd88d8deb66d..e6fd658c89e220c167c6fd82d78c553f4efd74b6 100644
--- a/netbox/client/dcim/dcim_console_port_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_create_responses.go b/netbox/client/dcim/dcim_console_port_templates_create_responses.go
index fd197604a4be749819e371843173e076eeb3b729..79d2ecacf4ef052be8833987909d6dbee03a401f 100644
--- a/netbox/client/dcim/dcim_console_port_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_delete_parameters.go b/netbox/client/dcim/dcim_console_port_templates_delete_parameters.go
index f4cbf52a0c5eb71f0c0fc6070c153b84c030947c..1b1b898826fb40ab73410a7a195b1df60ea2e852 100644
--- a/netbox/client/dcim/dcim_console_port_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_delete_responses.go b/netbox/client/dcim/dcim_console_port_templates_delete_responses.go
index 1d32e6484e204516972e34f72b06a1a7788b041f..60f7f0a53cac9140de020f74863631247c7f5a40 100644
--- a/netbox/client/dcim/dcim_console_port_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_list_parameters.go b/netbox/client/dcim/dcim_console_port_templates_list_parameters.go
index 46b34cf3d6b26e9a8252740edbdd9de7fda10f1b..3ed60c058e68908b6b4cc4c6268f38d0f32eb3f6 100644
--- a/netbox/client/dcim/dcim_console_port_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_list_responses.go b/netbox/client/dcim/dcim_console_port_templates_list_responses.go
index f71677ad51924ca0e09938e78b0d12168d170857..84e206bac6bfce7dc906acbd3db9ed3dfaec1141 100644
--- a/netbox/client/dcim/dcim_console_port_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_console_port_templates_partial_update_parameters.go
index f739891ec3133218bdd2788ec46b9132dd44c030..652250e0844d58bd326b91d1bd656e1c3ba271bd 100644
--- a/netbox/client/dcim/dcim_console_port_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_partial_update_responses.go b/netbox/client/dcim/dcim_console_port_templates_partial_update_responses.go
index fc6ae667f53cc31a20e9b89a6d28e803183e9f11..1f49cc3cdf2d97b56d2297fd1e16a2d54c24c4ba 100644
--- a/netbox/client/dcim/dcim_console_port_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_read_parameters.go b/netbox/client/dcim/dcim_console_port_templates_read_parameters.go
index 68efb402bd7c97161697623308644e74b1474dbd..491c4b3d76325c86f3124487a37f0649319fbdd5 100644
--- a/netbox/client/dcim/dcim_console_port_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_read_responses.go b/netbox/client/dcim/dcim_console_port_templates_read_responses.go
index d368c2c9572695276d9cbae7c5c3968d608b579b..1ccc3d07ee05e78bc8dd8c0d51caebefeff7354e 100644
--- a/netbox/client/dcim/dcim_console_port_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_update_parameters.go b/netbox/client/dcim/dcim_console_port_templates_update_parameters.go
index c881acae3d4ce378c6e0aa495dac46d870bdcce7..db9a5bd43cfda5adcf997eae448b34add21ce441 100644
--- a/netbox/client/dcim/dcim_console_port_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_port_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_port_templates_update_responses.go b/netbox/client/dcim/dcim_console_port_templates_update_responses.go
index a088e2bf3fe8b8e0d3660ee582757ca585ce0f42..ffc6eee4e66c1940bf972da79f412185f1d5c585 100644
--- a/netbox/client/dcim/dcim_console_port_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_console_port_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_create_parameters.go b/netbox/client/dcim/dcim_console_ports_create_parameters.go
index 818f5836bd4f6529b1122a35f1eff75bd0a883c5..bc293114599fd67a03df3e35124bc2f7e66ca5dc 100644
--- a/netbox/client/dcim/dcim_console_ports_create_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_create_responses.go b/netbox/client/dcim/dcim_console_ports_create_responses.go
index 4e1e6404cdd935c6594f16374862e8ac403bf075..f90a275a63782b3d6ca3d2d608778a3eb34eeaa7 100644
--- a/netbox/client/dcim/dcim_console_ports_create_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_delete_parameters.go b/netbox/client/dcim/dcim_console_ports_delete_parameters.go
index 89d3e1710a1cebe420361faec94448e4fb7faa61..333fded6a4dfdaa1d687b0c0987671abd766d9dd 100644
--- a/netbox/client/dcim/dcim_console_ports_delete_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_delete_responses.go b/netbox/client/dcim/dcim_console_ports_delete_responses.go
index dd91b0261942808bb9470e3aca03446438183a68..1d41ab5a3d8e4841f0504d7da2af497d1dcb98b7 100644
--- a/netbox/client/dcim/dcim_console_ports_delete_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_list_parameters.go b/netbox/client/dcim/dcim_console_ports_list_parameters.go
index 5431f5eca1012f111e1a060917250a7c889e0c97..cfe18410c5022cf47f8556e7a5a5548836f961ac 100644
--- a/netbox/client/dcim/dcim_console_ports_list_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_list_responses.go b/netbox/client/dcim/dcim_console_ports_list_responses.go
index d4776f0b2eee07ab4f2a8b5724dda95b47aed8aa..01435605ea6a4597c771421cd11797518f4bc9ba 100644
--- a/netbox/client/dcim/dcim_console_ports_list_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_partial_update_parameters.go b/netbox/client/dcim/dcim_console_ports_partial_update_parameters.go
index 4fcd5458d90de69ddf3faffdef34481cb3ff84e4..87084f60609d15fc8557911d5452557c59ad4a59 100644
--- a/netbox/client/dcim/dcim_console_ports_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_partial_update_responses.go b/netbox/client/dcim/dcim_console_ports_partial_update_responses.go
index f56fbb578e6c7cc08c902a109f483f2e9feb9e71..9fb4bfc118fa85b61f68d998d09c21faf2e932fa 100644
--- a/netbox/client/dcim/dcim_console_ports_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_read_parameters.go b/netbox/client/dcim/dcim_console_ports_read_parameters.go
index 67fddd5f41b08fc8cbf91afbc14b93e215f0ef95..0687617363c916948b30a9633fd1aba97e7878dd 100644
--- a/netbox/client/dcim/dcim_console_ports_read_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_read_responses.go b/netbox/client/dcim/dcim_console_ports_read_responses.go
index 55a2ab2056a13ad285c6430d6faf670336ba92b7..e25a09fca3eb1d6ff23fd16081b2c7674773b32e 100644
--- a/netbox/client/dcim/dcim_console_ports_read_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_update_parameters.go b/netbox/client/dcim/dcim_console_ports_update_parameters.go
index fdd3a996ef88f80cc1784df498e543ae0d764fb6..fd01fddd48c9aa591e64d83dae65fc9d3cbe1565 100644
--- a/netbox/client/dcim/dcim_console_ports_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_ports_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_ports_update_responses.go b/netbox/client/dcim/dcim_console_ports_update_responses.go
index be53bd0c5cd299f15a259c6d91cad183f3a93284..4c6332b7afb8cb3b868df0acb097f5c61ca405ec 100644
--- a/netbox/client/dcim/dcim_console_ports_update_responses.go
+++ b/netbox/client/dcim/dcim_console_ports_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_create_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_create_parameters.go
index c9040a0b2f0ea981673156563a4bb76704a246f5..9547dd399e8c38a99a6b40904a234cd38ef580c1 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_create_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_create_responses.go
index 592ac1ed9a20362989c1304f6a84850ff8d7815e..55bb25ddad151e9bf3a34ee15b225c1e4e3dc9f5 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_delete_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_delete_parameters.go
index 2b53065878393e7c5e5006177828dc9ffe4b6cbb..2d7623c6a86a29ab901ab89cd652a4e00ff1d8db 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_delete_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_delete_responses.go
index 2d58ab92e23483ae42cef881e03f62e656fe865e..42c7d417a37948e426ece4778f75fe080e5cbd7a 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_list_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_list_parameters.go
index 61d44fdd0e86d6335b7f2491f2a46e2665f6fe3a..90779d9e25eadc47e3d9294e74083dd390ebb5eb 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_list_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_list_responses.go
index 0735c5ff2ed0e9d97aaa528915a3ae184f255898..a0e1a97743e5a7bab7f5441b7a1ef42848280a74 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_partial_update_parameters.go
index f93f132802866954136511ce6321831a02bd02b9..5a6f3e0676ac5b8f0ee2d822638c90ab070fd6d0 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_partial_update_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_partial_update_responses.go
index 083b4aee8377a833c047ae020b6c07380b593cae..48d940d85fb057fb4ff3ab6d07aea24a965c015d 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_read_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_read_parameters.go
index 85c7719355f84f54802df891374d12b5ce7f7107..498d73cf6408e7e2dfd8e88011c930ed82bef96e 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_read_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_read_responses.go
index 030952377976dadd8aed82ab4e8767745f7f7c1a..9d2b9f6fab51989e798ffee03ecf34db46bed529 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_update_parameters.go b/netbox/client/dcim/dcim_console_server_port_templates_update_parameters.go
index fd67d3d7f1374bc153c5bf5fb81dedd7bf4ce7a6..26bfe388201391b9bf8c0cc2be2e0810d1e32cc0 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_port_templates_update_responses.go b/netbox/client/dcim/dcim_console_server_port_templates_update_responses.go
index d6a24036c3361fc1a96d9c255ef913ffa3634407..633057db7272a1ff1b12f93fcbd9a4c9a2d8ab3b 100644
--- a/netbox/client/dcim/dcim_console_server_port_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_console_server_port_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_create_parameters.go b/netbox/client/dcim/dcim_console_server_ports_create_parameters.go
index e93d704686b002ac886e0376a0c3dd6a97843c11..7b6cbba83ae697e16785de388ec16a7fda49f25f 100644
--- a/netbox/client/dcim/dcim_console_server_ports_create_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_create_responses.go b/netbox/client/dcim/dcim_console_server_ports_create_responses.go
index e89e01e3fd6ad7f17cb6e7b6666070b6aa41442d..ea311acde6bb654dd102640f371415d43f2038f7 100644
--- a/netbox/client/dcim/dcim_console_server_ports_create_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_delete_parameters.go b/netbox/client/dcim/dcim_console_server_ports_delete_parameters.go
index 5fe9dd37fcd3d75bbe080672d5c03bda763a1b33..78592be6deef108f3c4d73187ff84b42b1908b71 100644
--- a/netbox/client/dcim/dcim_console_server_ports_delete_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_delete_responses.go b/netbox/client/dcim/dcim_console_server_ports_delete_responses.go
index 7d82c6768708c6067182da5261beddac3aa73a46..6332fe0b2f364db0f1ef45f03f404015c0a35b1d 100644
--- a/netbox/client/dcim/dcim_console_server_ports_delete_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_list_parameters.go b/netbox/client/dcim/dcim_console_server_ports_list_parameters.go
index abab52d327be45c40c7344a724bdac28b3a3a3e8..df14161d45a1a73a0865dd457ed5017f91fe3005 100644
--- a/netbox/client/dcim/dcim_console_server_ports_list_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_list_responses.go b/netbox/client/dcim/dcim_console_server_ports_list_responses.go
index 13ddf5398e463960a4ee51d1736ccfbd27bbce8e..fd9ac09f46c7599e775dc777f5fe95eebb98109e 100644
--- a/netbox/client/dcim/dcim_console_server_ports_list_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_partial_update_parameters.go b/netbox/client/dcim/dcim_console_server_ports_partial_update_parameters.go
index 556c0399dfe0da02be0af3409e9ac22397ef1b31..90d0deadbcdcb69c8790df2f6b2e8bca7d2f721e 100644
--- a/netbox/client/dcim/dcim_console_server_ports_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_partial_update_responses.go b/netbox/client/dcim/dcim_console_server_ports_partial_update_responses.go
index 5beb4b5c4f7751004d6fe6e265294d128d3508b1..bcbac0ad285b8b0c2d4084fc84101e0c912431c0 100644
--- a/netbox/client/dcim/dcim_console_server_ports_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_read_parameters.go b/netbox/client/dcim/dcim_console_server_ports_read_parameters.go
index 99ab4b489e2955d409ca17f6f7856a9d4435a285..5dd2d73a87fb8afd3dbc6ef58b9c9717793337c8 100644
--- a/netbox/client/dcim/dcim_console_server_ports_read_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_read_responses.go b/netbox/client/dcim/dcim_console_server_ports_read_responses.go
index 028c7cf90f6fb49880bee8ccdb83f33a60a786da..a1790ee5615a0295d749f4570f86aab0c4428ac8 100644
--- a/netbox/client/dcim/dcim_console_server_ports_read_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_update_parameters.go b/netbox/client/dcim/dcim_console_server_ports_update_parameters.go
index 612f01cd48417d8c990fd2bcca5afc08e858713b..06832cd197fc3811fa01e56325adf17ec68251e5 100644
--- a/netbox/client/dcim/dcim_console_server_ports_update_parameters.go
+++ b/netbox/client/dcim/dcim_console_server_ports_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_console_server_ports_update_responses.go b/netbox/client/dcim/dcim_console_server_ports_update_responses.go
index e1310dd486f692b35abe99971f6975796960ed54..f90c9c531abdd0d49cec0be3ae500d16b96a4d24 100644
--- a/netbox/client/dcim/dcim_console_server_ports_update_responses.go
+++ b/netbox/client/dcim/dcim_console_server_ports_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_create_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_create_parameters.go
index d30304f89107f0c5c794ef781b155bb93ff71cda..b0fdaf2b4000620a62984ba42193ef1ca39237e6 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_create_responses.go b/netbox/client/dcim/dcim_device_bay_templates_create_responses.go
index d8d84b8c22fbd6030f508bab3071bb1006213a1c..e947354d11856450aca06169ef4c365a98801b59 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_delete_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_delete_parameters.go
index d76d12d9bc13b0722170cc2f3a39cad4e603fc88..43928cc501b5b2a266fde0bdc5de6d1b05791c89 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_delete_responses.go b/netbox/client/dcim/dcim_device_bay_templates_delete_responses.go
index 6cf1a9f92e774483c12b8b267030f85ca17278f1..a3800d096ff9dca9d42a4dca4e9597ead70d3873 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_list_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_list_parameters.go
index 178b91729868648fb75f1bf6f394a296131355c7..b967bcf90d8b0acab43dbd1317d32302d7989bd8 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_list_responses.go b/netbox/client/dcim/dcim_device_bay_templates_list_responses.go
index f37c44a36cacbc357cc14b0d74bfea204aff6e02..1e83bc7611f3e4525f085b3b299a65d0bbe6c42e 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_partial_update_parameters.go
index c90864638b3cab0c06ea63ee8c520fa104539b8c..7fd8556bd882a353d4f192b5809d5ea436446758 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_partial_update_responses.go b/netbox/client/dcim/dcim_device_bay_templates_partial_update_responses.go
index 17edad58af64145f8c1e298e355532393b54c3b4..be2b1e0ce6d6482ff7aa17470cf29d6cc799388c 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_read_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_read_parameters.go
index 3814f5332e9f0aad679a151b1b4ff21e2ac9043b..3e450eafe68f3e3cf10125eaa5164bd4a0f4d5a9 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_read_responses.go b/netbox/client/dcim/dcim_device_bay_templates_read_responses.go
index 63e856c38e44e5a4e1ef0f824b1f01dfc339fdea..81e2dea77ed25852bce8a25b67f037403f4b07d9 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_update_parameters.go b/netbox/client/dcim/dcim_device_bay_templates_update_parameters.go
index 51c7159155fd3da70fbfd0c8a51126fae2d819fa..1a8c9268eace9dd6d255a7d58afeaae3d467aae5 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bay_templates_update_responses.go b/netbox/client/dcim/dcim_device_bay_templates_update_responses.go
index 42b46443a4f6969eb13b1d72ceae8a3a306495b4..8f67bd928b5970e0517700f2ee0f53464ab40e82 100644
--- a/netbox/client/dcim/dcim_device_bay_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_device_bay_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_create_parameters.go b/netbox/client/dcim/dcim_device_bays_create_parameters.go
index b1161d7ec38fdc39d75a4e4f7e635da5f4e22a2d..d4f8b0d49977919ea3c225b1d5ab87c02722d247 100644
--- a/netbox/client/dcim/dcim_device_bays_create_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_create_responses.go b/netbox/client/dcim/dcim_device_bays_create_responses.go
index 1d5284296ad8456ec45535a6efafd0fcc79c185f..17a31cd3fcef8555e2aec168a32252af51b2dbcb 100644
--- a/netbox/client/dcim/dcim_device_bays_create_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_delete_parameters.go b/netbox/client/dcim/dcim_device_bays_delete_parameters.go
index e5c4320f0ef61875b6f6a28efa7048c32aa75da6..834eab814853a5455f1fa1b5ad4e9d251b68bbcf 100644
--- a/netbox/client/dcim/dcim_device_bays_delete_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_delete_responses.go b/netbox/client/dcim/dcim_device_bays_delete_responses.go
index 1f5e0ca9b40e21097172ba5ef4f6b769957a59aa..cdfb3c7f5f2ce28194b2659d699df803eded3a45 100644
--- a/netbox/client/dcim/dcim_device_bays_delete_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_list_parameters.go b/netbox/client/dcim/dcim_device_bays_list_parameters.go
index 572e76c61393b3daa96118f714918283f546b1ad..1c8fe534c4e1f11b1504502d0e9e48e49f2c6f40 100644
--- a/netbox/client/dcim/dcim_device_bays_list_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_list_responses.go b/netbox/client/dcim/dcim_device_bays_list_responses.go
index 24c5820d821b5ec7564f2423faa4e58d6b0a9671..5ed482c8dfea35a5a3a71135e7bef0da24e4d104 100644
--- a/netbox/client/dcim/dcim_device_bays_list_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_partial_update_parameters.go b/netbox/client/dcim/dcim_device_bays_partial_update_parameters.go
index b683920a60062e85fc76583fc71c97904eed4b6f..5271419bb0c8e33341d03b962d46c9cf29017242 100644
--- a/netbox/client/dcim/dcim_device_bays_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_partial_update_responses.go b/netbox/client/dcim/dcim_device_bays_partial_update_responses.go
index 5798902a1c6083c6780c763a7cfec27d0dd80c59..cc824fe3c055e2e86819e12c2e0b37fc25344b9f 100644
--- a/netbox/client/dcim/dcim_device_bays_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_read_parameters.go b/netbox/client/dcim/dcim_device_bays_read_parameters.go
index 8c0edce42fcbdec6ce90cd565c075b011291ae32..f2812f59159aade0e7f4a075b296ae541dbd8ad4 100644
--- a/netbox/client/dcim/dcim_device_bays_read_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_read_responses.go b/netbox/client/dcim/dcim_device_bays_read_responses.go
index 0ab895fed8890d475ee7e8867fb174d92366a503..31ed1cf5215830367d7bed0cb11251fe49427a56 100644
--- a/netbox/client/dcim/dcim_device_bays_read_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_update_parameters.go b/netbox/client/dcim/dcim_device_bays_update_parameters.go
index f79a1caedb610f6a8088cdeb02f681b3e03711e8..57ddad043ce72c3d49638865d470fea1dc001fe3 100644
--- a/netbox/client/dcim/dcim_device_bays_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_bays_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_bays_update_responses.go b/netbox/client/dcim/dcim_device_bays_update_responses.go
index 414f878685eeb9f260ba81f2a771416a2cf79bb5..13b1951e102e2255dac53bd12f05a70b3c6c5cca 100644
--- a/netbox/client/dcim/dcim_device_bays_update_responses.go
+++ b/netbox/client/dcim/dcim_device_bays_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_create_parameters.go b/netbox/client/dcim/dcim_device_roles_create_parameters.go
index af9a1e7fa07ee59d7e12456dfb92a3c95ea8eeef..2fe6af2445ca2662a53304992209bf54dc653934 100644
--- a/netbox/client/dcim/dcim_device_roles_create_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_create_responses.go b/netbox/client/dcim/dcim_device_roles_create_responses.go
index 6d98263dcf76b3f87c8313fb691148972140db87..193ac1010c8e288af50b18c230768b6215448c33 100644
--- a/netbox/client/dcim/dcim_device_roles_create_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_delete_parameters.go b/netbox/client/dcim/dcim_device_roles_delete_parameters.go
index 1f2a73f8c3e0105176442d1d3ac7ad10f4f23037..689c2da63e38beacf2a32fa74f84e3e6c9ff5bfa 100644
--- a/netbox/client/dcim/dcim_device_roles_delete_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_delete_responses.go b/netbox/client/dcim/dcim_device_roles_delete_responses.go
index 6d44eb5578ffd742db9d3248b99f2833a2f23957..39a6838bc46f21ee1cba21360a1354b80669344f 100644
--- a/netbox/client/dcim/dcim_device_roles_delete_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_list_parameters.go b/netbox/client/dcim/dcim_device_roles_list_parameters.go
index 313e21ce27747e79ea845001d6167b92f9f3e792..116a9f2086b1bc48b2a9c0061cd19a371854aed0 100644
--- a/netbox/client/dcim/dcim_device_roles_list_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_list_responses.go b/netbox/client/dcim/dcim_device_roles_list_responses.go
index 0a12adafbef82cbd5db6abd6e963c6bec0dc2df0..d2708a0f062118275164c76894e441dedf821931 100644
--- a/netbox/client/dcim/dcim_device_roles_list_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_partial_update_parameters.go b/netbox/client/dcim/dcim_device_roles_partial_update_parameters.go
index ef488c03fcaf5c02cb65695532f4145d12525743..10a3593fd41ddbfaee1c39e3a115471b633ede20 100644
--- a/netbox/client/dcim/dcim_device_roles_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_partial_update_responses.go b/netbox/client/dcim/dcim_device_roles_partial_update_responses.go
index 1ba248569f3d003753e2a856daa8aef3a1ea9c21..87bcf68eeffea4f075514c1d9b7cfbee15cd125e 100644
--- a/netbox/client/dcim/dcim_device_roles_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_read_parameters.go b/netbox/client/dcim/dcim_device_roles_read_parameters.go
index fcfe0dff0eaf920e3b1fabf058d7e8291877588c..979b3d6e00f7fd63f815b728686087ab30823db3 100644
--- a/netbox/client/dcim/dcim_device_roles_read_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_read_responses.go b/netbox/client/dcim/dcim_device_roles_read_responses.go
index da4c3d12511deb327d3a1a00ce41c390e98f20da..93b241f05b2f7787cd175df1474bedce7a8609c2 100644
--- a/netbox/client/dcim/dcim_device_roles_read_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_update_parameters.go b/netbox/client/dcim/dcim_device_roles_update_parameters.go
index c5609326cb1623e0d21c985a2670ded455298bb6..5f046045ad9bc72d095662ccf8a6ed0d8d1f1e7b 100644
--- a/netbox/client/dcim/dcim_device_roles_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_roles_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_roles_update_responses.go b/netbox/client/dcim/dcim_device_roles_update_responses.go
index 94a05136f826c478341da10b0f5858884bb8e91e..5b1940f9946676201b3b5eff92746308203a2a84 100644
--- a/netbox/client/dcim/dcim_device_roles_update_responses.go
+++ b/netbox/client/dcim/dcim_device_roles_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_create_parameters.go b/netbox/client/dcim/dcim_device_types_create_parameters.go
index 3a845e6e6224bd23fff054d6cdb3bdcc774a02ed..731ca3f94597d213f6b344b983e3627488e97ef8 100644
--- a/netbox/client/dcim/dcim_device_types_create_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_create_responses.go b/netbox/client/dcim/dcim_device_types_create_responses.go
index 940d79c7f23458c8b170c05464b9b8d3813365e4..6d99a6efb5f6b1448b97dffa3e6bc5b56b86da68 100644
--- a/netbox/client/dcim/dcim_device_types_create_responses.go
+++ b/netbox/client/dcim/dcim_device_types_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_delete_parameters.go b/netbox/client/dcim/dcim_device_types_delete_parameters.go
index 73b96db39d64c1a803b268048479b4a00f2af84a..94e1e7ee3b4f1ff042605d88f3bf01137a157e34 100644
--- a/netbox/client/dcim/dcim_device_types_delete_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_delete_responses.go b/netbox/client/dcim/dcim_device_types_delete_responses.go
index 9ac4bdbb7f7cd592228a18123b1acf73e7055b9e..f102108ef5a859c9dfd804fdea5b6b18532692b1 100644
--- a/netbox/client/dcim/dcim_device_types_delete_responses.go
+++ b/netbox/client/dcim/dcim_device_types_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_list_parameters.go b/netbox/client/dcim/dcim_device_types_list_parameters.go
index ea5e47a942abd6042b8795cafcafb3a1fefe97f3..d5827fb12e50c16e42535ce36c305db0289eac2c 100644
--- a/netbox/client/dcim/dcim_device_types_list_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_list_responses.go b/netbox/client/dcim/dcim_device_types_list_responses.go
index ca247199f7d2ca9ebe67777467479bf24b69c7fa..29254ffe69c10c4c8afbc713c9b973f2a10a6f4a 100644
--- a/netbox/client/dcim/dcim_device_types_list_responses.go
+++ b/netbox/client/dcim/dcim_device_types_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_partial_update_parameters.go b/netbox/client/dcim/dcim_device_types_partial_update_parameters.go
index 3b432ac15c2a737a780ef962dce11379820e33dc..bec757ce1adb86b891c41fa76716f790be855421 100644
--- a/netbox/client/dcim/dcim_device_types_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_partial_update_responses.go b/netbox/client/dcim/dcim_device_types_partial_update_responses.go
index dfe839534ff658b8e971188e829e3896b54cb2ec..ac54b2aa1f70fe805b0913d0739ffd40f2752a98 100644
--- a/netbox/client/dcim/dcim_device_types_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_device_types_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_read_parameters.go b/netbox/client/dcim/dcim_device_types_read_parameters.go
index 76ecdd171039f499518a4de02608d512d0b5d37d..e96e83fe067b87aef2ecc0d85df2c5a288eb4777 100644
--- a/netbox/client/dcim/dcim_device_types_read_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_read_responses.go b/netbox/client/dcim/dcim_device_types_read_responses.go
index 528b76608bf1bac766c70748ea3ac552304792f3..0269f0b8d559fbe110dd5386dc503fda650b1747 100644
--- a/netbox/client/dcim/dcim_device_types_read_responses.go
+++ b/netbox/client/dcim/dcim_device_types_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_update_parameters.go b/netbox/client/dcim/dcim_device_types_update_parameters.go
index 7f1b5f047a941bd011f1c3c0cf1988fa5ff7ddef..f6d8d647a29e405594e4f3c45ac29a7c52954c3d 100644
--- a/netbox/client/dcim/dcim_device_types_update_parameters.go
+++ b/netbox/client/dcim/dcim_device_types_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_device_types_update_responses.go b/netbox/client/dcim/dcim_device_types_update_responses.go
index 6d0dbc759330b3c3cefb25a3a3b60a0a91be4d2b..00df505538825932335fd412eaeac9619c94da95 100644
--- a/netbox/client/dcim/dcim_device_types_update_responses.go
+++ b/netbox/client/dcim/dcim_device_types_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_create_parameters.go b/netbox/client/dcim/dcim_devices_create_parameters.go
index 26224ec3f8470680413bb61f6feba65d0c9687f0..6385b3bb7e362aa65d511d58633f3afeda57cbf2 100644
--- a/netbox/client/dcim/dcim_devices_create_parameters.go
+++ b/netbox/client/dcim/dcim_devices_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_create_responses.go b/netbox/client/dcim/dcim_devices_create_responses.go
index d708a46d86f12ffe1b7b98b8e19153940ff10851..5af49381f5eacddbb7d3025a1520c2d8b2b12e08 100644
--- a/netbox/client/dcim/dcim_devices_create_responses.go
+++ b/netbox/client/dcim/dcim_devices_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_delete_parameters.go b/netbox/client/dcim/dcim_devices_delete_parameters.go
index 7e2a5a102626eacc811ef79701abd56ac2a88f35..0ad70d782b148dc4fe5bcdf29f4418765e0c186a 100644
--- a/netbox/client/dcim/dcim_devices_delete_parameters.go
+++ b/netbox/client/dcim/dcim_devices_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_delete_responses.go b/netbox/client/dcim/dcim_devices_delete_responses.go
index ad800e46fa03b258dae0ecb99ffa1ca1348c86e6..1f2727fd29f9c2d3ab9774c762ea1ec070a491c4 100644
--- a/netbox/client/dcim/dcim_devices_delete_responses.go
+++ b/netbox/client/dcim/dcim_devices_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_list_parameters.go b/netbox/client/dcim/dcim_devices_list_parameters.go
index f6f18a90f6465e1147befc5f778fb7f617f42b83..fd09afcaa3891a97602a7013ff614c48b700d4eb 100644
--- a/netbox/client/dcim/dcim_devices_list_parameters.go
+++ b/netbox/client/dcim/dcim_devices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_list_responses.go b/netbox/client/dcim/dcim_devices_list_responses.go
index c151a761f4b0f1bf959ff69be1ad2902f6243532..8c2d569bb486549d0a3e39732dfd294c5f8cd3ad 100644
--- a/netbox/client/dcim/dcim_devices_list_responses.go
+++ b/netbox/client/dcim/dcim_devices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_napalm_parameters.go b/netbox/client/dcim/dcim_devices_napalm_parameters.go
index df489cadd5715819f9969264fdec7520d394259c..c23967a263df57a407a1909ec7c8cf1ca2c08db7 100644
--- a/netbox/client/dcim/dcim_devices_napalm_parameters.go
+++ b/netbox/client/dcim/dcim_devices_napalm_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_napalm_responses.go b/netbox/client/dcim/dcim_devices_napalm_responses.go
index 1270f3ed8bce8c9da8611a3e0157e0457be4da90..60a60dc19efe6da108babae3119761d030c324da 100644
--- a/netbox/client/dcim/dcim_devices_napalm_responses.go
+++ b/netbox/client/dcim/dcim_devices_napalm_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_partial_update_parameters.go b/netbox/client/dcim/dcim_devices_partial_update_parameters.go
index 84bdbee08ac15ce24ef3bdf6a3c14268395d248b..4a3bc2c27b556cf50d405ffad99436079a0dcd62 100644
--- a/netbox/client/dcim/dcim_devices_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_devices_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_partial_update_responses.go b/netbox/client/dcim/dcim_devices_partial_update_responses.go
index 9c6b815ef365c0f400daf0612242324eda468802..2193368919a09e12a76f40aac1ae6cc1dc7001ef 100644
--- a/netbox/client/dcim/dcim_devices_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_devices_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_read_parameters.go b/netbox/client/dcim/dcim_devices_read_parameters.go
index 12079ed03050ca016b6e803af92c0a4d36924815..a72431ec23808ec68d9f6a47a5185ce88e8c45cf 100644
--- a/netbox/client/dcim/dcim_devices_read_parameters.go
+++ b/netbox/client/dcim/dcim_devices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_read_responses.go b/netbox/client/dcim/dcim_devices_read_responses.go
index 3f745b54e0c58ee31a157c0c633be90fc6c7f371..25f29c0b742cf4770ba1e7e38321d239c9dd8c83 100644
--- a/netbox/client/dcim/dcim_devices_read_responses.go
+++ b/netbox/client/dcim/dcim_devices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_update_parameters.go b/netbox/client/dcim/dcim_devices_update_parameters.go
index 68e8e543606adca511ac866adb91e09514e5520f..f2a84ad5fb729431ae3b261d1352074632771bec 100644
--- a/netbox/client/dcim/dcim_devices_update_parameters.go
+++ b/netbox/client/dcim/dcim_devices_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_devices_update_responses.go b/netbox/client/dcim/dcim_devices_update_responses.go
index bfa74ab34b26f1fc47041ecc0bdbdd75d549dc74..4fae46c5c8832417fc81cfafc66d6f04b4db4a5d 100644
--- a/netbox/client/dcim/dcim_devices_update_responses.go
+++ b/netbox/client/dcim/dcim_devices_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_create_parameters.go b/netbox/client/dcim/dcim_interface_connections_create_parameters.go
index 509b94110ff79837401e1f5a32f7647d52d6ef20..42310573f9dafcc5d52ef2b07dd79582366dcb5d 100644
--- a/netbox/client/dcim/dcim_interface_connections_create_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_create_responses.go b/netbox/client/dcim/dcim_interface_connections_create_responses.go
index b76c27b3d5be373fb8b116eb4de80d4eee576855..ca5040ec1e215558a69cb086cc7c59c8042eb95c 100644
--- a/netbox/client/dcim/dcim_interface_connections_create_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_delete_parameters.go b/netbox/client/dcim/dcim_interface_connections_delete_parameters.go
index 74cbd5feb1879cab4d37a341071dac23c8a88679..b392d953a572ce1048fb7b35644ad75f6c6d4246 100644
--- a/netbox/client/dcim/dcim_interface_connections_delete_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_delete_responses.go b/netbox/client/dcim/dcim_interface_connections_delete_responses.go
index 7b73fad19daf83176c5b432fbb1b566459dcf70e..061d9541bfb6695a8a3b989306b316bd778e6c4a 100644
--- a/netbox/client/dcim/dcim_interface_connections_delete_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_list_parameters.go b/netbox/client/dcim/dcim_interface_connections_list_parameters.go
index 8668131d549a61ec38cf5263dc8b033d50d11c95..5e6c1bdfd4d85359d7caaf26a934b333941d00d1 100644
--- a/netbox/client/dcim/dcim_interface_connections_list_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_list_responses.go b/netbox/client/dcim/dcim_interface_connections_list_responses.go
index ba35d58545e2c348663937f70ed39acaa5ae5a66..f65d4fba802349b00ce3bc35aeee72532e44a5a7 100644
--- a/netbox/client/dcim/dcim_interface_connections_list_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_partial_update_parameters.go b/netbox/client/dcim/dcim_interface_connections_partial_update_parameters.go
index 4f2ffd88d9b9b1a84138e3d3dcff6fda18874f02..eda3947a0fec7b14e6c5718f94c90a419cd33e03 100644
--- a/netbox/client/dcim/dcim_interface_connections_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_partial_update_responses.go b/netbox/client/dcim/dcim_interface_connections_partial_update_responses.go
index 70a39aaa95a63fea8c36d118b710e255f5bc2009..7666482738d4a31934945403e0cdd180064a9fbc 100644
--- a/netbox/client/dcim/dcim_interface_connections_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_read_parameters.go b/netbox/client/dcim/dcim_interface_connections_read_parameters.go
index 9f594d69f6d0358cc127dd8c3e1dcf7e4d37bddb..e24b256f3777272af30fa87369d04a48de8ede86 100644
--- a/netbox/client/dcim/dcim_interface_connections_read_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_read_responses.go b/netbox/client/dcim/dcim_interface_connections_read_responses.go
index 0c8959aad5ef7ad79042ddbf576934e9590ff6af..9cf2e622d917e062fad0153095f6826466fc1592 100644
--- a/netbox/client/dcim/dcim_interface_connections_read_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_update_parameters.go b/netbox/client/dcim/dcim_interface_connections_update_parameters.go
index b51ffd8ba6e5789dd257ade24291290062e2c065..85cc6a16f048ea40e17abf4622ffdb6fd4002581 100644
--- a/netbox/client/dcim/dcim_interface_connections_update_parameters.go
+++ b/netbox/client/dcim/dcim_interface_connections_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_connections_update_responses.go b/netbox/client/dcim/dcim_interface_connections_update_responses.go
index 2941ddf76441ddfcbde3105cedca8b28ab64dab0..ac16cd5cdb804e18f9496df398de63f1b5aaeb4e 100644
--- a/netbox/client/dcim/dcim_interface_connections_update_responses.go
+++ b/netbox/client/dcim/dcim_interface_connections_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_create_parameters.go b/netbox/client/dcim/dcim_interface_templates_create_parameters.go
index 3fffa7ba2719973fed7483aa181e982762cab951..6307ae6fa60df9a067b96886857b3f2264ebc155 100644
--- a/netbox/client/dcim/dcim_interface_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_create_responses.go b/netbox/client/dcim/dcim_interface_templates_create_responses.go
index 21ed963c54c974402b2f0b6501ab8ce751de9057..150768f5be73b4e701e9937f7bb6da943466094b 100644
--- a/netbox/client/dcim/dcim_interface_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_delete_parameters.go b/netbox/client/dcim/dcim_interface_templates_delete_parameters.go
index e039118b1d7f28a53a2d7faa31a7411e531052bf..c564d63dbce24e4ec8129f3008cb4e1e3c537329 100644
--- a/netbox/client/dcim/dcim_interface_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_delete_responses.go b/netbox/client/dcim/dcim_interface_templates_delete_responses.go
index 2c5fe331aec24a6dec4a77d40f53415292e3152c..28cb958253369d2959fa21f8224395107dd93376 100644
--- a/netbox/client/dcim/dcim_interface_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_list_parameters.go b/netbox/client/dcim/dcim_interface_templates_list_parameters.go
index dda290141252085e0292f3f6c9e187e9af7a554d..44b97fda3c23b707009d18e9270a268058354a95 100644
--- a/netbox/client/dcim/dcim_interface_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_list_responses.go b/netbox/client/dcim/dcim_interface_templates_list_responses.go
index 73c4daf4f537ee2cf7a593e16b36ac7d5a874c45..8d505de101c7afc6624f4cc4b6f0edce06f98ca4 100644
--- a/netbox/client/dcim/dcim_interface_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_interface_templates_partial_update_parameters.go
index 5d619f5d8e070dbc278ab6841e6ad5c1306f0ebb..d231ca8a008c0280c93796b5e5cf12d7b74733e8 100644
--- a/netbox/client/dcim/dcim_interface_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_partial_update_responses.go b/netbox/client/dcim/dcim_interface_templates_partial_update_responses.go
index 8e70823af1123f21be9717f1ab987a4f071b38f2..771869440c06cef0b7a340094da3c3a39ba10fff 100644
--- a/netbox/client/dcim/dcim_interface_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_read_parameters.go b/netbox/client/dcim/dcim_interface_templates_read_parameters.go
index 7b717d21af04e36bf3c8ce499a54c35fa9d8c78e..8446aad03fa29f0b8b0f4d99e3dc38abc4735995 100644
--- a/netbox/client/dcim/dcim_interface_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_read_responses.go b/netbox/client/dcim/dcim_interface_templates_read_responses.go
index 86e3f35d90539bee4dfe66ef6383a3f7e0659683..b670d4e283d3ccc8d1199a5cd0868506cf05a395 100644
--- a/netbox/client/dcim/dcim_interface_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_update_parameters.go b/netbox/client/dcim/dcim_interface_templates_update_parameters.go
index b32fb384bf931f0663dfb9362cc998f305e934d1..526828e923ebfc44626436c66e7f38d2575fbe2f 100644
--- a/netbox/client/dcim/dcim_interface_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_interface_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interface_templates_update_responses.go b/netbox/client/dcim/dcim_interface_templates_update_responses.go
index a3c930dba8e79a3be7cbc01a131252edc00a588a..1a14d3b83c95c855f63b0fd1a6934a2976456f58 100644
--- a/netbox/client/dcim/dcim_interface_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_interface_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_create_parameters.go b/netbox/client/dcim/dcim_interfaces_create_parameters.go
index 339a715ff0c6e0a130ecc70eb467b6d64db8ebf6..16065f45af95582af4451dd915cd48a88655b2bd 100644
--- a/netbox/client/dcim/dcim_interfaces_create_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_create_responses.go b/netbox/client/dcim/dcim_interfaces_create_responses.go
index 25909d22f2b1a79d4ff2dc1d04a1f6c87d69ba7b..ca7ba27ad0eb595d94aaba646937f3022a29f1a2 100644
--- a/netbox/client/dcim/dcim_interfaces_create_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_delete_parameters.go b/netbox/client/dcim/dcim_interfaces_delete_parameters.go
index 870b9308ef9ab19528850ec0fdbfef0f8ee400b6..db8a88466f35e25a2eaa9d12b122127e400e03b7 100644
--- a/netbox/client/dcim/dcim_interfaces_delete_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_delete_responses.go b/netbox/client/dcim/dcim_interfaces_delete_responses.go
index 241e1c76a9df50cf4faea2a96b5dc57d71f6be22..63f526ab66a13b0339c87b2dbb699df046d44578 100644
--- a/netbox/client/dcim/dcim_interfaces_delete_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_graphs_parameters.go b/netbox/client/dcim/dcim_interfaces_graphs_parameters.go
index fe12f3bbdb4163769512dc3d1be141e7bd6edd29..53fe1177d346a1e2e17c4366307c10194cc4aa5f 100644
--- a/netbox/client/dcim/dcim_interfaces_graphs_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_graphs_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_graphs_responses.go b/netbox/client/dcim/dcim_interfaces_graphs_responses.go
index 91d035c2ba7a598a2b2535e43fdc146d11c3c909..868c94a1bbedb0f78a05b49cc1d15fd677a497af 100644
--- a/netbox/client/dcim/dcim_interfaces_graphs_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_graphs_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_list_parameters.go b/netbox/client/dcim/dcim_interfaces_list_parameters.go
index fdbc0f413632cfda750e5c47dc38c6086d000d4c..a8121cf1a475e22159c80e78f5c7b52212229447 100644
--- a/netbox/client/dcim/dcim_interfaces_list_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_list_responses.go b/netbox/client/dcim/dcim_interfaces_list_responses.go
index 06674466153e9fa45d5940baf53e1d834488d219..5245ff7e63d9ae6a5765c96254cf50c1c127a7ec 100644
--- a/netbox/client/dcim/dcim_interfaces_list_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_partial_update_parameters.go b/netbox/client/dcim/dcim_interfaces_partial_update_parameters.go
index b4c08e1a88344f1dc0ada6b4ebd4dd6ec80072d3..169b7e0fbaafa225cdb8e7a9d27c682f5e779a86 100644
--- a/netbox/client/dcim/dcim_interfaces_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_partial_update_responses.go b/netbox/client/dcim/dcim_interfaces_partial_update_responses.go
index 59819bf06c4d4f66c595326d1c6acc06ec763c9b..1a84d55a46ad6ce28662c2f06d8de8358ed08453 100644
--- a/netbox/client/dcim/dcim_interfaces_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_read_parameters.go b/netbox/client/dcim/dcim_interfaces_read_parameters.go
index 165cc860eec974a00e91e6f7a0e9182a09bf0e7e..82f40bae3483c4cab4588c90329d915a97daac0a 100644
--- a/netbox/client/dcim/dcim_interfaces_read_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_read_responses.go b/netbox/client/dcim/dcim_interfaces_read_responses.go
index c0d32318899d840f80df8e9e8992a74631979a46..415b3b5626cb15a8ab1904c479ba5204377b8da7 100644
--- a/netbox/client/dcim/dcim_interfaces_read_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_update_parameters.go b/netbox/client/dcim/dcim_interfaces_update_parameters.go
index 4e45a85865db14c20266aeea843f582ae321a670..24fd20fce7c4c83cc4cad35f7d9dd88e64180187 100644
--- a/netbox/client/dcim/dcim_interfaces_update_parameters.go
+++ b/netbox/client/dcim/dcim_interfaces_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_interfaces_update_responses.go b/netbox/client/dcim/dcim_interfaces_update_responses.go
index 437541ddd1f45fd8b99b6fa74a64345519630686..f96bc0a4eed72f168b52bb1e0352b72e6ec38ad1 100644
--- a/netbox/client/dcim/dcim_interfaces_update_responses.go
+++ b/netbox/client/dcim/dcim_interfaces_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_create_parameters.go b/netbox/client/dcim/dcim_inventory_items_create_parameters.go
index 10527b2406e1d8d24058e28a26a01c7c975b93e9..3319bf784e54df40b97f940b363131405fd70a61 100644
--- a/netbox/client/dcim/dcim_inventory_items_create_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_create_responses.go b/netbox/client/dcim/dcim_inventory_items_create_responses.go
index ec07abd7efc735e8c47457c1ad6888957e9c668d..3dac366b18b082a3d5c48e7938fb5047b8ac7409 100644
--- a/netbox/client/dcim/dcim_inventory_items_create_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_delete_parameters.go b/netbox/client/dcim/dcim_inventory_items_delete_parameters.go
index a67cf42d198d538a6a0d5b1d2a09d4950d894976..2ba49c27bd1b0df8868205d161a0341da1e616e7 100644
--- a/netbox/client/dcim/dcim_inventory_items_delete_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_delete_responses.go b/netbox/client/dcim/dcim_inventory_items_delete_responses.go
index a3ba276173f15d33a1f05400ef6a47afe5ad631d..79e6d5750effae453439ee5ffacf9e99c711b1ef 100644
--- a/netbox/client/dcim/dcim_inventory_items_delete_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_list_parameters.go b/netbox/client/dcim/dcim_inventory_items_list_parameters.go
index dad76e492d6218a1f63807c8ffc7f6d1bf9b4582..2df96201e1b3e4d0a7fb783e061d5722f13fdd67 100644
--- a/netbox/client/dcim/dcim_inventory_items_list_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_list_responses.go b/netbox/client/dcim/dcim_inventory_items_list_responses.go
index 461d2b29e67a4af61e14858803f0016058610dda..0aea08a0d4cbd5a6323b843fdf20acbd7c3ef8ab 100644
--- a/netbox/client/dcim/dcim_inventory_items_list_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_partial_update_parameters.go b/netbox/client/dcim/dcim_inventory_items_partial_update_parameters.go
index 6475fd3d59f2390f21e2bea0668da4a0ff467145..81ab220fae109efe44f4593b8b30fbdb72186c0a 100644
--- a/netbox/client/dcim/dcim_inventory_items_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_partial_update_responses.go b/netbox/client/dcim/dcim_inventory_items_partial_update_responses.go
index a63712c3226e85473d524a68c59644a9549e1575..54bb7e41e8ab356c1500f8c34f029be0e3d3c92f 100644
--- a/netbox/client/dcim/dcim_inventory_items_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_read_parameters.go b/netbox/client/dcim/dcim_inventory_items_read_parameters.go
index 860cb5b2f60d529ba6652cfcfc31156bb2ce50cd..a0161a983ba41c8910b6f640f38552046465a68b 100644
--- a/netbox/client/dcim/dcim_inventory_items_read_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_read_responses.go b/netbox/client/dcim/dcim_inventory_items_read_responses.go
index 4a74a6051d1cb2d6c45ace838fc799d218675403..4e07cce0cb47b9df5e0d62d6ff5765f8ff55243b 100644
--- a/netbox/client/dcim/dcim_inventory_items_read_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_update_parameters.go b/netbox/client/dcim/dcim_inventory_items_update_parameters.go
index 2c11f3da860f631e70cec5b8dd41987a1359ae56..cc74879379d1477d8acd1eb0f1d3d65ee5115d8e 100644
--- a/netbox/client/dcim/dcim_inventory_items_update_parameters.go
+++ b/netbox/client/dcim/dcim_inventory_items_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_inventory_items_update_responses.go b/netbox/client/dcim/dcim_inventory_items_update_responses.go
index cff9f8ad0dcbbee1be6cd7fbdda0672568ce84ff..b915f00b042f7bc058e4e518c680588fb09be792 100644
--- a/netbox/client/dcim/dcim_inventory_items_update_responses.go
+++ b/netbox/client/dcim/dcim_inventory_items_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_create_parameters.go b/netbox/client/dcim/dcim_manufacturers_create_parameters.go
index d83e6cfe7050ae260fc164ea91560ff3b899e826..200dc0a29d9cdfa32dad598e1eceebb2de8f570b 100644
--- a/netbox/client/dcim/dcim_manufacturers_create_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_create_responses.go b/netbox/client/dcim/dcim_manufacturers_create_responses.go
index 7132fdffe07dec40b43450a4925d523453478b1b..f0afa25a85dbea5482e891956b073a79f6f21a69 100644
--- a/netbox/client/dcim/dcim_manufacturers_create_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_delete_parameters.go b/netbox/client/dcim/dcim_manufacturers_delete_parameters.go
index ab479392ae8f37276c2f54a40c5877232c3f2544..01472a9786b5d4515ae8c8af5082fd00716e5c41 100644
--- a/netbox/client/dcim/dcim_manufacturers_delete_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_delete_responses.go b/netbox/client/dcim/dcim_manufacturers_delete_responses.go
index c83eeabb9f45ba8aebf8dd72b4ecbf616065741f..f5e67e6145bf96093d7c1271a0d72ba7d4c0a751 100644
--- a/netbox/client/dcim/dcim_manufacturers_delete_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_list_parameters.go b/netbox/client/dcim/dcim_manufacturers_list_parameters.go
index b8870ed001ce98808d3fabdf6561434e3b17264e..d741f3e3f48e1227421321581a84382d2c642bfa 100644
--- a/netbox/client/dcim/dcim_manufacturers_list_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_list_responses.go b/netbox/client/dcim/dcim_manufacturers_list_responses.go
index bccd5a0dbdb8e4744a4b963d70aeaa66674085e9..ac2d046e6b26e6ba45aa8758de5487d2891af347 100644
--- a/netbox/client/dcim/dcim_manufacturers_list_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_partial_update_parameters.go b/netbox/client/dcim/dcim_manufacturers_partial_update_parameters.go
index f9341a92337b50fdbd4947f4e230699ee7db687e..03d10e494be8fc501b9291f0a0add5e74a9ba425 100644
--- a/netbox/client/dcim/dcim_manufacturers_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_partial_update_responses.go b/netbox/client/dcim/dcim_manufacturers_partial_update_responses.go
index 33998bd2eac06f28487fa878cf1956e5e249610b..6e5826a59a39ce01cc6d80ab3e6f1639981b0bb3 100644
--- a/netbox/client/dcim/dcim_manufacturers_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_read_parameters.go b/netbox/client/dcim/dcim_manufacturers_read_parameters.go
index 92c671b365567c1a3d7d9a1eebf1b150d89c08c7..1b54dbf9247891bc3419c7d5a8d3a1981369504b 100644
--- a/netbox/client/dcim/dcim_manufacturers_read_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_read_responses.go b/netbox/client/dcim/dcim_manufacturers_read_responses.go
index 83798151477e84317ffc2fd6ef6d5cf03200c569..14405775f1b0b3c9f6f1a49fb66aa1ecd577d5ac 100644
--- a/netbox/client/dcim/dcim_manufacturers_read_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_update_parameters.go b/netbox/client/dcim/dcim_manufacturers_update_parameters.go
index 4d106f135770905cae8654859b2b0e92b519a6d0..2782ce7c4e44dfe4b0bc417cf0ee498d42662f77 100644
--- a/netbox/client/dcim/dcim_manufacturers_update_parameters.go
+++ b/netbox/client/dcim/dcim_manufacturers_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_manufacturers_update_responses.go b/netbox/client/dcim/dcim_manufacturers_update_responses.go
index 17e33f77e6d87c556c15e48dcdab73e259261d1c..4d7da120532c6d1a4bcd304576804bad573d4919 100644
--- a/netbox/client/dcim/dcim_manufacturers_update_responses.go
+++ b/netbox/client/dcim/dcim_manufacturers_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_create_parameters.go b/netbox/client/dcim/dcim_platforms_create_parameters.go
index 6b4421b066df1720c30099c74579007e41be1f78..c3036b406692475ef5e876a1674f4b2c55b8cfb1 100644
--- a/netbox/client/dcim/dcim_platforms_create_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_create_responses.go b/netbox/client/dcim/dcim_platforms_create_responses.go
index 5be201e5a756708db16750e57c0d8603bfc3644f..845083347cb47e726deb3e64095b66f1f4f4fee0 100644
--- a/netbox/client/dcim/dcim_platforms_create_responses.go
+++ b/netbox/client/dcim/dcim_platforms_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_delete_parameters.go b/netbox/client/dcim/dcim_platforms_delete_parameters.go
index 9d9b9a7cc5d56da6aca1fcf84ce8c5e7b446fde2..4807f4191edb9678d7648cab344c74d76234e3d5 100644
--- a/netbox/client/dcim/dcim_platforms_delete_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_delete_responses.go b/netbox/client/dcim/dcim_platforms_delete_responses.go
index 96c679efb8ed7ba941fe2c38b96f581cd63cdb59..da9e3f9ed0caf640a162c650ac108447445f84b9 100644
--- a/netbox/client/dcim/dcim_platforms_delete_responses.go
+++ b/netbox/client/dcim/dcim_platforms_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_list_parameters.go b/netbox/client/dcim/dcim_platforms_list_parameters.go
index 1df117d6296394738622cd72af25d92a63367110..85b2afd4c1ab3c8add1cd34b9a053066222b4379 100644
--- a/netbox/client/dcim/dcim_platforms_list_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_list_responses.go b/netbox/client/dcim/dcim_platforms_list_responses.go
index f597f95308d3d77d00be05fcff1a33591c9e4ae3..a1613b8f6e72be466737fbd39e2f14d93b7c30e4 100644
--- a/netbox/client/dcim/dcim_platforms_list_responses.go
+++ b/netbox/client/dcim/dcim_platforms_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_partial_update_parameters.go b/netbox/client/dcim/dcim_platforms_partial_update_parameters.go
index 056ccd176525fd370385801c731271e42140ea8c..38d50da402c2ca74ad611f2183d4d50af01d85a3 100644
--- a/netbox/client/dcim/dcim_platforms_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_partial_update_responses.go b/netbox/client/dcim/dcim_platforms_partial_update_responses.go
index b3893088ef6f0f79a0ec96167c57a46140d23fa5..aad00710f17d78980ae673b9b1fa6e3479980384 100644
--- a/netbox/client/dcim/dcim_platforms_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_platforms_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_read_parameters.go b/netbox/client/dcim/dcim_platforms_read_parameters.go
index 10a4604732ca662506936f43004b8779aca98a2f..dac4a65531c09416eeff01eac0739f918259a710 100644
--- a/netbox/client/dcim/dcim_platforms_read_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_read_responses.go b/netbox/client/dcim/dcim_platforms_read_responses.go
index 25f56dd95c710d0527806a43d44399897d41c428..67220bae8570b9296968abd42799add568db379f 100644
--- a/netbox/client/dcim/dcim_platforms_read_responses.go
+++ b/netbox/client/dcim/dcim_platforms_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_update_parameters.go b/netbox/client/dcim/dcim_platforms_update_parameters.go
index 9f4f5ee7a7f7fd1711ad91e74b26ab37a135b744..08123e1378f3b7003baadef97064f8b0a8e526d1 100644
--- a/netbox/client/dcim/dcim_platforms_update_parameters.go
+++ b/netbox/client/dcim/dcim_platforms_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_platforms_update_responses.go b/netbox/client/dcim/dcim_platforms_update_responses.go
index 4155a5f14a7fd70b855faa1108b5d201599cccb4..e6c694257e6f3e1e816d695c2ac7646c1eae904b 100644
--- a/netbox/client/dcim/dcim_platforms_update_responses.go
+++ b/netbox/client/dcim/dcim_platforms_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_connections_list_parameters.go b/netbox/client/dcim/dcim_power_connections_list_parameters.go
index 9ef9eb2a15b250694ab38998fb6bc9914f54947c..2926f1e53d0b55c1fef05b40542843c53685d5cd 100644
--- a/netbox/client/dcim/dcim_power_connections_list_parameters.go
+++ b/netbox/client/dcim/dcim_power_connections_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_connections_list_responses.go b/netbox/client/dcim/dcim_power_connections_list_responses.go
index b83fdce88535666762a3a22e35e5fccf6ce85050..ac4a5dc724c5d72152ec1a2686242d8a09706af8 100644
--- a/netbox/client/dcim/dcim_power_connections_list_responses.go
+++ b/netbox/client/dcim/dcim_power_connections_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_create_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_create_parameters.go
index bdba424d50b7c64697847bb1ee0cf158cf1999ba..e714e22a47918a1aca744a2d91fa1cb857dd4316 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_create_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_create_responses.go
index f3cee674d0a7e2cc6846444adf229cfd8eb0b342..0dd2e5a802d445290096dde3efaee7e62452c790 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_delete_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_delete_parameters.go
index afc3feba96295ba8b6b2821def39f5e495c9348b..e26bb3b386583124735dceff9dc77a6cd0df8f59 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_delete_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_delete_responses.go
index cdabdd030390dd0dee99e7d4a33223c802019595..b6845f85a1a5fd60fe85e9ed70a0a78ccee3f1bb 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_list_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_list_parameters.go
index f3514e79f78376262006c9c3512db6928f609b4f..860a335aa4974914e9f0e95e32edd0f81613110e 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_list_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_list_responses.go
index aeeec2730004db137696042f0f5d47c7712df943..f57d14aa73c69566a61c2de69bde8eed022624fc 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_partial_update_parameters.go
index b5cc0839304f68844d333d6b08f6c04447e02a17..36a52c3483381863cd3daec44ba7267e4a390fbe 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_partial_update_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_partial_update_responses.go
index 60985f921a6027b1179f157c5cc37348564b2447..8d573bfb424ac0e8af755ecca4fbc66289e1ad2c 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_read_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_read_parameters.go
index 8fc1d083245ae81070d9c3b5d307903b44773bf1..7290f3cddf7fb0c054366d31d095e6df761d8e73 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_read_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_read_responses.go
index 85251f9e511a04f3471eb5f9b7cae897b8dc575b..ce8d931496b17d4a8cdbc5cb00ac1223010841e9 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_update_parameters.go b/netbox/client/dcim/dcim_power_outlet_templates_update_parameters.go
index e007a4de5785c0046bd87e6d7d8e28d7500e5195..54029064bf810e8cc05c93e6b4e4f5c89e5b8881 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlet_templates_update_responses.go b/netbox/client/dcim/dcim_power_outlet_templates_update_responses.go
index ace818b4d9c6369aebae95099f216198173106ee..b933d3371dcf7303d0833b61a8705a02e2dca701 100644
--- a/netbox/client/dcim/dcim_power_outlet_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_power_outlet_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_create_parameters.go b/netbox/client/dcim/dcim_power_outlets_create_parameters.go
index 704c5cf736682ef68bf09aed9bdd4c7174d4a322..177b9e295906d7a64ad2f85d915870e1484b3e4e 100644
--- a/netbox/client/dcim/dcim_power_outlets_create_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_create_responses.go b/netbox/client/dcim/dcim_power_outlets_create_responses.go
index 64c031888413322e84a297766ced7f0e6384007c..972ccc204ee54e424ad897af36c0f58e555f889f 100644
--- a/netbox/client/dcim/dcim_power_outlets_create_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_delete_parameters.go b/netbox/client/dcim/dcim_power_outlets_delete_parameters.go
index 79599875561c7f1aa7593a870d3a9fcd25636770..017807aea9be348405f5440cd5b38d83be18df4b 100644
--- a/netbox/client/dcim/dcim_power_outlets_delete_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_delete_responses.go b/netbox/client/dcim/dcim_power_outlets_delete_responses.go
index 4f267e56d64796676b7dbc44cbf503afc4d7c7e0..5a645b55d369b638d9dd6c0a0317f557c28b0d33 100644
--- a/netbox/client/dcim/dcim_power_outlets_delete_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_list_parameters.go b/netbox/client/dcim/dcim_power_outlets_list_parameters.go
index 3643d0e07fbfa259e901227e1e5e93fd7cf466bc..e83ce7db321c6e05a03d425018c14cf251a6cd70 100644
--- a/netbox/client/dcim/dcim_power_outlets_list_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_list_responses.go b/netbox/client/dcim/dcim_power_outlets_list_responses.go
index a0273b4af847d8f078ba914470340bafe4ff33a6..cbe524922780e2887eef003ebefd6c34f62a9aa3 100644
--- a/netbox/client/dcim/dcim_power_outlets_list_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_partial_update_parameters.go b/netbox/client/dcim/dcim_power_outlets_partial_update_parameters.go
index a45c75942895ea083b09cff583d16488d529c4ab..42e1924f77876a62447cd5fcc19bb65c08f218c3 100644
--- a/netbox/client/dcim/dcim_power_outlets_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_partial_update_responses.go b/netbox/client/dcim/dcim_power_outlets_partial_update_responses.go
index b80c294b29e47e1d290b230e7c0cae37f58abf3b..0dda720d53104ca108b20db770af735d71fd457e 100644
--- a/netbox/client/dcim/dcim_power_outlets_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_read_parameters.go b/netbox/client/dcim/dcim_power_outlets_read_parameters.go
index baa7f3b9a57d8c03b36f3e8cf276138ea219f3ae..bd517a55aec2c7b0a6b77a8cc3847418438e0d39 100644
--- a/netbox/client/dcim/dcim_power_outlets_read_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_read_responses.go b/netbox/client/dcim/dcim_power_outlets_read_responses.go
index 5fce9ec35bd6b26ae0aefe46dc8e7f91b2b0143d..468ff3dcb4c174d1f305035b572bfaf6465e68cc 100644
--- a/netbox/client/dcim/dcim_power_outlets_read_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_update_parameters.go b/netbox/client/dcim/dcim_power_outlets_update_parameters.go
index 661ffc0e7b268ea75c59a14495cb3e91283dba0f..2f0e1aad18c6d7229d6323d547a99876d89609c7 100644
--- a/netbox/client/dcim/dcim_power_outlets_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_outlets_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_outlets_update_responses.go b/netbox/client/dcim/dcim_power_outlets_update_responses.go
index 82bb68107da1c9c2a042dd72289d77b0bd322e61..5a26117f1244476b967d750ce92b56ae35bec256 100644
--- a/netbox/client/dcim/dcim_power_outlets_update_responses.go
+++ b/netbox/client/dcim/dcim_power_outlets_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_create_parameters.go b/netbox/client/dcim/dcim_power_port_templates_create_parameters.go
index cd6a17eeafc52c1ef3a27c88d1eb53d2ba97a25f..fe10b218fb9cca02d7cea2c07e2dc12207f7c645 100644
--- a/netbox/client/dcim/dcim_power_port_templates_create_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_create_responses.go b/netbox/client/dcim/dcim_power_port_templates_create_responses.go
index 062e59d48b54b2b72583e5be5b0d5dd918f50523..93040a27a6573ca1e73f857ff56251bdf300abd7 100644
--- a/netbox/client/dcim/dcim_power_port_templates_create_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_delete_parameters.go b/netbox/client/dcim/dcim_power_port_templates_delete_parameters.go
index 76c0fcc4243b908227cc8d7a5ed06f622c5259dc..81469b362871491c3b83d55ad6123cf4ea75933c 100644
--- a/netbox/client/dcim/dcim_power_port_templates_delete_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_delete_responses.go b/netbox/client/dcim/dcim_power_port_templates_delete_responses.go
index 8e0c12396f863afe6c4aa4f46a29722f41aea4d9..cc3ffdc9f0d3ae347a6a1ef71cea5943033acc96 100644
--- a/netbox/client/dcim/dcim_power_port_templates_delete_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_list_parameters.go b/netbox/client/dcim/dcim_power_port_templates_list_parameters.go
index edaf7b123714e1b29b1bbda6fbc64d421b1369f8..0cd93cc5de6f49b05aba8de1b5ceff83906f03e8 100644
--- a/netbox/client/dcim/dcim_power_port_templates_list_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_list_responses.go b/netbox/client/dcim/dcim_power_port_templates_list_responses.go
index 772b1ff00b6fa6391d9f82ed54f5b884257768a2..83daf9e70ced270c33fa0cd96bf2ec2fac41c071 100644
--- a/netbox/client/dcim/dcim_power_port_templates_list_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_partial_update_parameters.go b/netbox/client/dcim/dcim_power_port_templates_partial_update_parameters.go
index 239b488e81e92b4046751895d5e17a6186ac397a..a79fd7afa2c23fe711f2bdbbb1fa8496704f6cde 100644
--- a/netbox/client/dcim/dcim_power_port_templates_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_partial_update_responses.go b/netbox/client/dcim/dcim_power_port_templates_partial_update_responses.go
index 8926b8b270f53a7bd2f054c7444b2c74e10a67a7..9746c7e4fb410bab4453ae1a50259b9183d8a04f 100644
--- a/netbox/client/dcim/dcim_power_port_templates_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_read_parameters.go b/netbox/client/dcim/dcim_power_port_templates_read_parameters.go
index beebeadfe900d36add69d6e466ad422d16d4938f..a8dd7bb817fc68ce217a722ef534d8428c3a946b 100644
--- a/netbox/client/dcim/dcim_power_port_templates_read_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_read_responses.go b/netbox/client/dcim/dcim_power_port_templates_read_responses.go
index a2696016f5d1bedba2ced2399d42d981aace8153..45171707e06fa0202dd96e8d67eebfd8b7f35c9b 100644
--- a/netbox/client/dcim/dcim_power_port_templates_read_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_update_parameters.go b/netbox/client/dcim/dcim_power_port_templates_update_parameters.go
index 2f2cc6e5bc4cbc83fbc07a2ab3f48c4b50ace4a2..f1820eba8a9054340bd62ff5164892d5b9a52aac 100644
--- a/netbox/client/dcim/dcim_power_port_templates_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_port_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_port_templates_update_responses.go b/netbox/client/dcim/dcim_power_port_templates_update_responses.go
index b22be5c6c5a3473a92fa449afbcb1772d23f447c..d19d45749d90d6bcaf02f1f365efdcc91ef93b37 100644
--- a/netbox/client/dcim/dcim_power_port_templates_update_responses.go
+++ b/netbox/client/dcim/dcim_power_port_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_create_parameters.go b/netbox/client/dcim/dcim_power_ports_create_parameters.go
index 76b9e667aea87f6a1792ea4021a4bac224c6edd8..da44b48b3ffbe47e1e7a5fd72b4c257d0c8bb413 100644
--- a/netbox/client/dcim/dcim_power_ports_create_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_create_responses.go b/netbox/client/dcim/dcim_power_ports_create_responses.go
index fb853706ec734e834c97821626689de429b73f59..fd7c4b2261ec6ebc9f2644c465be93a3b3ac41e8 100644
--- a/netbox/client/dcim/dcim_power_ports_create_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_delete_parameters.go b/netbox/client/dcim/dcim_power_ports_delete_parameters.go
index 03b065a79bedf871bd09a607a6de140133a6f774..04455a3e3f3d4f9a1a2d9eb20865c86d3cb98f1c 100644
--- a/netbox/client/dcim/dcim_power_ports_delete_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_delete_responses.go b/netbox/client/dcim/dcim_power_ports_delete_responses.go
index 9b4e06c95138b11f1d0522064eaf5de3566872b3..483f11a210bdef01c26e8ae1a08df043fdd50d9a 100644
--- a/netbox/client/dcim/dcim_power_ports_delete_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_list_parameters.go b/netbox/client/dcim/dcim_power_ports_list_parameters.go
index 0ad2de9519d6c9822621310a02c8a700296d8d82..6db800c1f76a256bf8afa111de99a517b3357760 100644
--- a/netbox/client/dcim/dcim_power_ports_list_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_list_responses.go b/netbox/client/dcim/dcim_power_ports_list_responses.go
index 98dba8138385bcc4c58552d4092bc24eae67b3f6..d4ba8d41836fa43783e289f8cb5cd87b9b669be2 100644
--- a/netbox/client/dcim/dcim_power_ports_list_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_partial_update_parameters.go b/netbox/client/dcim/dcim_power_ports_partial_update_parameters.go
index 5ba8f9a31cfe6a8f11c29bec5c75fa827cfe919b..25e0a5ec331a44f530b78ac6a9dab94fc7ea6ddb 100644
--- a/netbox/client/dcim/dcim_power_ports_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_partial_update_responses.go b/netbox/client/dcim/dcim_power_ports_partial_update_responses.go
index 2c9546151f9edddf1276833cff7fe6d163b9e006..398fea9794e226b709b3e4418245d10b3fdffc4f 100644
--- a/netbox/client/dcim/dcim_power_ports_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_read_parameters.go b/netbox/client/dcim/dcim_power_ports_read_parameters.go
index b0943682f58df5567b78445c0e87ab2bf3c7c8d6..0916143c3e8247a3e17a31d6add1bb526eee67c5 100644
--- a/netbox/client/dcim/dcim_power_ports_read_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_read_responses.go b/netbox/client/dcim/dcim_power_ports_read_responses.go
index 200dadbaa318f1af208918d2b0e0e3071778ec06..a85e47852425eebf6fe326ae3225732af0e47e4a 100644
--- a/netbox/client/dcim/dcim_power_ports_read_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_update_parameters.go b/netbox/client/dcim/dcim_power_ports_update_parameters.go
index 52e11e3112aeb6f1bb0c6cb93e5160fc908cac30..05299ddb34b9438f9843a0d9f5f68f6567446d39 100644
--- a/netbox/client/dcim/dcim_power_ports_update_parameters.go
+++ b/netbox/client/dcim/dcim_power_ports_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_power_ports_update_responses.go b/netbox/client/dcim/dcim_power_ports_update_responses.go
index 3f9e8f7328d88a332d05cbc317d56916105993df..db4b090820dd9635099099c4177a5fe379f64ba7 100644
--- a/netbox/client/dcim/dcim_power_ports_update_responses.go
+++ b/netbox/client/dcim/dcim_power_ports_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_create_parameters.go b/netbox/client/dcim/dcim_rack_groups_create_parameters.go
index 55dbff7da1586da33a3cc4a1bb422d0980636ba9..fe004c2dd1b11cdd94908f45383ab51ad32a45f9 100644
--- a/netbox/client/dcim/dcim_rack_groups_create_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_create_responses.go b/netbox/client/dcim/dcim_rack_groups_create_responses.go
index 8e05d0b236969cf837c2a009d0b611e7e0ec862b..651256a83e7c1c8829d8b44f062fea84c574b182 100644
--- a/netbox/client/dcim/dcim_rack_groups_create_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_delete_parameters.go b/netbox/client/dcim/dcim_rack_groups_delete_parameters.go
index 532d707faa021b2d6f0943a02bb8be9e8885b8e8..407e8fd316d9a71f25789e882809e4aca0bc2fcd 100644
--- a/netbox/client/dcim/dcim_rack_groups_delete_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_delete_responses.go b/netbox/client/dcim/dcim_rack_groups_delete_responses.go
index 0080941bf20d4ff7f6b4d3746d7a1c92ac5c49fd..fb59a5fe30c963cedbb2fdcf0779f81c4773b11a 100644
--- a/netbox/client/dcim/dcim_rack_groups_delete_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_list_parameters.go b/netbox/client/dcim/dcim_rack_groups_list_parameters.go
index 490145068586e91e24ee01538fe6edc7e7f62b2f..dedc12c9e1d3ae85433a2619470bc8b04d7d3ebb 100644
--- a/netbox/client/dcim/dcim_rack_groups_list_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_list_responses.go b/netbox/client/dcim/dcim_rack_groups_list_responses.go
index 12dabd54f8d9fe148a9e49717530ad9270754009..20cda214be9c4a54c326e8736d8b1d2c12991c99 100644
--- a/netbox/client/dcim/dcim_rack_groups_list_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_partial_update_parameters.go b/netbox/client/dcim/dcim_rack_groups_partial_update_parameters.go
index 440629f84e6d862c21238a3cc7a7be109992b2de..e6061df910d1d47c268d8aefd645e1069bf4672a 100644
--- a/netbox/client/dcim/dcim_rack_groups_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_partial_update_responses.go b/netbox/client/dcim/dcim_rack_groups_partial_update_responses.go
index 5a2b81d8f9bcae7bfcdd9f874966806555242d8d..bde1d46dea2a8b39b6dda651a881741969d3afd6 100644
--- a/netbox/client/dcim/dcim_rack_groups_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_read_parameters.go b/netbox/client/dcim/dcim_rack_groups_read_parameters.go
index 949ff668597b6048a02da306a4fdd5989ed53b3a..d38f929adcd93d833ece4ba9fec3b131770f45aa 100644
--- a/netbox/client/dcim/dcim_rack_groups_read_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_read_responses.go b/netbox/client/dcim/dcim_rack_groups_read_responses.go
index da17e2c7d0e45659cff5e1170ed11629f62c6c15..962177a5e7ae206826fde5346dbbcc8c0c083361 100644
--- a/netbox/client/dcim/dcim_rack_groups_read_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_update_parameters.go b/netbox/client/dcim/dcim_rack_groups_update_parameters.go
index 1541694cda46058ba39ae977cd13e0207fa71fe1..153816404e12e837736b405c7034e204c965a1d4 100644
--- a/netbox/client/dcim/dcim_rack_groups_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_groups_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_groups_update_responses.go b/netbox/client/dcim/dcim_rack_groups_update_responses.go
index c8afb93a25a81c7f154900831966cb2cd4d55734..d43c50f7a6153591f5515779371c06c177202721 100644
--- a/netbox/client/dcim/dcim_rack_groups_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_groups_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_create_parameters.go b/netbox/client/dcim/dcim_rack_reservations_create_parameters.go
index 6ef7909a15b4280df86c007b87c514fde1eabc75..c1a1ad2785ef9d1ba0af203dbc8200ee03924bbf 100644
--- a/netbox/client/dcim/dcim_rack_reservations_create_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_create_responses.go b/netbox/client/dcim/dcim_rack_reservations_create_responses.go
index b530597f3155b025b6d9c31067b5e2593dce6059..002160b820f794eb581273c7f7d468c7ee42958f 100644
--- a/netbox/client/dcim/dcim_rack_reservations_create_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_delete_parameters.go b/netbox/client/dcim/dcim_rack_reservations_delete_parameters.go
index 0b272ec0f9cd5a28f98f9a7dbdaf0b5dc2f6287a..97b77bf18151dc892011c0d03ef76a62bf98ca1b 100644
--- a/netbox/client/dcim/dcim_rack_reservations_delete_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_delete_responses.go b/netbox/client/dcim/dcim_rack_reservations_delete_responses.go
index 43aa099cc321d142970be81459f7202fb73de0ab..a6a5eca998f866d438f32349e772b57bd28093b6 100644
--- a/netbox/client/dcim/dcim_rack_reservations_delete_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_list_parameters.go b/netbox/client/dcim/dcim_rack_reservations_list_parameters.go
index bf33da3b8f50876b89807071a15c4fb52bdd4f7c..df189b54dd6c104f3de82557e04df7cad7dd5568 100644
--- a/netbox/client/dcim/dcim_rack_reservations_list_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_list_responses.go b/netbox/client/dcim/dcim_rack_reservations_list_responses.go
index 5e46a107669bd905881f2bd5d4788706c722652e..b6f13dad5672631676cc8624edaed1b29cab1126 100644
--- a/netbox/client/dcim/dcim_rack_reservations_list_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_partial_update_parameters.go b/netbox/client/dcim/dcim_rack_reservations_partial_update_parameters.go
index 7e5c0f20c20afe2a4163dbe1321dd08b40d1fa3d..19718dfe772eabaca822e25273a07de1d6e1285b 100644
--- a/netbox/client/dcim/dcim_rack_reservations_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_partial_update_responses.go b/netbox/client/dcim/dcim_rack_reservations_partial_update_responses.go
index c2612b044270978f9edc6891eac78120ca8c1631..20a059dc11a4b4b02eccb9557b4e02806b122b97 100644
--- a/netbox/client/dcim/dcim_rack_reservations_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_read_parameters.go b/netbox/client/dcim/dcim_rack_reservations_read_parameters.go
index 24ff5971c0202830b59f42d72d9e7d9d4c3a0014..c24f8dd46856680fa68445c56886160a9552bae1 100644
--- a/netbox/client/dcim/dcim_rack_reservations_read_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_read_responses.go b/netbox/client/dcim/dcim_rack_reservations_read_responses.go
index ea24a8d6c61788d4a051568389cec137b84c11e2..77f0db2f869a0e2d3b4f1ce3cec3d20c4e11527e 100644
--- a/netbox/client/dcim/dcim_rack_reservations_read_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_update_parameters.go b/netbox/client/dcim/dcim_rack_reservations_update_parameters.go
index 94e4448760c891ab627793bda0f2393464f8133a..cbbf6c824223aa10410d815375e09f5a1ad2d687 100644
--- a/netbox/client/dcim/dcim_rack_reservations_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_reservations_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_reservations_update_responses.go b/netbox/client/dcim/dcim_rack_reservations_update_responses.go
index b91e3008235b233580dd221d117f275f2b905188..2277550158529b435919194a95c98d927e2f2bc6 100644
--- a/netbox/client/dcim/dcim_rack_reservations_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_reservations_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_create_parameters.go b/netbox/client/dcim/dcim_rack_roles_create_parameters.go
index 4aece71505a6e25b82accf7e8ac654cf47ced49e..6442cdb00630715a0fa6493f025cc4ac72e67801 100644
--- a/netbox/client/dcim/dcim_rack_roles_create_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_create_responses.go b/netbox/client/dcim/dcim_rack_roles_create_responses.go
index 07c23907c63db39623bba404ae825857864e701e..a0846885ce1c8e3fd4c673047699c52eb3d33c64 100644
--- a/netbox/client/dcim/dcim_rack_roles_create_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_delete_parameters.go b/netbox/client/dcim/dcim_rack_roles_delete_parameters.go
index 82d9ac8ebc402f367af74289a5941986aa8ea020..cad9b0376dff881de34dd6773d65ed613ad9ab46 100644
--- a/netbox/client/dcim/dcim_rack_roles_delete_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_delete_responses.go b/netbox/client/dcim/dcim_rack_roles_delete_responses.go
index 7918b452fa5b19ebba601853904d68104dd1b172..aa0e6c1e29f0cbf32da2ca94ae3701afb7047148 100644
--- a/netbox/client/dcim/dcim_rack_roles_delete_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_list_parameters.go b/netbox/client/dcim/dcim_rack_roles_list_parameters.go
index b02dfd7864bde29c656214a06b1a17113d5bd83a..60165dafb8b5116004f83b457e1d67f897e8eca7 100644
--- a/netbox/client/dcim/dcim_rack_roles_list_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_list_responses.go b/netbox/client/dcim/dcim_rack_roles_list_responses.go
index fd5e7c35e56400b13b2849673e29495f0a83ce4a..e11ebb3d3f8fbf0aacc467118f1f7278fb230c22 100644
--- a/netbox/client/dcim/dcim_rack_roles_list_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_partial_update_parameters.go b/netbox/client/dcim/dcim_rack_roles_partial_update_parameters.go
index 8654cf9e4d31dd8a50b838a20e4811245c5c1b73..7723718713c4b732abb79fb91918983a50ed066b 100644
--- a/netbox/client/dcim/dcim_rack_roles_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_partial_update_responses.go b/netbox/client/dcim/dcim_rack_roles_partial_update_responses.go
index 4cd52c96e37244ccb7f1dfbb19ddaac759424205..e18388aff6f5331471c4b89ccbc8a86f7e610b4c 100644
--- a/netbox/client/dcim/dcim_rack_roles_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_read_parameters.go b/netbox/client/dcim/dcim_rack_roles_read_parameters.go
index 8327fa6b382c33fb49de8b1a4814318f7939acc5..1a49f3fdc64ef8a8e672726b828b9ec1168423a4 100644
--- a/netbox/client/dcim/dcim_rack_roles_read_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_read_responses.go b/netbox/client/dcim/dcim_rack_roles_read_responses.go
index 805716e7717c8b6a1c1894e244359138a6ca69d9..a2ed2307f7a4174dc14099377817b899fb4d9f7a 100644
--- a/netbox/client/dcim/dcim_rack_roles_read_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_update_parameters.go b/netbox/client/dcim/dcim_rack_roles_update_parameters.go
index 1cf43739bfcaa0cab5ee21602da7ad2d25146c70..5ac177d63ae06fc4963c23ddd991d61a254fd01e 100644
--- a/netbox/client/dcim/dcim_rack_roles_update_parameters.go
+++ b/netbox/client/dcim/dcim_rack_roles_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_rack_roles_update_responses.go b/netbox/client/dcim/dcim_rack_roles_update_responses.go
index c9a745733acfcc6e74961f302f561735287915e8..9d0c94f9438c64ee7b56ff23d409b3139f5fc57b 100644
--- a/netbox/client/dcim/dcim_rack_roles_update_responses.go
+++ b/netbox/client/dcim/dcim_rack_roles_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_create_parameters.go b/netbox/client/dcim/dcim_racks_create_parameters.go
index 0d7bed4ce8b8cc14ef3c72f13821559baa3f8ef7..a319020be52e2c3ec68dcf28fdd215326eec15f6 100644
--- a/netbox/client/dcim/dcim_racks_create_parameters.go
+++ b/netbox/client/dcim/dcim_racks_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_create_responses.go b/netbox/client/dcim/dcim_racks_create_responses.go
index 39cb186b029c1e69c870368bde78f7440589b2d9..cde955f3981899c19c3872b3593f03dcd9142e3b 100644
--- a/netbox/client/dcim/dcim_racks_create_responses.go
+++ b/netbox/client/dcim/dcim_racks_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_delete_parameters.go b/netbox/client/dcim/dcim_racks_delete_parameters.go
index b6458c9f3a69db041bdfa573cac90f64864399f4..d91063e4ff5758b22892197dbdd6af9898be0ec7 100644
--- a/netbox/client/dcim/dcim_racks_delete_parameters.go
+++ b/netbox/client/dcim/dcim_racks_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_delete_responses.go b/netbox/client/dcim/dcim_racks_delete_responses.go
index e0abe07c7413b0fd921ba2935647cb1b76f33e07..29e1d80e6911030468a6a4c3daada650bd33e45e 100644
--- a/netbox/client/dcim/dcim_racks_delete_responses.go
+++ b/netbox/client/dcim/dcim_racks_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_list_parameters.go b/netbox/client/dcim/dcim_racks_list_parameters.go
index 44d44538bf966a245483db222e6f456c62ff473d..de03837a785247d566cdead622da56e220aa6689 100644
--- a/netbox/client/dcim/dcim_racks_list_parameters.go
+++ b/netbox/client/dcim/dcim_racks_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_list_responses.go b/netbox/client/dcim/dcim_racks_list_responses.go
index ab53629724c5337eb0cb9144cc9b468b3fdf4039..a4307439b5c22a724575a8f97f42d3a4ee59061f 100644
--- a/netbox/client/dcim/dcim_racks_list_responses.go
+++ b/netbox/client/dcim/dcim_racks_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_partial_update_parameters.go b/netbox/client/dcim/dcim_racks_partial_update_parameters.go
index 3eb64e1d3fbafd195656991a45f658508cb4f9a6..34da3d93985e560c7749e3fc2d7393397e5bd2d5 100644
--- a/netbox/client/dcim/dcim_racks_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_racks_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_partial_update_responses.go b/netbox/client/dcim/dcim_racks_partial_update_responses.go
index e22bba46ef125583c0037b196774d63d14a06f1f..ae7e1e34c3a717566d33ab22be005bb0c1ce08d3 100644
--- a/netbox/client/dcim/dcim_racks_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_racks_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_read_parameters.go b/netbox/client/dcim/dcim_racks_read_parameters.go
index 4845f67b397622b7466912da5fbdee374f000222..e112d47be900900dc585a6458f45b885c558a6d1 100644
--- a/netbox/client/dcim/dcim_racks_read_parameters.go
+++ b/netbox/client/dcim/dcim_racks_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_read_responses.go b/netbox/client/dcim/dcim_racks_read_responses.go
index 456f0f61f84e183030182e675c372a4c3895021b..dc6d3a1bc2f6bff16ef132d88c8db69ae3bfb44a 100644
--- a/netbox/client/dcim/dcim_racks_read_responses.go
+++ b/netbox/client/dcim/dcim_racks_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_units_parameters.go b/netbox/client/dcim/dcim_racks_units_parameters.go
index 916da78f7c7051079602f88889451f37dc0fccd6..19d8b25856ceca6fe1bb496ed4f7765d2af7c833 100644
--- a/netbox/client/dcim/dcim_racks_units_parameters.go
+++ b/netbox/client/dcim/dcim_racks_units_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_units_responses.go b/netbox/client/dcim/dcim_racks_units_responses.go
index d3e6a8f54a51b44fb628d30ded63e34dd28751e9..c259e7a25c1497c7613093b7a83e768ad95e705c 100644
--- a/netbox/client/dcim/dcim_racks_units_responses.go
+++ b/netbox/client/dcim/dcim_racks_units_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_update_parameters.go b/netbox/client/dcim/dcim_racks_update_parameters.go
index d35e54be9c90a4ac6221af75512faa7f56f4add6..f9c8225b0203daf5cf60d933bdbbcf9a05935155 100644
--- a/netbox/client/dcim/dcim_racks_update_parameters.go
+++ b/netbox/client/dcim/dcim_racks_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_racks_update_responses.go b/netbox/client/dcim/dcim_racks_update_responses.go
index a4b960368291eb0e0152fd1812a0c630c8ffa77b..92f1eba1696b3d7bea098da24bf4e4455255054e 100644
--- a/netbox/client/dcim/dcim_racks_update_responses.go
+++ b/netbox/client/dcim/dcim_racks_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_create_parameters.go b/netbox/client/dcim/dcim_regions_create_parameters.go
index 84a398be338fce472d15fe90dd4f8775ae0dfd7c..e92d2bc94e94a9b18c125bb86d2eb23e77430189 100644
--- a/netbox/client/dcim/dcim_regions_create_parameters.go
+++ b/netbox/client/dcim/dcim_regions_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_create_responses.go b/netbox/client/dcim/dcim_regions_create_responses.go
index 5340699c1a2cb5d11b1eff9ef446cabb18a197ca..b9e91f6e65bb14f37fb6f965c31306aa672274b0 100644
--- a/netbox/client/dcim/dcim_regions_create_responses.go
+++ b/netbox/client/dcim/dcim_regions_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_delete_parameters.go b/netbox/client/dcim/dcim_regions_delete_parameters.go
index 5129f04cb700906dc2f0f27abc9cc6b969beeeed..001cd00122597615eab07e335c0aaa51dd481a52 100644
--- a/netbox/client/dcim/dcim_regions_delete_parameters.go
+++ b/netbox/client/dcim/dcim_regions_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_delete_responses.go b/netbox/client/dcim/dcim_regions_delete_responses.go
index debc754261b092b527171f73198e695574ca0154..e69b70648b2f5ecf6de2f83a6e6a9c47f33fc9bd 100644
--- a/netbox/client/dcim/dcim_regions_delete_responses.go
+++ b/netbox/client/dcim/dcim_regions_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_list_parameters.go b/netbox/client/dcim/dcim_regions_list_parameters.go
index dcd08dae62ab8f11acecc868c31c4b02e207be17..af8bf62e050bb2d9833ca43a72a71410364a1cec 100644
--- a/netbox/client/dcim/dcim_regions_list_parameters.go
+++ b/netbox/client/dcim/dcim_regions_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_list_responses.go b/netbox/client/dcim/dcim_regions_list_responses.go
index 1aa249cc578e6210511433430cfcc1f39bc7b01d..c28c76cc404fa91483990aab139d8dd58e62ca65 100644
--- a/netbox/client/dcim/dcim_regions_list_responses.go
+++ b/netbox/client/dcim/dcim_regions_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_partial_update_parameters.go b/netbox/client/dcim/dcim_regions_partial_update_parameters.go
index 522d92300acfb51467cdabc53a031cf21fc6a3b8..2746650817c465d8458f463f4d18126ac8fbfbc0 100644
--- a/netbox/client/dcim/dcim_regions_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_regions_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_partial_update_responses.go b/netbox/client/dcim/dcim_regions_partial_update_responses.go
index e4a5cbf0d43df421b32213c5abcf7cb826be6f61..fe2817de7234928e7a6b3dfd08291a7bf26b04c9 100644
--- a/netbox/client/dcim/dcim_regions_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_regions_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_read_parameters.go b/netbox/client/dcim/dcim_regions_read_parameters.go
index 85ab6ffd0c3f8942a17ae5969b0fa10952e9b500..090efe6b7b62f092e1d1999e69f840b32bfccad0 100644
--- a/netbox/client/dcim/dcim_regions_read_parameters.go
+++ b/netbox/client/dcim/dcim_regions_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_read_responses.go b/netbox/client/dcim/dcim_regions_read_responses.go
index 9eb305e4427bab1d5704d371973cc1f51b50e28d..48ef939e2dd80cde86c73016fd94403335aa4888 100644
--- a/netbox/client/dcim/dcim_regions_read_responses.go
+++ b/netbox/client/dcim/dcim_regions_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_update_parameters.go b/netbox/client/dcim/dcim_regions_update_parameters.go
index 54e3933494b1fe50234726b9016839dd145f1ef5..18d5648c801fe2301513976810a17314d7f1a2cc 100644
--- a/netbox/client/dcim/dcim_regions_update_parameters.go
+++ b/netbox/client/dcim/dcim_regions_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_regions_update_responses.go b/netbox/client/dcim/dcim_regions_update_responses.go
index 1cfffc6430e18e8b9352ab7604574d3a65f03787..6c6f377972e16c39c5ffc5166335f5b296ad9ed5 100644
--- a/netbox/client/dcim/dcim_regions_update_responses.go
+++ b/netbox/client/dcim/dcim_regions_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_create_parameters.go b/netbox/client/dcim/dcim_sites_create_parameters.go
index 13ca088bc68bf0c276e9ddaeac7360077a46bbbb..1af9f1678242c4cf709dc345001599087da70119 100644
--- a/netbox/client/dcim/dcim_sites_create_parameters.go
+++ b/netbox/client/dcim/dcim_sites_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_create_responses.go b/netbox/client/dcim/dcim_sites_create_responses.go
index 7285954d4affc73ef31f524b3bb54d2744f25867..9090ff922dfba9c41edec084b4cf07cae85884fc 100644
--- a/netbox/client/dcim/dcim_sites_create_responses.go
+++ b/netbox/client/dcim/dcim_sites_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_delete_parameters.go b/netbox/client/dcim/dcim_sites_delete_parameters.go
index 2962d4f03e3c6cf96db75363fb88a2e9e0f320c0..a486741a3854e609e2dce1eb716a4deaadf595c5 100644
--- a/netbox/client/dcim/dcim_sites_delete_parameters.go
+++ b/netbox/client/dcim/dcim_sites_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_delete_responses.go b/netbox/client/dcim/dcim_sites_delete_responses.go
index d87985826452f223fb361e1f8c9fcadb712878cc..93c0bf9e844392bbce77563325e7349c9ddbeb72 100644
--- a/netbox/client/dcim/dcim_sites_delete_responses.go
+++ b/netbox/client/dcim/dcim_sites_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_graphs_parameters.go b/netbox/client/dcim/dcim_sites_graphs_parameters.go
index 342f624012ce05b3b718cb30fb2ca51215996c0a..29f2590cc14972ef139290ef968e1e35daf8e34c 100644
--- a/netbox/client/dcim/dcim_sites_graphs_parameters.go
+++ b/netbox/client/dcim/dcim_sites_graphs_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_graphs_responses.go b/netbox/client/dcim/dcim_sites_graphs_responses.go
index 9e9c4a47309c3b67e38e725b3e7d1378b791ca9e..1120bcbd6b9aaa69ee21172f1883e69be5917bdb 100644
--- a/netbox/client/dcim/dcim_sites_graphs_responses.go
+++ b/netbox/client/dcim/dcim_sites_graphs_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_list_parameters.go b/netbox/client/dcim/dcim_sites_list_parameters.go
index 4a576234c3fcacf10fca38bf43e5570cf6da3e45..e66eb40d792cf9ec59c1fb692b40303fc2e01011 100644
--- a/netbox/client/dcim/dcim_sites_list_parameters.go
+++ b/netbox/client/dcim/dcim_sites_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_list_responses.go b/netbox/client/dcim/dcim_sites_list_responses.go
index ae365f46320c39fc24580911a279b41901c645bb..eb325618d1235d111ed3f53f4c0698998ad510a7 100644
--- a/netbox/client/dcim/dcim_sites_list_responses.go
+++ b/netbox/client/dcim/dcim_sites_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_partial_update_parameters.go b/netbox/client/dcim/dcim_sites_partial_update_parameters.go
index 1ef6756a9d74acce3d5c7450aef4d07ae7e71613..d5dc8dbcf2b0085edfc04f9ec00a7f7c6daca1e6 100644
--- a/netbox/client/dcim/dcim_sites_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_sites_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_partial_update_responses.go b/netbox/client/dcim/dcim_sites_partial_update_responses.go
index f43bf00d838aed60d2d1ac53bcad486edc559f2f..dedc6abc98a0fc6ece19e93a059f7f7ced3867f1 100644
--- a/netbox/client/dcim/dcim_sites_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_sites_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_read_parameters.go b/netbox/client/dcim/dcim_sites_read_parameters.go
index 66caf1a139fedcc1f9869fbce04f441b8f651ad0..a2c977bd59a90207bc155fa962d341f3876ac780 100644
--- a/netbox/client/dcim/dcim_sites_read_parameters.go
+++ b/netbox/client/dcim/dcim_sites_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_read_responses.go b/netbox/client/dcim/dcim_sites_read_responses.go
index 8454f3ba3e00b8af751b8c4921c38559a56a957c..9802b56ddb655f70851f84ecba3206a2bcdcd191 100644
--- a/netbox/client/dcim/dcim_sites_read_responses.go
+++ b/netbox/client/dcim/dcim_sites_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_update_parameters.go b/netbox/client/dcim/dcim_sites_update_parameters.go
index 81b705213d8acedd463a1387a0af2c025913a8a1..d029bf4ec7b8dd57f09952d5a2a3a7d409ed261b 100644
--- a/netbox/client/dcim/dcim_sites_update_parameters.go
+++ b/netbox/client/dcim/dcim_sites_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_sites_update_responses.go b/netbox/client/dcim/dcim_sites_update_responses.go
index fc9e61275a191bb35e5e191932d7448206599429..58593723702b120eaef3187233feb121360846a0 100644
--- a/netbox/client/dcim/dcim_sites_update_responses.go
+++ b/netbox/client/dcim/dcim_sites_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_create_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_create_parameters.go
index 82a10c7b4e2ddeda592e30256695313e2234e194..ad68090c40e06211e2da874fe5b4f6d6f8fa30b7 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_create_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_create_responses.go b/netbox/client/dcim/dcim_virtual_chassis_create_responses.go
index eade4607a055e928271a2c2e5fc884664f16e644..4ce8a553973a62be791da9b72cf6b8ba466a537a 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_create_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_delete_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_delete_parameters.go
index 810ca121e00af90571d9820f1cf8874ad68de56f..5040b2a240bc009cf2f7647bb2142d0eee01948c 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_delete_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_delete_responses.go b/netbox/client/dcim/dcim_virtual_chassis_delete_responses.go
index fe9b47233e82285af40ab7eb4f23447a2d57c0fd..83795c179cef31eec8a3b8b61911ee0ee606018d 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_delete_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_list_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_list_parameters.go
index 457beb0cdebb0f441815fd3b859312903e062c62..58115c405f36c203218541ccb261cdb23b6bafb9 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_list_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_list_responses.go b/netbox/client/dcim/dcim_virtual_chassis_list_responses.go
index 8bc6a7121025126e8fdcb64ad06e77ab598d56b3..9e7478323d9901bbb1b0b413b76a6bc8512fd4a4 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_list_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_partial_update_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_partial_update_parameters.go
index 1d142dda83a32cad2b7b200e40ba9af006f6cd33..3a80e2464df66155ddf241ad6ed7d3d683a39ad4 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_partial_update_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_partial_update_responses.go b/netbox/client/dcim/dcim_virtual_chassis_partial_update_responses.go
index 42e24ed4ff9bd47c29c3242375843f41f08cbf48..632af098aeca380b3f933c33ba730ea9ceb8477a 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_partial_update_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_read_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_read_parameters.go
index 4e623646b6026a1678a08871c904a3f15f1ec7fc..b991ae063707e2da396fd65139a413d2233bb0bb 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_read_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_read_responses.go b/netbox/client/dcim/dcim_virtual_chassis_read_responses.go
index 98bcadef18d6b54108367048f7efaa2c2adaed64..916f219e378594b02d3c1473c1352eddebdfd319 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_read_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_update_parameters.go b/netbox/client/dcim/dcim_virtual_chassis_update_parameters.go
index 52e4b4bed327d3e238505c305f8c50b6d8d90e86..659351aa361a59b9af49c2a21debbd6560d45e3b 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_update_parameters.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/dcim/dcim_virtual_chassis_update_responses.go b/netbox/client/dcim/dcim_virtual_chassis_update_responses.go
index d32dddd1d6df59abb7708404e38958e8bdccb1a0..b6ef92fdf516b3cdfcbd4853fc5ecfa83ea91505 100644
--- a/netbox/client/dcim/dcim_virtual_chassis_update_responses.go
+++ b/netbox/client/dcim/dcim_virtual_chassis_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package dcim
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_choices_list_parameters.go b/netbox/client/extras/extras_choices_list_parameters.go
index d34db5db6499031fd34df37ad2042225dc93a31e..5451036f5d259be0b63f594c298e28ac0c016812 100644
--- a/netbox/client/extras/extras_choices_list_parameters.go
+++ b/netbox/client/extras/extras_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_choices_list_responses.go b/netbox/client/extras/extras_choices_list_responses.go
index 2848912b64bf292a6242dc9e2ce69eb91355e419..c4305abd4e987838086203ddb431d30bf15a06a7 100644
--- a/netbox/client/extras/extras_choices_list_responses.go
+++ b/netbox/client/extras/extras_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_choices_read_parameters.go b/netbox/client/extras/extras_choices_read_parameters.go
index 7dd8262822b8b8f03dd7598ab94952be4f9ff5fc..8ccd7a6991e98bf69bffdd910b30568ae9fb0601 100644
--- a/netbox/client/extras/extras_choices_read_parameters.go
+++ b/netbox/client/extras/extras_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_choices_read_responses.go b/netbox/client/extras/extras_choices_read_responses.go
index eb7a281f0a3838b3ed9e9a3e5246df0687fc853a..52513cb2f02cda987909f1dd08af30e8585015c8 100644
--- a/netbox/client/extras/extras_choices_read_responses.go
+++ b/netbox/client/extras/extras_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_client.go b/netbox/client/extras/extras_client.go
index cbd140dc4481f387be5ed7802bc5ba6a65a41d9b..b13df41f7a8006da3b81a08eb07ffc1a14168f80 100644
--- a/netbox/client/extras/extras_client.go
+++ b/netbox/client/extras/extras_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_create_parameters.go b/netbox/client/extras/extras_export_templates_create_parameters.go
index cc107a07134857ebe8e415ebf913db3572198f46..1ae756636d35c09fcfaf4f7501358cb65bf50797 100644
--- a/netbox/client/extras/extras_export_templates_create_parameters.go
+++ b/netbox/client/extras/extras_export_templates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_create_responses.go b/netbox/client/extras/extras_export_templates_create_responses.go
index d513ac1ddf7d664d81b6576b35f8b3c319f0b91c..cab620549690ef859cb86e0bb15825939989cb28 100644
--- a/netbox/client/extras/extras_export_templates_create_responses.go
+++ b/netbox/client/extras/extras_export_templates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_delete_parameters.go b/netbox/client/extras/extras_export_templates_delete_parameters.go
index 0afe029607837f314fd51f221de3f884268b6b5f..eed6f13252c6233afbd6469714dff0d5ce029dea 100644
--- a/netbox/client/extras/extras_export_templates_delete_parameters.go
+++ b/netbox/client/extras/extras_export_templates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_delete_responses.go b/netbox/client/extras/extras_export_templates_delete_responses.go
index 7cd02eeac0a2430b507210e82dfb91ece8eeaf30..b8e60bbc3aa17b60ec22a988981412dac9522e31 100644
--- a/netbox/client/extras/extras_export_templates_delete_responses.go
+++ b/netbox/client/extras/extras_export_templates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_list_parameters.go b/netbox/client/extras/extras_export_templates_list_parameters.go
index 6730c84a58eb3e0e2d3be99898733ed68ffc5e05..cdd7e6b96b2cc00d906329e3fdb080ca054a6969 100644
--- a/netbox/client/extras/extras_export_templates_list_parameters.go
+++ b/netbox/client/extras/extras_export_templates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_list_responses.go b/netbox/client/extras/extras_export_templates_list_responses.go
index fed49ff6d6797a8f1d3d290f5b8600f499b2e5e7..f75b54ec5d572f3b0c30fb9259dbffbb9a7eacbf 100644
--- a/netbox/client/extras/extras_export_templates_list_responses.go
+++ b/netbox/client/extras/extras_export_templates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_partial_update_parameters.go b/netbox/client/extras/extras_export_templates_partial_update_parameters.go
index 72c85a560d7912075d42fab2e60c3fd6aa1b2272..558cdde7480b1b217de8a984a1ecaceccbdd10c6 100644
--- a/netbox/client/extras/extras_export_templates_partial_update_parameters.go
+++ b/netbox/client/extras/extras_export_templates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_partial_update_responses.go b/netbox/client/extras/extras_export_templates_partial_update_responses.go
index 7427d1ff23522e0e16e9435287ad61782a12ccc7..31a4c6d8032b5e11f9ac5f7389545cdf171af1e4 100644
--- a/netbox/client/extras/extras_export_templates_partial_update_responses.go
+++ b/netbox/client/extras/extras_export_templates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_read_parameters.go b/netbox/client/extras/extras_export_templates_read_parameters.go
index ddef6f40952498deb36226fc90cba49fe4447310..cb93b03c95e9023e308e52889188bc803ad061b5 100644
--- a/netbox/client/extras/extras_export_templates_read_parameters.go
+++ b/netbox/client/extras/extras_export_templates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_read_responses.go b/netbox/client/extras/extras_export_templates_read_responses.go
index 99d6e41fd30cc5d2cdadf5809d0aea8cbdc0752d..1aab4600363d5dd4fdf9c4a04bd10c9165204cbd 100644
--- a/netbox/client/extras/extras_export_templates_read_responses.go
+++ b/netbox/client/extras/extras_export_templates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_update_parameters.go b/netbox/client/extras/extras_export_templates_update_parameters.go
index 88a631fe2e0dfb3382dbc4e1de2eef606fc52717..5ce990e46dbf82f5e951a0bcbcfdfcced2294f9b 100644
--- a/netbox/client/extras/extras_export_templates_update_parameters.go
+++ b/netbox/client/extras/extras_export_templates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_export_templates_update_responses.go b/netbox/client/extras/extras_export_templates_update_responses.go
index bd5c3a4b3c4c070bb9959ef214861133d7c00815..aae72f39db7ef4512ab45b4861b6873d2d24a04a 100644
--- a/netbox/client/extras/extras_export_templates_update_responses.go
+++ b/netbox/client/extras/extras_export_templates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_create_parameters.go b/netbox/client/extras/extras_graphs_create_parameters.go
index 19cf5bb6c16690799c2b3f62cb58233501d371d4..7289ea4ff44d56a20eacf441604d5685d4521a72 100644
--- a/netbox/client/extras/extras_graphs_create_parameters.go
+++ b/netbox/client/extras/extras_graphs_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_create_responses.go b/netbox/client/extras/extras_graphs_create_responses.go
index f2d5bf3dce949ce09571d8e9b9a149caaddfd119..8b635f27ca7748b7d476c27f866af63029d2935b 100644
--- a/netbox/client/extras/extras_graphs_create_responses.go
+++ b/netbox/client/extras/extras_graphs_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_delete_parameters.go b/netbox/client/extras/extras_graphs_delete_parameters.go
index b7b5addaa5a849e27a3a6c4636846a8685a20363..bb969f399ad5f09db85b7cb0cbafc79bae7e7b09 100644
--- a/netbox/client/extras/extras_graphs_delete_parameters.go
+++ b/netbox/client/extras/extras_graphs_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_delete_responses.go b/netbox/client/extras/extras_graphs_delete_responses.go
index 10316340af33f2418b3b095ad9eb10beb9493b71..3033d7d2d6486c1b29f8cdb95cb0be9140dfcf3b 100644
--- a/netbox/client/extras/extras_graphs_delete_responses.go
+++ b/netbox/client/extras/extras_graphs_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_list_parameters.go b/netbox/client/extras/extras_graphs_list_parameters.go
index d6ed80d5bbd2642cb6bedda52057093d9a1598a8..1e58184b8f495a5bb5f36b9eab2e400a5c8f6eed 100644
--- a/netbox/client/extras/extras_graphs_list_parameters.go
+++ b/netbox/client/extras/extras_graphs_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_list_responses.go b/netbox/client/extras/extras_graphs_list_responses.go
index 7339236d2d4a4953a962225807288fd75a0dffa7..193d5b4f741adf4545ac69c32d21723707d4e1ee 100644
--- a/netbox/client/extras/extras_graphs_list_responses.go
+++ b/netbox/client/extras/extras_graphs_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_partial_update_parameters.go b/netbox/client/extras/extras_graphs_partial_update_parameters.go
index d62f89af80fa46c360360cf735844a49ccccd57b..6af233d18e0c3bf4b0af006ebe6dda4f08ae25ad 100644
--- a/netbox/client/extras/extras_graphs_partial_update_parameters.go
+++ b/netbox/client/extras/extras_graphs_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_partial_update_responses.go b/netbox/client/extras/extras_graphs_partial_update_responses.go
index 1ef3106f3aa05637f8542dff5f295385b0b9fab9..c69cd4a8548f934b10ee826e67e21aecff2f7dff 100644
--- a/netbox/client/extras/extras_graphs_partial_update_responses.go
+++ b/netbox/client/extras/extras_graphs_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_read_parameters.go b/netbox/client/extras/extras_graphs_read_parameters.go
index d58b318ffdde3d7fd27ddce996b9366386c7c3a8..d01b844da4aadac5a17edd622c949b2a89750f7a 100644
--- a/netbox/client/extras/extras_graphs_read_parameters.go
+++ b/netbox/client/extras/extras_graphs_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_read_responses.go b/netbox/client/extras/extras_graphs_read_responses.go
index 334935d7b142600162c5dc0add738a403fba96ac..be6ad49e23c01448898720386fdceb939f2dec66 100644
--- a/netbox/client/extras/extras_graphs_read_responses.go
+++ b/netbox/client/extras/extras_graphs_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_update_parameters.go b/netbox/client/extras/extras_graphs_update_parameters.go
index 1318f61f89f110c96231e1c04db7039e6c495eab..e7979ba6ca1307ac8729e385e4498e3baffed907 100644
--- a/netbox/client/extras/extras_graphs_update_parameters.go
+++ b/netbox/client/extras/extras_graphs_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_graphs_update_responses.go b/netbox/client/extras/extras_graphs_update_responses.go
index bcda29687d5f8892da7f62afaad45db3eb171a49..b35e3e09e3da6089285748666e1b9b862d9a2f33 100644
--- a/netbox/client/extras/extras_graphs_update_responses.go
+++ b/netbox/client/extras/extras_graphs_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_create_parameters.go b/netbox/client/extras/extras_image_attachments_create_parameters.go
index d27090c0980542ed797d968cb2c0e8b1c57e236b..bf1ba48d11a10b365639a97061a26a3a1b085def 100644
--- a/netbox/client/extras/extras_image_attachments_create_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_create_responses.go b/netbox/client/extras/extras_image_attachments_create_responses.go
index 467717d5708367bcf61436268812b349e8775104..844cd7e2ce0709803658dcd36ce658820db5e96d 100644
--- a/netbox/client/extras/extras_image_attachments_create_responses.go
+++ b/netbox/client/extras/extras_image_attachments_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_delete_parameters.go b/netbox/client/extras/extras_image_attachments_delete_parameters.go
index 40d4f82d2eb99093e7a4b3717827af00843e4ca5..11046c69460040dbdd4d9b23c1a1833513b1fc62 100644
--- a/netbox/client/extras/extras_image_attachments_delete_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_delete_responses.go b/netbox/client/extras/extras_image_attachments_delete_responses.go
index 4f26e3baf7be8b206ade11b81b0d1ea337df079c..97c2ea0c20f9cbf7b16dd09c3e2b4777384db3c5 100644
--- a/netbox/client/extras/extras_image_attachments_delete_responses.go
+++ b/netbox/client/extras/extras_image_attachments_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_list_parameters.go b/netbox/client/extras/extras_image_attachments_list_parameters.go
index c4434d7d814b82b398c525234ed8705453d79edd..93db4f9d276947f24470381d6732718aeebd6e34 100644
--- a/netbox/client/extras/extras_image_attachments_list_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_list_responses.go b/netbox/client/extras/extras_image_attachments_list_responses.go
index caa595427582d8b88c98244987eda24776637a17..4448134fced914bf953d819556347b43f343af30 100644
--- a/netbox/client/extras/extras_image_attachments_list_responses.go
+++ b/netbox/client/extras/extras_image_attachments_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_partial_update_parameters.go b/netbox/client/extras/extras_image_attachments_partial_update_parameters.go
index a7e18e03855bc9f07591ccc80d1ee282bdf4948e..ff257c2dccdadf5a75ae8685badb4b3667c43a10 100644
--- a/netbox/client/extras/extras_image_attachments_partial_update_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_partial_update_responses.go b/netbox/client/extras/extras_image_attachments_partial_update_responses.go
index f17503914aa8357ed5ad052cbc7bf2943f1d88b3..241f5970fcf471931bebc15a4dbbd922ab1005c3 100644
--- a/netbox/client/extras/extras_image_attachments_partial_update_responses.go
+++ b/netbox/client/extras/extras_image_attachments_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_read_parameters.go b/netbox/client/extras/extras_image_attachments_read_parameters.go
index bdd2c7ea6c00aa9e31743df3ee3c5b18cc50cb41..57fab5b925c2577f8beec47ed309bab4c05fa792 100644
--- a/netbox/client/extras/extras_image_attachments_read_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_read_responses.go b/netbox/client/extras/extras_image_attachments_read_responses.go
index 60cce59c06bbdad2033495d994d5f5fed3e3f488..5c5725999878875945698c31151e4fc6f42fc800 100644
--- a/netbox/client/extras/extras_image_attachments_read_responses.go
+++ b/netbox/client/extras/extras_image_attachments_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_update_parameters.go b/netbox/client/extras/extras_image_attachments_update_parameters.go
index aa8c20949dd60851905dcc973bffd56960bff17b..2e68d130c6bbd6c13c5b795389f73eb39cd9465e 100644
--- a/netbox/client/extras/extras_image_attachments_update_parameters.go
+++ b/netbox/client/extras/extras_image_attachments_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_image_attachments_update_responses.go b/netbox/client/extras/extras_image_attachments_update_responses.go
index 7aa53b49a15262b27339b2582b86284cd7f578e1..bfd348dffed20708773b8819b4358b78c9b82cc4 100644
--- a/netbox/client/extras/extras_image_attachments_update_responses.go
+++ b/netbox/client/extras/extras_image_attachments_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_recent_activity_list_parameters.go b/netbox/client/extras/extras_recent_activity_list_parameters.go
index 2494e7a7cd851d98d466c2b9332b2d2a82f6ae90..151f40afb024b24a33bf3305bc557bb77d5f30eb 100644
--- a/netbox/client/extras/extras_recent_activity_list_parameters.go
+++ b/netbox/client/extras/extras_recent_activity_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_recent_activity_list_responses.go b/netbox/client/extras/extras_recent_activity_list_responses.go
index a6b4b903ddbc97b49bade786043bf0ccec2d2013..39b2e3cf07bcf478e0e6d30d3a7019c26406a1c0 100644
--- a/netbox/client/extras/extras_recent_activity_list_responses.go
+++ b/netbox/client/extras/extras_recent_activity_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_recent_activity_read_parameters.go b/netbox/client/extras/extras_recent_activity_read_parameters.go
index 17a67e1cdfe9fd0c07dec080751076d7178951b6..036a5df60341eef1c9eb9bb151f8f5912460ccc2 100644
--- a/netbox/client/extras/extras_recent_activity_read_parameters.go
+++ b/netbox/client/extras/extras_recent_activity_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_recent_activity_read_responses.go b/netbox/client/extras/extras_recent_activity_read_responses.go
index 69680c77d7be56ab2c645300ca6e1a3dae881c7b..9efb16a30d4ffe73ed8832cd7770e4a3251f83a7 100644
--- a/netbox/client/extras/extras_recent_activity_read_responses.go
+++ b/netbox/client/extras/extras_recent_activity_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_create_parameters.go b/netbox/client/extras/extras_topology_maps_create_parameters.go
index 34af4451c24cad1de51fab9e97dc8fe5d2cf28a8..0935c06bc7ba81993acfd702667ae01835bd530a 100644
--- a/netbox/client/extras/extras_topology_maps_create_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_create_responses.go b/netbox/client/extras/extras_topology_maps_create_responses.go
index 742bede00abd7a02d7885a138ebd12a04b55dc02..a1b92be2b45857cf6c991857e213359b2884bbd0 100644
--- a/netbox/client/extras/extras_topology_maps_create_responses.go
+++ b/netbox/client/extras/extras_topology_maps_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_delete_parameters.go b/netbox/client/extras/extras_topology_maps_delete_parameters.go
index 22923d26afcf58aee2bf096d6ff5512f9bc604de..ddb6ea4d010784326cfd339fef85e5a9ff93e6c7 100644
--- a/netbox/client/extras/extras_topology_maps_delete_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_delete_responses.go b/netbox/client/extras/extras_topology_maps_delete_responses.go
index 1f94a584eb6b8c4f7a7621866b503a0298321c8a..460e489949af2ce367c46d7ce88b8cc2968f1566 100644
--- a/netbox/client/extras/extras_topology_maps_delete_responses.go
+++ b/netbox/client/extras/extras_topology_maps_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_list_parameters.go b/netbox/client/extras/extras_topology_maps_list_parameters.go
index 5d98e1d06fd0a9c3d39157160e55400113da7a92..45c0274b2bc46fc29fcee6551a8c83162d87a70e 100644
--- a/netbox/client/extras/extras_topology_maps_list_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_list_responses.go b/netbox/client/extras/extras_topology_maps_list_responses.go
index 4022db24a443c1b35f2df78645b1551ac317a117..3ae731d171cc1c20417f5e9da4f33b2b35b49c25 100644
--- a/netbox/client/extras/extras_topology_maps_list_responses.go
+++ b/netbox/client/extras/extras_topology_maps_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_partial_update_parameters.go b/netbox/client/extras/extras_topology_maps_partial_update_parameters.go
index e70046a2ee4669ffd4cc89da784a441f25d2a452..9aa828757f801cfbeb588e716a3d325112be870a 100644
--- a/netbox/client/extras/extras_topology_maps_partial_update_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_partial_update_responses.go b/netbox/client/extras/extras_topology_maps_partial_update_responses.go
index 35f316b7a43b3988b36727be81eb2f516150a8cd..848f8608272ec60cfe18061ced7833cbd1921413 100644
--- a/netbox/client/extras/extras_topology_maps_partial_update_responses.go
+++ b/netbox/client/extras/extras_topology_maps_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_read_parameters.go b/netbox/client/extras/extras_topology_maps_read_parameters.go
index 190ec9c47114344d47e9a67d4aaa580c12e7e608..5e91d092c5bb65b5e2185c08e173ea77f12c19c9 100644
--- a/netbox/client/extras/extras_topology_maps_read_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_read_responses.go b/netbox/client/extras/extras_topology_maps_read_responses.go
index 11ee41d332dc1a9100be2f9bcce6f7e2369d12b0..c9a95f4ead32a321b85d514cd1c2063ff886c42c 100644
--- a/netbox/client/extras/extras_topology_maps_read_responses.go
+++ b/netbox/client/extras/extras_topology_maps_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_render_parameters.go b/netbox/client/extras/extras_topology_maps_render_parameters.go
index 40e517e2027e35dc49e6dc7bab1b141ce5e67df3..fd22e4ebc3394c97fa1d8d020ddc9e918968141d 100644
--- a/netbox/client/extras/extras_topology_maps_render_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_render_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_render_responses.go b/netbox/client/extras/extras_topology_maps_render_responses.go
index 96673db5811bf2dbaea5bbe77cb4bfa8e6ce6e0f..6d7ebdfb91cf99de3c52efcb2046276c8938bb2a 100644
--- a/netbox/client/extras/extras_topology_maps_render_responses.go
+++ b/netbox/client/extras/extras_topology_maps_render_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_update_parameters.go b/netbox/client/extras/extras_topology_maps_update_parameters.go
index 7e5c72866af49e27bfee5fed8455fcd42c9cfaaf..f671e0f8d14bef9ea5ae3a73676840e296d46925 100644
--- a/netbox/client/extras/extras_topology_maps_update_parameters.go
+++ b/netbox/client/extras/extras_topology_maps_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/extras/extras_topology_maps_update_responses.go b/netbox/client/extras/extras_topology_maps_update_responses.go
index ae7ded45d72982f73c7c19d13a31949805248d91..167ae824751aae88a2c49da0e6cd11ee5aa2f984 100644
--- a/netbox/client/extras/extras_topology_maps_update_responses.go
+++ b/netbox/client/extras/extras_topology_maps_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package extras
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_am_client.go b/netbox/client/ipam/ip_am_client.go
index 23f02d6da5260ded82f5f94837db9c11a04927a9..a3a36f49bbce0f6dc8eb9175101848f1f283365d 100644
--- a/netbox/client/ipam/ip_am_client.go
+++ b/netbox/client/ipam/ip_am_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_create_parameters.go b/netbox/client/ipam/ip_amaggregates_create_parameters.go
index 955ad874ce84af4e8e366512af98caa2d57bc67c..15d978813a0fecf0d3c23300f10973ee3c30fab3 100644
--- a/netbox/client/ipam/ip_amaggregates_create_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_create_responses.go b/netbox/client/ipam/ip_amaggregates_create_responses.go
index 9b1b9198001d42e73327edcd1dad8d652b9cf6e3..c4f82dda9f9791730fc92bcbf8f1452d595dd24d 100644
--- a/netbox/client/ipam/ip_amaggregates_create_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_delete_parameters.go b/netbox/client/ipam/ip_amaggregates_delete_parameters.go
index 0b70512f61b74d9d64bcebb3a761d624486276fd..da251711558b46119e47210fb44e0e034bbc8d17 100644
--- a/netbox/client/ipam/ip_amaggregates_delete_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_delete_responses.go b/netbox/client/ipam/ip_amaggregates_delete_responses.go
index 136309476490c003a7cecad4c3a96a19e69441a9..32812e171f6290c2a8766fece63d913770241c81 100644
--- a/netbox/client/ipam/ip_amaggregates_delete_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_list_parameters.go b/netbox/client/ipam/ip_amaggregates_list_parameters.go
index bc7bbb3653822cf7227b1868073cc630602a12fc..f05f35696e73865b48a182536c8e9bd5d1d01f7a 100644
--- a/netbox/client/ipam/ip_amaggregates_list_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_list_responses.go b/netbox/client/ipam/ip_amaggregates_list_responses.go
index 6891b34096dd1107f68d9dbc20e91470b3b7e060..e5d8eb76e0f2823ae342b9c874b6aac8f90800bf 100644
--- a/netbox/client/ipam/ip_amaggregates_list_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_partial_update_parameters.go b/netbox/client/ipam/ip_amaggregates_partial_update_parameters.go
index 80c3933d87cd5d8e3d301bb8e749143fd49c9111..b256992d833259f4541fae11a7ed614af41a3d8b 100644
--- a/netbox/client/ipam/ip_amaggregates_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_partial_update_responses.go b/netbox/client/ipam/ip_amaggregates_partial_update_responses.go
index e7722c3c0310699ad76a69e416a7e1e0a1a14b4a..294692b954e7928df1dc0d1454fb58d502fea669 100644
--- a/netbox/client/ipam/ip_amaggregates_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_read_parameters.go b/netbox/client/ipam/ip_amaggregates_read_parameters.go
index c809c1c81c171c29b642c8c7fcdc688f31a73ce5..627f725d93e8fb5ac78e5225a62eca0b7bb27c70 100644
--- a/netbox/client/ipam/ip_amaggregates_read_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_read_responses.go b/netbox/client/ipam/ip_amaggregates_read_responses.go
index 211ca0e567c8c5b65de93eb9b619c383b027c328..0d23dd8b744b029b767bedbd49f1e693b5d87bd7 100644
--- a/netbox/client/ipam/ip_amaggregates_read_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_update_parameters.go b/netbox/client/ipam/ip_amaggregates_update_parameters.go
index 8ae62c9ab580ce6acc1334495d3bbf4bb80e4de0..b3fa0432c3e0bdaa7727d7a1f3a2cdf7ad8c55ea 100644
--- a/netbox/client/ipam/ip_amaggregates_update_parameters.go
+++ b/netbox/client/ipam/ip_amaggregates_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amaggregates_update_responses.go b/netbox/client/ipam/ip_amaggregates_update_responses.go
index 60e2c54a5da631b6d2f922913a2f98703aa58c81..205b88c035f04dc69808494befd80415a93cff29 100644
--- a/netbox/client/ipam/ip_amaggregates_update_responses.go
+++ b/netbox/client/ipam/ip_amaggregates_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amchoices_list_parameters.go b/netbox/client/ipam/ip_amchoices_list_parameters.go
index cbe5053d46fc9f4b7bfd41f9f98a0b39b58458ac..9c2378f97de6cba05d90a69075cc3a9399ef592a 100644
--- a/netbox/client/ipam/ip_amchoices_list_parameters.go
+++ b/netbox/client/ipam/ip_amchoices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amchoices_list_responses.go b/netbox/client/ipam/ip_amchoices_list_responses.go
index df838f9b40b3505f65cc3e2aa6e041bbd3120672..e3a500a50a200ba3ba01fd8cac2f80e0bbc3740f 100644
--- a/netbox/client/ipam/ip_amchoices_list_responses.go
+++ b/netbox/client/ipam/ip_amchoices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amchoices_read_parameters.go b/netbox/client/ipam/ip_amchoices_read_parameters.go
index a9d43496babaf0a1f60a43579d179facbacab19b..834c1a3bfa325d5e38beb1eb1abd3be3cf07b9f7 100644
--- a/netbox/client/ipam/ip_amchoices_read_parameters.go
+++ b/netbox/client/ipam/ip_amchoices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amchoices_read_responses.go b/netbox/client/ipam/ip_amchoices_read_responses.go
index a960fb05056da8eaf1a6669dbbfabaade807aa86..bee4187d903978fef5195b52b648a73fd7ddd432 100644
--- a/netbox/client/ipam/ip_amchoices_read_responses.go
+++ b/netbox/client/ipam/ip_amchoices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_create_parameters.go b/netbox/client/ipam/ip_amip_addresses_create_parameters.go
index 1e8db308d489ce06769ac6920a61b46aa81b217a..90ef06edc4ec7ab69e3a0cdc09c29592d2dc1188 100644
--- a/netbox/client/ipam/ip_amip_addresses_create_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_create_responses.go b/netbox/client/ipam/ip_amip_addresses_create_responses.go
index 071526cb5d08d98cfe35324e77974d3d5801973d..05729ded3217793f9b2576aee08b95018ebbcc68 100644
--- a/netbox/client/ipam/ip_amip_addresses_create_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_delete_parameters.go b/netbox/client/ipam/ip_amip_addresses_delete_parameters.go
index 68f8997f1920c5e054583a028703e383fc763234..8d4f9d12eca51438a759b99906108ab1a4a1ae13 100644
--- a/netbox/client/ipam/ip_amip_addresses_delete_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_delete_responses.go b/netbox/client/ipam/ip_amip_addresses_delete_responses.go
index a8b5474b047c37470ce321e1c58bf0cc70f7251d..b05cb8c3275449b83bc56b4e53019a59bde6be13 100644
--- a/netbox/client/ipam/ip_amip_addresses_delete_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_list_parameters.go b/netbox/client/ipam/ip_amip_addresses_list_parameters.go
index 6adbd025dcc7e4ad30be8c9d268a5474892c6291..cf0dd7a1f0747d0e246b5f1235f346bc96b7dc57 100644
--- a/netbox/client/ipam/ip_amip_addresses_list_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_list_responses.go b/netbox/client/ipam/ip_amip_addresses_list_responses.go
index 3dba1adbee28a3aa57228597b1414d9edb75f678..6d9a024a5ad7f40c6a728a7c644e4ae45fd4fc17 100644
--- a/netbox/client/ipam/ip_amip_addresses_list_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_partial_update_parameters.go b/netbox/client/ipam/ip_amip_addresses_partial_update_parameters.go
index c5dd7f0f155aef839f958406304312641390db86..eb480f900ac21c355097057d20deb7cbcdd30bc3 100644
--- a/netbox/client/ipam/ip_amip_addresses_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_partial_update_responses.go b/netbox/client/ipam/ip_amip_addresses_partial_update_responses.go
index d497d67de21c8f37d2b7278fd11eafe2e98d66a0..59770b270a93afe25c79b5c6a333ef44fb4a333a 100644
--- a/netbox/client/ipam/ip_amip_addresses_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_read_parameters.go b/netbox/client/ipam/ip_amip_addresses_read_parameters.go
index ec6b87f9b68dd67db7ff325a287e3373dd05c254..b326478978744086e26aaf8eb10acc35a5d0f2c2 100644
--- a/netbox/client/ipam/ip_amip_addresses_read_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_read_responses.go b/netbox/client/ipam/ip_amip_addresses_read_responses.go
index c872305799b928c440ce1afc6b2d8ea271b39aa9..b9b8d10bca8b940f6e3ae1ad7354c65a0ad01de9 100644
--- a/netbox/client/ipam/ip_amip_addresses_read_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_update_parameters.go b/netbox/client/ipam/ip_amip_addresses_update_parameters.go
index 41d175fb094cc83541117f2d8a0ba87e4e0d2c5f..54b097ec714785e382b5c146b26f759940356f15 100644
--- a/netbox/client/ipam/ip_amip_addresses_update_parameters.go
+++ b/netbox/client/ipam/ip_amip_addresses_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amip_addresses_update_responses.go b/netbox/client/ipam/ip_amip_addresses_update_responses.go
index 4aa767d35d0f7237d1b724bd3935af8f479c7881..c9e917bd294465de33e25a0f84f77e7328fcffba 100644
--- a/netbox/client/ipam/ip_amip_addresses_update_responses.go
+++ b/netbox/client/ipam/ip_amip_addresses_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_ips_create_parameters.go b/netbox/client/ipam/ip_amprefixes_available_ips_create_parameters.go
index 77f74eee6751e6c9ffab7ed48148680627c2bf3f..b16acd438f31269b414362697af72d8ef64f3691 100644
--- a/netbox/client/ipam/ip_amprefixes_available_ips_create_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_available_ips_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_ips_create_responses.go b/netbox/client/ipam/ip_amprefixes_available_ips_create_responses.go
index 3395970ef1496aca5c2855744fba835129488d26..088dc493634857a6cdd13a2f1bdfecc891584650 100644
--- a/netbox/client/ipam/ip_amprefixes_available_ips_create_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_available_ips_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_ips_read_parameters.go b/netbox/client/ipam/ip_amprefixes_available_ips_read_parameters.go
index 2486f268e106047ad20fbb23bf6ba8b1330ab3f0..95da2ec6361d1efc38c9bfd6c75adbe0436e3324 100644
--- a/netbox/client/ipam/ip_amprefixes_available_ips_read_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_available_ips_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_ips_read_responses.go b/netbox/client/ipam/ip_amprefixes_available_ips_read_responses.go
index 26fdc7db318f8c63b88e65a3d51cbf8c6c6b5f82..c358354e6de088233344b519cfcf464c7cba89ad 100644
--- a/netbox/client/ipam/ip_amprefixes_available_ips_read_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_available_ips_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_prefixes_create_parameters.go b/netbox/client/ipam/ip_amprefixes_available_prefixes_create_parameters.go
index e390fb4c137cf65e5ebd2f70768e1f39e31aa1d2..7864c077b9e70a775f5af40fa1882c434d6cbcf4 100644
--- a/netbox/client/ipam/ip_amprefixes_available_prefixes_create_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_available_prefixes_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_prefixes_create_responses.go b/netbox/client/ipam/ip_amprefixes_available_prefixes_create_responses.go
index bbf0120fe7da42762478dfca4623d09be6d9627f..c34039f306cecf64fd5c03671a452ee18073e800 100644
--- a/netbox/client/ipam/ip_amprefixes_available_prefixes_create_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_available_prefixes_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_prefixes_read_parameters.go b/netbox/client/ipam/ip_amprefixes_available_prefixes_read_parameters.go
index d44f6f9ebd8c043e32019fa36270780672677d52..ffe2c3ccc46d6efc802c4733f1e0c9c6ec56b87b 100644
--- a/netbox/client/ipam/ip_amprefixes_available_prefixes_read_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_available_prefixes_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_available_prefixes_read_responses.go b/netbox/client/ipam/ip_amprefixes_available_prefixes_read_responses.go
index 310ad752d7740c974b8eee388e8afdf3e3bfc0ac..4ae9449d72db2e096a1519a5382a8536f115cbf0 100644
--- a/netbox/client/ipam/ip_amprefixes_available_prefixes_read_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_available_prefixes_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_create_parameters.go b/netbox/client/ipam/ip_amprefixes_create_parameters.go
index a3c15c60673dcc9ed6a6c7f02b0ca70256cbf11c..8eb3712d1ce6b89f3f591dd5b14ec3cef7f16e3c 100644
--- a/netbox/client/ipam/ip_amprefixes_create_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_create_responses.go b/netbox/client/ipam/ip_amprefixes_create_responses.go
index fda8bdbd742806be53272e7129c7fe532f754a80..744b7d2a6212d8dc45ee0ec467aa4ec29ebe64f2 100644
--- a/netbox/client/ipam/ip_amprefixes_create_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_delete_parameters.go b/netbox/client/ipam/ip_amprefixes_delete_parameters.go
index 4b01d0f2bfb622b8a538152a4ef4cf60e2cb120b..f3ca330168bb4008113430e859c5e9fe28b76876 100644
--- a/netbox/client/ipam/ip_amprefixes_delete_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_delete_responses.go b/netbox/client/ipam/ip_amprefixes_delete_responses.go
index 5c3dc28d6442a76d045ad182dc042f58aa7538cc..c9668b845a56744eb11f6d8e0c4a0e9b4a4be805 100644
--- a/netbox/client/ipam/ip_amprefixes_delete_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_list_parameters.go b/netbox/client/ipam/ip_amprefixes_list_parameters.go
index 15be08052eaf2c61c9a632aeba49c1d0315d5db6..b43129afa8fb9359a8bce19e458f76c913fce18b 100644
--- a/netbox/client/ipam/ip_amprefixes_list_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_list_responses.go b/netbox/client/ipam/ip_amprefixes_list_responses.go
index 8cbf368cb4eb8cc9d27b0eeb63db2e15b70698ba..47a823c14ba64e577cc2e4314922652743975ed0 100644
--- a/netbox/client/ipam/ip_amprefixes_list_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_partial_update_parameters.go b/netbox/client/ipam/ip_amprefixes_partial_update_parameters.go
index cb58bdc5d8d92d2fa62cb8e4e30a2e5d9b49528b..d48c984a53e55493fff77d4670a4ac7845cb222b 100644
--- a/netbox/client/ipam/ip_amprefixes_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_partial_update_responses.go b/netbox/client/ipam/ip_amprefixes_partial_update_responses.go
index 162651de0c309745266b6509d2acb2bc736ead30..96e1838654b82a8ab104dbaac18e4b3ad4db9ffc 100644
--- a/netbox/client/ipam/ip_amprefixes_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_read_parameters.go b/netbox/client/ipam/ip_amprefixes_read_parameters.go
index cdf72364369a13833409bcf41ea52d694a69673e..7ec788cf49c5e2ef327dce6bd42e839527bc876f 100644
--- a/netbox/client/ipam/ip_amprefixes_read_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_read_responses.go b/netbox/client/ipam/ip_amprefixes_read_responses.go
index 10dc71099da30190b332f7ab0ce60fee698e3ad8..b86b914f44d8cc28019e2351cee439daf5233d5a 100644
--- a/netbox/client/ipam/ip_amprefixes_read_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_update_parameters.go b/netbox/client/ipam/ip_amprefixes_update_parameters.go
index 870c09fd6db73a9376acaa91425c128c099c8e54..8d448886a300435da195a680e2662fc9ab9e543c 100644
--- a/netbox/client/ipam/ip_amprefixes_update_parameters.go
+++ b/netbox/client/ipam/ip_amprefixes_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amprefixes_update_responses.go b/netbox/client/ipam/ip_amprefixes_update_responses.go
index 1d2ce8d13bd6dcb4d28f1ed91987086c3e23acd5..d292f5e1be6ce95bf12f0d6609f4b0a3fda4fbe5 100644
--- a/netbox/client/ipam/ip_amprefixes_update_responses.go
+++ b/netbox/client/ipam/ip_amprefixes_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_create_parameters.go b/netbox/client/ipam/ip_amrirs_create_parameters.go
index 980fd7824857e54b479a65bf9e20988a317cbfb4..d0f174759a1814c94efb4b8d76b195f81dfa103c 100644
--- a/netbox/client/ipam/ip_amrirs_create_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_create_responses.go b/netbox/client/ipam/ip_amrirs_create_responses.go
index 2eb8f7b7d5efab098eddf8020425aba583e6c3a1..6bc360b967e26d793c5443b4177e7af0042dad07 100644
--- a/netbox/client/ipam/ip_amrirs_create_responses.go
+++ b/netbox/client/ipam/ip_amrirs_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_delete_parameters.go b/netbox/client/ipam/ip_amrirs_delete_parameters.go
index 2484edc81174d9f2cd5f843030c9eb1513b30d7f..17f1be45bd92c427401af7b7a233e8e0251d8beb 100644
--- a/netbox/client/ipam/ip_amrirs_delete_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_delete_responses.go b/netbox/client/ipam/ip_amrirs_delete_responses.go
index 4aa898c2636a8b40238ca225bd7b5877a651c48c..2aeebcb451d1a1496bb1c2259b8e03b121b59844 100644
--- a/netbox/client/ipam/ip_amrirs_delete_responses.go
+++ b/netbox/client/ipam/ip_amrirs_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_list_parameters.go b/netbox/client/ipam/ip_amrirs_list_parameters.go
index def548674e6e7ec1662a6c68c04cd38f13437c38..664554622a3d52b83f0fc2e255672854b44dcf66 100644
--- a/netbox/client/ipam/ip_amrirs_list_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_list_responses.go b/netbox/client/ipam/ip_amrirs_list_responses.go
index 3c92ab8abc069aa08f362b5d6d0db130be55c649..4cdfdd83ad4a2324e0f0ab59b1b85cc0e6587cca 100644
--- a/netbox/client/ipam/ip_amrirs_list_responses.go
+++ b/netbox/client/ipam/ip_amrirs_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_partial_update_parameters.go b/netbox/client/ipam/ip_amrirs_partial_update_parameters.go
index 744d81c7a3c18eb794b404fb363342e9af42100b..9f6f306a311eb8690be9169c0154f2b65c725794 100644
--- a/netbox/client/ipam/ip_amrirs_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_partial_update_responses.go b/netbox/client/ipam/ip_amrirs_partial_update_responses.go
index 190f3670f16faf1e42bdc4b3c14a339faf863a32..fc3375b57af9f053942cd422688bad1a3ba22454 100644
--- a/netbox/client/ipam/ip_amrirs_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amrirs_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_read_parameters.go b/netbox/client/ipam/ip_amrirs_read_parameters.go
index 246e2c672de0f91e076c6a3a9e97a719087f14a1..5a09b46a6adfafbeaf3a50e63f287c0743e5ac5b 100644
--- a/netbox/client/ipam/ip_amrirs_read_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_read_responses.go b/netbox/client/ipam/ip_amrirs_read_responses.go
index abca0f2c96da2831394090f71a40bcb3598132b3..8a2865c999e1b40c6d6ac11f91675d3a7f86b265 100644
--- a/netbox/client/ipam/ip_amrirs_read_responses.go
+++ b/netbox/client/ipam/ip_amrirs_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_update_parameters.go b/netbox/client/ipam/ip_amrirs_update_parameters.go
index 234f897c162b1ead93328cfcabe91acbf72662da..3f0622f61d3e203a79efd261b57e8c2752223436 100644
--- a/netbox/client/ipam/ip_amrirs_update_parameters.go
+++ b/netbox/client/ipam/ip_amrirs_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amrirs_update_responses.go b/netbox/client/ipam/ip_amrirs_update_responses.go
index 4bb30a88466d7ec6ffbf92b16fc7730fadabdf49..1ca524872ea00494a02b9da1c91a0c0b147254ef 100644
--- a/netbox/client/ipam/ip_amrirs_update_responses.go
+++ b/netbox/client/ipam/ip_amrirs_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_create_parameters.go b/netbox/client/ipam/ip_amroles_create_parameters.go
index 1c0f5b90732d6941548ad6ff476ccad6395ba4e7..a5fd44319e673f37967abf536a194e8b3459f77f 100644
--- a/netbox/client/ipam/ip_amroles_create_parameters.go
+++ b/netbox/client/ipam/ip_amroles_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_create_responses.go b/netbox/client/ipam/ip_amroles_create_responses.go
index d817485a2e913d220927abf2227c2c38808c41bf..05fe3d7ecb143f675e3df685297065d947f3867e 100644
--- a/netbox/client/ipam/ip_amroles_create_responses.go
+++ b/netbox/client/ipam/ip_amroles_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_delete_parameters.go b/netbox/client/ipam/ip_amroles_delete_parameters.go
index 41835c8ac232c2332f75c7625b0069a6dfb86409..98f1227ff0b77a06fafcdb93ef121cc14d951023 100644
--- a/netbox/client/ipam/ip_amroles_delete_parameters.go
+++ b/netbox/client/ipam/ip_amroles_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_delete_responses.go b/netbox/client/ipam/ip_amroles_delete_responses.go
index 636c3e0ca6b5b7dc0fff9a34a8ddd7f99645f43f..6a5e17d658f1bc819b71665fb433c2c60fed2e0e 100644
--- a/netbox/client/ipam/ip_amroles_delete_responses.go
+++ b/netbox/client/ipam/ip_amroles_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_list_parameters.go b/netbox/client/ipam/ip_amroles_list_parameters.go
index d3179d4dcbca0a2b80368d6e4dad9c40595e8c2b..fb3f80168bf0d0e2bfb64b0184171bde8420bfc5 100644
--- a/netbox/client/ipam/ip_amroles_list_parameters.go
+++ b/netbox/client/ipam/ip_amroles_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_list_responses.go b/netbox/client/ipam/ip_amroles_list_responses.go
index 2c1ae0a5f1506e8f2fc490e4927c3d5f40f0af3e..984bfb92b60d42ba6588471dbf0502798bc54d2a 100644
--- a/netbox/client/ipam/ip_amroles_list_responses.go
+++ b/netbox/client/ipam/ip_amroles_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_partial_update_parameters.go b/netbox/client/ipam/ip_amroles_partial_update_parameters.go
index 7aad8fc9f5cde75858d30aa9547827bbeb8c3b67..192bcb01c46b23d69c81cc097789242f3a403d72 100644
--- a/netbox/client/ipam/ip_amroles_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amroles_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_partial_update_responses.go b/netbox/client/ipam/ip_amroles_partial_update_responses.go
index 826a00eed4bd59a38aa7ab824baaf4ddffd9d28e..f2dd6ad0bb69a70a1d096968beea34502262068f 100644
--- a/netbox/client/ipam/ip_amroles_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amroles_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_read_parameters.go b/netbox/client/ipam/ip_amroles_read_parameters.go
index de91cfd007747d695e7705ae53f25e992705a6b6..0543e0f7acfe958ba106edbcbc2a97f50c6260fb 100644
--- a/netbox/client/ipam/ip_amroles_read_parameters.go
+++ b/netbox/client/ipam/ip_amroles_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_read_responses.go b/netbox/client/ipam/ip_amroles_read_responses.go
index 12f231bbaaa7bab7da44f6d7c3b485d9f510e801..055923d7ddb8bac869054429cc9d79034ff51159 100644
--- a/netbox/client/ipam/ip_amroles_read_responses.go
+++ b/netbox/client/ipam/ip_amroles_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_update_parameters.go b/netbox/client/ipam/ip_amroles_update_parameters.go
index 172332c866d14dc6a600486a1699b82e8e9e83ab..86cd84e0a5c3057041e7c1e9cac730fadfe272b7 100644
--- a/netbox/client/ipam/ip_amroles_update_parameters.go
+++ b/netbox/client/ipam/ip_amroles_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amroles_update_responses.go b/netbox/client/ipam/ip_amroles_update_responses.go
index 4721bac8301b80a8591f7f8999b4779f402d3a7d..d57107b33bd7bf8c7c46134b0facf443e9d6bbff 100644
--- a/netbox/client/ipam/ip_amroles_update_responses.go
+++ b/netbox/client/ipam/ip_amroles_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_create_parameters.go b/netbox/client/ipam/ip_amservices_create_parameters.go
index 421ee354dfe366c8a9506c813d9dffe6a9a6764a..7b16d4211c086fb4644abd7eabb5f00134d46745 100644
--- a/netbox/client/ipam/ip_amservices_create_parameters.go
+++ b/netbox/client/ipam/ip_amservices_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_create_responses.go b/netbox/client/ipam/ip_amservices_create_responses.go
index 1f569331248b4cd3dd73422e5849ff2ac0b496fb..488a672421b130d61a4226f99ca056ea60c17f7c 100644
--- a/netbox/client/ipam/ip_amservices_create_responses.go
+++ b/netbox/client/ipam/ip_amservices_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_delete_parameters.go b/netbox/client/ipam/ip_amservices_delete_parameters.go
index c7b8266dc109ba46cc81213b077deeb474592fc8..f11b0bfa9cb68cf94fef37baa2f0f79474357bef 100644
--- a/netbox/client/ipam/ip_amservices_delete_parameters.go
+++ b/netbox/client/ipam/ip_amservices_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_delete_responses.go b/netbox/client/ipam/ip_amservices_delete_responses.go
index 6e03dbabb57ad8e0a0b40e34a0cc8e2c3e2bfb81..12b6313211e8fb9d5844b404fb2fccdabd516f6c 100644
--- a/netbox/client/ipam/ip_amservices_delete_responses.go
+++ b/netbox/client/ipam/ip_amservices_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_list_parameters.go b/netbox/client/ipam/ip_amservices_list_parameters.go
index 9653e9e26487361989c1e21d70447b324f99ddc3..c8544626fc7f5158a68194092bc9ec2f02dcdf0c 100644
--- a/netbox/client/ipam/ip_amservices_list_parameters.go
+++ b/netbox/client/ipam/ip_amservices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_list_responses.go b/netbox/client/ipam/ip_amservices_list_responses.go
index 72a153e0ff1c4f541e98c44da9e953e9358025fa..22ec9b480a65662811abdb358d77a8e2ba8ab012 100644
--- a/netbox/client/ipam/ip_amservices_list_responses.go
+++ b/netbox/client/ipam/ip_amservices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_partial_update_parameters.go b/netbox/client/ipam/ip_amservices_partial_update_parameters.go
index ef6332b39b4a00de28d2a7dee08755ff4d9496f8..7363e4efd516f408a259d618e961792d04b9f2ea 100644
--- a/netbox/client/ipam/ip_amservices_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amservices_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_partial_update_responses.go b/netbox/client/ipam/ip_amservices_partial_update_responses.go
index 2e68959ce952b01305526ea653322a58de8ca1f6..db21bb718014b2e85bd07ac3988775c2cb77e2e5 100644
--- a/netbox/client/ipam/ip_amservices_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amservices_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_read_parameters.go b/netbox/client/ipam/ip_amservices_read_parameters.go
index 18a968c85246ae711ebe048f5d7e0dac20506803..6a9dae2a0a4354ce71d1bace39399ce9a8a27d57 100644
--- a/netbox/client/ipam/ip_amservices_read_parameters.go
+++ b/netbox/client/ipam/ip_amservices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_read_responses.go b/netbox/client/ipam/ip_amservices_read_responses.go
index 674d2ce92cf5cb2f9795296820cbc0490c019987..01d78a30c9b315d9de346b85aa10c646eea4e3fe 100644
--- a/netbox/client/ipam/ip_amservices_read_responses.go
+++ b/netbox/client/ipam/ip_amservices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_update_parameters.go b/netbox/client/ipam/ip_amservices_update_parameters.go
index b8f178c8f093c52b8ff8bac096f8b7d2dd0ffc03..e423e4fe6a6374199392ce72475ff3b3554bc685 100644
--- a/netbox/client/ipam/ip_amservices_update_parameters.go
+++ b/netbox/client/ipam/ip_amservices_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amservices_update_responses.go b/netbox/client/ipam/ip_amservices_update_responses.go
index beeb943ff04c61b1451597b0647566da72903077..3ccf5363254b28edb6c05ec3c202ce7796cd2e39 100644
--- a/netbox/client/ipam/ip_amservices_update_responses.go
+++ b/netbox/client/ipam/ip_amservices_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_create_parameters.go b/netbox/client/ipam/ip_amvlan_groups_create_parameters.go
index 167e664558da3cb670dbbc0b61f34e684b960bc9..5a9a756c49421e5f304090b42d23c61deead1ab9 100644
--- a/netbox/client/ipam/ip_amvlan_groups_create_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_create_responses.go b/netbox/client/ipam/ip_amvlan_groups_create_responses.go
index dec3d68ba5f7275039a62d49deb4cd114783f9ab..7bc50977cf82cb99489ddc8bdfce4ec7f3a468b5 100644
--- a/netbox/client/ipam/ip_amvlan_groups_create_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_delete_parameters.go b/netbox/client/ipam/ip_amvlan_groups_delete_parameters.go
index 4761e07bd181f9551f3d606ecf8bb0076d7e13f6..46a262a4ec1146642fee5e71ac753675ec57a886 100644
--- a/netbox/client/ipam/ip_amvlan_groups_delete_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_delete_responses.go b/netbox/client/ipam/ip_amvlan_groups_delete_responses.go
index f77eb28c0635d6a9dc2275223a21d80b56cf1ac5..2b529ce58b2fc5b21da018f6449f79be3f010546 100644
--- a/netbox/client/ipam/ip_amvlan_groups_delete_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_list_parameters.go b/netbox/client/ipam/ip_amvlan_groups_list_parameters.go
index fccfb203a794c703bd97c6dc3f3aecabb6e0806e..827349ee9c28d225febbc6c43f14e9ddd9584536 100644
--- a/netbox/client/ipam/ip_amvlan_groups_list_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_list_responses.go b/netbox/client/ipam/ip_amvlan_groups_list_responses.go
index e6935fd7be41dc36d3acbf2371b2a0d36e868034..40e70dacf243e9e36aece7315d910777fab96328 100644
--- a/netbox/client/ipam/ip_amvlan_groups_list_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_partial_update_parameters.go b/netbox/client/ipam/ip_amvlan_groups_partial_update_parameters.go
index e05027b66e95dbc32d71eee225907fae8e7e3bd5..69b3c7b75a1205e1f4a50531e3e6f131db057e40 100644
--- a/netbox/client/ipam/ip_amvlan_groups_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_partial_update_responses.go b/netbox/client/ipam/ip_amvlan_groups_partial_update_responses.go
index 3de2050307daf812dd5cdb1ee1be944a5087cca7..62fb3414f94f918571a4be38453797859dd15476 100644
--- a/netbox/client/ipam/ip_amvlan_groups_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_read_parameters.go b/netbox/client/ipam/ip_amvlan_groups_read_parameters.go
index 8555dded33d539714a9a7efec03739ca9b35d345..9872ce4a14a1e7208385ded907a4cf6cc7b05447 100644
--- a/netbox/client/ipam/ip_amvlan_groups_read_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_read_responses.go b/netbox/client/ipam/ip_amvlan_groups_read_responses.go
index 5d392ca12f301ba2c6fb8bd2e5cbc496bba2ef19..08914ce53ef70dda80eb98761552769d1942984b 100644
--- a/netbox/client/ipam/ip_amvlan_groups_read_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_update_parameters.go b/netbox/client/ipam/ip_amvlan_groups_update_parameters.go
index 4d7edae93bf80edd3f39de625860afb231147317..fbd5662df4e79031a9da68c17471147ded9e5fbf 100644
--- a/netbox/client/ipam/ip_amvlan_groups_update_parameters.go
+++ b/netbox/client/ipam/ip_amvlan_groups_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlan_groups_update_responses.go b/netbox/client/ipam/ip_amvlan_groups_update_responses.go
index 85c03cb6dba6e24bee8dc1ccdc7010690f5f66bd..01c63cc39553094b1d4deaa8712b52f7f99de27d 100644
--- a/netbox/client/ipam/ip_amvlan_groups_update_responses.go
+++ b/netbox/client/ipam/ip_amvlan_groups_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_create_parameters.go b/netbox/client/ipam/ip_amvlans_create_parameters.go
index a6f239bfac06883e97ad86d70eeae58ba6ae753c..9be43038b237d8e9a30492fcdb0cb1fcf87beef5 100644
--- a/netbox/client/ipam/ip_amvlans_create_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_create_responses.go b/netbox/client/ipam/ip_amvlans_create_responses.go
index 3c793b7fdaf12eb31819431e8dc181711dbf71aa..fab34265be7f3a8c70d229c9f0a63b677c15aaea 100644
--- a/netbox/client/ipam/ip_amvlans_create_responses.go
+++ b/netbox/client/ipam/ip_amvlans_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_delete_parameters.go b/netbox/client/ipam/ip_amvlans_delete_parameters.go
index 49ddf5527f52608e5c2b39ed48379dd8d0a4609f..ad0ab879cbd4c83b3e33822f162bf18d3e65a9d6 100644
--- a/netbox/client/ipam/ip_amvlans_delete_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_delete_responses.go b/netbox/client/ipam/ip_amvlans_delete_responses.go
index 6db44f1231237e466483b08558af88532126482c..11f22d4670614b930300f3f82128bd103113ed28 100644
--- a/netbox/client/ipam/ip_amvlans_delete_responses.go
+++ b/netbox/client/ipam/ip_amvlans_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_list_parameters.go b/netbox/client/ipam/ip_amvlans_list_parameters.go
index 6ecf2f57e0d9d5199b671c9ac6902a5eefed9057..7ab419c067e2717b62746f94b54124d67ea753b0 100644
--- a/netbox/client/ipam/ip_amvlans_list_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_list_responses.go b/netbox/client/ipam/ip_amvlans_list_responses.go
index 817189676840ce6115ec6b3ea94c35521dc5b2ee..6b6c0c1526bdf0bb6c8b66ec63f08e475f6bfcd3 100644
--- a/netbox/client/ipam/ip_amvlans_list_responses.go
+++ b/netbox/client/ipam/ip_amvlans_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_partial_update_parameters.go b/netbox/client/ipam/ip_amvlans_partial_update_parameters.go
index 9d18e86408a6218a7a9076303170b2db8d60d695..3bb7a2356b0c12322876dc12e4a16848a17fcb55 100644
--- a/netbox/client/ipam/ip_amvlans_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_partial_update_responses.go b/netbox/client/ipam/ip_amvlans_partial_update_responses.go
index 8ea82de33785fff8489e5e77ca66661e43aee825..0b064aecca6b1bb644f41a2b3b97687ae5cdea71 100644
--- a/netbox/client/ipam/ip_amvlans_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amvlans_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_read_parameters.go b/netbox/client/ipam/ip_amvlans_read_parameters.go
index 26f10dd2484399ae8d18204584994c5b71be1da4..e2de89b5139e6f5aef2a3e1cc0b6e362ecb9311a 100644
--- a/netbox/client/ipam/ip_amvlans_read_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_read_responses.go b/netbox/client/ipam/ip_amvlans_read_responses.go
index 6cf3b3a4c512d260574e0fa1190909b7f82f8cd8..f32ac9c08d146fd417b5e995a64278d1f4202c4d 100644
--- a/netbox/client/ipam/ip_amvlans_read_responses.go
+++ b/netbox/client/ipam/ip_amvlans_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_update_parameters.go b/netbox/client/ipam/ip_amvlans_update_parameters.go
index 28987c7604d154396a88db15fd42f1cf8e7c18a6..9768c16011df165d63a5eebb2b0c0c8e842339c0 100644
--- a/netbox/client/ipam/ip_amvlans_update_parameters.go
+++ b/netbox/client/ipam/ip_amvlans_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvlans_update_responses.go b/netbox/client/ipam/ip_amvlans_update_responses.go
index c4b904d253c7b86e3fa58a8a921dbc4333cae88c..8d7d1e7ca78c229387217bff001ed477b1ac2f10 100644
--- a/netbox/client/ipam/ip_amvlans_update_responses.go
+++ b/netbox/client/ipam/ip_amvlans_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_create_parameters.go b/netbox/client/ipam/ip_amvrfs_create_parameters.go
index 8319d73f12b0378cd0d88ac47a5fa7538873be79..45ba2af69f9c6b4a6663d63f12f8dfe2f6191412 100644
--- a/netbox/client/ipam/ip_amvrfs_create_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_create_responses.go b/netbox/client/ipam/ip_amvrfs_create_responses.go
index 6f80299978f769966b1198d854e826420f8eeeb9..70d70ee2a9cb94b50c33fc1393f29555db83ec29 100644
--- a/netbox/client/ipam/ip_amvrfs_create_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_delete_parameters.go b/netbox/client/ipam/ip_amvrfs_delete_parameters.go
index e8af963c30f9527111541a97f2263629d746cbf0..f2d4b38f1578a068ea3f44f663d8dc0ebf191863 100644
--- a/netbox/client/ipam/ip_amvrfs_delete_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_delete_responses.go b/netbox/client/ipam/ip_amvrfs_delete_responses.go
index 1cfe0c5cc8aaf24ed7acc531ecc10c11637a371b..4dc69500946bc38b0f7cb13c8695646997a4eace 100644
--- a/netbox/client/ipam/ip_amvrfs_delete_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_list_parameters.go b/netbox/client/ipam/ip_amvrfs_list_parameters.go
index b7090fe232c64b983bef9b0027424610bd457924..52aed0f1bacbdd962b314be6de835403c704230c 100644
--- a/netbox/client/ipam/ip_amvrfs_list_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_list_responses.go b/netbox/client/ipam/ip_amvrfs_list_responses.go
index 564da8bd971bfd78c809d0023b307e3ce8c01cb8..884edd215a020f439beb5f1dc4651d7254c9238e 100644
--- a/netbox/client/ipam/ip_amvrfs_list_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_partial_update_parameters.go b/netbox/client/ipam/ip_amvrfs_partial_update_parameters.go
index 080b389ab4de0fa6a2d5a251e5e129b14c4f9a0a..b8847cd87c3f916d0e5d3e4fbb62d6434d7174f1 100644
--- a/netbox/client/ipam/ip_amvrfs_partial_update_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_partial_update_responses.go b/netbox/client/ipam/ip_amvrfs_partial_update_responses.go
index e694c4be0fa1c93193bc1e67f7fb00ae0c2c47a1..2b181741233ad1ca01830e2dbba14ea8edad53c2 100644
--- a/netbox/client/ipam/ip_amvrfs_partial_update_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_read_parameters.go b/netbox/client/ipam/ip_amvrfs_read_parameters.go
index 39c5a74ba923bbfc677a39acd5bea52e0048e952..4dfcd850a6f7dd7f7b72813eb3eacc55f58e4b0e 100644
--- a/netbox/client/ipam/ip_amvrfs_read_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_read_responses.go b/netbox/client/ipam/ip_amvrfs_read_responses.go
index 93323cdc71614bbd6f0635cbeb8bd0937236148f..56e62931a006e72a5de389ac05760bdf4ba7f44b 100644
--- a/netbox/client/ipam/ip_amvrfs_read_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_update_parameters.go b/netbox/client/ipam/ip_amvrfs_update_parameters.go
index 29153f1818a1be7654bad43816422ad74789872c..9d7ad623e78b4bdbddd2c8389b814a71e6ba2b10 100644
--- a/netbox/client/ipam/ip_amvrfs_update_parameters.go
+++ b/netbox/client/ipam/ip_amvrfs_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/ipam/ip_amvrfs_update_responses.go b/netbox/client/ipam/ip_amvrfs_update_responses.go
index 0e8d8c3177382f22a2235f85ce0fcdc208cbc935..972bf844c2d91092424642bf95f8c5face189f20 100644
--- a/netbox/client/ipam/ip_amvrfs_update_responses.go
+++ b/netbox/client/ipam/ip_amvrfs_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package ipam
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/net_box_client.go b/netbox/client/net_box_client.go
index 5a13fa0d375449dffa6d34bb3e78f93d2d96c58b..dd3bbbe4ce992861ede0ba0a61d5bfece0ae881b 100644
--- a/netbox/client/net_box_client.go
+++ b/netbox/client/net_box_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package client
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_choices_list_parameters.go b/netbox/client/secrets/secrets_choices_list_parameters.go
index 6226ebaf48e236fc3bd2a5ccf9b0266cd4ed5f1d..f195561ab050848252a9228b66ffe1908951f78e 100644
--- a/netbox/client/secrets/secrets_choices_list_parameters.go
+++ b/netbox/client/secrets/secrets_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_choices_list_responses.go b/netbox/client/secrets/secrets_choices_list_responses.go
index 86ccef3e6bdd7450e52813f3cb75cc9489f85d7c..6990d01af81a11e81b242ecf59f89b7f3d049762 100644
--- a/netbox/client/secrets/secrets_choices_list_responses.go
+++ b/netbox/client/secrets/secrets_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_choices_read_parameters.go b/netbox/client/secrets/secrets_choices_read_parameters.go
index 3f1dc169d6330dd910d00babe04da588a9f315ea..9f8e92d12ab7ebef8334ebba0a5911cad380e5e0 100644
--- a/netbox/client/secrets/secrets_choices_read_parameters.go
+++ b/netbox/client/secrets/secrets_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_choices_read_responses.go b/netbox/client/secrets/secrets_choices_read_responses.go
index 20c743437954398def5b5cde739ddbef0cdae48b..e85f4f53f238a5fce976a4834c7bde94d2a1318c 100644
--- a/netbox/client/secrets/secrets_choices_read_responses.go
+++ b/netbox/client/secrets/secrets_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_client.go b/netbox/client/secrets/secrets_client.go
index 6d733a94b39c3c960060fd09390ce8531597d92d..43f4525c0d5981678f354ea048c7f3c6e4d4c3c9 100644
--- a/netbox/client/secrets/secrets_client.go
+++ b/netbox/client/secrets/secrets_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_generate_rsa_key_pair_list_parameters.go b/netbox/client/secrets/secrets_generate_rsa_key_pair_list_parameters.go
index dd4023000a17cedb50b0dabd0aa6acef37f18f8e..617c6d1e722415ca996c16f2f6969af83df71a62 100644
--- a/netbox/client/secrets/secrets_generate_rsa_key_pair_list_parameters.go
+++ b/netbox/client/secrets/secrets_generate_rsa_key_pair_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_generate_rsa_key_pair_list_responses.go b/netbox/client/secrets/secrets_generate_rsa_key_pair_list_responses.go
index b90da65d900cdbb12f9c012904a69c090ebcf916..eac11287c0a653453edc4b531b755a18dab4510d 100644
--- a/netbox/client/secrets/secrets_generate_rsa_key_pair_list_responses.go
+++ b/netbox/client/secrets/secrets_generate_rsa_key_pair_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_get_session_key_create_parameters.go b/netbox/client/secrets/secrets_get_session_key_create_parameters.go
index 74fa17c375ec985a8a995e856355a9a9137d9d33..1b6a820097561c84b1b1f8ca570e72162a45d7b2 100644
--- a/netbox/client/secrets/secrets_get_session_key_create_parameters.go
+++ b/netbox/client/secrets/secrets_get_session_key_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_get_session_key_create_responses.go b/netbox/client/secrets/secrets_get_session_key_create_responses.go
index 1d2707c796cc01a448a33456713fc745076cc854..5e68480fb55c17ea5d1a7ae34bd58a4d2aaae52b 100644
--- a/netbox/client/secrets/secrets_get_session_key_create_responses.go
+++ b/netbox/client/secrets/secrets_get_session_key_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_create_parameters.go b/netbox/client/secrets/secrets_secret_roles_create_parameters.go
index 36434d4337c3dbfa30c7241c7a81470a569fb69b..90798732940f9bda0bf2d7a7c935c21bc4210af7 100644
--- a/netbox/client/secrets/secrets_secret_roles_create_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_create_responses.go b/netbox/client/secrets/secrets_secret_roles_create_responses.go
index aa1aaa52e69a033d9484fb6e41f96175aefbace9..3e7f580817b55d7fa214fa505666f41314c6cef2 100644
--- a/netbox/client/secrets/secrets_secret_roles_create_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_delete_parameters.go b/netbox/client/secrets/secrets_secret_roles_delete_parameters.go
index 354a801d5f604312a1bcf187ea40aaeee8703bfc..a817be2b5584a9afc2f64e7343b8858fe9899d35 100644
--- a/netbox/client/secrets/secrets_secret_roles_delete_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_delete_responses.go b/netbox/client/secrets/secrets_secret_roles_delete_responses.go
index 320197c377a86e687e860ce22208ab6a7bc7a2de..e8691faf87b6762f526732a7de3e2d8fb7345cb8 100644
--- a/netbox/client/secrets/secrets_secret_roles_delete_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_list_parameters.go b/netbox/client/secrets/secrets_secret_roles_list_parameters.go
index 845ceaa35141c86ea671a82cd6d4adc31f9f8a6d..3f348ef34d6741b0c8da0f03baa66e4d9b20387f 100644
--- a/netbox/client/secrets/secrets_secret_roles_list_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_list_responses.go b/netbox/client/secrets/secrets_secret_roles_list_responses.go
index d96dc743e5499abdcbca58b802c0f5bc13b26c67..5c9ef19dc52d5bfd004d82e84eda06f55d50c77c 100644
--- a/netbox/client/secrets/secrets_secret_roles_list_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_partial_update_parameters.go b/netbox/client/secrets/secrets_secret_roles_partial_update_parameters.go
index b61bc741396def479a04492f7f73d30c1ded2650..8d5cc745c8fe3c9fbdc1d170fc2adbde7e362925 100644
--- a/netbox/client/secrets/secrets_secret_roles_partial_update_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_partial_update_responses.go b/netbox/client/secrets/secrets_secret_roles_partial_update_responses.go
index 9f1b0673716a1d41ecd3fb799225a611a3ae645a..e32c3b91f7702618b2a8da843e53b8985fe874b1 100644
--- a/netbox/client/secrets/secrets_secret_roles_partial_update_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_read_parameters.go b/netbox/client/secrets/secrets_secret_roles_read_parameters.go
index 93cd2101f97e7eed8c6bb5e5665ca9b7098af400..2f77a4f65a2eef7bca89d1bb5c4c0d801af47049 100644
--- a/netbox/client/secrets/secrets_secret_roles_read_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_read_responses.go b/netbox/client/secrets/secrets_secret_roles_read_responses.go
index e5a82a0a03afd87687c780ac2fdf32591f309447..1af11f6c14a5e89d8c28b7e7774e29dcd338feba 100644
--- a/netbox/client/secrets/secrets_secret_roles_read_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_update_parameters.go b/netbox/client/secrets/secrets_secret_roles_update_parameters.go
index c9d75c62d81973e4b030322b9d03189d5fb7213b..fbee6d49aba90a6efc85fc32120666b3782e66bd 100644
--- a/netbox/client/secrets/secrets_secret_roles_update_parameters.go
+++ b/netbox/client/secrets/secrets_secret_roles_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secret_roles_update_responses.go b/netbox/client/secrets/secrets_secret_roles_update_responses.go
index e83429a3e03640319e121c4122a1343618d11191..335f724487a27e1f7e48cd067d48e8df7f73c075 100644
--- a/netbox/client/secrets/secrets_secret_roles_update_responses.go
+++ b/netbox/client/secrets/secrets_secret_roles_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_create_parameters.go b/netbox/client/secrets/secrets_secrets_create_parameters.go
index 53381310a9dbddc7600e577e7d34e41d9201bf97..955ef7ab1ea0a86232f6c82744d81e5caa663f25 100644
--- a/netbox/client/secrets/secrets_secrets_create_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_create_responses.go b/netbox/client/secrets/secrets_secrets_create_responses.go
index f6db60490e4ffad9c4e5e83187626102feb251bf..7bfc7027c6cf5da208fa54b539a31fb4fcf15b95 100644
--- a/netbox/client/secrets/secrets_secrets_create_responses.go
+++ b/netbox/client/secrets/secrets_secrets_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_delete_parameters.go b/netbox/client/secrets/secrets_secrets_delete_parameters.go
index 82ff5fed6211d85c69ddce92b17df6a7bab4f834..b4d4592dc9538bb267463dc4e092a5b547d19274 100644
--- a/netbox/client/secrets/secrets_secrets_delete_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_delete_responses.go b/netbox/client/secrets/secrets_secrets_delete_responses.go
index bb1ed934e7d4c48f8d3bb8cb36d36d1fc8aa273a..d4f3a922ba96ba139006eebd208ad239181b1489 100644
--- a/netbox/client/secrets/secrets_secrets_delete_responses.go
+++ b/netbox/client/secrets/secrets_secrets_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_list_parameters.go b/netbox/client/secrets/secrets_secrets_list_parameters.go
index 02ba58455c2a40ba0dd6c1c9af2bf43fef413cff..78297bbcda8e176d2da740ae152ab7c15d6497c4 100644
--- a/netbox/client/secrets/secrets_secrets_list_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_list_responses.go b/netbox/client/secrets/secrets_secrets_list_responses.go
index 15d3ede23bccb9cea8c20c06ab18d1ad05f7c9b6..be87d65932209ca7660ab366f13d93ced04766d8 100644
--- a/netbox/client/secrets/secrets_secrets_list_responses.go
+++ b/netbox/client/secrets/secrets_secrets_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_partial_update_parameters.go b/netbox/client/secrets/secrets_secrets_partial_update_parameters.go
index 5fe9b0a42b5c53dd023c9e833f5a57fe975ba85d..fcd0af324d9b9b66a85cda1e518ce3efd02eaa80 100644
--- a/netbox/client/secrets/secrets_secrets_partial_update_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_partial_update_responses.go b/netbox/client/secrets/secrets_secrets_partial_update_responses.go
index bdc44523552e25a4fe26e291530881ddbd6ef8ea..283b1aa073e05c6e43e831b3c5f14b57c317794e 100644
--- a/netbox/client/secrets/secrets_secrets_partial_update_responses.go
+++ b/netbox/client/secrets/secrets_secrets_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_read_parameters.go b/netbox/client/secrets/secrets_secrets_read_parameters.go
index 1025490197612dd7f86b4ccb97e3684d16b3524b..080922f09c4a94219c3b2305bd36fc94809d14aa 100644
--- a/netbox/client/secrets/secrets_secrets_read_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_read_responses.go b/netbox/client/secrets/secrets_secrets_read_responses.go
index 36c2987aa175130f59e94aa1407ceb9118eee8eb..2f7b82f1a2f3b5c73edfae430a1d02605e39ce72 100644
--- a/netbox/client/secrets/secrets_secrets_read_responses.go
+++ b/netbox/client/secrets/secrets_secrets_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_update_parameters.go b/netbox/client/secrets/secrets_secrets_update_parameters.go
index b7123d9cb0dd282b90976e873d5bd37eca73939f..9e0f8e6c297ff20358c4c2d5d8b25d74eaa4fa0b 100644
--- a/netbox/client/secrets/secrets_secrets_update_parameters.go
+++ b/netbox/client/secrets/secrets_secrets_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/secrets/secrets_secrets_update_responses.go b/netbox/client/secrets/secrets_secrets_update_responses.go
index 1b6059ca95ba572d24c22bf0a96a430544a777e8..a956a68dc8ac784a69256dcc4f87d1538dff90e7 100644
--- a/netbox/client/secrets/secrets_secrets_update_responses.go
+++ b/netbox/client/secrets/secrets_secrets_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package secrets
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_choices_list_parameters.go b/netbox/client/tenancy/tenancy_choices_list_parameters.go
index 6a38ec6dc1d1959f4fff7034998fc42d0428ae20..65e9a94c6b52d2b3681b311c7dc5b7910d2a6b2e 100644
--- a/netbox/client/tenancy/tenancy_choices_list_parameters.go
+++ b/netbox/client/tenancy/tenancy_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_choices_list_responses.go b/netbox/client/tenancy/tenancy_choices_list_responses.go
index 65cb4167b0c6ec60370ee6b476f7a43edd31b857..b0bbe7b998b502791c76fc8a6487dd44cc2bb3aa 100644
--- a/netbox/client/tenancy/tenancy_choices_list_responses.go
+++ b/netbox/client/tenancy/tenancy_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_choices_read_parameters.go b/netbox/client/tenancy/tenancy_choices_read_parameters.go
index a33ff923e6fc757dc23e2e64e2e794a699a3d863..9a325aab1857f96e944204d5d36ac4b499d7bba0 100644
--- a/netbox/client/tenancy/tenancy_choices_read_parameters.go
+++ b/netbox/client/tenancy/tenancy_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_choices_read_responses.go b/netbox/client/tenancy/tenancy_choices_read_responses.go
index c5867709da0f3789cc31b0db8ec1974742efe535..d48fa0731aabc6c678743521d2af942cc5cd801a 100644
--- a/netbox/client/tenancy/tenancy_choices_read_responses.go
+++ b/netbox/client/tenancy/tenancy_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_client.go b/netbox/client/tenancy/tenancy_client.go
index 9dadf876cfc5f92808b7c372031809f1604b845b..455ac4d50a33d7a50321c584838525f1b0ac15c7 100644
--- a/netbox/client/tenancy/tenancy_client.go
+++ b/netbox/client/tenancy/tenancy_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_create_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_create_parameters.go
index d9681d35ece3b30cb9e225cd311c18a8277a4d96..e2da622433ff6c017547256cc38681bef65583b9 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_create_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_create_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_create_responses.go
index 0c5f8f6ff46a920a6c7e2c741d5b7d7d3ad22cae..9f21308b286e5036da4e89f0ab5b83dd8bd0e47b 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_create_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_delete_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_delete_parameters.go
index add032807d2acf87adb63ee7b4315a8c1f9df11e..ceb93faa79d8aeb61be406e726614343369b210b 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_delete_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_delete_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_delete_responses.go
index f599db10a4c69af364deadb302ab0357bfcd5eb2..37f99bc5504b5d2de4e20690b79c8050eaae9327 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_delete_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_list_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_list_parameters.go
index 54a6ba28fc1cc36b517f1125e57fc252467e9ba3..5eaa4a3cb3454d9a70b4bef83fec7adbe771bd88 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_list_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_list_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_list_responses.go
index cb73ba9273d6a77766b9eab4f120ebd092d626df..2de417389a79f089543aab7e53613ce608732dfb 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_list_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_partial_update_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_partial_update_parameters.go
index 31c063a4825cb04827c2937979fd710b21468f9f..882a6c2cd64a017d5eea60460fb06de788c0177b 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_partial_update_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_partial_update_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_partial_update_responses.go
index 8201e7df61c25351f5593fd5371f09f709d26bf2..19444b8cb88d30507045c47d515ee081593909a5 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_partial_update_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_read_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_read_parameters.go
index d95de540775e1626e35ff3dfefc612a14bc90ce1..67c8bb1e9deb8c9675e7e5c34190d5dbe7398b76 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_read_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_read_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_read_responses.go
index 3805e86b690c982dbccc4cbb35bbe1573c09a4e7..364fe3b2fa74525e4fdc09cdd198793c71fb1622 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_read_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_update_parameters.go b/netbox/client/tenancy/tenancy_tenant_groups_update_parameters.go
index b26a3917f492311a8f594e2ec4b49538c01cced1..73bedaedd186dda4c43d970624f472886eeade44 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_update_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenant_groups_update_responses.go b/netbox/client/tenancy/tenancy_tenant_groups_update_responses.go
index c1e8ff9b4f8834768c05b48c651e987cfa9b14af..bcfea4bc41c26c5db7c50cb1e1419b3582ba1d79 100644
--- a/netbox/client/tenancy/tenancy_tenant_groups_update_responses.go
+++ b/netbox/client/tenancy/tenancy_tenant_groups_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_create_parameters.go b/netbox/client/tenancy/tenancy_tenants_create_parameters.go
index 4e36b1c4275ab3fc5950349a502d97154908942a..0d07794029a6a3b4af0f2d8d4c52db9136dcd6a6 100644
--- a/netbox/client/tenancy/tenancy_tenants_create_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_create_responses.go b/netbox/client/tenancy/tenancy_tenants_create_responses.go
index 6e9021073afdc7d8bb7b7db4a1fc98e05f7364f1..9a75edf85715bd62d5ddc167c6dec0e423cefb35 100644
--- a/netbox/client/tenancy/tenancy_tenants_create_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_delete_parameters.go b/netbox/client/tenancy/tenancy_tenants_delete_parameters.go
index 1fa1e041e13bd3366710ce33d1c38267203232dd..543d4c2d71568a0b813aec4ba7cd43562b6dbe40 100644
--- a/netbox/client/tenancy/tenancy_tenants_delete_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_delete_responses.go b/netbox/client/tenancy/tenancy_tenants_delete_responses.go
index f53b2faa22a15408d3c91248a1041db008826f54..137da5607909aeaeb9326ec44f314a3550855554 100644
--- a/netbox/client/tenancy/tenancy_tenants_delete_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_list_parameters.go b/netbox/client/tenancy/tenancy_tenants_list_parameters.go
index 7e959425ed5af74cac8244262d6d37983a483aee..f37af05da4c51d29ac0fef8a2014263d0816715a 100644
--- a/netbox/client/tenancy/tenancy_tenants_list_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_list_responses.go b/netbox/client/tenancy/tenancy_tenants_list_responses.go
index 3ed2494789cd0b91cf7c212d98140b70496e9e23..038e7afcbfd657c5a1f4b76250d3a1b472a85e9f 100644
--- a/netbox/client/tenancy/tenancy_tenants_list_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_partial_update_parameters.go b/netbox/client/tenancy/tenancy_tenants_partial_update_parameters.go
index eb45546a1567e8ab84b4ae4662980ffddadfddff..30efff81a3e1d45bfb77533a73252397365ab8d9 100644
--- a/netbox/client/tenancy/tenancy_tenants_partial_update_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_partial_update_responses.go b/netbox/client/tenancy/tenancy_tenants_partial_update_responses.go
index 72fb6eb8d1acb1510d3cccaddd52be46f345af0d..238bdd4c3fcdf84655a2b15b3fcf90f7432f9f64 100644
--- a/netbox/client/tenancy/tenancy_tenants_partial_update_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_read_parameters.go b/netbox/client/tenancy/tenancy_tenants_read_parameters.go
index d5a42c55d9ec793b317639d3c9c1615a13c43695..51a9700d30bfe1bc8ea1e7463818ad68950394c1 100644
--- a/netbox/client/tenancy/tenancy_tenants_read_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_read_responses.go b/netbox/client/tenancy/tenancy_tenants_read_responses.go
index 153e46b89d86e9e9476f33f7a8b00ede613e7237..7d30c2846c8d79c5f4b15a46ff1d9e5ec87b9755 100644
--- a/netbox/client/tenancy/tenancy_tenants_read_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_update_parameters.go b/netbox/client/tenancy/tenancy_tenants_update_parameters.go
index 4dbf9c16d668bff42eecae91d9a9c86488e7438a..a4c978e4a2a44167d23835438103063b0d950859 100644
--- a/netbox/client/tenancy/tenancy_tenants_update_parameters.go
+++ b/netbox/client/tenancy/tenancy_tenants_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/tenancy/tenancy_tenants_update_responses.go b/netbox/client/tenancy/tenancy_tenants_update_responses.go
index 58a1f71fd75b7ce2565f85174493e8b07d834e49..548dbd1acf5269b79c0eec9e79c877d1d018deff 100644
--- a/netbox/client/tenancy/tenancy_tenants_update_responses.go
+++ b/netbox/client/tenancy/tenancy_tenants_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package tenancy
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_choices_list_parameters.go b/netbox/client/virtualization/virtualization_choices_list_parameters.go
index 94d161cb41105d55b88e7884b748c12986a9fe5b..c16325827b28baf8ac77e3723c729a0afb43ed7f 100644
--- a/netbox/client/virtualization/virtualization_choices_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_choices_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_choices_list_responses.go b/netbox/client/virtualization/virtualization_choices_list_responses.go
index c116e6c4dea9b7872c1da36272757ba984bc9984..825915b1b84eb4082337b9818c73fa6e02df79e4 100644
--- a/netbox/client/virtualization/virtualization_choices_list_responses.go
+++ b/netbox/client/virtualization/virtualization_choices_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_choices_read_parameters.go b/netbox/client/virtualization/virtualization_choices_read_parameters.go
index e7b5ec58400a75fc11fb86f83866439c431865ba..5936d9543f821cf91c8d26628dbc46236f435c0b 100644
--- a/netbox/client/virtualization/virtualization_choices_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_choices_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_choices_read_responses.go b/netbox/client/virtualization/virtualization_choices_read_responses.go
index 7b83eaef1f65486224944158c6eb54983ab32d4b..0b0e1c768f0ee16f4c0d9a773222d6cd1c3fea35 100644
--- a/netbox/client/virtualization/virtualization_choices_read_responses.go
+++ b/netbox/client/virtualization/virtualization_choices_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_client.go b/netbox/client/virtualization/virtualization_client.go
index efd7f0df90bc95cc4469605f05e4fd27804325b5..b6368d4721ae3e73429bb5187a529d1e558f7c2f 100644
--- a/netbox/client/virtualization/virtualization_client.go
+++ b/netbox/client/virtualization/virtualization_client.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_create_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_create_parameters.go
index 18b7d1dc19e846efb6c22c70beb1f2765a8abff0..a590acf34ad8eccadf2cd0e80735f65f4bd44517 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_create_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_create_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_create_responses.go
index fc9f0444211d79aa43397a8631ad6febb8f64d23..e524dfa114bfafce5086dce3f460fe79603e4498 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_create_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_delete_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_delete_parameters.go
index 916505eeb1e937837bd5a465e2fdf821f0209662..6650a4bf234bc0440945ec65845f80061bf00b9b 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_delete_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_delete_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_delete_responses.go
index eadf4a6ae137e7a94385416c29a15bf99af697d5..f69297593368559b58bc594b4964713e2857c8bf 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_delete_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_list_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_list_parameters.go
index 12050ff74d483082c5f031d017fe8264f9883e99..ff45e97b6b0c9066f0b960eee0f3a88785dee7bb 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_list_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_list_responses.go
index e1e1f3fccc47713d2c62d4de24d1fcc25d6f3166..d02401924fce48a1980e9d75f63fff40b9e21547 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_list_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_partial_update_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_partial_update_parameters.go
index 1848bc9b46baa191e62249143502182bb535ab05..7f83baa870c2dbb2ce9315c04f30bb35bc463e5f 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_partial_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_partial_update_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_partial_update_responses.go
index c3f7d0dd33be9e4c03ee2f5a9f9ca24e9b03d7d5..4056d756fa908ba83f5b685eda33f0eb4e0001c4 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_partial_update_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_read_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_read_parameters.go
index 6c08465d0aac290026b42c35e30ad9770fc0c700..d6e2cf85f38fedf07a2c1d30b6be9168712f1b64 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_read_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_read_responses.go
index f89fa7d8b2315b7744a489f5a9c27c282eab6a38..db0c61649ce0f4c1884581472acdccc26f8c561d 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_read_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_update_parameters.go b/netbox/client/virtualization/virtualization_cluster_groups_update_parameters.go
index bd4c5991862a34105cf9c123721e39da0ca530f5..607ac97ed72c99b445a2a1c0f20d8af0202f2059 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_groups_update_responses.go b/netbox/client/virtualization/virtualization_cluster_groups_update_responses.go
index 562833d8498ae85fddbc4c2520e233ecd5ab5254..d520331395b194c1be89c501a16d2e8597db0ce6 100644
--- a/netbox/client/virtualization/virtualization_cluster_groups_update_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_groups_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_create_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_create_parameters.go
index 91df1f9804890cf524dd5ea52ae5969249ec0e0b..e235ea5aee402ca4176aa334dba723286d055517 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_create_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_create_responses.go b/netbox/client/virtualization/virtualization_cluster_types_create_responses.go
index 4ebaeb8eebc3ddfb37630e5a64c7e6ebd3bae4ec..0993ab11fda9671438184a2e82dad73814b8ffad 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_create_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_delete_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_delete_parameters.go
index 55a198dbb17bd484cb205f1908a3615fa439035c..1f25901f2a742d6c79f2249bd60416ac1e3a1452 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_delete_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_delete_responses.go b/netbox/client/virtualization/virtualization_cluster_types_delete_responses.go
index 27c23323f57202d5253e04fb1fa6831106f631a5..521bbdc9ab46e7f283d5501cc51a2c62a8a85a11 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_delete_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_list_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_list_parameters.go
index be2cd2dd63d13312d704af7ca1ac440d2888c52e..5431ebebd07b25f46a203c53a4a614d655787d35 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_list_responses.go b/netbox/client/virtualization/virtualization_cluster_types_list_responses.go
index f50c211ec76a976f6aeb7a254f90b03287f307aa..71e144895ca97c1a07f4d3def97d576c1ca7504b 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_list_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_partial_update_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_partial_update_parameters.go
index 29bcd62c5954aba6a4cf90e38be4a7c6a5d53b05..5ed9188df70f86d50701c7a74435910241a09c7c 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_partial_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_partial_update_responses.go b/netbox/client/virtualization/virtualization_cluster_types_partial_update_responses.go
index 61461bfaf14aa0b9f083900b11882289b28e593a..433095bf6613183567b6a76a647a0e522a6cd265 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_partial_update_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_read_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_read_parameters.go
index e511827b18be0688906f8c928f30a75b0454a6d8..e8813a7074e11f1bdbe04debee06b43846554367 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_read_responses.go b/netbox/client/virtualization/virtualization_cluster_types_read_responses.go
index caaa5f36dce5ce272857cc4b0ea53a5e4a0c493b..0b76a2a02fe3c34b89fec1ee69edb5e1ec5e7a14 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_read_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_update_parameters.go b/netbox/client/virtualization/virtualization_cluster_types_update_parameters.go
index 577f19f371e83acb56a60301316fa3ad45fd1c29..3c610e48423802dac9a393ecba802357ff058a16 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_cluster_types_update_responses.go b/netbox/client/virtualization/virtualization_cluster_types_update_responses.go
index cbca6fcdaf315c26f146f94421c1cd6144c36f9f..30ec8b23cd4855c4f045b3bebaecd396e69232f1 100644
--- a/netbox/client/virtualization/virtualization_cluster_types_update_responses.go
+++ b/netbox/client/virtualization/virtualization_cluster_types_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_create_parameters.go b/netbox/client/virtualization/virtualization_clusters_create_parameters.go
index cf82b12c2c3bd5e640edab879573131066d31780..4bada449340fbf6147da9c56918fadc1c9feaddc 100644
--- a/netbox/client/virtualization/virtualization_clusters_create_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_create_responses.go b/netbox/client/virtualization/virtualization_clusters_create_responses.go
index aca92c254076434e0da3d6d20fddbd066d41cad8..c53ceacff8200bd7dc422766db35de84e16d1ae1 100644
--- a/netbox/client/virtualization/virtualization_clusters_create_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_delete_parameters.go b/netbox/client/virtualization/virtualization_clusters_delete_parameters.go
index ad9cbd6be71cfeffb0b4ff688ae951a3acbf2642..50dac184a6e703941d72f6703311bca5b799ebdd 100644
--- a/netbox/client/virtualization/virtualization_clusters_delete_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_delete_responses.go b/netbox/client/virtualization/virtualization_clusters_delete_responses.go
index 8665e9f2d32794c9339db9f97b7a6795d391bea5..1725e2ebd12c6ce4be8f136b6a706ec0fedf529b 100644
--- a/netbox/client/virtualization/virtualization_clusters_delete_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_list_parameters.go b/netbox/client/virtualization/virtualization_clusters_list_parameters.go
index de245067a79c77190dc8634c6bdfffd370a6a613..6a4ff5a4fc4909f7c439d4f5f9e1532edbf333d9 100644
--- a/netbox/client/virtualization/virtualization_clusters_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_list_responses.go b/netbox/client/virtualization/virtualization_clusters_list_responses.go
index b448bb0700fccca360a644f768ed0e1815a195cf..c61053f24812d4e223ddd42d76209964ef436f2e 100644
--- a/netbox/client/virtualization/virtualization_clusters_list_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_partial_update_parameters.go b/netbox/client/virtualization/virtualization_clusters_partial_update_parameters.go
index 77584d4b8c92c3fcdbf97fa076b63124b1048ad1..1d9a3a822aba6890de3c7f8c1914dd7cd9f9ffcc 100644
--- a/netbox/client/virtualization/virtualization_clusters_partial_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_partial_update_responses.go b/netbox/client/virtualization/virtualization_clusters_partial_update_responses.go
index c596ac2fe6883441c09c40225740c97b999c62ab..8539f287f15bd9a0c454395cb057a2007ccb113b 100644
--- a/netbox/client/virtualization/virtualization_clusters_partial_update_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_read_parameters.go b/netbox/client/virtualization/virtualization_clusters_read_parameters.go
index 10b48d23852a0e65cdbfeb0afa7c08926077acd5..65f3a01ce35f0e49df1121cd1bdd9cfd8a75da03 100644
--- a/netbox/client/virtualization/virtualization_clusters_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_read_responses.go b/netbox/client/virtualization/virtualization_clusters_read_responses.go
index 9729d7d309a7e80ff87e84cf977c770535817f4f..b309b873aefe8c791ae30d92038c75fd1820a75e 100644
--- a/netbox/client/virtualization/virtualization_clusters_read_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_update_parameters.go b/netbox/client/virtualization/virtualization_clusters_update_parameters.go
index f6fa784110098a12a34e76d6bf407656907f630e..484c4bdbf6d5c599526e2eb9b8acf8ea61512a0d 100644
--- a/netbox/client/virtualization/virtualization_clusters_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_clusters_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_clusters_update_responses.go b/netbox/client/virtualization/virtualization_clusters_update_responses.go
index c07263a2478ccb2e557147b27ac81e705114d8fe..3e969dbc419402256e19a0d511f92cb917c281d5 100644
--- a/netbox/client/virtualization/virtualization_clusters_update_responses.go
+++ b/netbox/client/virtualization/virtualization_clusters_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_create_parameters.go b/netbox/client/virtualization/virtualization_interfaces_create_parameters.go
index 53a3e94ebc6296f9022c6e4e157c2948782fcc97..1d3cb0cc91b64afed97b8d35bbba7ebe80246a5a 100644
--- a/netbox/client/virtualization/virtualization_interfaces_create_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_create_responses.go b/netbox/client/virtualization/virtualization_interfaces_create_responses.go
index cc49d9ce3fb74951282633fbcb40dce27440e856..4aed325ebf7cfdf12268410f55f2f5305eecf7b4 100644
--- a/netbox/client/virtualization/virtualization_interfaces_create_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_delete_parameters.go b/netbox/client/virtualization/virtualization_interfaces_delete_parameters.go
index 93a63324574b863512394c74c6757973eeea87cf..b8b98616ae41a06f4ee1d6cedd669609b25cd50d 100644
--- a/netbox/client/virtualization/virtualization_interfaces_delete_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_delete_responses.go b/netbox/client/virtualization/virtualization_interfaces_delete_responses.go
index dc6b6d2c4193e40dea67b4045ae60ebc1221d9ea..3a869617c81d0a4cf7b79bd7084b1f99a2c0caf1 100644
--- a/netbox/client/virtualization/virtualization_interfaces_delete_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_list_parameters.go b/netbox/client/virtualization/virtualization_interfaces_list_parameters.go
index 3571dc2dec3374ec457e9d716ab725e04e1650ee..3f0b7169f94b99f4b4c5cd1d0e5d858b209c23ce 100644
--- a/netbox/client/virtualization/virtualization_interfaces_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_list_responses.go b/netbox/client/virtualization/virtualization_interfaces_list_responses.go
index 9ac7d00b5bdb8532d07049ef6f866245f4d2c99f..5746fc3107bb372c07b7fd618d10b44554a6e929 100644
--- a/netbox/client/virtualization/virtualization_interfaces_list_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_partial_update_parameters.go b/netbox/client/virtualization/virtualization_interfaces_partial_update_parameters.go
index 12661f881323e75236bfc30565d529b2d2876a18..20ca38e40bdf618c4edd2a6633414e30356230c8 100644
--- a/netbox/client/virtualization/virtualization_interfaces_partial_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_partial_update_responses.go b/netbox/client/virtualization/virtualization_interfaces_partial_update_responses.go
index dc6121d6161bff2ef8b60a64a2292307e792c8e2..4d3c73e557590804ed37a79108fd271aba300594 100644
--- a/netbox/client/virtualization/virtualization_interfaces_partial_update_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_read_parameters.go b/netbox/client/virtualization/virtualization_interfaces_read_parameters.go
index 54e954dfb363b119539950dcdb6322433e02d659..40dc3d73613f1c077a798985670e17ad781da246 100644
--- a/netbox/client/virtualization/virtualization_interfaces_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_read_responses.go b/netbox/client/virtualization/virtualization_interfaces_read_responses.go
index 28d713fce2258b0f8706c601d7d32ee451b2e36c..3201e073873957439cee755a99073e8e35567a69 100644
--- a/netbox/client/virtualization/virtualization_interfaces_read_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_update_parameters.go b/netbox/client/virtualization/virtualization_interfaces_update_parameters.go
index 4cd4fc2937ab001aba3526c389508913806f17eb..f9010f1f3d70d2b189e17a675fa7bcd187778df3 100644
--- a/netbox/client/virtualization/virtualization_interfaces_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_interfaces_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_interfaces_update_responses.go b/netbox/client/virtualization/virtualization_interfaces_update_responses.go
index 3e8211b848d04c7bcce3c8fde3193db9d3f03336..09f56f4ddbbb09061d4002a9c4307e7fc328ad9d 100644
--- a/netbox/client/virtualization/virtualization_interfaces_update_responses.go
+++ b/netbox/client/virtualization/virtualization_interfaces_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_create_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_create_parameters.go
index b496086457f6452c07e3dda3a6d8166259dafacd..18ca35da73b21688ef2df1c369ce9a2fafdeaa6f 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_create_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_create_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_create_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_create_responses.go
index 9cf6e9646356bc272b5406e915f2513f56b3143e..2098b992e83a765c53c38aafde02c35c2ddf5f10 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_create_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_create_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_delete_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_delete_parameters.go
index c2617c5de7340e60b8788c1613c2869138b0f41e..b8bb7cadd7751a13dfe02d7e0c3c5ebd4109c577 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_delete_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_delete_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_delete_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_delete_responses.go
index e46e8ace7fa24c4b1a1c295b6de211946291700a..246fce7266643da6f0962d9b7edf35278ddee018 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_delete_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_delete_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_list_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_list_parameters.go
index 5cf5c98d08abf2e2507d2e3a7550808755c1ad82..0c097dccc441014e8469d6eff26baf203b550e64 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_list_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_list_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_list_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_list_responses.go
index 8bd53b1a711d9ed98e0e2dc4f031a57b1817ac94..c1793ec030259a8ba64a2cc7d3a69e2bac719f4a 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_list_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_list_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_partial_update_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_partial_update_parameters.go
index ba54934a1043667a41255d9f6ff27e51e4deeba4..ff186f35c8dfb7d9ebed48db0220c84013f2af05 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_partial_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_partial_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_partial_update_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_partial_update_responses.go
index befa76cab573db95a4004a62b5759efbac6f295c..f68ed8ed93f1daeed4d2c3dbe21455f5db0ed835 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_partial_update_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_partial_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_read_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_read_parameters.go
index c73fc7df49c0fd757accf10c8c434e37ef87b4b6..9d6888b33851931b693bd8eee1e109d320e39417 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_read_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_read_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_read_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_read_responses.go
index 9f4f9275a0a6f43d5bb45b1862a9bcf7efce0b3a..3e8b2eecc933cec21656f2c6ebac725e508dc278 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_read_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_read_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_update_parameters.go b/netbox/client/virtualization/virtualization_virtual_machines_update_parameters.go
index 740872616ea4ad6870d0813e630953ec639754f6..1a0088be62e705028dadfbe9b6f0470431177b55 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_update_parameters.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_update_parameters.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/client/virtualization/virtualization_virtual_machines_update_responses.go b/netbox/client/virtualization/virtualization_virtual_machines_update_responses.go
index 046c6b0ab8eb00c4822c5dd3ba842ffb09c66567..e5abe210ca75222e2d33a0a34adf6835e458c3f3 100644
--- a/netbox/client/virtualization/virtualization_virtual_machines_update_responses.go
+++ b/netbox/client/virtualization/virtualization_virtual_machines_update_responses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package virtualization
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/aggregate.go b/netbox/models/aggregate.go
index 3b381c386d9c9a125743f5809a65cbd0d978e8d8..d0c730b129cf48434d70872dba28b08f39564d0a 100644
--- a/netbox/models/aggregate.go
+++ b/netbox/models/aggregate.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuit.go b/netbox/models/circuit.go
index d02d2022ced6ae96d8148d3bee2502da02bb51af..c3c5953c1f1c8f36324760823825408b492f48c8 100644
--- a/netbox/models/circuit.go
+++ b/netbox/models/circuit.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuit_status.go b/netbox/models/circuit_status.go
index 7195c1988be2ff57ba8e3980d1fb8fe8566e45a9..e309e96745b8a0161555c6d67535e19a868c9c7b 100644
--- a/netbox/models/circuit_status.go
+++ b/netbox/models/circuit_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuit_termination.go b/netbox/models/circuit_termination.go
index cd046ee39982ef5a8a4c430910bb744b9d465cf5..264aec01c8b8a8db9262119d18d1e001d2666a81 100644
--- a/netbox/models/circuit_termination.go
+++ b/netbox/models/circuit_termination.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuit_type.go b/netbox/models/circuit_type.go
index 4e50161503e2db86a08e6154974d61f0efb16783..cb820abfd690638be6aa236cabf773c26805de95 100644
--- a/netbox/models/circuit_type.go
+++ b/netbox/models/circuit_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuit_terminations_list_okbody.go b/netbox/models/circuits_circuit_terminations_list_okbody.go
index b97924c532b411610cbdecabaee9cd2de32aa8b6..a10eb0ce5b5ba5e857e506cf2557578746ab034d 100644
--- a/netbox/models/circuits_circuit_terminations_list_okbody.go
+++ b/netbox/models/circuits_circuit_terminations_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuit_terminations_list_okbody_results.go b/netbox/models/circuits_circuit_terminations_list_okbody_results.go
index 103e8bcc38e1f1dfa6e41449da38626fb4eabe19..0c876bad848e3b96c327f4f5898d7d0fb81d16af 100644
--- a/netbox/models/circuits_circuit_terminations_list_okbody_results.go
+++ b/netbox/models/circuits_circuit_terminations_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuit_types_list_okbody.go b/netbox/models/circuits_circuit_types_list_okbody.go
index 662273fb28bf61b064f1fffef9c4602c85616978..e0fd7d17e403dfcf88d2ce3683530d1b0bb77108 100644
--- a/netbox/models/circuits_circuit_types_list_okbody.go
+++ b/netbox/models/circuits_circuit_types_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuit_types_list_okbody_results.go b/netbox/models/circuits_circuit_types_list_okbody_results.go
index 86bd9bd64abe96beaef5f41bdf88ca480d7ef127..857830ad7bfef9361965fd38e8cae2c5258e8ea3 100644
--- a/netbox/models/circuits_circuit_types_list_okbody_results.go
+++ b/netbox/models/circuits_circuit_types_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuits_list_okbody.go b/netbox/models/circuits_circuits_list_okbody.go
index 45b3cafc43fbb5efd96d402dc624ed2c7e8146b7..7e3d10c5095a78f170cfe34cbbed8722b231f0ef 100644
--- a/netbox/models/circuits_circuits_list_okbody.go
+++ b/netbox/models/circuits_circuits_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_circuits_list_okbody_results.go b/netbox/models/circuits_circuits_list_okbody_results.go
index b788b138bb584d86f9c01de3c341255850e7c680..6033acebe9af808911811097c4a6eff18909446b 100644
--- a/netbox/models/circuits_circuits_list_okbody_results.go
+++ b/netbox/models/circuits_circuits_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_providers_list_okbody.go b/netbox/models/circuits_providers_list_okbody.go
index 81d1291db308c2470fb6c6a7c9d0ad5f3003d955..d1fa3ccc221cfa553a3afc609bdf44e1f2f8eafe 100644
--- a/netbox/models/circuits_providers_list_okbody.go
+++ b/netbox/models/circuits_providers_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/circuits_providers_list_okbody_results.go b/netbox/models/circuits_providers_list_okbody_results.go
index bae68c9fac19448c8461663146d131df0f968a83..22d02c9358772219857bdc2701f59152ccfa0665 100644
--- a/netbox/models/circuits_providers_list_okbody_results.go
+++ b/netbox/models/circuits_providers_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/cluster.go b/netbox/models/cluster.go
index f22c733ba10427e41fc5136b32f6c86456844c5e..d3d4ad66f9bc7eed926109a6411a3b351ba792e0 100644
--- a/netbox/models/cluster.go
+++ b/netbox/models/cluster.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/cluster_group.go b/netbox/models/cluster_group.go
index ee23588f88589d9108da4c44ac968e4265d40c3f..917d539cf24a402ebd1979bc7e9352ac46f3dbd9 100644
--- a/netbox/models/cluster_group.go
+++ b/netbox/models/cluster_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/cluster_type.go b/netbox/models/cluster_type.go
index e0323bf7c03773111a3b934ec70b537a84d8f18e..7cf330b0bde7f5257ca43d950353e15586405f91 100644
--- a/netbox/models/cluster_type.go
+++ b/netbox/models/cluster_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/console_port.go b/netbox/models/console_port.go
index 276b827c06a39da72b9242c013c8d4a19686f462..0646b44f355d05b433e3f702e44371ab622633ff 100644
--- a/netbox/models/console_port.go
+++ b/netbox/models/console_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/console_port_template.go b/netbox/models/console_port_template.go
index a4492a003283e4889b406128932b9ead7cb63a77..3c623ac28d2e96e751cd9441aca1348d86a1913f 100644
--- a/netbox/models/console_port_template.go
+++ b/netbox/models/console_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/console_server_port.go b/netbox/models/console_server_port.go
index 8ce01ea44c2885de21bbc9220da5e0b1a036c989..8ce6dc18761123d48483f64fa464a396ac7174e9 100644
--- a/netbox/models/console_server_port.go
+++ b/netbox/models/console_server_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/console_server_port_template.go b/netbox/models/console_server_port_template.go
index 6644f314abea645fba1de1c2df4a5df8bc67fde2..f10cb09dbfd8c90758db39e678e3ab0acea1daeb 100644
--- a/netbox/models/console_server_port_template.go
+++ b/netbox/models/console_server_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_connections_list_okbody.go b/netbox/models/dcim_console_connections_list_okbody.go
index 6b8766dfb0b76ef4a0b61a58eb976418e7270066..cf16ad845a1a622afaaa572a5d83f5a411b19c0d 100644
--- a/netbox/models/dcim_console_connections_list_okbody.go
+++ b/netbox/models/dcim_console_connections_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_connections_list_okbody_results.go b/netbox/models/dcim_console_connections_list_okbody_results.go
index f9ba3c71bdf9260d5cd9f16fe4dbc7d185a26ac6..fb6e026914fb33fd3aaeae778802173c47c88ab5 100644
--- a/netbox/models/dcim_console_connections_list_okbody_results.go
+++ b/netbox/models/dcim_console_connections_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_port_templates_list_okbody.go b/netbox/models/dcim_console_port_templates_list_okbody.go
index df326e7cf5ade24478c07081391fb9378f8347be..4e01c1251a01c14cd7dcd1049d084ecf7fe9f187 100644
--- a/netbox/models/dcim_console_port_templates_list_okbody.go
+++ b/netbox/models/dcim_console_port_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_port_templates_list_okbody_results.go b/netbox/models/dcim_console_port_templates_list_okbody_results.go
index 09f35143abaa87686f869f7f295e387cce3f8984..cdee33b0288ba57893f6762f05c60f821f87e5f1 100644
--- a/netbox/models/dcim_console_port_templates_list_okbody_results.go
+++ b/netbox/models/dcim_console_port_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_ports_list_okbody.go b/netbox/models/dcim_console_ports_list_okbody.go
index bb9aa6729d6bb0e95a89ca12593899990ea232a0..1a9065d4484dd5f506a8bf341ff5d4689267eb23 100644
--- a/netbox/models/dcim_console_ports_list_okbody.go
+++ b/netbox/models/dcim_console_ports_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_ports_list_okbody_results.go b/netbox/models/dcim_console_ports_list_okbody_results.go
index fa5a3a98b7bf0ccff2087f64c6bfcbcf7fde6b52..d7fcd4a1cf22509143cc9369f27d451ccac2e922 100644
--- a/netbox/models/dcim_console_ports_list_okbody_results.go
+++ b/netbox/models/dcim_console_ports_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_server_port_templates_list_okbody.go b/netbox/models/dcim_console_server_port_templates_list_okbody.go
index 51ba333e1a7357d2cfb5e0edd390fa6078e86073..1b0b57168c288fad37e15bcf18e05057332fa13b 100644
--- a/netbox/models/dcim_console_server_port_templates_list_okbody.go
+++ b/netbox/models/dcim_console_server_port_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_server_port_templates_list_okbody_results.go b/netbox/models/dcim_console_server_port_templates_list_okbody_results.go
index 26570d34264898127e01869c545088cfd4ea99d1..406849db7e616089cdc15df7deb5badee4621a4e 100644
--- a/netbox/models/dcim_console_server_port_templates_list_okbody_results.go
+++ b/netbox/models/dcim_console_server_port_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_server_ports_list_okbody.go b/netbox/models/dcim_console_server_ports_list_okbody.go
index c788b6ca248ff6eacff64c162a27984a60082502..2071f3547159a613e481579f4cb424989da39cc1 100644
--- a/netbox/models/dcim_console_server_ports_list_okbody.go
+++ b/netbox/models/dcim_console_server_ports_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_console_server_ports_list_okbody_results.go b/netbox/models/dcim_console_server_ports_list_okbody_results.go
index ad8320df5c88781c1cc412263feead2550055330..ab2dd1c862c561e3cbb330b4f841222d625c178d 100644
--- a/netbox/models/dcim_console_server_ports_list_okbody_results.go
+++ b/netbox/models/dcim_console_server_ports_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_bay_templates_list_okbody.go b/netbox/models/dcim_device_bay_templates_list_okbody.go
index c3a50a7619efbcf72313cf9ddf08668703ce2698..8a33f6c18099d354e656a69a6f20f7ab9233f53c 100644
--- a/netbox/models/dcim_device_bay_templates_list_okbody.go
+++ b/netbox/models/dcim_device_bay_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_bay_templates_list_okbody_results.go b/netbox/models/dcim_device_bay_templates_list_okbody_results.go
index 6da22bb8a1884a8c930061c5fb7b18977a651a6a..ed0287ba8068e323a7262e31c5e1ae163c13f73e 100644
--- a/netbox/models/dcim_device_bay_templates_list_okbody_results.go
+++ b/netbox/models/dcim_device_bay_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_bays_list_okbody.go b/netbox/models/dcim_device_bays_list_okbody.go
index ec72c38af63a9c0178e6e6f2118bb71c1f5d72c1..8227102173690fe8be7276b31490b36b3e14771a 100644
--- a/netbox/models/dcim_device_bays_list_okbody.go
+++ b/netbox/models/dcim_device_bays_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_bays_list_okbody_results.go b/netbox/models/dcim_device_bays_list_okbody_results.go
index c3e31131ecc64b205925aa6ddf82dd71c548036f..15655a11dd8e3a885b2f4a12a5262b88097f8c99 100644
--- a/netbox/models/dcim_device_bays_list_okbody_results.go
+++ b/netbox/models/dcim_device_bays_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_roles_list_okbody.go b/netbox/models/dcim_device_roles_list_okbody.go
index 808d47625f196aac2c076cccbea83c81cb95fb91..1ebd30dc2505f22fd7264539023d7b2fbdab0ef6 100644
--- a/netbox/models/dcim_device_roles_list_okbody.go
+++ b/netbox/models/dcim_device_roles_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_roles_list_okbody_results.go b/netbox/models/dcim_device_roles_list_okbody_results.go
index 169522bdb3d6175368d5827ecdc6fd00c26b54f2..a5f50a5803031dffbbc7703d89532075a679c0c2 100644
--- a/netbox/models/dcim_device_roles_list_okbody_results.go
+++ b/netbox/models/dcim_device_roles_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_types_list_okbody.go b/netbox/models/dcim_device_types_list_okbody.go
index ebfc8671bfe24a88c5bd67c3c8ec71c52c8e3af8..24e86ccdcdf09bbc686a9b6a877d442150313e9b 100644
--- a/netbox/models/dcim_device_types_list_okbody.go
+++ b/netbox/models/dcim_device_types_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_device_types_list_okbody_results.go b/netbox/models/dcim_device_types_list_okbody_results.go
index 5dbb7b5acd7e47975fa07886eb6ee58bb1336119..08343bd7aee1fe9971738621f0ead2bd8f72d7df 100644
--- a/netbox/models/dcim_device_types_list_okbody_results.go
+++ b/netbox/models/dcim_device_types_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_devices_list_okbody.go b/netbox/models/dcim_devices_list_okbody.go
index 87add8ae2aa39e9509f6bfbfb4ef57554629a457..068262b340f3ab6fd5d10e04d82427c5ff5e48f2 100644
--- a/netbox/models/dcim_devices_list_okbody.go
+++ b/netbox/models/dcim_devices_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_devices_list_okbody_results.go b/netbox/models/dcim_devices_list_okbody_results.go
index 37a46286b09d725408438dd945115ce62d6a2db7..eddebb2a26c4c9d05c0db6b0e6e85d5fbae313e4 100644
--- a/netbox/models/dcim_devices_list_okbody_results.go
+++ b/netbox/models/dcim_devices_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interface_connections_list_okbody.go b/netbox/models/dcim_interface_connections_list_okbody.go
index 5be2674d2965eb383bcf1f71a507c6e08484eb47..34437c3991e87b07f3733ebc3805414419268c4c 100644
--- a/netbox/models/dcim_interface_connections_list_okbody.go
+++ b/netbox/models/dcim_interface_connections_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interface_connections_list_okbody_results.go b/netbox/models/dcim_interface_connections_list_okbody_results.go
index 48ffb5110bb37b6ed3e4c1daa8ae22b4bde5a29d..afba2efada7bfec22a3e0d45f50f9a0c006d0e79 100644
--- a/netbox/models/dcim_interface_connections_list_okbody_results.go
+++ b/netbox/models/dcim_interface_connections_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interface_templates_list_okbody.go b/netbox/models/dcim_interface_templates_list_okbody.go
index 525f3c8b945a15ad09209a1109c6e6a5527cda02..32f05eef1e139d684652008fa5039b72dac6b831 100644
--- a/netbox/models/dcim_interface_templates_list_okbody.go
+++ b/netbox/models/dcim_interface_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interface_templates_list_okbody_results.go b/netbox/models/dcim_interface_templates_list_okbody_results.go
index 404c2584b92cba985eddfb24f9434f0cef555e55..7964a72eda18d8c8b8083efadca506ffec689aad 100644
--- a/netbox/models/dcim_interface_templates_list_okbody_results.go
+++ b/netbox/models/dcim_interface_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interfaces_list_okbody.go b/netbox/models/dcim_interfaces_list_okbody.go
index 9e7083985fa7d59d6d485d5a2018dca0e9ba9a73..fea51461d40360f8038726ee734d0aaa9938a099 100644
--- a/netbox/models/dcim_interfaces_list_okbody.go
+++ b/netbox/models/dcim_interfaces_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_interfaces_list_okbody_results.go b/netbox/models/dcim_interfaces_list_okbody_results.go
index c76175869df61a9fd3a765afe266a7d0437383ef..de0818f5a4730fd8bb5fc7017e902faed5c29778 100644
--- a/netbox/models/dcim_interfaces_list_okbody_results.go
+++ b/netbox/models/dcim_interfaces_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_inventory_items_list_okbody.go b/netbox/models/dcim_inventory_items_list_okbody.go
index f221b2ec5345700ad547cbbd920f1d215d1e62c3..fbb70373ed290d66ba713431b4c49f19f4b0e479 100644
--- a/netbox/models/dcim_inventory_items_list_okbody.go
+++ b/netbox/models/dcim_inventory_items_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_inventory_items_list_okbody_results.go b/netbox/models/dcim_inventory_items_list_okbody_results.go
index c68cb2f9bfdc51f70eaa68d259cd473a27ce815e..606ff82f55ae886e42324041939e5538876ffa8c 100644
--- a/netbox/models/dcim_inventory_items_list_okbody_results.go
+++ b/netbox/models/dcim_inventory_items_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_manufacturers_list_okbody.go b/netbox/models/dcim_manufacturers_list_okbody.go
index 2ca82b75d1097ef1b5b64ccbff0cd7ee58edd2e0..887f493207d50c7fc2f924c62868d630521cdff0 100644
--- a/netbox/models/dcim_manufacturers_list_okbody.go
+++ b/netbox/models/dcim_manufacturers_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_manufacturers_list_okbody_results.go b/netbox/models/dcim_manufacturers_list_okbody_results.go
index 8b1c987447343ae0baf00ea4ed4488676d1e30fa..e780b036c05b7a91bfd87fa282526c2c5ec1eb98 100644
--- a/netbox/models/dcim_manufacturers_list_okbody_results.go
+++ b/netbox/models/dcim_manufacturers_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_platforms_list_okbody.go b/netbox/models/dcim_platforms_list_okbody.go
index 84e8f098cc56fc87d31b2f11399482429b8f7f96..b36ae49a68114090f1135f886e841dd0bab6d1ad 100644
--- a/netbox/models/dcim_platforms_list_okbody.go
+++ b/netbox/models/dcim_platforms_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_platforms_list_okbody_results.go b/netbox/models/dcim_platforms_list_okbody_results.go
index adf91bc170fd8e3dffa4b7daaa19bab8c91ae168..4ae6d12d4cbe043d001f74139d32b704144fbf62 100644
--- a/netbox/models/dcim_platforms_list_okbody_results.go
+++ b/netbox/models/dcim_platforms_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_connections_list_okbody.go b/netbox/models/dcim_power_connections_list_okbody.go
index 58255caa71bc0df7b87f35ea681f4c9d452c01c7..b6b0dd615302d379dc8595016987cc218774785e 100644
--- a/netbox/models/dcim_power_connections_list_okbody.go
+++ b/netbox/models/dcim_power_connections_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_connections_list_okbody_results.go b/netbox/models/dcim_power_connections_list_okbody_results.go
index f9eee543cf76f6ce8c87c5b7a3a1781b1d7ab798..6fb485cd6ee36dde531e65e2f691ad73d696b433 100644
--- a/netbox/models/dcim_power_connections_list_okbody_results.go
+++ b/netbox/models/dcim_power_connections_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_outlet_templates_list_okbody.go b/netbox/models/dcim_power_outlet_templates_list_okbody.go
index d0a9c9361213b4b8cac643272c582c058d775aa9..5401da89ce22e1a6724833b9d6844c5120ec8be4 100644
--- a/netbox/models/dcim_power_outlet_templates_list_okbody.go
+++ b/netbox/models/dcim_power_outlet_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_outlet_templates_list_okbody_results.go b/netbox/models/dcim_power_outlet_templates_list_okbody_results.go
index 4b107db37351facd2b1be85ddeefab39b27db052..79074c19d747b064280e99382def4bbd26365bb3 100644
--- a/netbox/models/dcim_power_outlet_templates_list_okbody_results.go
+++ b/netbox/models/dcim_power_outlet_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_outlets_list_okbody.go b/netbox/models/dcim_power_outlets_list_okbody.go
index 237827dc13ea1f97742ee0076e0f08cfe229b9c8..9cc35d1b0e761d91d7f89793678fe073fcc7fce9 100644
--- a/netbox/models/dcim_power_outlets_list_okbody.go
+++ b/netbox/models/dcim_power_outlets_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_outlets_list_okbody_results.go b/netbox/models/dcim_power_outlets_list_okbody_results.go
index c0bffb140c00fc2d5873b119b04540cb240ee00e..5e7299e51b063be015da73999697119dff84bb24 100644
--- a/netbox/models/dcim_power_outlets_list_okbody_results.go
+++ b/netbox/models/dcim_power_outlets_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_port_templates_list_okbody.go b/netbox/models/dcim_power_port_templates_list_okbody.go
index 10dd01aa1df1ddde8b3e42541b549054584f6e2e..9681270d8d29f7710d73156da9a59e7e7318f9cb 100644
--- a/netbox/models/dcim_power_port_templates_list_okbody.go
+++ b/netbox/models/dcim_power_port_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_port_templates_list_okbody_results.go b/netbox/models/dcim_power_port_templates_list_okbody_results.go
index 27294ca4745829b012ff6606dc0ced85c77581a3..9363353e21e9c6711d7c7bb2366c82a70adacc32 100644
--- a/netbox/models/dcim_power_port_templates_list_okbody_results.go
+++ b/netbox/models/dcim_power_port_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_ports_list_okbody.go b/netbox/models/dcim_power_ports_list_okbody.go
index 6dbbe3ab1666e1fa573c0f54ec21846e145b06b7..e435e12d5195f65452eb0782810d17850ec7e10f 100644
--- a/netbox/models/dcim_power_ports_list_okbody.go
+++ b/netbox/models/dcim_power_ports_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_power_ports_list_okbody_results.go b/netbox/models/dcim_power_ports_list_okbody_results.go
index 5591705731bf9edea552a63451fffe68172bbe58..116213489d0d688ef3f25991129103c5b814cda9 100644
--- a/netbox/models/dcim_power_ports_list_okbody_results.go
+++ b/netbox/models/dcim_power_ports_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_groups_list_okbody.go b/netbox/models/dcim_rack_groups_list_okbody.go
index 7f10eaee62d466447d539feac9ee444efb8f24b5..9ef16d6989898096e68b43130503fafb3f0b3142 100644
--- a/netbox/models/dcim_rack_groups_list_okbody.go
+++ b/netbox/models/dcim_rack_groups_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_groups_list_okbody_results.go b/netbox/models/dcim_rack_groups_list_okbody_results.go
index a0f800137ad7626c333d63ff2f2c7d6f908cca6d..50967e1a8fdd9d537e936a1f296a4abd767db9c8 100644
--- a/netbox/models/dcim_rack_groups_list_okbody_results.go
+++ b/netbox/models/dcim_rack_groups_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_reservations_list_okbody.go b/netbox/models/dcim_rack_reservations_list_okbody.go
index 9c7f5b446de4f1e959398e2041719b261689293e..4b5d7d7a331a23f2e676276e357ef21ed149d2f1 100644
--- a/netbox/models/dcim_rack_reservations_list_okbody.go
+++ b/netbox/models/dcim_rack_reservations_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_reservations_list_okbody_results.go b/netbox/models/dcim_rack_reservations_list_okbody_results.go
index 1129a2b7c617c230761fa17a812aec6870e81bf8..8e8a4d1ffa1a1b10a48d1c10de8801186a7082f5 100644
--- a/netbox/models/dcim_rack_reservations_list_okbody_results.go
+++ b/netbox/models/dcim_rack_reservations_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_roles_list_okbody.go b/netbox/models/dcim_rack_roles_list_okbody.go
index 24f24217c6785bdd86aceac815bca5175d50c403..c3572336b1611ffcea6b9426764159291ccab018 100644
--- a/netbox/models/dcim_rack_roles_list_okbody.go
+++ b/netbox/models/dcim_rack_roles_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_rack_roles_list_okbody_results.go b/netbox/models/dcim_rack_roles_list_okbody_results.go
index 7e02254eb257a8076683d78efc211134b59a94de..f594fe69372166d2637720895d70133300afa10d 100644
--- a/netbox/models/dcim_rack_roles_list_okbody_results.go
+++ b/netbox/models/dcim_rack_roles_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_racks_list_okbody.go b/netbox/models/dcim_racks_list_okbody.go
index 2ee1cfb62e6a4f68f37c7af19d6dea81b6ee0748..96cd252aeb1635fa8761866548ebbffe8e515d9b 100644
--- a/netbox/models/dcim_racks_list_okbody.go
+++ b/netbox/models/dcim_racks_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_racks_list_okbody_results.go b/netbox/models/dcim_racks_list_okbody_results.go
index 667b88c5cfcdcfbc630231256a7a7a9fb989120b..cc7d7b8591ddc8f2eba5e409ef3449dbda71aaed 100644
--- a/netbox/models/dcim_racks_list_okbody_results.go
+++ b/netbox/models/dcim_racks_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_regions_list_okbody.go b/netbox/models/dcim_regions_list_okbody.go
index d57afb61cc7cecdfec689d2c1a51bf1af4c88aaa..31ee20b028c8bb50d73b9bfcf6b6dd7d3fb32c22 100644
--- a/netbox/models/dcim_regions_list_okbody.go
+++ b/netbox/models/dcim_regions_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_regions_list_okbody_results.go b/netbox/models/dcim_regions_list_okbody_results.go
index 67d7193c22e1cc991f7716eb6e5cbfa325ed3bbe..15140140860b5d66229aee92eae22c2dbbab21a2 100644
--- a/netbox/models/dcim_regions_list_okbody_results.go
+++ b/netbox/models/dcim_regions_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_sites_list_okbody.go b/netbox/models/dcim_sites_list_okbody.go
index 106a85e5854546b3d10723e1cc7b2a4bfb43fc32..4747a37a3dce4e7099135d1ec6d5b595b798f988 100644
--- a/netbox/models/dcim_sites_list_okbody.go
+++ b/netbox/models/dcim_sites_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_sites_list_okbody_results.go b/netbox/models/dcim_sites_list_okbody_results.go
index 5c9ac70151f727aff0e743366485e85a0292e724..837a6582aa60c02a85d505e5ddcf429cae62520e 100644
--- a/netbox/models/dcim_sites_list_okbody_results.go
+++ b/netbox/models/dcim_sites_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_virtual_chassis_list_okbody.go b/netbox/models/dcim_virtual_chassis_list_okbody.go
index d2569bdf17cb43e664a2041b29654a1201954905..15c3dcf9b549f26fab0d7f5e66c8e409f1399d17 100644
--- a/netbox/models/dcim_virtual_chassis_list_okbody.go
+++ b/netbox/models/dcim_virtual_chassis_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/dcim_virtual_chassis_list_okbody_results.go b/netbox/models/dcim_virtual_chassis_list_okbody_results.go
index dcc0132bd0b7d2be6ab322614fed8c3a35ea13d0..c93a342c962f15fd5c9ae50bb027b698b67d0a26 100644
--- a/netbox/models/dcim_virtual_chassis_list_okbody_results.go
+++ b/netbox/models/dcim_virtual_chassis_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device.go b/netbox/models/device.go
index aa3f7bba86880df42777addb359e33636b6dbebf..5b4486aad6a4a8196e320c67f2bd45e5ee2f7c41 100644
--- a/netbox/models/device.go
+++ b/netbox/models/device.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_bay.go b/netbox/models/device_bay.go
index 49a111a95fe88f5db1d2ef7ffb9ef55e60a58178..9843586a4916f7959ce4ae3a68f81cfcae0fb180 100644
--- a/netbox/models/device_bay.go
+++ b/netbox/models/device_bay.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_bay_template.go b/netbox/models/device_bay_template.go
index 4811ff948846d52a2828f363672401e6e8031407..a88e332ab83ed10682e21a9715c4d0ffa46a4463 100644
--- a/netbox/models/device_bay_template.go
+++ b/netbox/models/device_bay_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_face.go b/netbox/models/device_face.go
index 0808cff25887b0f7cd104b835f74cc91acddcc93..d1f2a7377bf458ae83c32272139ab5798c323356 100644
--- a/netbox/models/device_face.go
+++ b/netbox/models/device_face.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_ip_address.go b/netbox/models/device_ip_address.go
index 6ae3efb73de632bfdf5a4d6723f4468478f9155e..6d265fd2794d864b1a1acaad7fd3836a7ce61055 100644
--- a/netbox/models/device_ip_address.go
+++ b/netbox/models/device_ip_address.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_role.go b/netbox/models/device_role.go
index fc4d106f705442e742da8ca3e49dab181285eba2..4413d05a669c9ca3fd8c7b5a6e4c9c79dc8d4b57 100644
--- a/netbox/models/device_role.go
+++ b/netbox/models/device_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_status.go b/netbox/models/device_status.go
index 70ce0f1db3e5c787b2f3861f1d517af10cc64c7a..cf2f5aad0b93ee88b89da2fa1dced0bab8352f64 100644
--- a/netbox/models/device_status.go
+++ b/netbox/models/device_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_type.go b/netbox/models/device_type.go
index f5b1a4978d1cd34addc4c8fd62802d8b8256f146..e6c167a8e1b94eb39876cab63548d216313b9e48 100644
--- a/netbox/models/device_type.go
+++ b/netbox/models/device_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_type_interface_ordering.go b/netbox/models/device_type_interface_ordering.go
index 8da7497ecdc74af004085ce926c5b95af52b437f..cc49a40efb5a385f667ed0ad72131f77c122eec2 100644
--- a/netbox/models/device_type_interface_ordering.go
+++ b/netbox/models/device_type_interface_ordering.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_type_subdevice_role.go b/netbox/models/device_type_subdevice_role.go
index 47c352dede1e981a343d3cf49d68c1cae20b0462..10566f9a6c027c7106dfe40605dc4a0564c14f37 100644
--- a/netbox/models/device_type_subdevice_role.go
+++ b/netbox/models/device_type_subdevice_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/device_virtual_chassis.go b/netbox/models/device_virtual_chassis.go
index 9f4e559d2309308ec8554f12f7d3746fa17ceb0d..16b284143cb008648ef0a13fa827ab0ddd7929d6 100644
--- a/netbox/models/device_virtual_chassis.go
+++ b/netbox/models/device_virtual_chassis.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/export_template.go b/netbox/models/export_template.go
index c20d9ae2fb9df2d35d740a7fea10207d5ff9d05a..740c074860e4a00df16c39b4310c036779dcdbec 100644
--- a/netbox/models/export_template.go
+++ b/netbox/models/export_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_export_templates_list_okbody.go b/netbox/models/extras_export_templates_list_okbody.go
index 8c82c0ffaedb526a5ddd95f46dd821d8e31a24f0..f5ba7a1bb7b30ca64388561d15a1ee29344904cc 100644
--- a/netbox/models/extras_export_templates_list_okbody.go
+++ b/netbox/models/extras_export_templates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_export_templates_list_okbody_results.go b/netbox/models/extras_export_templates_list_okbody_results.go
index 739f9664c25f371de46b12904b25a8caea16e3ff..db9fad67ea0bf3e701b48a76dbef03bff1ab87c5 100644
--- a/netbox/models/extras_export_templates_list_okbody_results.go
+++ b/netbox/models/extras_export_templates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_graphs_list_okbody.go b/netbox/models/extras_graphs_list_okbody.go
index 8215668f474dc79a8a4c1a9b8795e2deac138015..7bca5ea1f7e168ffa7a6148a9db9323dc868c25a 100644
--- a/netbox/models/extras_graphs_list_okbody.go
+++ b/netbox/models/extras_graphs_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_graphs_list_okbody_results.go b/netbox/models/extras_graphs_list_okbody_results.go
index 4b6bb5d59855d778b2181fbd5595d61876376982..909d4a0609719d0d52235860f34b06cf5af243db 100644
--- a/netbox/models/extras_graphs_list_okbody_results.go
+++ b/netbox/models/extras_graphs_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_image_attachments_list_okbody.go b/netbox/models/extras_image_attachments_list_okbody.go
index dbcf59296c19810c6883e8d600c1dca1e46b778c..6e0c2789cc1794a2bdc9e9bcb7440d2e940c5321 100644
--- a/netbox/models/extras_image_attachments_list_okbody.go
+++ b/netbox/models/extras_image_attachments_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_image_attachments_list_okbody_results.go b/netbox/models/extras_image_attachments_list_okbody_results.go
index b303c12f8f0a6882e92d740b3cf251cf5d01af95..b40eb8309f2c07f3a0960c9b0a46b32415edce9f 100644
--- a/netbox/models/extras_image_attachments_list_okbody_results.go
+++ b/netbox/models/extras_image_attachments_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_recent_activity_list_okbody.go b/netbox/models/extras_recent_activity_list_okbody.go
index bf0902b4c7c3c913226bbf7169391dadb605517c..96eeabbdb4a4ce47f99628b8bdb27ddbea742984 100644
--- a/netbox/models/extras_recent_activity_list_okbody.go
+++ b/netbox/models/extras_recent_activity_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_recent_activity_list_okbody_results.go b/netbox/models/extras_recent_activity_list_okbody_results.go
index ae6f0c8676ddcae592c045de18c4964ea6408305..2b6623fcf06f780a3f0349aab13d9172be3f2703 100644
--- a/netbox/models/extras_recent_activity_list_okbody_results.go
+++ b/netbox/models/extras_recent_activity_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_topology_maps_list_okbody.go b/netbox/models/extras_topology_maps_list_okbody.go
index 6601aad735a7d61d45786a5f378283f3979055b3..005d8d84bd3ab3172f324ca4fb30dc65d41a99c4 100644
--- a/netbox/models/extras_topology_maps_list_okbody.go
+++ b/netbox/models/extras_topology_maps_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/extras_topology_maps_list_okbody_results.go b/netbox/models/extras_topology_maps_list_okbody_results.go
index 7a8566d56aafe87955d7550b2b952bacfa364217..731cc66665d0bcdbf7986f67f7b3e01329eea877 100644
--- a/netbox/models/extras_topology_maps_list_okbody_results.go
+++ b/netbox/models/extras_topology_maps_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/graph.go b/netbox/models/graph.go
index 19447a61eee42bf8836c8acee53a6cf54d5dd3d6..43ca2da2bddc0e5f78c931a011928422154ba519 100644
--- a/netbox/models/graph.go
+++ b/netbox/models/graph.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/graph_type.go b/netbox/models/graph_type.go
index 5f2f906395b117cc3c793e5db14b020202c9db12..62187fc6c8547f7d24aa01d4ceb02bb11a4b622f 100644
--- a/netbox/models/graph_type.go
+++ b/netbox/models/graph_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/image_attachment.go b/netbox/models/image_attachment.go
index e09bcf3c5c8f423c58f87b6eb7c10aa544ec3602..0149233d492c3cc6df6c2c94d3c623313e06da79 100644
--- a/netbox/models/image_attachment.go
+++ b/netbox/models/image_attachment.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface.go b/netbox/models/interface.go
index c94fb5dd95a223c5f2b7d3c85f0dc8e97462d246..e36fbb49f65b3cbe6d708bb9be87fe8d91900ba7 100644
--- a/netbox/models/interface.go
+++ b/netbox/models/interface.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_circuit_termination.go b/netbox/models/interface_circuit_termination.go
index d41fb84fcdf20c30ea8d68b538fd1f9e2e9b5324..6aff3dd11e18a34db7f9ef94ca4e3cbe1992b7aa 100644
--- a/netbox/models/interface_circuit_termination.go
+++ b/netbox/models/interface_circuit_termination.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_connection.go b/netbox/models/interface_connection.go
index 70159d97ba002d4dac95ba0714cc8742439baf63..bfd036da0c6929ab6bbaf5a69ac4dfdf999f8cf9 100644
--- a/netbox/models/interface_connection.go
+++ b/netbox/models/interface_connection.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_connection_connection_status.go b/netbox/models/interface_connection_connection_status.go
index 75c1a1c596da45af3830309268e2982716cbe79d..37766d74d7dc7ebf4e48f23cccd4a3b2467720c6 100644
--- a/netbox/models/interface_connection_connection_status.go
+++ b/netbox/models/interface_connection_connection_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_form_factor.go b/netbox/models/interface_form_factor.go
index 93d051b092cc67c6269cec578a724b8cda16625c..bfb96b792b6e40c807950ee599a7a2356a1c69c4 100644
--- a/netbox/models/interface_form_factor.go
+++ b/netbox/models/interface_form_factor.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_mode.go b/netbox/models/interface_mode.go
index 9bdb4241cb29ac76a9a6f7c7ce3d5eb3c7e3f8e8..417aa81fb9ee516bd4411c70507bcaa4b8d5e08e 100644
--- a/netbox/models/interface_mode.go
+++ b/netbox/models/interface_mode.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_nested_circuit.go b/netbox/models/interface_nested_circuit.go
index 468f4de0a954fcd3e9402a6b6f01915fc7911574..9f1bca812afb16694f90b8898261cb51c0dc5e4f 100644
--- a/netbox/models/interface_nested_circuit.go
+++ b/netbox/models/interface_nested_circuit.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_tagged_vlans.go b/netbox/models/interface_tagged_vlans.go
index 3d69d38c9aaf35d76b27959b94689f56815b8b6b..8771a55e489caf57543f68262f2933c5a263db69 100644
--- a/netbox/models/interface_tagged_vlans.go
+++ b/netbox/models/interface_tagged_vlans.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_template.go b/netbox/models/interface_template.go
index 74c6b0a172593cf186250f63e6c184822915548f..d3f7ed8a4bf90605721aa5047ee2ca2d93a65889 100644
--- a/netbox/models/interface_template.go
+++ b/netbox/models/interface_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_template_form_factor.go b/netbox/models/interface_template_form_factor.go
index 8a3147c55787c5a22590ab781f702aff19106bd1..89e8a1f9be024b6cc4602b1bfed6d2615b7884d9 100644
--- a/netbox/models/interface_template_form_factor.go
+++ b/netbox/models/interface_template_form_factor.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/interface_vlan.go b/netbox/models/interface_vlan.go
index 9eb6ecaeaf4d56421fc67f22dda6bc599ffd3fc1..99d41544381a1d631687761810e9b083a14fbe35 100644
--- a/netbox/models/interface_vlan.go
+++ b/netbox/models/interface_vlan.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/inventory_item.go b/netbox/models/inventory_item.go
index 37b343e2960ed792657858d4d3f8ec04e7091822..3b7883bc45286bbcff914f964f5cde5ea3805758 100644
--- a/netbox/models/inventory_item.go
+++ b/netbox/models/inventory_item.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_address.go b/netbox/models/ip_address.go
index 36ae47de93e3d95efd546c34cb799d9c06df74f4..32c582da087d19402c68d1d3b556da3d85616593 100644
--- a/netbox/models/ip_address.go
+++ b/netbox/models/ip_address.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_address_interface.go b/netbox/models/ip_address_interface.go
index fc19c79e70839b5735aea70c915c96303c46575c..4138ae4b96446094c2d1e118e20d9a2fff8dfe59 100644
--- a/netbox/models/ip_address_interface.go
+++ b/netbox/models/ip_address_interface.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_address_interface_form_factor.go b/netbox/models/ip_address_interface_form_factor.go
deleted file mode 100644
index 1d6e886bb60d38196fac4b7d7396597eb73600e0..0000000000000000000000000000000000000000
--- a/netbox/models/ip_address_interface_form_factor.go
+++ /dev/null
@@ -1,83 +0,0 @@
-// Code generated by go-swagger; DO NOT EDIT.
-
-package models
-
-// This file was generated by the swagger tool.
-// Editing this file might prove futile when you re-run the swagger generate command
-
-import (
-	strfmt "github.com/go-openapi/strfmt"
-
-	"github.com/go-openapi/errors"
-	"github.com/go-openapi/swag"
-	"github.com/go-openapi/validate"
-)
-
-// IPAddressInterfaceFormFactor Form factor
-// swagger:model ipAddressInterfaceFormFactor
-type IPAddressInterfaceFormFactor struct {
-
-	// label
-	// Required: true
-	Label *string `json:"label"`
-
-	// value
-	// Required: true
-	Value *int64 `json:"value"`
-}
-
-// Validate validates this ip address interface form factor
-func (m *IPAddressInterfaceFormFactor) Validate(formats strfmt.Registry) error {
-	var res []error
-
-	if err := m.validateLabel(formats); err != nil {
-		// prop
-		res = append(res, err)
-	}
-
-	if err := m.validateValue(formats); err != nil {
-		// prop
-		res = append(res, err)
-	}
-
-	if len(res) > 0 {
-		return errors.CompositeValidationError(res...)
-	}
-	return nil
-}
-
-func (m *IPAddressInterfaceFormFactor) validateLabel(formats strfmt.Registry) error {
-
-	if err := validate.Required("label", "body", m.Label); err != nil {
-		return err
-	}
-
-	return nil
-}
-
-func (m *IPAddressInterfaceFormFactor) validateValue(formats strfmt.Registry) error {
-
-	if err := validate.Required("value", "body", m.Value); err != nil {
-		return err
-	}
-
-	return nil
-}
-
-// MarshalBinary interface implementation
-func (m *IPAddressInterfaceFormFactor) MarshalBinary() ([]byte, error) {
-	if m == nil {
-		return nil, nil
-	}
-	return swag.WriteJSON(m)
-}
-
-// UnmarshalBinary interface implementation
-func (m *IPAddressInterfaceFormFactor) UnmarshalBinary(b []byte) error {
-	var res IPAddressInterfaceFormFactor
-	if err := swag.ReadJSON(b, &res); err != nil {
-		return err
-	}
-	*m = res
-	return nil
-}
diff --git a/netbox/models/ip_address_role.go b/netbox/models/ip_address_role.go
index 1799b7226bd7121d2f0597d4f73ba379ffdfb1ba..cd8441e5a87808accd386100165a5eaee290a45c 100644
--- a/netbox/models/ip_address_role.go
+++ b/netbox/models/ip_address_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_address_status.go b/netbox/models/ip_address_status.go
index 9f20917663ab99665fd1e73f10f137f2be58b73e..54ec03e847fe6ca91cd98fd90c71c5bcdeb92565 100644
--- a/netbox/models/ip_address_status.go
+++ b/netbox/models/ip_address_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amaggregates_list_okbody.go b/netbox/models/ip_amaggregates_list_okbody.go
index 3acdc9d1e074562950d057fdf80c55a2090b5cb3..e43ff0a0a2695bbf220c0579a96a61727f7dfca1 100644
--- a/netbox/models/ip_amaggregates_list_okbody.go
+++ b/netbox/models/ip_amaggregates_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amaggregates_list_okbody_results.go b/netbox/models/ip_amaggregates_list_okbody_results.go
index d60b84031fd0ed1fbbef052dea9e4c10b29aefa4..e93c2aa5b2035d5a27b5e15d9f38a8b777c4d3d2 100644
--- a/netbox/models/ip_amaggregates_list_okbody_results.go
+++ b/netbox/models/ip_amaggregates_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amip_addresses_list_okbody.go b/netbox/models/ip_amip_addresses_list_okbody.go
index fb78d14978ec2eb88436dcfae436fd2c7f8d9fb3..3453bfdc48917b17baadbba2f485ffab5fbf4423 100644
--- a/netbox/models/ip_amip_addresses_list_okbody.go
+++ b/netbox/models/ip_amip_addresses_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amip_addresses_list_okbody_results.go b/netbox/models/ip_amip_addresses_list_okbody_results.go
index 75fc710e61c352d9d9a4950841c789eea868a9de..86968c6ea13200629f58260ff630e250dfaf6651 100644
--- a/netbox/models/ip_amip_addresses_list_okbody_results.go
+++ b/netbox/models/ip_amip_addresses_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amprefixes_list_okbody.go b/netbox/models/ip_amprefixes_list_okbody.go
index a98611f8107ff33729d7adacd19055a486534cfb..3a0455f84abe9e90a3b9ea853a5447efa7d9f76e 100644
--- a/netbox/models/ip_amprefixes_list_okbody.go
+++ b/netbox/models/ip_amprefixes_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amprefixes_list_okbody_results.go b/netbox/models/ip_amprefixes_list_okbody_results.go
index a8ddeebc1e562c0007c15a469d5b9da1248a3108..7d5ae3a9188d2d7196f39b3d8f647f558f61c637 100644
--- a/netbox/models/ip_amprefixes_list_okbody_results.go
+++ b/netbox/models/ip_amprefixes_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amrirs_list_okbody.go b/netbox/models/ip_amrirs_list_okbody.go
index 173d5deb9b5bff73348595072699a297543f0bfa..97aab23e89568a693e9c9e5891e679bb290a0f3b 100644
--- a/netbox/models/ip_amrirs_list_okbody.go
+++ b/netbox/models/ip_amrirs_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amrirs_list_okbody_results.go b/netbox/models/ip_amrirs_list_okbody_results.go
index 64a36c4d27335553010f9a3c92e1a2273f8d75ad..a8177741e6fdf209a292f23c6b4235977e68f711 100644
--- a/netbox/models/ip_amrirs_list_okbody_results.go
+++ b/netbox/models/ip_amrirs_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amroles_list_okbody.go b/netbox/models/ip_amroles_list_okbody.go
index 405631d2a3a158c5acc09d711a565e4fa3b6e5e6..044fa6bc05393cdcbf8d19ce774c622e1169e3c5 100644
--- a/netbox/models/ip_amroles_list_okbody.go
+++ b/netbox/models/ip_amroles_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amroles_list_okbody_results.go b/netbox/models/ip_amroles_list_okbody_results.go
index 1fb7c948a82c55a4f9e5942ce3eaae33ba050976..eda1619c22c7a9841acf4213cecf054a8e616f32 100644
--- a/netbox/models/ip_amroles_list_okbody_results.go
+++ b/netbox/models/ip_amroles_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amservices_list_okbody.go b/netbox/models/ip_amservices_list_okbody.go
index 06aa448bbee83332d85feeaf6342d9cede8396b4..43866d0966ed3f4f38fbfc2a58e228ffe500621f 100644
--- a/netbox/models/ip_amservices_list_okbody.go
+++ b/netbox/models/ip_amservices_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amservices_list_okbody_results.go b/netbox/models/ip_amservices_list_okbody_results.go
index 1c405b9a64259fe46002c36f55c1b408873df588..6b8801565cb5449aec12664fb8c34794e7b27d6f 100644
--- a/netbox/models/ip_amservices_list_okbody_results.go
+++ b/netbox/models/ip_amservices_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvlan_groups_list_okbody.go b/netbox/models/ip_amvlan_groups_list_okbody.go
index 82029f6ace4594204f8d734ca1a6a589b53ae082..c423bca2505acbe9a745304d8f482750a9223da8 100644
--- a/netbox/models/ip_amvlan_groups_list_okbody.go
+++ b/netbox/models/ip_amvlan_groups_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvlan_groups_list_okbody_results.go b/netbox/models/ip_amvlan_groups_list_okbody_results.go
index fa4f17ccc403485206b63bc451ad3e7a41357c2f..eca97748e24e70cee148851c670b7225990befe5 100644
--- a/netbox/models/ip_amvlan_groups_list_okbody_results.go
+++ b/netbox/models/ip_amvlan_groups_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvlans_list_okbody.go b/netbox/models/ip_amvlans_list_okbody.go
index d21003faf4c1ab430dadf648a3837509c432f5bb..7154bca10da4a93f78785d8dcb47e79b64f28a9b 100644
--- a/netbox/models/ip_amvlans_list_okbody.go
+++ b/netbox/models/ip_amvlans_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvlans_list_okbody_results.go b/netbox/models/ip_amvlans_list_okbody_results.go
index e7d74400d617d974f0075f6c4eb15ecf1e6bfaef..86a1ba0dbd2410223b7a2175c5fff3d84d063146 100644
--- a/netbox/models/ip_amvlans_list_okbody_results.go
+++ b/netbox/models/ip_amvlans_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvrfs_list_okbody.go b/netbox/models/ip_amvrfs_list_okbody.go
index a2275ddf1727aad62599fc690a0db97def4757a3..5fefe5552d6bb295e0912c489cb43dda2af7cf57 100644
--- a/netbox/models/ip_amvrfs_list_okbody.go
+++ b/netbox/models/ip_amvrfs_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/ip_amvrfs_list_okbody_results.go b/netbox/models/ip_amvrfs_list_okbody_results.go
index fa1c3fc9b35b1fdddbe1870486f7494768615467..7d069d8360416fc5e445ac48b3cc2af606a12078 100644
--- a/netbox/models/ip_amvrfs_list_okbody_results.go
+++ b/netbox/models/ip_amvrfs_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/manufacturer.go b/netbox/models/manufacturer.go
index 59f0946207f2e9f7102979e0f0be90de74555cf6..9f4f21112db26273294bd6f931e1938c1e972841 100644
--- a/netbox/models/manufacturer.go
+++ b/netbox/models/manufacturer.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_circuit.go b/netbox/models/nested_circuit.go
index b3407d4084ae65b55cd6c22acecfb1fbddea0904..14a77d9f5c91c978ec582972c3b8331ba8889b21 100644
--- a/netbox/models/nested_circuit.go
+++ b/netbox/models/nested_circuit.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_circuit_type.go b/netbox/models/nested_circuit_type.go
index 9b9a9ab4f76798038a99fddd3cdaa57c3f3e6a79..b85491ed186d03df9117b1d669d69e0f18dec0c7 100644
--- a/netbox/models/nested_circuit_type.go
+++ b/netbox/models/nested_circuit_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_cluster.go b/netbox/models/nested_cluster.go
index a46b4c6cfe046e409828ee496c2813cfd5f7b3af..01f29730f5693fd81d6f46c8e0ba4d0562cabc81 100644
--- a/netbox/models/nested_cluster.go
+++ b/netbox/models/nested_cluster.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_cluster_group.go b/netbox/models/nested_cluster_group.go
index 8fd30da6ecf4fbb462ee09aa93dc74eaff1a047a..8ecd05e5c5f9c30846faeefb750fd5bec927b80f 100644
--- a/netbox/models/nested_cluster_group.go
+++ b/netbox/models/nested_cluster_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_cluster_type.go b/netbox/models/nested_cluster_type.go
index e211a9151fb44d8bb223bc76b86e07d60fb1c788..37e547b1305ce6404a8b370a5ffd171a68593fe9 100644
--- a/netbox/models/nested_cluster_type.go
+++ b/netbox/models/nested_cluster_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_device.go b/netbox/models/nested_device.go
index d0039dc2a5af37b95b63bf1652d1ce68695caa44..4d562a81ce819feaaa40ef01a262c841783d0a74 100644
--- a/netbox/models/nested_device.go
+++ b/netbox/models/nested_device.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_device_role.go b/netbox/models/nested_device_role.go
index 0582d27adada9ceb0b1cf2d6ce216052768563c8..f1fc28e2b0f4f621bd5ace709f152fb97609d3ae 100644
--- a/netbox/models/nested_device_role.go
+++ b/netbox/models/nested_device_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_device_type.go b/netbox/models/nested_device_type.go
index 8b6e0cf1c80f3a9df989129bfa5052c03e799714..1fb87eef22b4bc5d697c8b32423d6db356ae61e2 100644
--- a/netbox/models/nested_device_type.go
+++ b/netbox/models/nested_device_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_interface.go b/netbox/models/nested_interface.go
index 769205b0d23b2741e79731a7bb56821461d8978a..f764ad9be8e933f930bb5455326397c079041eaf 100644
--- a/netbox/models/nested_interface.go
+++ b/netbox/models/nested_interface.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_ip_address.go b/netbox/models/nested_ip_address.go
index a5a086b15b071a8a9a70e483c84f05439a0903ee..b4cf100ab647b766e49ffb0db9252a2ee376b25c 100644
--- a/netbox/models/nested_ip_address.go
+++ b/netbox/models/nested_ip_address.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_manufacturer.go b/netbox/models/nested_manufacturer.go
index 3a16e9484648384c6d66789cb05ec9074c479dfb..a0868af60d12a9309b5f766fd5ae68c0fc262598 100644
--- a/netbox/models/nested_manufacturer.go
+++ b/netbox/models/nested_manufacturer.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_platform.go b/netbox/models/nested_platform.go
index 406486dfe6c32b5e495035098e13199a7af5f72d..25e19cecd47246b6dc7c87894a1d4df4364cdf3e 100644
--- a/netbox/models/nested_platform.go
+++ b/netbox/models/nested_platform.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_provider.go b/netbox/models/nested_provider.go
index a4bc72f35873d7815df98f35ba37c7a3f62daaf9..2fa4752ced5b2d227d15fb5c291b562a3c000b45 100644
--- a/netbox/models/nested_provider.go
+++ b/netbox/models/nested_provider.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_rack.go b/netbox/models/nested_rack.go
index 9614606d4213c4b7110642414eeff3659632a5fc..08c5b42ed5eac852a66f0261f0e19873e4eb9f08 100644
--- a/netbox/models/nested_rack.go
+++ b/netbox/models/nested_rack.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_rack_group.go b/netbox/models/nested_rack_group.go
index 67b44bf052860106efd336541fefbf95a84eb6d0..0f736ffaacb538f0e8b25e63ac2c002792cc0855 100644
--- a/netbox/models/nested_rack_group.go
+++ b/netbox/models/nested_rack_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_rack_role.go b/netbox/models/nested_rack_role.go
index fd44e67b92cacfb55cd798db5e30490d6a8d1645..191fe3a554744357292e7d6316b031d89c82365f 100644
--- a/netbox/models/nested_rack_role.go
+++ b/netbox/models/nested_rack_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_region.go b/netbox/models/nested_region.go
index 094c08039ea81e6a03aa2e4c7bc56e74f56bdb51..0945a6728c79a9f95cc1ab8f347c8c5b532c884e 100644
--- a/netbox/models/nested_region.go
+++ b/netbox/models/nested_region.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_rir.go b/netbox/models/nested_rir.go
index d84b5c81ec0eca2ab475e262f18971c5af4d0a6c..33c67b42c9ee96557b5dff91589afec22e2de335 100644
--- a/netbox/models/nested_rir.go
+++ b/netbox/models/nested_rir.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_role.go b/netbox/models/nested_role.go
index fcac16dbc186b72d31e70738c219cf4190da4dc1..8486baf9513b90bce94da2c074a3c3f547e7fcef 100644
--- a/netbox/models/nested_role.go
+++ b/netbox/models/nested_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_secret_role.go b/netbox/models/nested_secret_role.go
index f54a4b097e84a20581383890d2a14020d79756b8..ce948db6f9169911900da70d18ef06cec80323fe 100644
--- a/netbox/models/nested_secret_role.go
+++ b/netbox/models/nested_secret_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_site.go b/netbox/models/nested_site.go
index f865c5e3aefc380175dad5c6f60290665a318407..3a3a7cb6b342a8ab113c4048c276b8cf5f8bf385 100644
--- a/netbox/models/nested_site.go
+++ b/netbox/models/nested_site.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_tenant.go b/netbox/models/nested_tenant.go
index 39d8e7be75770b4ba14fba0333ba8af8d07c4320..149c6b54262bcd06d646c225556f8d5b7c3d330e 100644
--- a/netbox/models/nested_tenant.go
+++ b/netbox/models/nested_tenant.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_tenant_group.go b/netbox/models/nested_tenant_group.go
index eef0c780def11f80bb180a57b4d552283bc9f6b8..a31c47a1b64b8a5f0b5e02644c26e0ce62fcc37e 100644
--- a/netbox/models/nested_tenant_group.go
+++ b/netbox/models/nested_tenant_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_user.go b/netbox/models/nested_user.go
index f3ca9a3acfc6148687901e213f08a2d56b00122c..aaf5c833355a546b8857c7e617c07c82d4b4e45c 100644
--- a/netbox/models/nested_user.go
+++ b/netbox/models/nested_user.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_virtual_machine.go b/netbox/models/nested_virtual_machine.go
index bc54f7f6295cacbfe7424d39e3481f4886024911..0068bfb269887478b2353002d64d68fac4beffcd 100644
--- a/netbox/models/nested_virtual_machine.go
+++ b/netbox/models/nested_virtual_machine.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_vlan.go b/netbox/models/nested_vlan.go
index 7a85e13f40a38ec2f1c25d3d403d4e6de1dc6c5b..a9b0dc53e5abf8ce96d5451f36e899c926e32458 100644
--- a/netbox/models/nested_vlan.go
+++ b/netbox/models/nested_vlan.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_vlangroup.go b/netbox/models/nested_vlangroup.go
index 27613616bc682a59843f2732b12cf3f428fea6be..89b2498ef6c18b2f531e54ffb9a8e4d7d1b88100 100644
--- a/netbox/models/nested_vlangroup.go
+++ b/netbox/models/nested_vlangroup.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/nested_vrf.go b/netbox/models/nested_vrf.go
index 0eeafba649b90cd85b45b09917f27cfc8579dcab..d7c05566dc4fc587dc12c808a8e5f2f0f4e2b2aa 100644
--- a/netbox/models/nested_vrf.go
+++ b/netbox/models/nested_vrf.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/peer_interface.go b/netbox/models/peer_interface.go
index 72873a0455440b98bada5a4ed7c63637931599e5..c10a3665b167a0dcd242fd7e906894adedd863de 100644
--- a/netbox/models/peer_interface.go
+++ b/netbox/models/peer_interface.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/peer_interface_form_factor.go b/netbox/models/peer_interface_form_factor.go
index 1a6fecd83501754f35355438d485486cc17cefae..9964edcfe63fb192f85c904eacc62cd4fd501691 100644
--- a/netbox/models/peer_interface_form_factor.go
+++ b/netbox/models/peer_interface_form_factor.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/platform.go b/netbox/models/platform.go
index c7ca77f4367aed37f5e461276d4ead192065b2f5..64e00744ea88a33231284fafa2d8e82fbe2c470c 100644
--- a/netbox/models/platform.go
+++ b/netbox/models/platform.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/power_outlet.go b/netbox/models/power_outlet.go
index 4c1287b9eaa630cd727eca93ada6ab9d267851a0..85a2c7d97c32e3d1a834fc7ed3890c2b19f23827 100644
--- a/netbox/models/power_outlet.go
+++ b/netbox/models/power_outlet.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/power_outlet_template.go b/netbox/models/power_outlet_template.go
index e859e349e011a662880f17d7c20e3b13e2d692ae..a393cb2ca65ddb85daf428a62d6c30b39a78e3fb 100644
--- a/netbox/models/power_outlet_template.go
+++ b/netbox/models/power_outlet_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/power_port.go b/netbox/models/power_port.go
index acdc56811549ac5545330f2deaa735bf1f6b54bc..6b1fc4b5e611ca3ee4212e2e40f5d55943b3547f 100644
--- a/netbox/models/power_port.go
+++ b/netbox/models/power_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/power_port_template.go b/netbox/models/power_port_template.go
index 5e3e11ba440e694d06c46358fa3f2ef1a11e8282..7b628bba0649cb7f5ce1a94b2375ac51c551c421 100644
--- a/netbox/models/power_port_template.go
+++ b/netbox/models/power_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/prefix.go b/netbox/models/prefix.go
index 437b09466dc8c6323325268f6ccc05e32aac52bf..a5ea409be2029123042c700607666dbd9af88485 100644
--- a/netbox/models/prefix.go
+++ b/netbox/models/prefix.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/prefix_status.go b/netbox/models/prefix_status.go
index 8c65d0b90296a0ed26c4fe0f3c2ae1b69e21c2fa..15c2528eeba669cfad979117089d028c501932e6 100644
--- a/netbox/models/prefix_status.go
+++ b/netbox/models/prefix_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/provider.go b/netbox/models/provider.go
index 66ab8bdc088d2a3cca21c6fd8ca2ab277eeb7972..e3add7ab0db4a889f710aa897e56ea550b5a9407 100644
--- a/netbox/models/provider.go
+++ b/netbox/models/provider.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack.go b/netbox/models/rack.go
index a6a2b90edfa41435acd3b76c87c2138ec0bf96f7..539df8183ba236118f8a9db79048d4fef70f8ecf 100644
--- a/netbox/models/rack.go
+++ b/netbox/models/rack.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack_group.go b/netbox/models/rack_group.go
index 8b243db89138d4612ffb0f14356869450b06dc2d..fadd59e0d37608c9008bb6d120f3193f893f7116 100644
--- a/netbox/models/rack_group.go
+++ b/netbox/models/rack_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack_reservation.go b/netbox/models/rack_reservation.go
index 486709b75c91738d650be24979c758c06afaf26f..6b0a1a2ad51e1d52e260f59ed5b3534795fa10f8 100644
--- a/netbox/models/rack_reservation.go
+++ b/netbox/models/rack_reservation.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack_role.go b/netbox/models/rack_role.go
index 0e7af723ba3acc23c70d5875a91e4f2358ca1e20..b0f6787fe20e04c17313468be77ebb47ea1f049b 100644
--- a/netbox/models/rack_role.go
+++ b/netbox/models/rack_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack_type.go b/netbox/models/rack_type.go
index f678e89e2f53fb467746b749ea5127f1bd93a6b8..68259b5204438cfb6d07fc74ab277c8cf50b812c 100644
--- a/netbox/models/rack_type.go
+++ b/netbox/models/rack_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rack_width.go b/netbox/models/rack_width.go
index 59688a8225f979acb45dea53025d455c4583a684..9ccf06e4a9c21ec960f9e5537d1d700030320601 100644
--- a/netbox/models/rack_width.go
+++ b/netbox/models/rack_width.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/region.go b/netbox/models/region.go
index 710d34db4d0ee24d62cffb479bf4858e24ceb7fd..08d951d3bf48cd570c082c8738bb1012edd7bd3c 100644
--- a/netbox/models/region.go
+++ b/netbox/models/region.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/rir.go b/netbox/models/rir.go
index 828a09e40ca4c2c97c627105ccf5e830fabfa5e4..16ddcc52497642fb6668c5a3ee207d06ce8e14df 100644
--- a/netbox/models/rir.go
+++ b/netbox/models/rir.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/role.go b/netbox/models/role.go
index f460318ac0898feeee22855bebb879ed7b4f2626..dfc3fe8a061faf2d0a6731230887df72423f9d72 100644
--- a/netbox/models/role.go
+++ b/netbox/models/role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secret.go b/netbox/models/secret.go
index 280a1a155faeda11e8c3422eb954dc19418af228..28320bfde4e8ff176a2cfa29e2edd16b3e8cc059 100644
--- a/netbox/models/secret.go
+++ b/netbox/models/secret.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secret_role.go b/netbox/models/secret_role.go
index 1125515b929b6f6d11925b90b146745244dbfa8b..cf06bd397cb26ae8b88ede2ffb8d315b3a167443 100644
--- a/netbox/models/secret_role.go
+++ b/netbox/models/secret_role.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secrets_secret_roles_list_okbody.go b/netbox/models/secrets_secret_roles_list_okbody.go
index 34479320d301b1b5181c29b7a24a4ccef80362fb..5ffee8bcc3347779ad741133d951cf57b62ac99b 100644
--- a/netbox/models/secrets_secret_roles_list_okbody.go
+++ b/netbox/models/secrets_secret_roles_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secrets_secret_roles_list_okbody_results.go b/netbox/models/secrets_secret_roles_list_okbody_results.go
index a56d915bd6f45d63bf52eed701c20a28e9956b4a..fcab8a5a07917f1e822e8743a113fbb61f47d072 100644
--- a/netbox/models/secrets_secret_roles_list_okbody_results.go
+++ b/netbox/models/secrets_secret_roles_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secrets_secrets_list_okbody.go b/netbox/models/secrets_secrets_list_okbody.go
index d288f3e4b882b81708b52c2811eb0fcb8c1b6964..582eae50a326a5cd57a27cc23d1c1341d8c13f9d 100644
--- a/netbox/models/secrets_secrets_list_okbody.go
+++ b/netbox/models/secrets_secrets_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/secrets_secrets_list_okbody_results.go b/netbox/models/secrets_secrets_list_okbody_results.go
index 737c804e24bcb67fa594d7d2d5203965fa93a6d1..5e61fe989aa77025da324971d1cfd297121467f4 100644
--- a/netbox/models/secrets_secrets_list_okbody_results.go
+++ b/netbox/models/secrets_secrets_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/service.go b/netbox/models/service.go
index 40e477a68c64554bf0ac612d492e7594974b0549..2a3ef9973f678ecee0455fe266882d3484cf51c4 100644
--- a/netbox/models/service.go
+++ b/netbox/models/service.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/service_ipaddresses.go b/netbox/models/service_ipaddresses.go
index 2b804894372910d0cb615a64c6a0b32d783f49a1..8cf99e7e5b483772d6ef60f004efd2d12dc86dea 100644
--- a/netbox/models/service_ipaddresses.go
+++ b/netbox/models/service_ipaddresses.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/service_protocol.go b/netbox/models/service_protocol.go
index 65744c9aa234cc71cb83dbc0307686f862688509..6701ce6c49f8783ab969517d15d4e2374e377855 100644
--- a/netbox/models/service_protocol.go
+++ b/netbox/models/service_protocol.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/site.go b/netbox/models/site.go
index aa7358d9a59bbfb120a129fdf33f79c462332e68..6d4c0ce1c9c975072a1f02f6af74fb87d4c81c62 100644
--- a/netbox/models/site.go
+++ b/netbox/models/site.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/site_status.go b/netbox/models/site_status.go
index 452eb9724c1616d5e0664f7867f2ea319271b0d1..1280836180ebe2104d49e5c6ed34728ebebc4d84 100644
--- a/netbox/models/site_status.go
+++ b/netbox/models/site_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenancy_tenant_groups_list_okbody.go b/netbox/models/tenancy_tenant_groups_list_okbody.go
index c6bcf0dd9b8ec6064f6a5bdd1f976c45a2e8e000..7409990fecc6462c70230587225d2c2a50bf2ce5 100644
--- a/netbox/models/tenancy_tenant_groups_list_okbody.go
+++ b/netbox/models/tenancy_tenant_groups_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenancy_tenant_groups_list_okbody_results.go b/netbox/models/tenancy_tenant_groups_list_okbody_results.go
index 4a8e3a2617934213638ca4f8db47362fc8ada8d2..02f25a79e0a9b36c1789313aed807d9610dbe488 100644
--- a/netbox/models/tenancy_tenant_groups_list_okbody_results.go
+++ b/netbox/models/tenancy_tenant_groups_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenancy_tenants_list_okbody.go b/netbox/models/tenancy_tenants_list_okbody.go
index 19ba0d28f9275d258eddb45c146055753027af05..664ae51a541fced12020e8349e0c2aeb7b8a9e11 100644
--- a/netbox/models/tenancy_tenants_list_okbody.go
+++ b/netbox/models/tenancy_tenants_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenancy_tenants_list_okbody_results.go b/netbox/models/tenancy_tenants_list_okbody_results.go
index 3c29b1751243477577c7567062e5d189ac69aeef..6573450e7a4c8a10c53a0fb039149fe965ee572e 100644
--- a/netbox/models/tenancy_tenants_list_okbody_results.go
+++ b/netbox/models/tenancy_tenants_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenant.go b/netbox/models/tenant.go
index 1e7a0d929d67bbf70f7d72c24ff8e36842f74b7d..e3a4446d790c7875f5ce36416a1432f61227cdc9 100644
--- a/netbox/models/tenant.go
+++ b/netbox/models/tenant.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/tenant_group.go b/netbox/models/tenant_group.go
index 185858eeedb3cd3c942dfb9ffbdc49d88b36a29b..4ca8b30a96bb49e6623d55e71bb25bdbe5dd95fb 100644
--- a/netbox/models/tenant_group.go
+++ b/netbox/models/tenant_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/topology_map.go b/netbox/models/topology_map.go
index 8c1b87d78f1959dcac1655f1c696a43617d99171..e338136329e603722b1a1225ab3785154377c377 100644
--- a/netbox/models/topology_map.go
+++ b/netbox/models/topology_map.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/user_action.go b/netbox/models/user_action.go
index b95559b970fb8ec13a351a26be20624b654e182c..882b01269063678cc8771a5dd667065409d7ca77 100644
--- a/netbox/models/user_action.go
+++ b/netbox/models/user_action.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/user_action_action.go b/netbox/models/user_action_action.go
index df0423861feb40bb3989f1236a49b78cd2e1fc97..8679750715e15493c426dfc6f54286805e6b4f67 100644
--- a/netbox/models/user_action_action.go
+++ b/netbox/models/user_action_action.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtual_chassis.go b/netbox/models/virtual_chassis.go
index 8e516a78d6b2e6f453b03e50c56f8f46935d6ce3..be46fe99e65088112f36b1d809e44a260832f5a2 100644
--- a/netbox/models/virtual_chassis.go
+++ b/netbox/models/virtual_chassis.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtual_machine.go b/netbox/models/virtual_machine.go
index 0cb618ce4a03f5c1bb2d7b745df4d35a2e2d3f02..b850193add4cbf0c12ee4eb8b7be9618c65c2232 100644
--- a/netbox/models/virtual_machine.go
+++ b/netbox/models/virtual_machine.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtual_machine_ip_address.go b/netbox/models/virtual_machine_ip_address.go
index d14c507539a333c7b3c1ee09e9a8af94f7232430..240a8e2f7839b8d76a10d896eb3d08d86f49d621 100644
--- a/netbox/models/virtual_machine_ip_address.go
+++ b/netbox/models/virtual_machine_ip_address.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtual_machine_status.go b/netbox/models/virtual_machine_status.go
index 0d623308fd95195c75b41768a1a49b5af0638d4e..462fd4fd88bd6e452253d60352744bb091b5e443 100644
--- a/netbox/models/virtual_machine_status.go
+++ b/netbox/models/virtual_machine_status.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_cluster_groups_list_okbody.go b/netbox/models/virtualization_cluster_groups_list_okbody.go
index eb9cd7adfb392925d9f10df191f370d0442e72a8..3cb5e6075a98c7b47c8f783030997cdf878b800b 100644
--- a/netbox/models/virtualization_cluster_groups_list_okbody.go
+++ b/netbox/models/virtualization_cluster_groups_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_cluster_groups_list_okbody_results.go b/netbox/models/virtualization_cluster_groups_list_okbody_results.go
index c23462a7961543713f64483588910b68ee34ba5b..8dd968e1fad27717b332903ba70c492e03c14da3 100644
--- a/netbox/models/virtualization_cluster_groups_list_okbody_results.go
+++ b/netbox/models/virtualization_cluster_groups_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_cluster_types_list_okbody.go b/netbox/models/virtualization_cluster_types_list_okbody.go
index 7f80ccdd3428ec5894168095f9d7417658c742d6..96f65286ae714e530c3cc0fd3a3844a2564d53f0 100644
--- a/netbox/models/virtualization_cluster_types_list_okbody.go
+++ b/netbox/models/virtualization_cluster_types_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_cluster_types_list_okbody_results.go b/netbox/models/virtualization_cluster_types_list_okbody_results.go
index b3f22d681e11f9c7cc4bf095afa3635c40650cd0..aac33c79dc517b6429412a82422e81a9597ec050 100644
--- a/netbox/models/virtualization_cluster_types_list_okbody_results.go
+++ b/netbox/models/virtualization_cluster_types_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_clusters_list_okbody.go b/netbox/models/virtualization_clusters_list_okbody.go
index ca88e587804b18eca8da7428367b2e1e80cc3198..f36c19fddfcd23e383bf22ca1813a5ece19e2051 100644
--- a/netbox/models/virtualization_clusters_list_okbody.go
+++ b/netbox/models/virtualization_clusters_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_clusters_list_okbody_results.go b/netbox/models/virtualization_clusters_list_okbody_results.go
index 681ee4a11507eaef42d67a8dca77840989630d46..f562a93e55f4288d3c2bf56bbde48951296f41e9 100644
--- a/netbox/models/virtualization_clusters_list_okbody_results.go
+++ b/netbox/models/virtualization_clusters_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_interfaces_list_okbody.go b/netbox/models/virtualization_interfaces_list_okbody.go
index 8080f9e01f922f95b9cf8a2d2de3b256412ab1ec..58ed446a90b12d8dbc52e31a036e20b7de8bfc87 100644
--- a/netbox/models/virtualization_interfaces_list_okbody.go
+++ b/netbox/models/virtualization_interfaces_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_interfaces_list_okbody_results.go b/netbox/models/virtualization_interfaces_list_okbody_results.go
index 1503f49126d008179d4896e27206bf2c75749e24..7974f6adb1ad91ce59722e5de079adbe238733c2 100644
--- a/netbox/models/virtualization_interfaces_list_okbody_results.go
+++ b/netbox/models/virtualization_interfaces_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_virtual_machines_list_okbody.go b/netbox/models/virtualization_virtual_machines_list_okbody.go
index a90d5bca57bff1b2f09ccc4614441553857cc520..18fa88b1268e2b0f57b1bd59756d6ee42a7b2034 100644
--- a/netbox/models/virtualization_virtual_machines_list_okbody.go
+++ b/netbox/models/virtualization_virtual_machines_list_okbody.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/virtualization_virtual_machines_list_okbody_results.go b/netbox/models/virtualization_virtual_machines_list_okbody_results.go
index cc12cc5c4fe3d3d14ce3e35a30a0740c1e0d4af7..874c63a21da47e06eb94f0b40025a9a853c8847a 100644
--- a/netbox/models/virtualization_virtual_machines_list_okbody_results.go
+++ b/netbox/models/virtualization_virtual_machines_list_okbody_results.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/vlan.go b/netbox/models/vlan.go
index e5e20ea61f465c65dbba58c9c8608dffb73fc02c..b12091a000b75d1af5f5384f49613d42a96772b5 100644
--- a/netbox/models/vlan.go
+++ b/netbox/models/vlan.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/vlangroup.go b/netbox/models/vlangroup.go
index 405901b994175bc50dfa2ab8621f2875b92d8e10..8014aaf326dc64cff626bad142379a1f2d44ec95 100644
--- a/netbox/models/vlangroup.go
+++ b/netbox/models/vlangroup.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/vlanstatus.go b/netbox/models/vlanstatus.go
index 63f94d458ac83f9ae375051ca90699c7f677d3bc..46466c2f019d29949c8111a8be8b8ec9c8dfe463 100644
--- a/netbox/models/vlanstatus.go
+++ b/netbox/models/vlanstatus.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/vrf.go b/netbox/models/vrf.go
index 3c4873bf9b47ffa2f25628b895ae4673e0c70be9..d172ea05048dfa5d6bcc6836617c5c7aa1b784f6 100644
--- a/netbox/models/vrf.go
+++ b/netbox/models/vrf.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_aggregate.go b/netbox/models/writable_aggregate.go
index dd3ce113865129876d6628259aa6254298d6eef6..7f2de135dcc116e52e09d8696e99a35f391a7766 100644
--- a/netbox/models/writable_aggregate.go
+++ b/netbox/models/writable_aggregate.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_circuit.go b/netbox/models/writable_circuit.go
index 96979cbe5f9eb69d53319194522c16114b64f7ff..d0a92cc47d5ba15a681998e4e8e06b06c82a7a82 100644
--- a/netbox/models/writable_circuit.go
+++ b/netbox/models/writable_circuit.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_circuit_termination.go b/netbox/models/writable_circuit_termination.go
index 1421d984c165572b4e47fae524c82d8f18006967..cb837e40b3578a6774fb957d3a2e4e8b0ae84b18 100644
--- a/netbox/models/writable_circuit_termination.go
+++ b/netbox/models/writable_circuit_termination.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_cluster.go b/netbox/models/writable_cluster.go
index 4bff155276b4a9e6e79422a0d81bf487c760b903..03f05b68eb31d7be96cb57222f3207ff1f6b3229 100644
--- a/netbox/models/writable_cluster.go
+++ b/netbox/models/writable_cluster.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_console_port.go b/netbox/models/writable_console_port.go
index d52c6ae4dc119e98bb8f414d278bdce877c9718f..4c27c85566c61bd0cf1fb1a9f93d635021cb3420 100644
--- a/netbox/models/writable_console_port.go
+++ b/netbox/models/writable_console_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_console_port_template.go b/netbox/models/writable_console_port_template.go
index c649d61f08f32d136f32128c353af8adf370616f..ec34e448864297d5982248b5a762e4d98ca678c4 100644
--- a/netbox/models/writable_console_port_template.go
+++ b/netbox/models/writable_console_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_console_server_port.go b/netbox/models/writable_console_server_port.go
index 93d25a6fe492c4902e1d51fb2bcd5f3e4e7f9578..d0609761c6e9fe7db9cc8c8795d5c95640bb6a8b 100644
--- a/netbox/models/writable_console_server_port.go
+++ b/netbox/models/writable_console_server_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_console_server_port_template.go b/netbox/models/writable_console_server_port_template.go
index 1c0ed24a5a2cb4a17465b5d9d75d9821d590ad4f..35e16a1e31030d5bea8102f76f4d9c2fb66e5417 100644
--- a/netbox/models/writable_console_server_port_template.go
+++ b/netbox/models/writable_console_server_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_device.go b/netbox/models/writable_device.go
index 448fa6697d8f9416f311c1ef96593e87e8d62499..a047d7735f55057a348595817fe7352027dfc1db 100644
--- a/netbox/models/writable_device.go
+++ b/netbox/models/writable_device.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_device_bay.go b/netbox/models/writable_device_bay.go
index 29c7e5e1f09e53a0c6a5c6c5da49adb28be05f27..e1caaeeac6e3ad9c023f3cf0163810461404920d 100644
--- a/netbox/models/writable_device_bay.go
+++ b/netbox/models/writable_device_bay.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_device_bay_template.go b/netbox/models/writable_device_bay_template.go
index ee17eda8e8f0d82065f80a7c445c24591c02a47c..65148be7ea5d393a23f72617fabfa80bd74ba83c 100644
--- a/netbox/models/writable_device_bay_template.go
+++ b/netbox/models/writable_device_bay_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_device_type.go b/netbox/models/writable_device_type.go
index 9a171133017f1b17ad8c19103ee329388a0696eb..68d1c690ab25d1a408cf6c1d1c551289fa092fff 100644
--- a/netbox/models/writable_device_type.go
+++ b/netbox/models/writable_device_type.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_graph.go b/netbox/models/writable_graph.go
index caebdbcf4ba181fa89c28d38e56f2cd62c9b478a..a9863622f3d9776d07ece460a10f09c9ba7cab7d 100644
--- a/netbox/models/writable_graph.go
+++ b/netbox/models/writable_graph.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_image_attachment.go b/netbox/models/writable_image_attachment.go
index 1b210e6940772ae6010122ae3f5608c2c9c3b3f4..a2b07782d974299fbe370c7d801e9632c0de5ac9 100644
--- a/netbox/models/writable_image_attachment.go
+++ b/netbox/models/writable_image_attachment.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_interface.go b/netbox/models/writable_interface.go
index 227e6b23dd1e56000ccc930dab0c296e5caf27c3..caa972f9edcbc9bcb87a2d0da48627c85f024f6f 100644
--- a/netbox/models/writable_interface.go
+++ b/netbox/models/writable_interface.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_interface_connection.go b/netbox/models/writable_interface_connection.go
index 0c9d61ad8d06b44731d50b9d30fa93a8568cc06b..c65052008ba4c63b69d6946a32e54d20b4622ce2 100644
--- a/netbox/models/writable_interface_connection.go
+++ b/netbox/models/writable_interface_connection.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_interface_template.go b/netbox/models/writable_interface_template.go
index d7451ceda7357b53f9d8394d92247271477b65f8..2471de6daadf472e4ec667295f9f4228da2b02c1 100644
--- a/netbox/models/writable_interface_template.go
+++ b/netbox/models/writable_interface_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_inventory_item.go b/netbox/models/writable_inventory_item.go
index da4ff2f7166ec440356dd89f68d4940efc607ea5..bf646d64cbd0c50d0bfa5d63dab6b85d376b23be 100644
--- a/netbox/models/writable_inventory_item.go
+++ b/netbox/models/writable_inventory_item.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_ip_address.go b/netbox/models/writable_ip_address.go
index 9b9d56b893176818db48a4533c7e0cb2dc1c7808..c03f79558ebc47a8a9894461a0ae80c7118bc888 100644
--- a/netbox/models/writable_ip_address.go
+++ b/netbox/models/writable_ip_address.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_platform.go b/netbox/models/writable_platform.go
index d8497a06b4ede02e00dd9b178b6f97c699519717..1b177843886d1e59639e6d8eceb01484a36b007b 100644
--- a/netbox/models/writable_platform.go
+++ b/netbox/models/writable_platform.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_power_outlet.go b/netbox/models/writable_power_outlet.go
index 82cd13fb6c204fd5441a8ec2e48ff9d4a2371326..81896b13d71c8e3a8631d1526e509f7d50f93830 100644
--- a/netbox/models/writable_power_outlet.go
+++ b/netbox/models/writable_power_outlet.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_power_outlet_template.go b/netbox/models/writable_power_outlet_template.go
index cf4511fe148b653e7c80bf044d7ff70727dcb27b..7ac79b76d5a0a0c15aeafdaa994f03e6bebe5885 100644
--- a/netbox/models/writable_power_outlet_template.go
+++ b/netbox/models/writable_power_outlet_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_power_port.go b/netbox/models/writable_power_port.go
index 062ccdd9c036637f3d022dc77304db7ba12ba3cc..1e1ae5935dc8ee479792e53ae492d40772c39c8a 100644
--- a/netbox/models/writable_power_port.go
+++ b/netbox/models/writable_power_port.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_power_port_template.go b/netbox/models/writable_power_port_template.go
index 3f959dc21388183804e55f2af753ae4e6d957b85..511a27728c62f067c0d067f59315501d534219df 100644
--- a/netbox/models/writable_power_port_template.go
+++ b/netbox/models/writable_power_port_template.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_prefix.go b/netbox/models/writable_prefix.go
index 3a5bdfebaec227ffa2b3d35dff3e9c6630909c53..a777ca6de4498c08c540c9bf1badc5e18eb21bbd 100644
--- a/netbox/models/writable_prefix.go
+++ b/netbox/models/writable_prefix.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_provider.go b/netbox/models/writable_provider.go
index ab006fa1c5ac02ed7ab66692355bdf55070ec6f5..65af6ed195239bfad47c3ae526e05a2848217500 100644
--- a/netbox/models/writable_provider.go
+++ b/netbox/models/writable_provider.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_rack.go b/netbox/models/writable_rack.go
index 608687530ab064c5e27bbe9cc12031786d155825..b3a8d28836261b93a68c8af20ccedd5cc65db02f 100644
--- a/netbox/models/writable_rack.go
+++ b/netbox/models/writable_rack.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_rack_group.go b/netbox/models/writable_rack_group.go
index ff7e80bbfa183dfb115ee466fb2ec6d4d495acc5..e409f494d8e2e20463ed24a832c75ac700526612 100644
--- a/netbox/models/writable_rack_group.go
+++ b/netbox/models/writable_rack_group.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_rack_reservation.go b/netbox/models/writable_rack_reservation.go
index 377dece85d818eaaeb14f7036ab909a243fb8170..e66d7c3843439e041e65918193880e8fc93462a9 100644
--- a/netbox/models/writable_rack_reservation.go
+++ b/netbox/models/writable_rack_reservation.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_region.go b/netbox/models/writable_region.go
index a930ea37f2515f9164ed2b9b444610994d8b3c80..95819864fb8726eb7a26081c35b1140502b99a82 100644
--- a/netbox/models/writable_region.go
+++ b/netbox/models/writable_region.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_secret.go b/netbox/models/writable_secret.go
index 8c0efbe597da80a000aec0c895a52f78895ca583..e06864915514ff92bf0e1ceebecbe6ef509ef54d 100644
--- a/netbox/models/writable_secret.go
+++ b/netbox/models/writable_secret.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_service.go b/netbox/models/writable_service.go
index 7a841705b92f0b5476bfeb3863f6dbc2b83b8f42..fc4ea39cf34742a042272b6fa18c6045e80efbdf 100644
--- a/netbox/models/writable_service.go
+++ b/netbox/models/writable_service.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_site.go b/netbox/models/writable_site.go
index 50e9d2b356ab3c33e8c3d321ad8fc2d6e94aeddb..85e1c5fd2961ac92d59a85d29f3d0eb6ba4dc05b 100644
--- a/netbox/models/writable_site.go
+++ b/netbox/models/writable_site.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_tenant.go b/netbox/models/writable_tenant.go
index 6dd0f4fdaa506aed4ad0d500d520c9a73346110f..f430ea526af1bca2577291f70fca6a361e431cf8 100644
--- a/netbox/models/writable_tenant.go
+++ b/netbox/models/writable_tenant.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_topology_map.go b/netbox/models/writable_topology_map.go
index 42dcaae99e08ef893dbd4014b0205538954ec5b7..c78e654fde1efbe55890352201cc50f3131d54af 100644
--- a/netbox/models/writable_topology_map.go
+++ b/netbox/models/writable_topology_map.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_virtual_chassis.go b/netbox/models/writable_virtual_chassis.go
index 2c79b01dce70a86a36e794943e8c08969b7bdf66..e20436172e5595e7fc4b0e00a5e0c5ef047d9a70 100644
--- a/netbox/models/writable_virtual_chassis.go
+++ b/netbox/models/writable_virtual_chassis.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_virtual_machine.go b/netbox/models/writable_virtual_machine.go
index fb80ce8ef6b20e37cd1d86eb85fa421e6f0c6315..4ba7fe767675b7d79b0b874e538b539b436489c2 100644
--- a/netbox/models/writable_virtual_machine.go
+++ b/netbox/models/writable_virtual_machine.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_vlan.go b/netbox/models/writable_vlan.go
index ddd39d0e58c0e35c49b1f1ed4c357bc1fe3f900a..9a0feabcdcbff04bbab6cc747dbb8b66b7c90dc6 100644
--- a/netbox/models/writable_vlan.go
+++ b/netbox/models/writable_vlan.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_vlangroup.go b/netbox/models/writable_vlangroup.go
index 43731356843cd80d7769ba4d440f0e252e64a41a..1e55728c840b1a4d7b9ace2b425fccf33d5c1898 100644
--- a/netbox/models/writable_vlangroup.go
+++ b/netbox/models/writable_vlangroup.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/netbox/models/writable_vrf.go b/netbox/models/writable_vrf.go
index 2b6e9db6d4b7a0d1056962b98669e1c5ebe6be6f..546f47e5307c7edf3dd971f1ad1ab93b9fb85361 100644
--- a/netbox/models/writable_vrf.go
+++ b/netbox/models/writable_vrf.go
@@ -1,5 +1,19 @@
 // Code generated by go-swagger; DO NOT EDIT.
 
+// Copyright 2018 The go-netbox Authors.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package models
 
 // This file was generated by the swagger tool.
diff --git a/scripts/licensecheck.sh b/scripts/licensecheck.sh
index ab31f0a75c236a8eee486f72b590cf848baa9183..5c481376f69e08f48297a71bcc54bfb6d2d17843 100755
--- a/scripts/licensecheck.sh
+++ b/scripts/licensecheck.sh
@@ -3,7 +3,9 @@
 # Verify that the correct license block is present in all Go source
 # files.
 IFS=$'\n' read -r -d '' -a EXPECTED <<EndOfLicense
-// Copyright 2017 The go-netbox Authors.
+// Code generated by go-swagger; DO NOT EDIT.
+
+// Copyright 2018 The go-netbox Authors.
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -24,7 +26,7 @@ EXIT=0
 GOFILES=$(find . -name "*.go")
 
 for FILE in $GOFILES; do
-	IFS=$'\n' read -r -d '' -a BLOCK < <(head -n 14 $FILE)
+	IFS=$'\n' read -r -d '' -a BLOCK < <(head -n 16 $FILE)
 
 	tmp_block=${BLOCK[@]:1}
 	tmp_expected=${EXPECTED[@]:1}
@@ -32,8 +34,8 @@ for FILE in $GOFILES; do
 		echo "file missing license: $FILE"
 		EXIT=1
 	fi
-	if ! [[ "${BLOCK[0]}" =~ $AUTHOR_REGEX ]]; then
-		echo "file missing license: $FILE"
+	if ! [[ "${BLOCK[1]}" =~ $AUTHOR_REGEX ]]; then
+		echo "file missing author line: $FILE"
 		EXIT=1
 	fi
 done