From bde05da57929ed5208a6d07ebb56fd8bbaec230f Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 30 Jun 2016 12:24:55 -0400 Subject: [PATCH] copyright update --- license | 2 +- xonsh/lazyasd.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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