From 32d47389182f154e11abab438480e3d0fc008ae1 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 24 Apr 2018 16:05:03 -0400 Subject: [PATCH] chore: updated license dates. --- NOTICE | 2 +- src/main/java/com/aparapi/natives/NativeLoader.java | 2 +- src/main/java/com/aparapi/natives/util/NativeUtils.java | 2 +- src/test/java/com/aparapi/natives/AppTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 41187df..e32a61a 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright (c) 2016 - 2017 Syncleus, Inc. +Copyright (c) 2016 - 2018 Syncleus, Inc. 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/java/com/aparapi/natives/NativeLoader.java b/src/main/java/com/aparapi/natives/NativeLoader.java index c96478b..63bc3af 100644 --- a/src/main/java/com/aparapi/natives/NativeLoader.java +++ b/src/main/java/com/aparapi/natives/NativeLoader.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 - 2017 Syncleus, Inc. + * Copyright (c) 2016 - 2018 Syncleus, Inc. * * 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/java/com/aparapi/natives/util/NativeUtils.java b/src/main/java/com/aparapi/natives/util/NativeUtils.java index 3522e42..5d4a7a0 100644 --- a/src/main/java/com/aparapi/natives/util/NativeUtils.java +++ b/src/main/java/com/aparapi/natives/util/NativeUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 - 2017 Syncleus, Inc. + * Copyright (c) 2016 - 2018 Syncleus, Inc. * * 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/test/java/com/aparapi/natives/AppTest.java b/src/test/java/com/aparapi/natives/AppTest.java index e0deb60..1050e66 100644 --- a/src/test/java/com/aparapi/natives/AppTest.java +++ b/src/test/java/com/aparapi/natives/AppTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 - 2017 Syncleus, Inc. + * Copyright (c) 2016 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab