Skip to content
Snippets Groups Projects
Commit 8e043c80 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

Merge branch 'gnuaffero' into 'main'

Update license headers to GNU Affero GPL v3

See merge request !8
parents f1f99098 a9741d49
No related branches found
No related tags found
1 merge request!8Update license headers to GNU Affero GPL v3
Pipeline #2502 passed
/* /*
* Copyright (c) 2018 NIBIO <http://www.nibio.no/>. * Copyright (c) 2018 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.core.config; package no.nibio.vips.core.config;
......
/* /*
* Copyright (c) 2014 NIBIO <http://www.nibio.no/>. * Copyright (c) 2014 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.core.service; package no.nibio.vips.core.service;
......
/* /*
* Copyright (c) 2014 NIBIO <http://www.nibio.no/>. * Copyright (c) 2014 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.core.startup; package no.nibio.vips.core.startup;
......
/* /*
* Copyright (c) 2014 NIBIO <http://www.nibio.no/>. * Copyright (c) 2014 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.model.factory; package no.nibio.vips.model.factory;
......
/* /*
* Copyright (c) 2014 NIBIO <http://www.nibio.no/>. * Copyright (c) 2014 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.model.factory; package no.nibio.vips.model.factory;
......
/* /*
* Copyright (c) 2015 NIBIO <http://www.nibio.no/>. * Copyright (c) 2015 NIBIO <http://www.nibio.no/>.
* *
* This file is part of VIPSCore. * This program is free software: you can redistribute it and/or modify
* VIPSCore is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by
* it under the terms of the NIBIO Open Source License as published by * the Free Software Foundation, either version 3 of the License, or
* NIBIO, either version 1 of the License, or (at your option) any * (at your option) any later version.
* later version. *
* * This program is distributed in the hope that it will be useful,
* VIPSCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* NIBIO Open Source License for more details. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the NIBIO Open Source License * You should have received a copy of the GNU Affero General Public License
* along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
package no.nibio.vips.model.factory; package no.nibio.vips.model.factory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment