diff --git a/CONTRIBUTORS b/AUTHORS similarity index 91% rename from CONTRIBUTORS rename to AUTHORS index ef8a08d0..1d3b94ff 100644 --- a/CONTRIBUTORS +++ b/AUTHORS @@ -1,3 +1,5 @@ +# This is the official list of Syncthing authors for copyright purposes. + Aaron Bieber Alexander Graf Andrew Dunham @@ -12,6 +14,7 @@ Emil Hessman Felix Ableitner Felix Unterpaintner Gilli Sigurdsson +Jakob Borg James Patterson Jens Diemer Jochen Voss diff --git a/build.go b/build.go index 51ee5e4e..6219bfe3 100644 --- a/build.go +++ b/build.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/check-contrib.sh b/check-contrib.sh index 853f15c5..4bab2f12 100755 --- a/check-contrib.sh +++ b/check-contrib.sh @@ -1,8 +1,8 @@ #!/bin/bash missing-contribs() { - for email in $(git log --format=%ae master | grep -v jakob@nym.se | sort | uniq) ; do - grep -q "$email" CONTRIBUTORS || echo $email + for email in $(git log --format=%ae master | sort | uniq) ; do + grep -q "$email" AUTHORS || echo $email done } diff --git a/cmd/genassets/main.go b/cmd/genassets/main.go index 87a6cf47..71407c49 100644 --- a/cmd/genassets/main.go +++ b/cmd/genassets/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/stevents/main.go b/cmd/stevents/main.go index c20acbf5..ad76ccdc 100644 --- a/cmd/stevents/main.go +++ b/cmd/stevents/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/stindex/main.go b/cmd/stindex/main.go index 56c99af9..01715092 100644 --- a/cmd/stindex/main.go +++ b/cmd/stindex/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/debug.go b/cmd/syncthing/debug.go index 61598ba5..d663d921 100644 --- a/cmd/syncthing/debug.go +++ b/cmd/syncthing/debug.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go index c51e4487..b324682d 100644 --- a/cmd/syncthing/gui.go +++ b/cmd/syncthing/gui.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui_auth.go b/cmd/syncthing/gui_auth.go index b380c3b3..41051679 100755 --- a/cmd/syncthing/gui_auth.go +++ b/cmd/syncthing/gui_auth.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui_csrf.go b/cmd/syncthing/gui_csrf.go index 334f6462..7f32e705 100644 --- a/cmd/syncthing/gui_csrf.go +++ b/cmd/syncthing/gui_csrf.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui_solaris.go b/cmd/syncthing/gui_solaris.go index c65ea9ab..4248283e 100644 --- a/cmd/syncthing/gui_solaris.go +++ b/cmd/syncthing/gui_solaris.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui_unix.go b/cmd/syncthing/gui_unix.go index d514d4c6..aeb5847f 100644 --- a/cmd/syncthing/gui_unix.go +++ b/cmd/syncthing/gui_unix.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/gui_windows.go b/cmd/syncthing/gui_windows.go index 2d8c47c8..8f4e5cb1 100755 --- a/cmd/syncthing/gui_windows.go +++ b/cmd/syncthing/gui_windows.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/heapprof.go b/cmd/syncthing/heapprof.go index 277b136d..300951d1 100644 --- a/cmd/syncthing/heapprof.go +++ b/cmd/syncthing/heapprof.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/limitedreader.go b/cmd/syncthing/limitedreader.go index fd80dae4..45b514ce 100644 --- a/cmd/syncthing/limitedreader.go +++ b/cmd/syncthing/limitedreader.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/limitedwriter.go b/cmd/syncthing/limitedwriter.go index d0ba5519..ee2cde2f 100644 --- a/cmd/syncthing/limitedwriter.go +++ b/cmd/syncthing/limitedwriter.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 6618a9b9..5e15a77b 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/main_test.go b/cmd/syncthing/main_test.go index b3df6da0..3d7a49ca 100644 --- a/cmd/syncthing/main_test.go +++ b/cmd/syncthing/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/memsize_darwin.go b/cmd/syncthing/memsize_darwin.go index f0389d87..f9978df9 100644 --- a/cmd/syncthing/memsize_darwin.go +++ b/cmd/syncthing/memsize_darwin.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/memsize_linux.go b/cmd/syncthing/memsize_linux.go index 70092cc7..57023d11 100644 --- a/cmd/syncthing/memsize_linux.go +++ b/cmd/syncthing/memsize_linux.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/memsize_solaris.go b/cmd/syncthing/memsize_solaris.go index 1f494aba..19a24b1e 100644 --- a/cmd/syncthing/memsize_solaris.go +++ b/cmd/syncthing/memsize_solaris.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/memsize_unimpl.go b/cmd/syncthing/memsize_unimpl.go index 05b0c2d6..556c3c07 100644 --- a/cmd/syncthing/memsize_unimpl.go +++ b/cmd/syncthing/memsize_unimpl.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/memsize_windows.go b/cmd/syncthing/memsize_windows.go index 2277bd7f..4058e17a 100644 --- a/cmd/syncthing/memsize_windows.go +++ b/cmd/syncthing/memsize_windows.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/monitor.go b/cmd/syncthing/monitor.go index d48b4506..7a443e52 100644 --- a/cmd/syncthing/monitor.go +++ b/cmd/syncthing/monitor.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/openurl_unix.go b/cmd/syncthing/openurl_unix.go index 8f178be7..2c5c2667 100644 --- a/cmd/syncthing/openurl_unix.go +++ b/cmd/syncthing/openurl_unix.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/openurl_windows.go b/cmd/syncthing/openurl_windows.go index d2028fe1..ba22f67c 100644 --- a/cmd/syncthing/openurl_windows.go +++ b/cmd/syncthing/openurl_windows.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/perfstats_unix.go b/cmd/syncthing/perfstats_unix.go index 808991b3..12c135b2 100644 --- a/cmd/syncthing/perfstats_unix.go +++ b/cmd/syncthing/perfstats_unix.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/tls.go b/cmd/syncthing/tls.go index d44cebab..bd8bb126 100644 --- a/cmd/syncthing/tls.go +++ b/cmd/syncthing/tls.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/usage.go b/cmd/syncthing/usage.go index 6190e658..c9916dae 100644 --- a/cmd/syncthing/usage.go +++ b/cmd/syncthing/usage.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/syncthing/usage_report.go b/cmd/syncthing/usage_report.go index fbbda181..63c302ea 100644 --- a/cmd/syncthing/usage_report.go +++ b/cmd/syncthing/usage_report.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/todos/main.go b/cmd/todos/main.go index c919f89c..ec3295bc 100644 --- a/cmd/todos/main.go +++ b/cmd/todos/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/transifexdl/main.go b/cmd/transifexdl/main.go index b416ee90..51679426 100644 --- a/cmd/transifexdl/main.go +++ b/cmd/transifexdl/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/cmd/translate/main.go b/cmd/translate/main.go index 88000066..000b750f 100644 --- a/cmd/translate/main.go +++ b/cmd/translate/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/gui/app.js b/gui/app.js index 716f4e0f..a3329fae 100644 --- a/gui/app.js +++ b/gui/app.js @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// Copyright (C) 2014 The Syncthing Authors. // // 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 the Free diff --git a/gui/index.html b/gui/index.html index c654cdff..b6d0e926 100644 --- a/gui/index.html +++ b/gui/index.html @@ -1,6 +1,6 @@