Unverified Commit 1197dafc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update copyright

parent d7a5b3dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ Yu-Jie Lin
Dennis Real
    - patch for builtin exif support (exif=1)

Daniel Friesel - derf (at) finalrewind (dot) org
Birte Kristina Friesel - derf (at) finalrewind (dot) org
    - Maintenance since 2010

Thanks to:
+1 −1
Original line number Diff line number Diff line
Copyright (C) 1999,2000 Tom Gilbert.
Copyright (C) 2010-2020 Daniel Friesel.
Copyright (C) 2010-2023 Birte Kristina Friesel.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env perl
## Copyright © 2011 by Daniel Friesel <derf@finalrewind.org>
## Copyright © 2011 by Birte Kristina Friesel <derf@finalrewind.org>
## License: WTFPL:
##   0. You just DO WHAT THE FUCK YOU WANT TO.
use strict;
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env perl
## Copyright © 2010 by Daniel Friesel <derf@finalrewind.org>
## Copyright © 2010 by Birte Kristina Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
use strict;
use warnings;
+1 −1
Original line number Diff line number Diff line
/* debug.h

Copyright (C) 1999-2003 Tom Gilbert.
Copyright (C) 2010-2020 Daniel Friesel.
Copyright (C) 2010-2020 Birte Kristina Friesel.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Loading