Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
updated readme and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Leese committed Oct 1, 2012
1 parent eafd185 commit ac5f47a
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 55 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ jappstart is a Java framework for Google App Engine built on Spring, Spring Secu
* URL Rewrite Integration

## Versions
* Goole App Engine SDK for Java 1.6.0
* Goole App Engine SDK for Java 1.7.0
* jQuery 1.7.1
* Maven GAE Plugin 0.9.2
* Spring 3.1.0
Expand Down Expand Up @@ -116,7 +116,7 @@ Restore:
See the [Google App Engine Blog](http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html).

# Copyright
Copyright (C) 2010 Taylor Leese
Copyright (C) 2010-2012 Taylor Leese

This file is part of jappstart.

Expand Down
6 changes: 1 addition & 5 deletions pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down Expand Up @@ -306,14 +306,11 @@
<artifactId>aspectjweaver</artifactId>
<version>1.5.4</version>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- due to tuckey -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
Expand Down Expand Up @@ -373,7 +370,6 @@
<execute />
</action>
</pluginExecution>

</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/controller/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/controller/task/MailTask.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/exception/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/form/Register.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/form/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/model/auth/PersistentUser.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/model/auth/UserAccount.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/model/auth/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/service/auth/EnhancedUser.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/service/auth/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/service/mail/MailService.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jappstart/service/mail/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/persistence.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/appengine-web.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/applicationContext-data.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/applicationContext-security.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/applicationContext-service.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/applicationContext.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/decorators.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/dispatcher-servlet.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/queue.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/sitemesh.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/urlrewrite.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/activate.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/admin.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/create.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/createSuccess.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/decorators/master.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/error.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/includes/footer.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/includes/header.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/includes/script.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/includes/style.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/index.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/view/login.jsp
@@ -1,5 +1,5 @@
<%--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
This file is part of jappstart.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/css/layout.css
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/js/script.js
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010 Taylor Leese (tleese22@gmail.com)
* Copyright (C) 2010-2012 Taylor Leese (tleese22@gmail.com)
*
* This file is part of jappstart.
*
Expand Down

0 comments on commit ac5f47a

Please sign in to comment.