Skip to content

Commit c03f108

Browse files
committed
Updated copyright notices
1 parent ff88b0b commit c03f108

15 files changed

+27
-23
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
1+
# Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
2+
# Copyright 2022 Zev Weiss <zev@bewilderbeest.net>
23
#
34
# Permission is hereby granted, free of charge, to any person obtaining a copy
45
# of this software and associated documentation files (the "Software"), to

.github/workflows/full-check.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Copyright 2020 Daniel T. Borelli <daltomi@disroot.org>
2-
# Copyright 2020 Jeroen Roovers <jer@gentoo.org>
3-
# Copyright 2020 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
1+
# Copyright 2020 Daniel T. Borelli <daltomi@disroot.org>
2+
# Copyright 2020 Jeroen Roovers <jer@gentoo.org>
3+
# Copyright 2020 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
44
# Copyright 2021-2022 Guilherme Janczak <guilherme.janczak@yandex.com>
5+
# Copyright 2022 Zev Weiss <zev@bewilderbeest.net>
56

67
name: full-check
78

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
55
# Copyright 2019-2021 Daniel T. Borelli <danieltborelli@gmail.com>
66
# Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
7+
# Copyright 2022 Sam James <sam@cmpct.info>
78
#
89
# Permission is hereby granted, free of charge, to any person obtaining a copy
910
# of this software and associated documentation files (the "Software"), to

src/imlib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* imlib.c
22
33
Copyright 1999-2000 Tom Gilbert
4-
Copyright 2020-2021 Daniel T. Borelli <danieltborelli@gmail.com>
4+
Copyright 2020-2022 Daniel T. Borelli <danieltborelli@gmail.com>
55
Copyright 2020 ideal <idealities@gmail.com>
66
Copyright 2020 Sean Brennan <zettix1@gmail.com>
77
Copyright 2021 Christopher R. Nelson <christopher.nelson@languidnights.com>
8-
Copyright 2021 Peter Wu <peterwu@hotmail.com>
98
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
9+
Copyright 2021 Peter Wu <peterwu@hotmail.com>
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to

src/imlib.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* imlib.h
22
3-
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
3+
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
4+
Copyright 2022 Daniel T. Borelli <danieltborelli@gmail.com>
45
56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to

src/note.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
Copyright 2019-2022 Daniel T. Borelli <danieltborelli@gmail.com>
44
Copyright 2021 Christopher R. Nelson <christopher.nelson@languidnights.com>
5-
Copyright 2021 Peter Wu <peterwu@hotmail.com>
65
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
6+
Copyright 2021 Peter Wu <peterwu@hotmail.com>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to

src/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Copyright 2010 Ibragimov Rinat <ibragimovrinat@mail.ru>
88
Copyright 2017 Stoney Sauce <stoneysauce@gmail.com>
99
Copyright 2019-2022 Daniel T. Borelli <danieltborelli@gmail.com>
1010
Copyright 2020 Sean Brennan <zettix1@gmail.com>
11+
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
1112
Copyright 2021 IFo Hancroft <contact@ifohancroft.com>
1213
Copyright 2021 Peter Wu <peterwu@hotmail.com>
1314
Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com>
14-
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
1515
Copyright 2022 Zev Weiss <zev@bewilderbeest.net>
1616
1717
Permission is hereby granted, free of charge, to any person obtaining a copy

src/scrot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* scrot.h
22
3-
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
4-
Copyright 2022 Daniel T. Borelli <danieltborelli@gmail.com>
3+
Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com>
4+
Copyright 2022 Daniel T. Borelli <danieltborelli@gmail.com>
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to

src/scrot_selection.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* scrot_selection.c
22
3-
Copyright 2020-2022 Daniel T. Borelli <danieltborelli@gmail.com>
4-
Copyright 2021 Martin C <martincation@protonmail.com>
5-
Copyright 2021 Peter Wu <peterwu@hotmail.com>
6-
Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com>
7-
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
8-
Copyright 2022 NRK <nrk@disroot.org>
3+
Copyright 2020-2022 Daniel T. Borelli <danieltborelli@gmail.com>
4+
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
5+
Copyright 2021 Martin C <martincation@protonmail.com>
6+
Copyright 2021 Peter Wu <peterwu@hotmail.com>
7+
Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com>
8+
Copyright 2022 NRK <nrk@disroot.org>
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to

src/scrot_selection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* scrot_selection.h
22
33
Copyright 2020-2021 Daniel T. Borelli <danieltborelli@gmail.com>
4+
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
45
Copyright 2021 Martin C <martincation@protonmail.com>
56
Copyright 2021 Peter Wu <peterwu@hotmail.com>
6-
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to

0 commit comments

Comments
 (0)