Author: ivol37 at gmail.com
Date: Wed Nov 10 15:42:05 2010
New Revision: 360

Log:
[AMDATU-129] Ongoing Refactoring/moving of SVN layout

Added:
   
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/osgi/
Modified:
   
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Activator.java
   
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Configurator.java

Modified: 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Activator.java
==============================================================================
--- 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Activator.java
     (original)
+++ 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Activator.java
     Wed Nov 10 15:42:05 2010
@@ -1,3 +1,19 @@
+/*
+    Copyright (C) 2010 Amdatu.org
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 package org.amdatu.core.onfig.filebased;
 
 import org.apache.felix.dm.DependencyActivatorBase;

Modified: 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Configurator.java
==============================================================================
--- 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Configurator.java
  (original)
+++ 
trunk/amdatu-core/config-filebased/src/main/java/org/amdatu/core/onfig/filebased/Configurator.java
  Wed Nov 10 15:42:05 2010
@@ -1,3 +1,19 @@
+/*
+    Copyright (C) 2010 Amdatu.org
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 package org.amdatu.core.onfig.filebased;
 
 import java.io.IOException;

Reply via email to