File tree Expand file tree Collapse file tree 12 files changed +19
-15
lines changed Expand file tree Collapse file tree 12 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Adapted from OpenBSD libc *err* *warn* code.
5
5
*
6
- * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
6
+ * Copyright 2000 Dug Song <dugsong@monkey.org>
7
7
*
8
- * Copyright (c) 1993
8
+ * Copyright 1993
9
9
* The Regents of the University of California. All rights reserved.
10
10
*
11
11
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 3
3
*
4
4
* Adapted from OpenBSD libc *err* *warn* code.
5
5
*
6
- * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
6
+ * Copyright 2000 Dug Song <dugsong@monkey.org>
7
7
*
8
- * Copyright (c) 1993
8
+ * Copyright 1993
9
9
* The Regents of the University of California. All rights reserved.
10
10
*
11
11
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/*
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>
3
4
* All rights reserved.
4
5
*
5
6
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1999, 2000 Niels Provos <provos@citi.umich.edu>
2
+ * Copyright 1999- 2000 Niels Provos <provos@citi.umich.edu>
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 43
43
* obtain my written permission. Any modification of this program is covered
44
44
* by this copyright.
45
45
*
46
- * == Copyright (c) 1994 Robert Morelos-Zaragoza. All rights reserved. ==
46
+ * == Copyright 1994 Robert Morelos-Zaragoza. All rights reserved. ==
47
47
*/
48
48
49
49
/* 12-bit of data gets encoded into 23-bit of something. */
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2
+ * Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2
+ * Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
3
3
* Copyright 2016 Joao Eriberto Mota Filho <eriberto@debian.org>
4
+ * Copyright 2020 Robin Vobruba <hoijui.quaero@gmail.com>
4
5
* All rights reserved.
5
6
*
6
7
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/*
2
- * Outguess - a Universal Steganograpy Tool for
2
+ * Outguess - Universal Steganograpy Tool
3
3
*
4
4
* Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
5
5
* Copyright 2002 Samuele Giovanni Tonon <samu@debian.org>
6
6
* Copyright 2016 Joao Eriberto Mota Filho <eriberto@debian.org>
7
7
* Copyright 2017 Chris Rorvick <chris@rorvick.com>
8
+ * Copyright 2020 Robin Vobruba <hoijui.quaero@gmail.com>
8
9
* Features
9
10
* - preserves frequency count based statistics
10
11
* - multiple data embedding
14
15
*/
15
16
16
17
/*
17
- * Copyright (c) 1999-2001 Niels Provos <provos@citi.umich.edu>
18
+ * Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
18
19
* All rights reserved.
19
20
*
20
21
* Redistribution and use in source and binary forms, with or without
@@ -777,7 +778,7 @@ munmap_file(u_char *data, int len)
777
778
int
778
779
main (int argc , char * * argv )
779
780
{
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" ;
781
782
char usage [] = "%s\n\n%s [options] [<input file> [<output file>]]\n"
782
783
"\t-h print this usage help text and exit\n"
783
784
"\t-[sS] <n> iteration start, capital letter for 2nd dataset\n"
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 1999-2001 Niels Provos <provos@citi.umich.edu>
2
+ * Copyright 1999-2001 Niels Provos <provos@citi.umich.edu>
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments