From 7eeea8e7f01b39811de20280f5e9ba51a456252a Mon Sep 17 00:00:00 2001 From: Bala Raman Date: Mon, 26 Mar 2018 17:13:08 -0400 Subject: License header update, #171 (#205) --- demo_gradle/api/src/main/java/org/pf4j/demo/api/Greeting.java | 2 +- demo_gradle/app/src/main/java/org/pf4j/demo/Boot.java | 2 +- demo_gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java | 2 +- .../plugin1/src/main/java/org/pf4j/demo/welcome/WelcomePlugin.java | 2 +- .../plugins/plugin2/src/main/java/org/pf4j/demo/hello/HelloPlugin.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'demo_gradle') diff --git a/demo_gradle/api/src/main/java/org/pf4j/demo/api/Greeting.java b/demo_gradle/api/src/main/java/org/pf4j/demo/api/Greeting.java index 1e4a767..828d61b 100644 --- a/demo_gradle/api/src/main/java/org/pf4j/demo/api/Greeting.java +++ b/demo_gradle/api/src/main/java/org/pf4j/demo/api/Greeting.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Decebal Suiu + * Copyright (C) 2012-present the original author or authors. * * 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/demo_gradle/app/src/main/java/org/pf4j/demo/Boot.java b/demo_gradle/app/src/main/java/org/pf4j/demo/Boot.java index 9343f4a..cbf6007 100644 --- a/demo_gradle/app/src/main/java/org/pf4j/demo/Boot.java +++ b/demo_gradle/app/src/main/java/org/pf4j/demo/Boot.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Decebal Suiu + * Copyright (C) 2012-present the original author or authors. * * 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/demo_gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java b/demo_gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java index c742127..1341b77 100644 --- a/demo_gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java +++ b/demo_gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Decebal Suiu + * Copyright (C) 2012-present the original author or authors. * * 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/demo_gradle/plugins/plugin1/src/main/java/org/pf4j/demo/welcome/WelcomePlugin.java b/demo_gradle/plugins/plugin1/src/main/java/org/pf4j/demo/welcome/WelcomePlugin.java index 040c9fd..65f4d28 100644 --- a/demo_gradle/plugins/plugin1/src/main/java/org/pf4j/demo/welcome/WelcomePlugin.java +++ b/demo_gradle/plugins/plugin1/src/main/java/org/pf4j/demo/welcome/WelcomePlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Decebal Suiu + * Copyright (C) 2012-present the original author or authors. * * 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/demo_gradle/plugins/plugin2/src/main/java/org/pf4j/demo/hello/HelloPlugin.java b/demo_gradle/plugins/plugin2/src/main/java/org/pf4j/demo/hello/HelloPlugin.java index f8e83d3..d3af229 100644 --- a/demo_gradle/plugins/plugin2/src/main/java/org/pf4j/demo/hello/HelloPlugin.java +++ b/demo_gradle/plugins/plugin2/src/main/java/org/pf4j/demo/hello/HelloPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Decebal Suiu + * Copyright (C) 2012-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.3