diff --git a/include/Browser.h b/include/Browser.h index d94319c..fd562cf 100644 --- a/include/Browser.h +++ b/include/Browser.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2014 Pierre Pronchery */ +/* Copyright (c) 2011-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/include/Browser/desktop.h b/include/Browser/desktop.h index 8f4e2c1..f3dfc21 100644 --- a/include/Browser/desktop.h +++ b/include/Browser/desktop.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/include/Browser/plugin.h b/include/Browser/plugin.h index 2901613..8a6e6a9 100644 --- a/include/Browser/plugin.h +++ b/include/Browser/plugin.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2014 Pierre Pronchery */ +/* Copyright (c) 2012-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/browser.h b/src/browser/browser.h index c534d4f..5207464 100644 --- a/src/browser/browser.h +++ b/src/browser/browser.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2016 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/callbacks.c b/src/browser/callbacks.c index 61d25d6..23cdb94 100644 --- a/src/browser/callbacks.c +++ b/src/browser/callbacks.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2017 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/callbacks.h b/src/browser/callbacks.h index ec29f02..14590da 100644 --- a/src/browser/callbacks.h +++ b/src/browser/callbacks.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2015 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/main.c b/src/browser/main.c index 8860ec0..1d897c7 100644 --- a/src/browser/main.c +++ b/src/browser/main.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2016 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/window.c b/src/browser/window.c index bec74ad..cc7c20b 100644 --- a/src/browser/window.c +++ b/src/browser/window.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015-2016 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/browser/window.h b/src/browser/window.h index 643c988..9275a51 100644 --- a/src/browser/window.h +++ b/src/browser/window.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/common.h b/src/common.h index ad26870..9a72a21 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2016 Pierre Pronchery */ +/* Copyright (c) 2016-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/desktop/desktopiconwindow.c b/src/desktop/desktopiconwindow.c index ee263e0..580a2a9 100644 --- a/src/desktop/desktopiconwindow.c +++ b/src/desktop/desktopiconwindow.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2016-2017 Pierre Pronchery */ +/* Copyright (c) 2016-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/desktop/main.c b/src/desktop/main.c index b742ab0..6cda452 100644 --- a/src/desktop/main.c +++ b/src/desktop/main.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2016-2017 Pierre Pronchery */ +/* Copyright (c) 2016-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/open.c b/src/open.c index 2ed074f..98cd9ee 100644 --- a/src/open.c +++ b/src/open.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2017 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/backup.c b/src/plugins/backup.c index 01bccae..38f2317 100644 --- a/src/plugins/backup.c +++ b/src/plugins/backup.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/common.c b/src/plugins/common.c index 4e8e0a6..08d5d2a 100644 --- a/src/plugins/common.c +++ b/src/plugins/common.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2013-2015 Pierre Pronchery */ +/* Copyright (c) 2013-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/dirtree.c b/src/plugins/dirtree.c index ddb34fc..09a4803 100644 --- a/src/plugins/dirtree.c +++ b/src/plugins/dirtree.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2014 Pierre Pronchery */ +/* Copyright (c) 2011-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/favorites.c b/src/plugins/favorites.c index 54f4e55..d49e9b4 100644 --- a/src/plugins/favorites.c +++ b/src/plugins/favorites.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/make.c b/src/plugins/make.c index e676458..c621f51 100644 --- a/src/plugins/make.c +++ b/src/plugins/make.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2013-2015 Pierre Pronchery */ +/* Copyright (c) 2013-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/places.c b/src/plugins/places.c index ee804f5..b489e1d 100644 --- a/src/plugins/places.c +++ b/src/plugins/places.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/preview.c b/src/plugins/preview.c index faa6cbc..35b60d1 100644 --- a/src/plugins/preview.c +++ b/src/plugins/preview.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2016 Pierre Pronchery */ +/* Copyright (c) 2011-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/trash.c b/src/plugins/trash.c index 38994e4..604f7e9 100644 --- a/src/plugins/trash.c +++ b/src/plugins/trash.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/plugins/undelete.c b/src/plugins/undelete.c index 178b702..c246021 100644 --- a/src/plugins/undelete.c +++ b/src/plugins/undelete.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/properties.c b/src/properties.c index 88be4a9..8baefa8 100644 --- a/src/properties.c +++ b/src/properties.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2017 Pierre Pronchery */ +/* Copyright (c) 2007-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/view.c b/src/view.c index bb4ebe6..a641531 100644 --- a/src/view.c +++ b/src/view.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright © 2007-2017 Pierre Pronchery "; +"Copyright © 2007-2018 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Browser */ static char const _license[] = "Redistribution and use in source and binary forms, with or without\n" diff --git a/src/widget/browser.c b/src/widget/browser.c index 898d86a..44d5687 100644 --- a/src/widget/browser.c +++ b/src/widget/browser.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015-2016 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tests/tests.sh b/tests/tests.sh index 24cb0cd..f05cbb0 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh #$Id$ -#Copyright (c) 2013-2016 Pierre Pronchery +#Copyright (c) 2013-2018 Pierre Pronchery #This file is part of DeforaOS Desktop Browser #Redistribution and use in source and binary forms, with or without #modification, are permitted provided that the following conditions are diff --git a/tests/vfs.c b/tests/vfs.c index 02d290a..1b8eda5 100644 --- a/tests/vfs.c +++ b/tests/vfs.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tools/dirtree.c b/tools/dirtree.c index 33a71b4..04de8f6 100644 --- a/tools/dirtree.c +++ b/tools/dirtree.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2016 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tools/iconlist.c b/tools/iconlist.c index c32e106..2161e5a 100644 --- a/tools/iconlist.c +++ b/tools/iconlist.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2017 Pierre Pronchery */ +/* Copyright (c) 2007-2018 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are