copyright update

This commit is contained in:
Anthony Scopatz 2016-06-30 12:24:55 -04:00
parent 876b2fd1ff
commit bde05da579
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Copyright 2015, the xonsh developers. All rights reserved. Copyright 2015-2016, the xonsh developers. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met: permitted provided that the following conditions are met:

View file

@ -1,4 +1,5 @@
"""Lazy and self destrctive containers for speeding up module import.""" """Lazy and self destrctive containers for speeding up module import."""
# Copyright 2015-2016, the xonsh developers. All rights reserved.
import os import os
import sys import sys
import time import time