Author: billbarker
Date: Wed Feb 24 04:21:16 2010
New Revision: 915668
URL: http://svn.apache.org/viewvc?rev=915668&view=rev
Log:
Adding AL headers to files that look machine generated, but may not be.
Modified:
commons/proper/daemon/trunk/src/native/nt/Makefile
commons/proper/daemon/trunk/src/native/nt/moni/Makefile
commons/proper/daemon/trunk/src/native/nt/service/Makefile
Modified: commons/proper/daemon/trunk/src/native/nt/Makefile
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/Makefile?rev=915668&r1=915667&r2=915668&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/nt/Makefile (original)
+++ commons/proper/daemon/trunk/src/native/nt/Makefile Wed Feb 24 04:21:16 2010
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# 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.
+#
all:
(cd service; make)
(cd moni; make)
Modified: commons/proper/daemon/trunk/src/native/nt/moni/Makefile
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/moni/Makefile?rev=915668&r1=915667&r2=915668&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/nt/moni/Makefile (original)
+++ commons/proper/daemon/trunk/src/native/nt/moni/Makefile Wed Feb 24 04:21:16
2010
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# 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.
+#
INCLUDE=-I../lib
BIN=../../../../dist
all: $(BIN)/vdmoniadm $(BIN)/vdmonisvc
Modified: commons/proper/daemon/trunk/src/native/nt/service/Makefile
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/service/Makefile?rev=915668&r1=915667&r2=915668&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/nt/service/Makefile (original)
+++ commons/proper/daemon/trunk/src/native/nt/service/Makefile Wed Feb 24
04:21:16 2010
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# 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.
+#
INCLUDE=-I../lib -I ../../unix/native
../../../../dist/INSTSVC: instmain.c arguments.o debug.o
gcc $(INCLUDE) instmain.c -o ../../../../dist/INSTSVC arguments.o
debug.o