Skip to content

Commit 4ff677b

Browse files
committed
Update copyright year on all files.
1 parent d28b53f commit 4ff677b

File tree

197 files changed

+199
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+199
-199
lines changed

base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019 The CodeWorld Authors. All rights reserved.
1+
# Copyright 2020 The CodeWorld Authors. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2019 The CodeWorld Authors. All rights reserved.
3+
# Copyright 2020 The CodeWorld Authors. All rights reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

codeworld-account/Setup.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-account/codeworld-account.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: Apache
66
license-file: LICENSE
77
author: Richard Cook
88
maintainer: [email protected]
9-
copyright: (c) 2019, The CodeWorld Authors
9+
copyright: (c) 2020, The CodeWorld Authors
1010
category: Command Line
1111
build-type: Simple
1212
cabal-version: >= 1.10

codeworld-account/src/CodeWorld/Account.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-account/src/CodeWorld/Account/Actions.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE OverloadedStrings #-}
22

33
{-
4-
Copyright 2019 The CodeWorld Authors. All rights reserved.
4+
Copyright 2020 The CodeWorld Authors. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

codeworld-account/src/CodeWorld/Account/Hashing.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-account/src/CodeWorld/Account/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-api/Setup.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-api/codeworld-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ License: Apache
55
License-file: LICENSE
66
Author: The CodeWorld Authors
77
Maintainer: Chris Smith <[email protected]>
8-
Copyright: (c) 2019, The CodeWorld Authors
8+
Copyright: (c) 2020, The CodeWorld Authors
99
Bug-reports: https://github.com/google/codeworld/issues
1010
Build-type: Simple
1111
Cabal-version: >=1.10

codeworld-api/jsbits/sim_fp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
* Copyright 2020 The CodeWorld Authors. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE PatternSynonyms #-}
22

33
{-
4-
Copyright 2019 The CodeWorld Authors. All rights reserved.
4+
Copyright 2020 The CodeWorld Authors. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/App.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{-# OPTIONS_GHC -Wno-deprecations -Wno-name-shadowing #-}
44

55
{-
6-
Copyright 2019 The CodeWorld Authors. All rights reserved.
6+
Copyright 2020 The CodeWorld Authors. All rights reserved.
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/App2.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{-# OPTIONS_GHC -Wno-deprecations #-}
44

55
{-
6-
Copyright 2019 The CodeWorld Authors. All rights reserved.
6+
Copyright 2020 The CodeWorld Authors. All rights reserved.
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/CanvasM.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{-# LANGUAGE TypeFamilies #-}
77

88
{-
9-
Copyright 2019 The CodeWorld Authors. All rights reserved.
9+
Copyright 2020 The CodeWorld Authors. All rights reserved.
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.
1212
You may obtain a copy of the License at

codeworld-api/src/CodeWorld/CollaborationUI.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{-# OPTIONS_GHC -Wno-unticked-promoted-constructors -Wno-name-shadowing #-}
1010

1111
{-
12-
Copyright 2019 The CodeWorld Authors. All rights reserved.
12+
Copyright 2020 The CodeWorld Authors. All rights reserved.
1313
1414
Licensed under the Apache License, Version 2.0 (the "License");
1515
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Color.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{-# OPTIONS_GHC -Wno-name-shadowing #-}
55

66
{-
7-
Copyright 2019 The CodeWorld Authors. All rights reserved.
7+
Copyright 2020 The CodeWorld Authors. All rights reserved.
88
99
Licensed under the Apache License, Version 2.0 (the "License");
1010
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/DrawState.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE BangPatterns #-}
22

33
{-
4-
Copyright 2019 The CodeWorld Authors. All rights reserved.
4+
Copyright 2020 The CodeWorld Authors. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Driver.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{-# OPTIONS_GHC -Wno-name-shadowing -Wno-orphans -Wno-unticked-promoted-constructors #-}
2020

2121
{-
22-
Copyright 2019 The CodeWorld Authors. All rights reserved.
22+
Copyright 2020 The CodeWorld Authors. All rights reserved.
2323
2424
Licensed under the Apache License, Version 2.0 (the "License");
2525
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/EntryPoints.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{-# OPTIONS_GHC -Wno-name-shadowing #-}
99

1010
{-
11-
Copyright 2019 The CodeWorld Authors. All rights reserved.
11+
Copyright 2020 The CodeWorld Authors. All rights reserved.
1212
1313
Licensed under the Apache License, Version 2.0 (the "License");
1414
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Event.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE PatternSynonyms #-}
22

33
{-
4-
Copyright 2019 The CodeWorld Authors. All rights reserved.
4+
Copyright 2020 The CodeWorld Authors. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Image.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Parameter.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{-# LANGUAGE RankNTypes #-}
66

77
{-
8-
Copyright 2019 The CodeWorld Authors. All rights reserved.
8+
Copyright 2020 The CodeWorld Authors. All rights reserved.
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Picture.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{-# LANGUAGE TemplateHaskell #-}
55

66
{-
7-
Copyright 2019 The CodeWorld Authors. All rights reserved.
7+
Copyright 2020 The CodeWorld Authors. All rights reserved.
88
99
Licensed under the Apache License, Version 2.0 (the "License");
1010
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Reflex.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{-# LANGUAGE RecursiveDo #-}
66

77
{-
8-
Copyright 2019 The CodeWorld Authors. All rights reserved.
8+
Copyright 2020 The CodeWorld Authors. All rights reserved.
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.

codeworld-api/src/CodeWorld/Sketches.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE TemplateHaskell #-}
33

44
{-
5-
Copyright 2019 The CodeWorld Authors. All rights reserved.
5+
Copyright 2020 The CodeWorld Authors. All rights reserved.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

codeworld-api/src/Util/EmbedAsUrl.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE TemplateHaskell #-}
33

44
{-
5-
Copyright 2019 The CodeWorld Authors. All rights reserved.
5+
Copyright 2020 The CodeWorld Authors. All rights reserved.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

codeworld-api/test/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{-# LANGUAGE BangPatterns #-}
55

66
{-
7-
Copyright 2019 The CodeWorld Authors. All rights reserved.
7+
Copyright 2020 The CodeWorld Authors. All rights reserved.
88
99
Licensed under the Apache License, Version 2.0 (the "License");
1010
you may not use this file except in compliance with the License.

codeworld-auth/Setup.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/codeworld-auth.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: Apache
66
license-file: LICENSE
77
author: Richard Cook
88
maintainer: [email protected]
9-
copyright: (c) 2019, The CodeWorld Authors
9+
copyright: (c) 2020, The CodeWorld Authors
1010
category: Command Line
1111
build-type: Simple
1212
cabal-version: >= 1.10

codeworld-auth/src/CodeWorld/Auth.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/GoogleAuth.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Http.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/LocalAuth.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Secret.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Time.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Token.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-auth/src/CodeWorld/Auth/Util.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at

codeworld-available-pkgs/codeworld-available-pkgs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: Apache-2.0
66
License-file: LICENSE
77
Author: The CodeWorld Authors
88
Maintainer: Chris Smith <[email protected]>
9-
Copyright: (c) 2019, The CodeWorld Authors
9+
Copyright: (c) 2020, The CodeWorld Authors
1010
Bug-reports: https://github.com/google/codeworld/issues
1111

1212
Library

codeworld-base/Setup.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-base/codeworld-base.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Synopsis: Replacement base module for CodeWorld
44
License-file: LICENSE
55
Author: The CodeWorld Authors
66
Maintainer: Chris Smith <[email protected]>
7-
Copyright: (c) 2019, The CodeWorld Authors
7+
Copyright: (c) 2020, The CodeWorld Authors
88
Build-type: Simple
99
Cabal-version: >=1.8
1010

codeworld-base/jsbits/deep_eq.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-base/src/Core.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright 2019 The CodeWorld Authors. All rights reserved.
2+
Copyright 2020 The CodeWorld Authors. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

codeworld-base/src/Image.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE PackageImports #-}
22

33
{-
4-
Copyright 2019 The CodeWorld Authors. All rights reserved.
4+
Copyright 2020 The CodeWorld Authors. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

codeworld-base/src/Internal/CodeWorld.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE NoImplicitPrelude #-}
33

44
{-
5-
Copyright 2019 The CodeWorld Authors. All rights reserved.
5+
Copyright 2020 The CodeWorld Authors. All rights reserved.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

codeworld-base/src/Internal/Color.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{-# LANGUAGE NoImplicitPrelude #-}
66

77
{-
8-
Copyright 2019 The CodeWorld Authors. All rights reserved.
8+
Copyright 2020 The CodeWorld Authors. All rights reserved.
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.

codeworld-base/src/Internal/Event.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{-# LANGUAGE NoImplicitPrelude #-}
44

55
{-
6-
Copyright 2019 The CodeWorld Authors. All rights reserved.
6+
Copyright 2020 The CodeWorld Authors. All rights reserved.
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)