summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-01-12 11:46:58 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2019-01-12 11:46:58 +0100
commit5d247138aaa6515fe94fbd6aeec532e2e6a9cb35 (patch)
tree4cb297c81b4b3ae311c448151b778b2049d5cfd6
parent2c3aad3b11659effe26f37b39c1f067a92e6163e (diff)
Update copyright years
-rw-r--r--README.md2
-rwxr-xr-xscripts/prerelease-hook.py2
-rw-r--r--src/lib.rs2
-rw-r--r--src/main.rs2
-rw-r--r--src/resources.rs2
-rw-r--r--src/terminal/ansi.rs2
-rw-r--r--src/terminal/highlighting.rs2
-rw-r--r--src/terminal/iterm2/magic.rs2
-rw-r--r--src/terminal/iterm2/mod.rs2
-rw-r--r--src/terminal/iterm2/svg.rs2
-rw-r--r--src/terminal/mod.rs2
-rw-r--r--src/terminal/osc.rs2
-rw-r--r--src/terminal/size.rs2
-rw-r--r--tests/formatting.rs2
14 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 8039859..9407417 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ librsvg`.
## License
-Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
diff --git a/scripts/prerelease-hook.py b/scripts/prerelease-hook.py
index d33314f..1ea60be 100755
--- a/scripts/prerelease-hook.py
+++ b/scripts/prerelease-hook.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
# -*- coding: utf8 -*-
-# Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+# Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/src/lib.rs b/src/lib.rs
index 91a3b84..8141906 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/main.rs b/src/main.rs
index 428a024..e16307e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/resources.rs b/src/resources.rs
index 7d646c3..298b7a2 100644
--- a/src/resources.rs
+++ b/src/resources.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/ansi.rs b/src/terminal/ansi.rs
index d574c36..b6b25d6 100644
--- a/src/terminal/ansi.rs
+++ b/src/terminal/ansi.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/highlighting.rs b/src/terminal/highlighting.rs
index 142f0fb..a2dabe3 100644
--- a/src/terminal/highlighting.rs
+++ b/src/terminal/highlighting.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/iterm2/magic.rs b/src/terminal/iterm2/magic.rs
index 11cf619..f42eda9 100644
--- a/src/terminal/iterm2/magic.rs
+++ b/src/terminal/iterm2/magic.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/iterm2/mod.rs b/src/terminal/iterm2/mod.rs
index d01842c..0716448 100644
--- a/src/terminal/iterm2/mod.rs
+++ b/src/terminal/iterm2/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/iterm2/svg.rs b/src/terminal/iterm2/svg.rs
index fcc9dfd..30cb1b5 100644
--- a/src/terminal/iterm2/svg.rs
+++ b/src/terminal/iterm2/svg.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/mod.rs b/src/terminal/mod.rs
index 677276b..12482dc 100644
--- a/src/terminal/mod.rs
+++ b/src/terminal/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/osc.rs b/src/terminal/osc.rs
index c3084eb..feb4ee8 100644
--- a/src/terminal/osc.rs
+++ b/src/terminal/osc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/terminal/size.rs b/src/terminal/size.rs
index 955088f..f2f79e4 100644
--- a/src/terminal/size.rs
+++ b/src/terminal/size.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/formatting.rs b/tests/formatting.rs
index 937b26a..82eefcc 100644
--- a/tests/formatting.rs
+++ b/tests/formatting.rs
@@ -1,4 +1,4 @@
-// Copyright 2018 Sebastian Wiesner <sebastian@swsnr.de>
+// Copyright 2018-2019 Sebastian Wiesner <sebastian@swsnr.de>
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.