diff --git a/CHANGELOG b/CHANGELOG index 821da8f..54dbbde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v1.3.1 +Add header copyright even to unchanged files to adhere to stricter packaging requirements. + v1.3 Rebranding to "new session manager" Upstream GUI tools "non-session-manager" and "nsm-proxy" converted to standard FLTK instead of a custom toolkit diff --git a/src/Endpoint.cpp b/src/Endpoint.cpp index 53e4505..f8085e7 100644 --- a/src/Endpoint.cpp +++ b/src/Endpoint.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/Endpoint.hpp b/src/Endpoint.hpp index 59a58de..62464fc 100644 --- a/src/Endpoint.hpp +++ b/src/Endpoint.hpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/FL/Fl_Packscroller.H b/src/FL/Fl_Packscroller.H index a5918bd..3d9d3fe 100644 --- a/src/FL/Fl_Packscroller.H +++ b/src/FL/Fl_Packscroller.H @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/FL/Fl_Scalepack.C b/src/FL/Fl_Scalepack.C index 9c2d2dc..a5a89c8 100644 --- a/src/FL/Fl_Scalepack.C +++ b/src/FL/Fl_Scalepack.C @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/FL/Fl_Scalepack.H b/src/FL/Fl_Scalepack.H index e1445c1..f05cf13 100644 --- a/src/FL/Fl_Scalepack.H +++ b/src/FL/Fl_Scalepack.H @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/Thread.cpp b/src/Thread.cpp index 6dac430..93129d9 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/Thread.hpp b/src/Thread.hpp index 11e2bb9..3487be0 100644 --- a/src/Thread.hpp +++ b/src/Thread.hpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/debug.cpp b/src/debug.cpp index 9f400db..8806bd9 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/debug.h b/src/debug.h index 9e9c8dc..ab4c4dc 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/file.cpp b/src/file.cpp index 104afcf..dd01621 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/file.h b/src/file.h index ab3960c..d7b3470 100644 --- a/src/file.h +++ b/src/file.h @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/jackpatch.c b/src/jackpatch.c index 85f4d32..7ea9ded 100644 --- a/src/jackpatch.c +++ b/src/jackpatch.c @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/nsm-proxy-gui.cpp b/src/nsm-proxy-gui.cpp index b0caf19..b05c7a4 100644 --- a/src/nsm-proxy-gui.cpp +++ b/src/nsm-proxy-gui.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/nsm-proxy.cpp b/src/nsm-proxy.cpp index 6a00dc1..39f9b48 100644 --- a/src/nsm-proxy.cpp +++ b/src/nsm-proxy.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */ diff --git a/src/nsm.h b/src/nsm.h index 6f9e509..5fadf35 100644 --- a/src/nsm.h +++ b/src/nsm.h @@ -1,6 +1,7 @@ /*************************************************************************/ /* Copyright (C) 2012 Jonathan Moore Liles */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* Permission to use, copy, modify, and/or distribute this software for */ /* any purpose with or without fee is hereby granted, provided that the */ diff --git a/src/session-manager.cpp b/src/session-manager.cpp index ab7811f..ce23195 100644 --- a/src/session-manager.cpp +++ b/src/session-manager.cpp @@ -1,6 +1,7 @@ /*******************************************************************************/ /* Copyright (C) 2008-2020 Jonathan Moore Liles (as "Non-Session-Manager") */ +/* Copyright (C) 2020- Nils Hilbricht */ /* */ /* This file is part of New-Session-Manager */ /* */