Skip to content

Commit

Permalink
Update copyrights for year 2017: manual updates + fixups
Browse files Browse the repository at this point in the history
Any other copyright year changes not included in previous
commits "find + sed", "chplvis".
  • Loading branch information
Tony Wallace committed Jan 3, 2017
1 parent 72f5ce3 commit 200f81c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2004-2016, Cray Inc. (See LICENSE file for more details)
Copyright (c) 2004-2017, Cray Inc. (See LICENSE file for more details)
2 changes: 1 addition & 1 deletion compiler/parser/flex-chapel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static yyconst flex_int16_t yy_chk[603] =
#define YY_RESTORE_YY_MORE_OFFSET
#line 1 "chapel.lex"
/*
* Copyright 2004-2016 Cray Inc.
* Copyright 2004-2017 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

author_text = os.environ.get('CHPLDOC_AUTHOR', '')

copyright = u'2016, {0}'.format(author_text)
copyright = u'2017, {0}'.format(author_text)


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion man/chpl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,5 +749,5 @@ See $CHPL\_HOME/CONTRIBUTORS.md for a list of contributors to Chapel.
COPYRIGHT
---------

Copyright (c) 2004-2016 Cray Inc. (See $CHPL\_HOME/LICENSE for more
Copyright (c) 2004-2017 Cray Inc. (See $CHPL\_HOME/LICENSE for more
details.)
2 changes: 1 addition & 1 deletion man/chpldoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ See $CHPL\_HOME/CONTRIBUTORS.md for a list of contributors to Chapel.
COPYRIGHT
---------

Copyright (c) 2004-2016 Cray Inc. (See $CHPL\_HOME/LICENSE for more
Copyright (c) 2004-2017 Cray Inc. (See $CHPL\_HOME/LICENSE for more
details.)
2 changes: 1 addition & 1 deletion spec/spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
\null\vfill
\noindent
\begin{center}
\copyright 2016 Cray Inc.
\copyright 2017 Cray Inc.
\end{center}

\cleardoublepage
Expand Down
2 changes: 1 addition & 1 deletion test/modules/standard/FileSystem/bharshbarg/filer.chpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2015 Cray Inc.
* Copyright 2004-2017 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion test/modules/standard/LinearAlgebraJama/TestMatrix.chpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2016 Cray Inc.
* Copyright 2004-2017 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion test/users/aroonsharma/MyBlockCyclic.chpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2004-2013, Cray Inc. (See LICENSE file for more details)
// Copyright (c) 2004-2017, Cray Inc. (See LICENSE file for more details)

config const debugzipopt = false;
config const testzipopt = false; //not supported yet
Expand Down
2 changes: 1 addition & 1 deletion util/buildRelease/license_text_for_comment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2004-2016 Cray Inc.
Copyright 2004-2017 Cray Inc.
Other additional copyright holders may be indicated within.

The entirety of this work is licensed under the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion util/chplspell
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright 2004-2016 Cray Inc.
# Copyright 2004-2017 Cray Inc.
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion util/misc/gen-LAPACK/extern-tool/input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<pass name="DumpCodePass">
<copyright>
/*
* Copyright 2004-2015 Cray Inc.
* Copyright 2004-2017 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
Expand Down
3 changes: 0 additions & 3 deletions util/test/checkCopyrights.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ files_wo_copy=$(find $source_dirs \
grep -v compiler/include/bison-chapel.h | \
grep -v compiler/include/flex-chapel.h | \
grep -v compiler/parser/bison-chapel.cpp | \
grep -v compiler/parser/flex-chapel.cpp | \
grep -v compiler/passes/reservedSymbolNames.h | \
grep -v modules/standard/gen/ | \
xargs grep -i -L "${copyright_pattern}")

# Now check the Make* files in CHPL_HOME.
Expand Down

0 comments on commit 200f81c

Please sign in to comment.