Codebase list frei0r / 7acb70b
Update d/copyright IOhannes m zmölnig (Debian/GNU) 1 year, 5 months ago
1 changed file(s) with 53 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
270270 2004-2007, Denis Roio aka jaromil <jaromil@dyne.org>
271271 License: GPL-2
272272
273 Files: src/mixer2/sleid0r/*
274 Copyright: 2013, Vadim Druzhin <cdslow@mail.ru>
275 License: LGPL-3+
276
277 Files: src/filter/kaleid0sc0pe/*
278 Copyright: 2020-2023, Brendan Hack (github@bendys.com)
279 License: GPL-3
280
281 Files: src/filter/kaleid0sc0pe/sse_mathfun.h
282 Copyright: 2007, Julien Pommier
283 License: Zlib
284
285 Files: src/filter/kaleid0sc0pe/sse_mathfun_extension.h
286 Copyright: 2016, Tolga Mizrak
287 License: Zlib
288
273289 # helpers
274290 Files: src/filter/medians/ctmf.h
275291 Copyright: 2006, Simon Perreault
278294 Files: include/frei0r_colorspace.h
279295 Copyright: 2004, Mathieu Guindon, Julien Keable, Jean-Sebastien Senecal
280296 License: GPL-2+
281
282 Files: include/msvc/*
283 Copyright: 2006-2008, Alexander Chemeris
284 License: BSD-2-clause
285297
286298 # debian
287299 Files: debian/*
290302 2010 Moritz Muehlenhoff <jmm@debian.org>
291303 2012 Neil Williams <codehelp@debian.org>
292304 2012 Jonas Smedegaard <dr@jones.dk>
293 2014 IOhannes m zmölnig <umlaeute@debian.org>
305 2014-2025 IOhannes m zmölnig <umlaeute@debian.org>
294306 License: GPL-2+
295307
296308 Files: debian/patches/*
334346 On Debian systems, the complete text of the GNU General Public License
335347 (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".
336348
337 License: GPL-3+
349 License: GPL-3
338350 This program is free software: you can redistribute it and/or modify
339351 it under the terms of the GNU General Public License as published by
340 the Free Software Foundation, either version 3 of the License, or
341 (at your option) any later version.
352 the Free Software Foundation, version 3.
342353 .
343354 This program is distributed in the hope that it will be useful,
344355 but WITHOUT ANY WARRANTY; without even the implied warranty of
351362 On Debian systems, the complete text of the GNU General
352363 Public License can be found in `/usr/share/common-licenses/GPL-3'.
353364
365 License: GPL-3+
366 This program is free software: you can redistribute it and/or modify
367 it under the terms of the GNU General Public License as published by
368 the Free Software Foundation, either version 3 of the License, or
369 (at your option) any later version.
370 .
371 This program is distributed in the hope that it will be useful,
372 but WITHOUT ANY WARRANTY; without even the implied warranty of
373 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
374 GNU General Public License for more details.
375 Comment:
376 You should have received a copy of the GNU General Public License
377 along with this program. If not, see <http://www.gnu.org/licenses/>.
378 .
379 On Debian systems, the complete text of the GNU General
380 Public License can be found in `/usr/share/common-licenses/GPL-3'.
381
382
354383 License: LGPL-2.1+
355384 This library is free software; you can redistribute it and/or
356385 modify it under the terms of the GNU Lesser General Public
368397 You should have received a copy of the GNU Lesser General Public License
369398 along with this program. If not, see <http://www.gnu.org/licenses/>.
370399
371 License: BSD-2-clause
372 Redistribution and use in source and binary forms, with or without
373 modification, are permitted provided that the following conditions
374 are met:
375 1. Redistributions of source code must retain the above copyright
376 notice, this list of conditions and the following disclaimer.
377 2. Redistributions in binary form must reproduce the above copyright
378 notice, this list of conditions and the following disclaimer in the
379 documentation and/or other materials provided with the distribution.
380 .
381 THIS SOFTWARE IS PROVIDED BY AUTHORS AND CONTRIBUTORS ``AS IS'' AND
382 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
383 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
384 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
385 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
386 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
387 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
388 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
389 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
390 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
391 SUCH DAMAGE.
400 License: Zlib
401 This software is provided 'as-is', without any express or implied
402 warranty. In no event will the authors be held liable for any damages
403 arising from the use of this software.
404 .
405 Permission is granted to anyone to use this software for any purpose,
406 including commercial applications, and to alter it and redistribute it
407 freely, subject to the following restrictions:
408 .
409 1. The origin of this software must not be misrepresented; you must not
410 claim that you wrote the original software. If you use this software
411 in a product, an acknowledgment in the product documentation would be
412 appreciated but is not required.
413 2. Altered source versions must be plainly marked as such, and must not be
414 misrepresented as being the original software.
415 3. This notice may not be removed or altered from any source distribution.