Commit 70539e18 authored by Blue Swirl's avatar Blue Swirl
Browse files

Update to a hopefully more future proof FSF address



See also 8167ee88,
530e7615 and
fad6cb1a.

Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent bef75aa5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
 * 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, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 * with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#include "pci.h"
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@
 * 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, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 * with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#include "hw.h"
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
 * 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, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 * with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#ifndef PCIE_HOST_H
+2 −3
Original line number Diff line number Diff line
@@ -12,9 +12,8 @@
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307 USA.  */
   License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/

/*
 * This header file contains public constants and structures used by
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
    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, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "fpa11.h"
Loading