diff --git a/driver/firevm.go b/driver/firevm.go index ebc8f8ff..da6ca96c 100644 --- a/driver/firevm.go +++ b/driver/firevm.go @@ -2,20 +2,12 @@ * to create microvms using AWS Firecracker vmm * Copyright (C) 2019 Carlos Neira cneirabustos@gmail.com * - * This file is part of Firecracker-task-driver. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Foobar is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * http://www.apache.org/licenses/LICENSE-2.0 * - * Firecracker-task-driver is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Firecracker-task-driver. If not, see . */ package firevm diff --git a/driver/handle.go b/driver/handle.go index 591c7397..c8b05e52 100644 --- a/driver/handle.go +++ b/driver/handle.go @@ -2,20 +2,12 @@ * to create microvms using AWS Firecracker vmm * Copyright (C) 2019 Carlos Neira cneirabustos@gmail.com * - * This file is part of Firecracker-task-driver. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Foobar is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * http://www.apache.org/licenses/LICENSE-2.0 * - * Firecracker-task-driver is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Firecracker-task-driver. If not, see . */ package firevm diff --git a/driver/options.go b/driver/options.go index e0d177e6..e22dda4a 100644 --- a/driver/options.go +++ b/driver/options.go @@ -1,21 +1,12 @@ /* Firecracker-task-driver is a task driver for Hashicorp's nomad that allows * to create microvms using AWS Firecracker vmm * Copyright (C) 2019 Carlos Neira cneirabustos@gmail.com - * - * This file is part of Firecracker-task-driver. - * - * Foobar is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * Firecracker-task-driver is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Firecracker-task-driver. If not, see . + * + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 */ package firevm diff --git a/driver/state.go b/driver/state.go index 338c4454..5f6a1354 100644 --- a/driver/state.go +++ b/driver/state.go @@ -2,20 +2,11 @@ * to create microvms using AWS Firecracker vmm * Copyright (C) 2019 Carlos Neira cneirabustos@gmail.com * - * This file is part of Firecracker-task-driver. - * - * Foobar is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * Firecracker-task-driver is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Firecracker-task-driver. If not, see . + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 */