Author: dreiss
Date: Mon Mar 30 22:52:51 2009
New Revision: 760222

URL: http://svn.apache.org/viewvc?rev=760222&view=rev
Log:
THRIFT-387. Add license to a bunch of fb303 files

Modified:
    incubator/thrift/trunk/contrib/fb303/acinclude.m4
    incubator/thrift/trunk/contrib/fb303/bootstrap.sh
    incubator/thrift/trunk/contrib/fb303/configure.ac
    incubator/thrift/trunk/contrib/fb303/global_footer.mk
    incubator/thrift/trunk/contrib/fb303/global_header.mk
    incubator/thrift/trunk/contrib/fb303/java/build.xml
    incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/__init__.py
    incubator/thrift/trunk/contrib/fb303/py/setup.py

Modified: incubator/thrift/trunk/contrib/fb303/acinclude.m4
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/acinclude.m4?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/acinclude.m4 (original)
+++ incubator/thrift/trunk/contrib/fb303/acinclude.m4 Mon Mar 30 22:52:51 2009
@@ -1,3 +1,8 @@
+dnl Copyright (C) 2009 Facebook
+dnl Copying and distribution of this file, with or without modification,
+dnl are permitted in any medium without royalty provided the copyright
+dnl notice and this notice are preserved.
+
 AC_DEFUN([FB_INITIALIZE],
 [
 AM_INIT_AUTOMAKE([ foreign 1.9.5 no-define ])

Modified: incubator/thrift/trunk/contrib/fb303/bootstrap.sh
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/bootstrap.sh?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/bootstrap.sh (original)
+++ incubator/thrift/trunk/contrib/fb303/bootstrap.sh Mon Mar 30 22:52:51 2009
@@ -1,5 +1,23 @@
 #!/bin/sh
 
+#
+# 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.
+#
 
 # To be safe include -I flag
 aclocal -I ./aclocal

Modified: incubator/thrift/trunk/contrib/fb303/configure.ac
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/configure.ac?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/configure.ac (original)
+++ incubator/thrift/trunk/contrib/fb303/configure.ac Mon Mar 30 22:52:51 2009
@@ -4,6 +4,25 @@
 # AC - autoconf
 # FB - facebook
 
+#
+# 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.
+#
+
 #########################################################################
 # DO NOT TOUCH EXCEPT TO CHANGE REV# IN AC_INIT
 

Modified: incubator/thrift/trunk/contrib/fb303/global_footer.mk
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/global_footer.mk?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/global_footer.mk (original)
+++ incubator/thrift/trunk/contrib/fb303/global_footer.mk Mon Mar 30 22:52:51 
2009
@@ -1,2 +1,21 @@
+#
+# 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.
+#
+
 thriftstyle : $(XBUILT_SOURCES)
 

Modified: incubator/thrift/trunk/contrib/fb303/global_header.mk
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/global_header.mk?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/global_header.mk (original)
+++ incubator/thrift/trunk/contrib/fb303/global_header.mk Mon Mar 30 22:52:51 
2009
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 #define thrift_template
 #  $(1) : $(2)
 #      $$(THRIFT) $(3) $(4) $(5) $(6) $(7) $(8) $$<

Modified: incubator/thrift/trunk/contrib/fb303/java/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/java/build.xml?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/java/build.xml (original)
+++ incubator/thrift/trunk/contrib/fb303/java/build.xml Mon Mar 30 22:52:51 2009
@@ -1,3 +1,21 @@
+<!--
+ 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.
+-->
 <project name="libfb303" default="dist" basedir="..">
 
   <!-- project wide settings. All directories relative to basedir -->

Modified: incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/__init__.py
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/__init__.py?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/__init__.py (original)
+++ incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/__init__.py Mon Mar 
30 22:52:51 2009
@@ -1 +1,20 @@
+#
+# 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__ = ['fb303_simple_mgmt']

Modified: incubator/thrift/trunk/contrib/fb303/py/setup.py
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/py/setup.py?rev=760222&r1=760221&r2=760222&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/py/setup.py (original)
+++ incubator/thrift/trunk/contrib/fb303/py/setup.py Mon Mar 30 22:52:51 2009
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 from distutils.core import setup
 
 setup(name='fb303',


Reply via email to