Updated copyrights.

This commit is contained in:
Andrew Hamilton 2018-01-12 15:00:39 +10:00
parent c6250b2803
commit b8732c3028
23 changed files with 23 additions and 23 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import asyncio import asyncio

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import unittest import unittest

View file

@ -1,5 +1,5 @@
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import optparse import optparse

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import textwrap import textwrap

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2011, 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import os import os

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import os import os

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import contextlib import contextlib

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
"""Vigil Code Monitor """Vigil Code Monitor

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import asyncio import asyncio

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import re import re

View file

@ -1,5 +1,5 @@
# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2011, 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import os import os

View file

@ -1,5 +1,5 @@
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.

View file

@ -1,5 +1,5 @@
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import collections import collections

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import ast import ast

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6 #!/usr/bin/env python3.6
# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
import asyncio import asyncio