diff --git a/license b/license index 5e865b8a0..82d5c01b7 100644 --- a/license +++ b/license @@ -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 permitted provided that the following conditions are met: diff --git a/xonsh/lazyasd.py b/xonsh/lazyasd.py index bad114578..248682e4e 100644 --- a/xonsh/lazyasd.py +++ b/xonsh/lazyasd.py @@ -1,4 +1,5 @@ """Lazy and self destrctive containers for speeding up module import.""" +# Copyright 2015-2016, the xonsh developers. All rights reserved. import os import sys import time