Added copyright

This commit is contained in:
Darin Kelkhoff
2021-12-14 18:42:09 -06:00
parent d5c261d7e5
commit b33d99ce11
5 changed files with 20 additions and 0 deletions

View File

@ -1,4 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--
~ Copyright © 2021-2021. Kingsrook LLC <contact@kingsrook.com>. All Rights Reserved.
-->
<!DOCTYPE module PUBLIC <!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN" "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd"> "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">

View File

@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright © 2021-2021. Kingsrook LLC <contact@kingsrook.com>. All Rights Reserved.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

View File

@ -1,3 +1,7 @@
/*
* Copyright © 2021-2021. Kingsrook LLC <contact@kingsrook.com>. All Rights Reserved.
*/
package com.kingsrook.qqq.frontend.picocli; package com.kingsrook.qqq.frontend.picocli;

View File

@ -1,3 +1,7 @@
/*
* Copyright © 2021-2021. Kingsrook LLC <contact@kingsrook.com>. All Rights Reserved.
*/
package com.kingsrook.qqq.frontend.picocli; package com.kingsrook.qqq.frontend.picocli;

View File

@ -1,3 +1,7 @@
/*
* Copyright © 2021-2021. Kingsrook LLC <contact@kingsrook.com>. All Rights Reserved.
*/
package com.kingsrook.qqq.frontend.picocli; package com.kingsrook.qqq.frontend.picocli;