diff options
Diffstat (limited to 'src/api/migrations/__init__.py')
-rw-r--r-- | src/api/migrations/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/api/migrations/__init__.py b/src/api/migrations/__init__.py index b5914ce..e0408fa 100644 --- a/src/api/migrations/__init__.py +++ b/src/api/migrations/__init__.py @@ -1,10 +1,8 @@ ############################################################################## -# Copyright (c) 2016 Max Breitenfeldt and others. +# Copyright (c) 2018 Parker Berberian, Sawyer Bergeron, and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## - - |