diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-03-02 22:53:49 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-03-02 22:53:49 +0100 |
| commit | 140e4e2f84813c85d96488031e6d3e0359f7b6d5 (patch) | |
| tree | 535e47dfdb118d34588a72518429197bce068f87 | |
| parent | 02f2b0abd713d3e475f0d91e9eb0199df4b8de13 (diff) | |
Copyright changes
| -rw-r--r-- | CMake/Documentation.cmake | 2 | ||||
| -rw-r--r-- | CMake/FindBerkeley.cmake | 2 | ||||
| -rw-r--r-- | CMake/FindLFS.cmake | 2 | ||||
| -rw-r--r-- | CMake/Translations.cmake | 2 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | COPYING | 6 | ||||
| -rw-r--r-- | apt-pkg/contrib/weakptr.h | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/CMake/Documentation.cmake b/CMake/Documentation.cmake index d7f136020..efd00d2f9 100644 --- a/CMake/Documentation.cmake +++ b/CMake/Documentation.cmake @@ -1,7 +1,7 @@ # po4a/docbook documentation support for CMake # - see documentation of add_docbook() # -# Copyright (C) 2016 Julian Andres Klode <jak@debian.org>. +# Copyright (C) 2016 Software Freedom Conservancy # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files diff --git a/CMake/FindBerkeley.cmake b/CMake/FindBerkeley.cmake index a6215d728..4ccf00157 100644 --- a/CMake/FindBerkeley.cmake +++ b/CMake/FindBerkeley.cmake @@ -7,7 +7,7 @@ # BERKELEY_DEFINITIONS - Compiler switches required for using Berkeley DB # Copyright (c) 2006, Alexander Dymo, <adymo@kdevelop.org> -# Copyright (c) 2016, Julian Andres Klode <jak@debian.org> +# Copyright (c) 2016, Software Freedom Conservancy # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/CMake/FindLFS.cmake b/CMake/FindLFS.cmake index e1fcf964c..df51be664 100644 --- a/CMake/FindLFS.cmake +++ b/CMake/FindLFS.cmake @@ -1,6 +1,6 @@ # CMake support for large files # -# Copyright (C) 2016 Julian Andres Klode <jak@debian.org>. +# Copyright (C) 2016 Software Freedom Conservancy # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files diff --git a/CMake/Translations.cmake b/CMake/Translations.cmake index d8e5a3698..5a42ca0be 100644 --- a/CMake/Translations.cmake +++ b/CMake/Translations.cmake @@ -1,5 +1,5 @@ # translations.cmake - Translations using APT's translation system. -# Copyright (C) 2009, 2016 Julian Andres Klode <jak@debian.org> +# Copyright (C) 2009, 2016 Software Freedom Conservancy function(apt_add_translation_domain) set(options) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d18d67aa..870510225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2016 Julian Andres Klode <jak@debian.org>. +# Copyright (C) 2009, 2016 Software Freedom Conservancy # Licensed under the same terms as APT; i.e. GPL 2 or later. # set minimum version @@ -26,7 +26,7 @@ Comment: Files: * Copyright: 1997-1999 Jason Gunthorpe and others 2018, 2019 Canonical Ltd - 2009, 2010, 2015, 2016 Julian Andres Klode <jak@debian.org> + 2009, 2010, 2015, 2016 Software Freedom Conservancy 1998, Ben Gertzfield <che@debian.org> 2002-2019 Free Software Foundation, Inc. 2003, 2004, 2005, 2009, 2010, 2012 Software in the Public Interest @@ -55,7 +55,7 @@ License: GPL-2+ and curl Files: CMake/FindBerkeley.cmake Copyright: 2006, Alexander Dymo, <adymo@kdevelop.org> - 2016, Julian Andres Klode <jak@debian.org> + 2016, Software Freedom Conservancy License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -82,7 +82,7 @@ License: BSD-3-clause Files: CMake/Documentation.cmake CMake/FindLFS.cmake -Copyright: 2016 Julian Andres Klode <jak@debian.org> +Copyright: 2016 Software Freedom Conservancy License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/apt-pkg/contrib/weakptr.h b/apt-pkg/contrib/weakptr.h index 11e860381..76a68c9d8 100644 --- a/apt-pkg/contrib/weakptr.h +++ b/apt-pkg/contrib/weakptr.h @@ -1,6 +1,6 @@ /* weakptr.h - An object which supports weak pointers. * - * Copyright (C) 2010 Julian Andres Klode <jak@debian.org> + * Copyright (C) 2010 Software Freedom Conservancy * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 55d5e5eac..41e651d44 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# Copyright (C) 2009, 2016 Julian Andres Klode <jak@debian.org> +# Copyright (C) 2009, 2016 Software Freedom Conservancy # # Free Software, licensed under the GPL-2 or (at your option) any later version. export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed |
