-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copyright notice extended to the year 2019
- Loading branch information
Showing
16 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
BSD 2-Clause License | ||
|
||
Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import argparse | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
|
||
|
@@ -11,4 +11,4 @@ class ApacheConfigError(Exception): | |
|
||
|
||
class ConfigFileReadError(ApacheConfigError): | ||
pass | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import glob | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# | ||
# This file is part of apacheconfig software. | ||
# | ||
# Copyright (c) 2018, Ilya Etingof <[email protected]> | ||
# Copyright (c) 2018-2019, Ilya Etingof <[email protected]> | ||
# License: https://github.com/etingof/apacheconfig/LICENSE.rst | ||
# | ||
import sys | ||
|