Skip to content

Commit 990ab99

Browse files
committed
Updated rights
1 parent c024723 commit 990ab99

File tree

12 files changed

+19
-15
lines changed

12 files changed

+19
-15
lines changed

src/err.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Adapted from OpenBSD libc *err* *warn* code.
55
*
6-
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
6+
* Copyright 2000 Dug Song <dugsong@monkey.org>
77
*
8-
* Copyright (c) 1993
8+
* Copyright 1993
99
* The Regents of the University of California. All rights reserved.
1010
*
1111
* Redistribution and use in source and binary forms, with or without

src/err.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* Adapted from OpenBSD libc *err* *warn* code.
55
*
6-
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
6+
* Copyright 2000 Dug Song <dugsong@monkey.org>
77
*
8-
* Copyright (c) 1993
8+
* Copyright 1993
99
* The Regents of the University of California. All rights reserved.
1010
*
1111
* Redistribution and use in source and binary forms, with or without

src/fourier.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (C) 1999, 2000 Niels Provos <provos@citi.umich.edu>
2+
* Copyright 1999-2000 Niels Provos <provos@citi.umich.edu>
3+
* Copyright 2020 Robin Vobruba <hoijui.quaero@gmail.com>
34
* All rights reserved.
45
*
56
* Redistribution and use in source and binary forms, with or without

src/fourier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2000 Niels Provos <provos@citi.umich.edu>
2+
* Copyright 1999-2000 Niels Provos <provos@citi.umich.edu>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/golay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* obtain my written permission. Any modification of this program is covered
4444
* by this copyright.
4545
*
46-
* == Copyright (c) 1994 Robert Morelos-Zaragoza. All rights reserved. ==
46+
* == Copyright 1994 Robert Morelos-Zaragoza. All rights reserved. ==
4747
*/
4848

4949
/* 12-bit of data gets encoded into 23-bit of something. */

src/iterator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2+
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/iterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2+
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

src/jpg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
33
* Copyright 2016 Joao Eriberto Mota Filho <eriberto@debian.org>
4+
* Copyright 2020 Robin Vobruba <hoijui.quaero@gmail.com>
45
* All rights reserved.
56
*
67
* Redistribution and use in source and binary forms, with or without

src/outguess.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2-
* Outguess - a Universal Steganograpy Tool for
2+
* Outguess - Universal Steganograpy Tool
33
*
44
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
55
* Copyright 2002 Samuele Giovanni Tonon <samu@debian.org>
66
* Copyright 2016 Joao Eriberto Mota Filho <eriberto@debian.org>
77
* Copyright 2017 Chris Rorvick <chris@rorvick.com>
8+
* Copyright 2020 Robin Vobruba <hoijui.quaero@gmail.com>
89
* Features
910
* - preserves frequency count based statistics
1011
* - multiple data embedding
@@ -14,7 +15,7 @@
1415
*/
1516

1617
/*
17-
* Copyright (c) 1999-2001 Niels Provos <provos@citi.umich.edu>
18+
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
1819
* All rights reserved.
1920
*
2021
* Redistribution and use in source and binary forms, with or without
@@ -777,7 +778,7 @@ munmap_file(u_char *data, int len)
777778
int
778779
main(int argc, char **argv)
779780
{
780-
char version[] = "OutGuess 0.2.1 Universal Stego (C) 1999-2018 Niels Provos and others";
781+
char version[] = "OutGuess 0.2.1 Universal Stego 1999-2018 Niels Provos and others";
781782
char usage[] = "%s\n\n%s [options] [<input file> [<output file>]]\n"
782783
"\t-h print this usage help text and exit\n"
783784
"\t-[sS] <n> iteration start, capital letter for 2nd dataset\n"

src/outguess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2+
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)