diff --git a/.cmake/Modules/FindDyncall.cmake b/.cmake/Modules/FindDyncall.cmake index 83070f6..b9b0ebb 100644 --- a/.cmake/Modules/FindDyncall.cmake +++ b/.cmake/Modules/FindDyncall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Franklin "Snaipe" Mathieu. +# Copyright (C) 2015-2016 Franklin "Snaipe" Mathieu. # Redistribution and use of this file is allowed according to the terms of the MIT license. # For details see the LICENSE file distributed with Criterion. diff --git a/.cmake/Modules/FindLibcsptr.cmake b/.cmake/Modules/FindLibcsptr.cmake index cd5e52e..f8d2459 100644 --- a/.cmake/Modules/FindLibcsptr.cmake +++ b/.cmake/Modules/FindLibcsptr.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Franklin "Snaipe" Mathieu. +# Copyright (C) 2015-2016 Franklin "Snaipe" Mathieu. # Redistribution and use of this file is allowed according to the terms of the MIT license. # For details see the LICENSE file distributed with Criterion. diff --git a/debian.copyright b/debian.copyright index 6f6dc39..b85fb7f 100644 --- a/debian.copyright +++ b/debian.copyright @@ -4,7 +4,7 @@ Upstream-Contact: Franklin "Snaipe" Mathieu Source: http://github.com/Snaipe/Criterion Files: * -Copyright: 2015, Franklin "Snaipe" Mathieu +Copyright: 2015-2016, Franklin "Snaipe" Mathieu License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/conf.py b/doc/conf.py index f348be2..216e17e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -32,7 +32,7 @@ master_doc = 'index' # General information about the project. project = u'Criterion' -copyright = u'2015, Franklin "Snaipe" Mathieu' +copyright = u'2015-2016, Franklin "Snaipe" Mathieu' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/core/client.c b/src/core/client.c index 0d4e01f..d4fe7d0 100644 --- a/src/core/client.c +++ b/src/core/client.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/core/client.h b/src/core/client.h index 422be7f..947815b 100644 --- a/src/core/client.h +++ b/src/core/client.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/io/asprintf.h b/src/io/asprintf.h index 6270503..edb19b6 100644 --- a/src/io/asprintf.h +++ b/src/io/asprintf.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/connect.c b/src/protocol/connect.c index 45e1d2e..b576dc5 100644 --- a/src/protocol/connect.c +++ b/src/protocol/connect.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/connect.h b/src/protocol/connect.h index b4f8327..b9f1e26 100644 --- a/src/protocol/connect.h +++ b/src/protocol/connect.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/messages.c b/src/protocol/messages.c index 3c78eaf..6a03697 100644 --- a/src/protocol/messages.c +++ b/src/protocol/messages.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/messages.h b/src/protocol/messages.h index 39cf601..9148d52 100644 --- a/src/protocol/messages.h +++ b/src/protocol/messages.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/protocol.c b/src/protocol/protocol.c index 6cd15de..e4d23a6 100644 --- a/src/protocol/protocol.c +++ b/src/protocol/protocol.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/protocol/protocol.h b/src/protocol/protocol.h index 60a4616..2dea3a1 100644 --- a/src/protocol/protocol.h +++ b/src/protocol/protocol.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright © 2015 Franklin "Snaipe" Mathieu + * Copyright © 2015-2016 Franklin "Snaipe" Mathieu * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal