Author: agilliland
Date: Wed Jul 4 09:24:04 2007
New Revision: 553257
URL: http://svn.apache.org/viewvc?view=rev&rev=553257
Log:
adding license header.
Modified:
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastException.java
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastResource.java
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastUtil.java
Modified:
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastException.java
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastException.java?view=diff&rev=553257&r1=553256&r2=553257
==============================================================================
---
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastException.java
(original)
+++
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastException.java
Wed Jul 4 09:24:04 2007
@@ -1,10 +1,19 @@
/*
- * MediacastException.java
- *
- * Created on May 11, 2007, 3:53:28 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. The ASF licenses this file to You
+ * 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 License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License. For additional information regarding
+ * copyright in this work, please see the NOTICE file in the top level
+ * directory of this distribution.
*/
package org.apache.roller.weblogger.util;
Modified:
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastResource.java
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastResource.java?view=diff&rev=553257&r1=553256&r2=553257
==============================================================================
---
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastResource.java
(original)
+++
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastResource.java
Wed Jul 4 09:24:04 2007
@@ -1,13 +1,23 @@
/*
- * MediacastResource.java
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. The ASF licenses this file to You
+ * 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 License at
*
- * Created on May 14, 2007, 9:12 PM
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License. For additional information regarding
+ * copyright in this work, please see the NOTICE file in the top level
+ * directory of this distribution.
*/
package org.apache.roller.weblogger.util;
+
/**
* An external 'mediacast' resource, typically a podcast, video, etc.
Modified:
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastUtil.java
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastUtil.java?view=diff&rev=553257&r1=553256&r2=553257
==============================================================================
---
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastUtil.java
(original)
+++
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/util/MediacastUtil.java
Wed Jul 4 09:24:04 2007
@@ -1,10 +1,19 @@
/*
- * MediacastUtil.java
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. The ASF licenses this file to You
+ * 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 License at
*
- * Created on May 11, 2007, 3:09:39 PM
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License. For additional information regarding
+ * copyright in this work, please see the NOTICE file in the top level
+ * directory of this distribution.
*/
package org.apache.roller.weblogger.util;